@charset "UTF-8";

/* node_modules/.pnpm/@angular+cdk@21.2.3_@angular+common@21.2.5_@angular+core@21.2.5_@angular+compiler@21.2._3946f86d1ccc4397b28a584ea459e563/node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}

/* projects/center/src/styles.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), 1);
}
::before,
::after {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgba(var(--fsw-color-gray-400-rgba-r), var(--fsw-color-gray-400-rgba-g), var(--fsw-color-gray-400-rgba-b), 1);
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 545px) {
  .container {
    max-width: 545px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[8px\] {
  left: 8px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-\[66px\] {
  top: 66px;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1050\] {
  z-index: 1050;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-2 {
  grid-column-start: 2;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.-mx-\[2px\] {
  margin-left: -2px;
  margin-right: -2px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.-mb-px {
  margin-bottom: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[285px\] {
  height: 285px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[190px\] {
  max-height: 190px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[calc\(90vh-138px\)\] {
  max-height: calc(90vh - 138px);
}
.max-h-\[calc\(90vh-200px\)\] {
  max-height: calc(90vh - 200px);
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.\!w-1\/5 {
  width: 20% !important;
}
.\!w-\[160px\] {
  width: 160px !important;
}
.\!w-\[200px\] {
  width: 200px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.\!w-min {
  width: min-content !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[328px\] {
  width: 328px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[425px\] {
  width: 425px;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[calc\(100\%-124px\)\] {
  width: calc(100% - 124px);
}
.w-\[calc\(100\%-154px\)\] {
  width: calc(100% - 154px);
}
.w-\[calc\(100\%-8px\)\] {
  width: calc(100% - 8px);
}
.w-\[calc\(50\%-1rem\)\] {
  width: calc(50% - 1rem);
}
.w-\[calc\(50\%-4px\)\] {
  width: calc(50% - 4px);
}
.w-\[calc\(50\%-6px\)\] {
  width: calc(50% - 6px);
}
.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}
.w-\[calc\(calc\(100\%-24px\)\/3\)\] {
  width: calc(calc(100% - 24px) / 3);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.\!min-w-\[6rem\] {
  min-width: 6rem !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: max-content;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[105px\] {
  max-width: 105px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[28rem\] {
  max-width: 28rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[6\.5rem\] {
  max-width: 6.5rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.\!table-auto {
  table-layout: auto !important;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.select-all {
  -webkit-user-select: all;
  user-select: all;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-x-1\.5 {
  column-gap: 0.375rem;
}
.gap-x-\[8px\] {
  column-gap: 8px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.\!whitespace-normal {
  white-space: normal !important;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.\!break-words {
  overflow-wrap: break-word !important;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--fsw-color-blue-300-rgba-r), var(--fsw-color-blue-300-rgba-g), var(--fsw-color-blue-300-rgba-b), var(--tw-border-opacity)) !important;
}
.border-\[\#D1D5DB\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-blue-200-rgba-r), var(--fsw-color-blue-200-rgba-g), var(--fsw-color-blue-200-rgba-b), var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-border-opacity));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-blue-600-rgba-r), var(--fsw-color-blue-600-rgba-g), var(--fsw-color-blue-600-rgba-b), var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-100-rgba-r), var(--fsw-color-gray-100-rgba-g), var(--fsw-color-gray-100-rgba-b), var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-300-rgba-r), var(--fsw-color-gray-300-rgba-g), var(--fsw-color-gray-300-rgba-b), var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-500-rgba-r), var(--fsw-color-gray-500-rgba-g), var(--fsw-color-gray-500-rgba-b), var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-600-rgba-r), var(--fsw-color-gray-600-rgba-g), var(--fsw-color-gray-600-rgba-b), var(--tw-border-opacity));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-green-200-rgba-r), var(--fsw-color-green-200-rgba-g), var(--fsw-color-green-200-rgba-b), var(--tw-border-opacity));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-green-400-rgba-r), var(--fsw-color-green-400-rgba-g), var(--fsw-color-green-400-rgba-b), var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-green-500-rgba-r), var(--fsw-color-green-500-rgba-g), var(--fsw-color-green-500-rgba-b), var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-green-600-rgba-r), var(--fsw-color-green-600-rgba-g), var(--fsw-color-green-600-rgba-b), var(--tw-border-opacity));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-purple-200-rgba-r), var(--fsw-color-purple-200-rgba-g), var(--fsw-color-purple-200-rgba-b), var(--tw-border-opacity));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-purple-500-rgba-r), var(--fsw-color-purple-500-rgba-g), var(--fsw-color-purple-500-rgba-b), var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-border-opacity));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-red-200-rgba-r), var(--fsw-color-red-200-rgba-g), var(--fsw-color-red-200-rgba-b), var(--tw-border-opacity));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-red-300-rgba-r), var(--fsw-color-red-300-rgba-g), var(--fsw-color-red-300-rgba-b), var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-red-400-rgba-r), var(--fsw-color-red-400-rgba-g), var(--fsw-color-red-400-rgba-b), var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-border-opacity));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-yellow-500-rgba-r), var(--fsw-color-yellow-500-rgba-g), var(--fsw-color-yellow-500-rgba-b), var(--tw-border-opacity));
}
.\!bg-\[aliceblue\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[antiquewhite\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 235 215 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fsw-color-gray-100-rgba-r), var(--fsw-color-gray-100-rgba-g), var(--fsw-color-gray-100-rgba-b), var(--tw-bg-opacity)) !important;
}
.\!bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fsw-color-red-100-rgba-r), var(--fsw-color-red-100-rgba-g), var(--fsw-color-red-100-rgba-b), var(--tw-bg-opacity)) !important;
}
.\!bg-white {
  background-color: rgba(var(--fsw-color-white-00-rgba-r), var(--fsw-color-white-00-rgba-g), var(--fsw-color-white-00-rgba-b), var(--fsw-color-white-00-rgba-a)) !important;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#2b5bd7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 91 215 / var(--tw-bg-opacity));
}
.bg-\[\#EFF6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#deeaf6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 234 246 / var(--tw-bg-opacity));
}
.bg-\[\#fef3cb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 203 / var(--tw-bg-opacity));
}
.bg-\[aliceblue\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-blue-600-rgba-r), var(--fsw-color-blue-600-rgba-g), var(--fsw-color-blue-600-rgba-b), var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-100-rgba-r), var(--fsw-color-gray-100-rgba-g), var(--fsw-color-gray-100-rgba-b), var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-300-rgba-r), var(--fsw-color-gray-300-rgba-g), var(--fsw-color-gray-300-rgba-b), var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-400-rgba-r), var(--fsw-color-gray-400-rgba-g), var(--fsw-color-gray-400-rgba-b), var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-500-rgba-r), var(--fsw-color-gray-500-rgba-g), var(--fsw-color-gray-500-rgba-b), var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-green-100-rgba-r), var(--fsw-color-green-100-rgba-g), var(--fsw-color-green-100-rgba-b), var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-green-200-rgba-r), var(--fsw-color-green-200-rgba-g), var(--fsw-color-green-200-rgba-b), var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-green-500-rgba-r), var(--fsw-color-green-500-rgba-g), var(--fsw-color-green-500-rgba-b), var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-purple-100-rgba-r), var(--fsw-color-purple-100-rgba-g), var(--fsw-color-purple-100-rgba-b), var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-red-100-rgba-r), var(--fsw-color-red-100-rgba-g), var(--fsw-color-red-100-rgba-b), var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-bg-opacity));
}
.bg-white {
  background-color: rgba(var(--fsw-color-white-00-rgba-r), var(--fsw-color-white-00-rgba-g), var(--fsw-color-white-00-rgba-b), var(--fsw-color-white-00-rgba-a));
}
.bg-white\/90 {
  background-color: rgba(var(--fsw-color-white-00-rgba-r), var(--fsw-color-white-00-rgba-g), var(--fsw-color-white-00-rgba-b), 0.9);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-yellow-100-rgba-r), var(--fsw-color-yellow-100-rgba-g), var(--fsw-color-yellow-100-rgba-b), var(--tw-bg-opacity));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-100 {
  --tw-gradient-from: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-100 {
  --tw-gradient-to: rgba(var(--fsw-color-gray-100-rgba-r), var(--fsw-color-gray-100-rgba-g), var(--fsw-color-gray-100-rgba-b), 1) var(--tw-gradient-to-position);
}
.\!stroke-red-500 {
  stroke: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), 1) !important;
}
.object-contain {
  object-fit: contain;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[8px\] {
  padding: 8px;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[32px\] {
  padding-right: 32px;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-inter {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.\!text-body-default-500 {
  font-size: var(--fsw-typography-body-default-500-font-size) !important;
  line-height: var(--fsw-typography-body-default-500-line-height) !important;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-body-caption-400 {
  font-size: var(--fsw-typography-body-caption-400-font-size);
  line-height: var(--fsw-typography-body-caption-400-line-height);
}
.text-body-caption-500 {
  font-size: var(--fsw-typography-body-caption-500-font-size);
  line-height: var(--fsw-typography-body-caption-500-line-height);
}
.text-body-caption-600 {
  font-size: var(--fsw-typography-body-caption-600-font-size);
  line-height: var(--fsw-typography-body-caption-600-line-height);
}
.text-body-default-400 {
  font-size: var(--fsw-typography-body-default-400-font-size);
  line-height: var(--fsw-typography-body-default-400-line-height);
}
.text-body-default-500 {
  font-size: var(--fsw-typography-body-default-500-font-size);
  line-height: var(--fsw-typography-body-default-500-line-height);
}
.text-body-small-500 {
  font-size: var(--fsw-typography-body-small-500-font-size);
  line-height: var(--fsw-typography-body-small-500-line-height);
}
.text-body-small-600 {
  font-size: var(--fsw-typography-body-small-600-font-size);
  line-height: var(--fsw-typography-body-small-600-line-height);
}
.text-body-small-caption-400 {
  font-size: var(--fsw-typography-body-small-caption-400-font-size);
  line-height: var(--fsw-typography-body-small-caption-400-line-height);
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-blue-300-rgba-r), var(--fsw-color-blue-300-rgba-g), var(--fsw-color-blue-300-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-blue-700-rgba-r), var(--fsw-color-blue-700-rgba-g), var(--fsw-color-blue-700-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-gray-700-rgba-r), var(--fsw-color-gray-700-rgba-g), var(--fsw-color-gray-700-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-gray-800-rgba-r), var(--fsw-color-gray-800-rgba-g), var(--fsw-color-gray-800-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-gray-900-rgba-r), var(--fsw-color-gray-900-rgba-g), var(--fsw-color-gray-900-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-green-500-rgba-r), var(--fsw-color-green-500-rgba-g), var(--fsw-color-green-500-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-red-900-rgba-r), var(--fsw-color-red-900-rgba-g), var(--fsw-color-red-900-rgba-b), var(--tw-text-opacity)) !important;
}
.\!text-status-error {
  color: var(--fsw-theme-status-error) !important;
}
.\!text-white {
  color: rgba(var(--fsw-color-white-00-rgba-r), var(--fsw-color-white-00-rgba-g), var(--fsw-color-white-00-rgba-b), var(--fsw-color-white-00-rgba-a)) !important;
}
.\!text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fsw-color-yellow-500-rgba-r), var(--fsw-color-yellow-500-rgba-g), var(--fsw-color-yellow-500-rgba-b), var(--tw-text-opacity)) !important;
}
.text-\[\#10B981\] {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-\[\#1F2937\] {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-\[\#2c50ff\] {
  --tw-text-opacity: 1;
  color: rgb(44 80 255 / var(--tw-text-opacity));
}
.text-\[\#6366F1\] {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-300-rgba-r), var(--fsw-color-blue-300-rgba-g), var(--fsw-color-blue-300-rgba-b), var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-400-rgba-r), var(--fsw-color-blue-400-rgba-g), var(--fsw-color-blue-400-rgba-b), var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-600-rgba-r), var(--fsw-color-blue-600-rgba-g), var(--fsw-color-blue-600-rgba-b), var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-700-rgba-r), var(--fsw-color-blue-700-rgba-g), var(--fsw-color-blue-700-rgba-b), var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-800-rgba-r), var(--fsw-color-blue-800-rgba-g), var(--fsw-color-blue-800-rgba-b), var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-300-rgba-r), var(--fsw-color-gray-300-rgba-g), var(--fsw-color-gray-300-rgba-b), var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-400-rgba-r), var(--fsw-color-gray-400-rgba-g), var(--fsw-color-gray-400-rgba-b), var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-500-rgba-r), var(--fsw-color-gray-500-rgba-g), var(--fsw-color-gray-500-rgba-b), var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-600-rgba-r), var(--fsw-color-gray-600-rgba-g), var(--fsw-color-gray-600-rgba-b), var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-700-rgba-r), var(--fsw-color-gray-700-rgba-g), var(--fsw-color-gray-700-rgba-b), var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-800-rgba-r), var(--fsw-color-gray-800-rgba-g), var(--fsw-color-gray-800-rgba-b), var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-900-rgba-r), var(--fsw-color-gray-900-rgba-g), var(--fsw-color-gray-900-rgba-b), var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-400-rgba-r), var(--fsw-color-green-400-rgba-g), var(--fsw-color-green-400-rgba-b), var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-500-rgba-r), var(--fsw-color-green-500-rgba-g), var(--fsw-color-green-500-rgba-b), var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-600-rgba-r), var(--fsw-color-green-600-rgba-g), var(--fsw-color-green-600-rgba-b), var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-700-rgba-r), var(--fsw-color-green-700-rgba-g), var(--fsw-color-green-700-rgba-b), var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-800-rgba-r), var(--fsw-color-green-800-rgba-g), var(--fsw-color-green-800-rgba-b), var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-900-rgba-r), var(--fsw-color-green-900-rgba-g), var(--fsw-color-green-900-rgba-b), var(--tw-text-opacity));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-purple-500-rgba-r), var(--fsw-color-purple-500-rgba-g), var(--fsw-color-purple-500-rgba-b), var(--tw-text-opacity));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-purple-700-rgba-r), var(--fsw-color-purple-700-rgba-g), var(--fsw-color-purple-700-rgba-b), var(--tw-text-opacity));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-purple-800-rgba-r), var(--fsw-color-purple-800-rgba-g), var(--fsw-color-purple-800-rgba-b), var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-400-rgba-r), var(--fsw-color-red-400-rgba-g), var(--fsw-color-red-400-rgba-b), var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-600-rgba-r), var(--fsw-color-red-600-rgba-g), var(--fsw-color-red-600-rgba-b), var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-700-rgba-r), var(--fsw-color-red-700-rgba-g), var(--fsw-color-red-700-rgba-b), var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-800-rgba-r), var(--fsw-color-red-800-rgba-g), var(--fsw-color-red-800-rgba-b), var(--tw-text-opacity));
}
.text-white {
  color: rgba(var(--fsw-color-white-00-rgba-r), var(--fsw-color-white-00-rgba-g), var(--fsw-color-white-00-rgba-b), var(--fsw-color-white-00-rgba-a));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-yellow-500-rgba-r), var(--fsw-color-yellow-500-rgba-g), var(--fsw-color-yellow-500-rgba-b), var(--tw-text-opacity));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-yellow-600-rgba-r), var(--fsw-color-yellow-600-rgba-g), var(--fsw-color-yellow-600-rgba-b), var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-yellow-700-rgba-r), var(--fsw-color-yellow-700-rgba-g), var(--fsw-color-yellow-700-rgba-b), var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-yellow-800-rgba-r), var(--fsw-color-yellow-800-rgba-g), var(--fsw-color-yellow-800-rgba-b), var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-green-600 {
  accent-color: rgba(var(--fsw-color-green-600-rgba-r), var(--fsw-color-green-600-rgba-g), var(--fsw-color-green-600-rgba-b), 1);
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: var(--fsw-shadow-default);
  --tw-shadow-colored: var(--fsw-shadow-default);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-default {
  --tw-shadow: var(--fsw-shadow-default);
  --tw-shadow-colored: var(--fsw-shadow-default);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-medium {
  --tw-shadow: var(--fsw-shadow-medium);
  --tw-shadow-colored: var(--fsw-shadow-medium);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-small {
  --tw-shadow: var(--fsw-shadow-small);
  --tw-shadow-colored: var(--fsw-shadow-small);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.\!filter {
  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) !important;
}
.filter {
  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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[key\:number\] {
  key: number;
}
.cdk-overlay-container {
  z-index: 3000;
}
.cdk-global-scrollblock {
  background-color: white;
  top: 0 !important;
}
.ui-datatable-tablewrapper table {
  table-layout: fixed;
  font-family:
    "open sans",
    "Inter",
    Arial,
    sans-serif;
  font-size: 14px !important;
}
.ui-datatable-tablewrapper td,
.ui-state-default {
  padding: 8px !important;
}
.ui-state-default {
  background: none !important;
  background-color: #f5f5f6 !important;
  border: 1px solid #ebebeb !important;
  border-bottom: 1px solid #dddddd !important;
}
.ui-paginator-rpp-options {
  float: right;
}
.table-row:hover {
  cursor: pointer;
  background-color: #dfdfdf !important;
}
.sort-toggle {
  cursor: pointer;
  margin-top: 0.25em;
}
.sort-active {
  color: #1ab394;
}
.fa.fa-eye:hover,
.fa.fa-check-square-o:hover {
  cursor: pointer;
  color: #1ab394;
}
.form-validation {
  margin-top: 0.5em;
  color: red;
  font-style: italic;
}
.filter-heading {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: bold;
}
.filter-item {
  position: relative;
  float: left;
  clear: both;
  width: auto;
  height: auto;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
  text-align: left;
  border: 1px solid lightgray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
}
.filter-selected {
  background-color: #337ab7 !important;
  color: white !important;
}
.ui-growl {
  width: 40% !important;
  margin-left: 30% !important;
  margin-right: 30% !important;
  left: 0 !important;
  color: white !important;
}
.ui-growl-image {
  display: none !important;
}
.ui-growl-message {
  width: 100% !important;
  text-align: center !important;
  padding: 0 1.5em !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.ui-growl-icon-close {
  top: 0.85em !important;
  right: 0.85em !important;
}
.ui-growl-title {
  display: none !important;
}
.ui-growl-message-info {
  background-image: none !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}
.ui-growl-message-success {
  background-image: none !important;
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
}
.ui-growl-message-warn {
  background-image: none !important;
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
}
.ui-growl-message-error {
  background-image: none !important;
  background-color: #f44336 !important;
  border-color: #f44336 !important;
}
.table > tfoot > tr > td {
  padding: 0px 4px !important;
  font-weight: bold;
}
.float-e-margins .btn {
  margin: 0px;
}
.form-group {
  overflow: hidden;
  margin-bottom: 5px;
}
.form-control {
  padding: 3px 6px;
  height: 26px;
  border: 1px solid #888;
}
.agile-list li {
  padding: 3px 6px;
}
tr.contenteditable.true {
  background-color: #f00;
}
.roll {
  background-color: #c9fff2;
}
.form-group {
  margin-bottom: 4px;
}
.ui-datepicker {
  width: inherit !important;
  position: absolute !important;
}
.ui-calendar {
  display: block !important;
}
.ui-inputtext {
  width: 100% !important;
  border-radius: 0px !important;
  padding: 2px 6px !important;
  height: 28px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.ui-state-default {
  background: none !important;
}
.ui-widget-content {
  box-sizing: inherit !important;
}
.ui-state-default,
.ui-state-highlight {
  color: inherit !important;
}
.form-group {
  overflow: inherit;
}
.form-control {
  padding: 2px 6px !important;
}
input,
select {
  height: 28px !important;
}
input[type=checkbox] {
  height: initial !important;
}
.hr-line-dashed {
  margin: 10px 0px !important;
}
.ui-widget-overlay {
  z-index: 99999 !important;
}
.ui-dialog {
  z-index: 100000 !important;
}
.ui-tabview-nav,
.ui-helper-reset,
.ui-helper-clearfix,
.ui-widget-header,
.ui-corner-all {
  border-bottom: none !important;
}
.ui-tabview-panels {
  border: 1px solid #ebebeb !important;
}
.ui-state-default a,
.ui-corner-top a,
.ui-tabview-selected a,
.ui-state-active a {
  font-weight: 600 !important;
  color: #555555 !important;
}
.ui-tabview-selected a,
.ui-state-active a {
  font-weight: bold !important;
}
.ui-inputtext {
  border-bottom: 1px solid #ebebeb !important;
}
.docImg {
  width: 100px !important;
  height: 100px !important;
  margin: 2px;
}
.b-separator {
  border-left: 1px #ebebeb solid;
  margin-right: 3px;
}
td,
th {
  font-family: inherit;
  font-size: inherit;
}
.b-el {
  padding: 3px;
  background: #fafafb;
  border: 1px solid #e7eaec;
  margin: 0 0 6px 0;
  border-radius: 2px;
}
.b-i {
  border-left: 3px solid #1c84c6;
}
.b-s {
  border-left: 3px solid #1ab394;
}
.b-d {
  border-left: 3px solid #ed5565;
}
.b-w {
  border-left: 3px solid #f8ac59;
}
.b-btn {
  margin-bottom: 0px !important;
  padding: 2px 4px;
  font-size: 13px !important;
}
.ibox-content {
  display: block !important;
}
.s-me {
  background-color: #337ab7 !important;
  color: #fff !important;
}
.fs_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e8e8e8 no-repeat url("./media/loading_fs-6GT4MFKU.png") center center scroll;
}
.fs_loading::before {
  position: absolute;
  content: "";
  background: no-repeat url("./media/loading_fs_progress-JGXJRNB2.png") center center scroll;
  height: 100px;
  width: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  animation: spin 0.9s linear infinite;
  margin: 0;
  z-index: 999;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.environmentBox {
  padding: 7px 35px 8px !important;
  font-weight: bold;
  opacity: 0.7;
  width: 100%;
  margin: 0 !important;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1.5rem !important;
  clear: both !important;
  font-weight: 400 !important;
  text-align: inherit !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
}
.form .form-group {
  margin-bottom: 30px;
}
.form .form-group .control-label {
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
}
.form .form-group .form-control:not(textarea) {
  padding: 6px 12px !important;
  height: 34px !important;
}
.form .form-group textarea.form-control {
  padding: 6px 12px !important;
  height: auto !important;
}
.form .form-group[required] label.control-label {
  position: relative;
}
.form .form-group[required] label.control-label::after {
  content: " * ";
  color: #ed5565;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-body {
  border-bottom: 0;
}
.modal .modal-footer {
  border-top: 0;
}
.form .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.glyphicon:before {
  font-family: "Glyphicons Halflings", sans-serif !important;
}
.ng-select-container.ng-has-value {
  border-color: rgb(229, 230, 231);
}
.ng-select.ng-select-container {
  border-color: rgb(229, 230, 231);
}
.ng-value-container {
  color: rgb(103, 106, 108);
}
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #28b294;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #28b294;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 179, 128, 0.1);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #e1f8f3;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  background-color: #e1f8f3;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(103, 106, 108, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #e1f8f3;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #e1f8f3;
}
.p-calendar {
  width: 100%;
}
.p-calendar .p-inputtext {
  font-size: 1em !important;
  color: inherit;
  border-radius: 1px;
  border: 1px solid rgb(229, 230, 231);
  display: block;
}
.p-inputtext {
  font-size: 12px !important;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.external-link {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  cursor: pointer;
}
.link-text {
  color: #7476b4;
  text-decoration: underline;
}
.ngselect-form-control-error .ng-select-container {
  border-color: red !important;
  color: red !important;
}
.m-1 {
  margin: 1px;
}
.float-e-margins .m-1 {
  margin: 1px !important;
}
html,
body {
  margin: 0;
  padding: 0;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  padding: 0;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body,
:root,
*::before,
*::after {
  --fsw-typography-heading-1-desktop-font-size: 60px;
  --fsw-typography-heading-1-desktop-line-height: 1.1;
  --fsw-typography-heading-1-tablet-font-size: 40px;
  --fsw-typography-heading-1-tablet-line-height: 1.25;
  --fsw-typography-heading-1-mobile-font-size: 32px;
  --fsw-typography-heading-1-mobile-line-height: 1.25;
  --fsw-typography-heading-2-desktop-font-size: 40px;
  --fsw-typography-heading-2-desktop-line-height: 1.25;
  --fsw-typography-heading-2-tablet-font-size: 32px;
  --fsw-typography-heading-2-tablet-line-height: 1.25;
  --fsw-typography-heading-2-mobile-font-size: 28px;
  --fsw-typography-heading-2-mobile-line-height: 1.4;
  --fsw-typography-heading-3-desktop-font-size: 32px;
  --fsw-typography-heading-3-desktop-line-height: 1.25;
  --fsw-typography-heading-3-tablet-font-size: 28px;
  --fsw-typography-heading-3-tablet-line-height: 1.4;
  --fsw-typography-heading-3-mobile-font-size: 24px;
  --fsw-typography-heading-3-mobile-line-height: 1.4;
  --fsw-typography-heading-4-desktop-font-size: 28px;
  --fsw-typography-heading-4-desktop-line-height: 1.4;
  --fsw-typography-heading-4-tablet-font-size: 24px;
  --fsw-typography-heading-4-tablet-line-height: 1.4;
  --fsw-typography-heading-4-mobile-font-size: 20px;
  --fsw-typography-heading-4-mobile-line-height: 1.4;
  --fsw-typography-heading-5-desktop-font-size: 24px;
  --fsw-typography-heading-5-desktop-line-height: 1.4;
  --fsw-typography-heading-5-tablet-font-size: 24px;
  --fsw-typography-heading-5-tablet-line-height: 1.4;
  --fsw-typography-heading-5-mobile-font-size: 20px;
  --fsw-typography-heading-5-mobile-line-height: 1.4;
  --fsw-typography-heading-6-desktop-font-size: 20px;
  --fsw-typography-heading-6-desktop-line-height: 1.4;
  --fsw-typography-heading-6-tablet-font-size: 20px;
  --fsw-typography-heading-6-tablet-line-height: 1.4;
  --fsw-typography-heading-6-mobile-font-size: 20px;
  --fsw-typography-heading-6-mobile-line-height: 1.4;
  --fsw-typography-heading-subtitle-desktop-font-size: 18px;
  --fsw-typography-heading-subtitle-desktop-line-height: 1.4;
  --fsw-typography-heading-subtitle-tablet-font-size: 18px;
  --fsw-typography-heading-subtitle-tablet-line-height: 1.4;
  --fsw-typography-heading-subtitle-mobile-font-size: 16px;
  --fsw-typography-heading-subtitle-mobile-line-height: 1.4;
  --fsw-typography-body-default-400-font-size: 16px;
  --fsw-typography-body-default-400-line-height: 1.5;
  --fsw-typography-body-default-500-font-size: 16px;
  --fsw-typography-body-default-500-line-height: 1.5;
  --fsw-typography-body-default-600-font-size: 16px;
  --fsw-typography-body-default-600-line-height: 1.5;
  --fsw-typography-body-small-400-font-size: 14px;
  --fsw-typography-body-small-400-line-height: 1.5;
  --fsw-typography-body-small-500-font-size: 14px;
  --fsw-typography-body-small-500-line-height: 1.5;
  --fsw-typography-body-small-600-font-size: 14px;
  --fsw-typography-body-small-600-line-height: 1.5;
  --fsw-typography-body-caption-400-font-size: 12px;
  --fsw-typography-body-caption-400-line-height: 1.5;
  --fsw-typography-body-caption-500-font-size: 12px;
  --fsw-typography-body-caption-500-line-height: 1.5;
  --fsw-typography-body-caption-600-font-size: 12px;
  --fsw-typography-body-caption-600-line-height: 1.5;
  --fsw-typography-body-small-caption-400-font-size: 10px;
  --fsw-typography-body-small-caption-400-line-height: 1.5;
  --fsw-typography-body-small-caption-500-font-size: 10px;
  --fsw-typography-body-small-caption-500-line-height: 1.5;
  --fsw-typography-body-small-caption-600-font-size: 10px;
  --fsw-typography-body-small-caption-600-line-height: 1.5;
  --fsw-typography-special-use-cta-default-font-size: 16px;
  --fsw-typography-special-use-cta-default-line-height: 1.5;
  --fsw-typography-special-use-tab-default-font-size: 14px;
  --fsw-typography-special-use-tab-default-line-height: 24px;
  --fsw-color-blue-000-hex: #f3f5fd;
  --fsw-color-blue-000-rgba-r: 243;
  --fsw-color-blue-000-rgba-g: 245;
  --fsw-color-blue-000-rgba-b: 253;
  --fsw-color-blue-000-hsla-: ;
  --fsw-color-blue-000-hsba-: ;
  --fsw-color-blue-100-hex: #d6e4ff;
  --fsw-color-blue-100-rgba-r: 214;
  --fsw-color-blue-100-rgba-g: 228;
  --fsw-color-blue-100-rgba-b: 255;
  --fsw-color-blue-100-hsla-: ;
  --fsw-color-blue-100-hsba-: ;
  --fsw-color-blue-200-hex: #79c0ff;
  --fsw-color-blue-200-rgba-r: 121;
  --fsw-color-blue-200-rgba-g: 166;
  --fsw-color-blue-200-rgba-b: 255;
  --fsw-color-blue-200-hsla-: ;
  --fsw-color-blue-200-hsba-: ;
  --fsw-color-blue-300-hex: #3e7eff;
  --fsw-color-blue-300-rgba-r: 62;
  --fsw-color-blue-300-rgba-g: 125;
  --fsw-color-blue-300-rgba-b: 255;
  --fsw-color-blue-300-hsla-: ;
  --fsw-color-blue-300-hsba-: ;
  --fsw-color-blue-400-hex: #2c50ff;
  --fsw-color-blue-400-rgba-r: 44;
  --fsw-color-blue-400-rgba-g: 80;
  --fsw-color-blue-400-rgba-b: 255;
  --fsw-color-blue-400-hsla-: ;
  --fsw-color-blue-400-hsba-: ;
  --fsw-color-blue-500-hex: #003cc1;
  --fsw-color-blue-500-rgba-r: 0;
  --fsw-color-blue-500-rgba-g: 60;
  --fsw-color-blue-500-rgba-b: 193;
  --fsw-color-blue-500-hsla-: ;
  --fsw-color-blue-500-hsba-: ;
  --fsw-color-blue-600-hex: #0b2e8f;
  --fsw-color-blue-600-rgba-r: 11;
  --fsw-color-blue-600-rgba-g: 46;
  --fsw-color-blue-600-rgba-b: 143;
  --fsw-color-blue-600-hsla-: ;
  --fsw-color-blue-600-hsba-: ;
  --fsw-color-blue-700-hex: #111f66;
  --fsw-color-blue-700-rgba-r: 17;
  --fsw-color-blue-700-rgba-g: 31;
  --fsw-color-blue-700-rgba-b: 102;
  --fsw-color-blue-700-hsla-: ;
  --fsw-color-blue-700-hsba-: ;
  --fsw-color-blue-800-hex: #101840;
  --fsw-color-blue-800-rgba-r: 16;
  --fsw-color-blue-800-rgba-g: 24;
  --fsw-color-blue-800-rgba-b: 64;
  --fsw-color-blue-800-hsla-: ;
  --fsw-color-blue-800-hsba-: ;
  --fsw-color-blue-900-hex: #030820;
  --fsw-color-blue-900-rgba-r: 3;
  --fsw-color-blue-900-rgba-g: 8;
  --fsw-color-blue-900-rgba-b: 32;
  --fsw-color-blue-900-hsla-: ;
  --fsw-color-blue-900-hsba-: ;
  --fsw-color-purple-000-hex: #f6f5fa;
  --fsw-color-purple-000-rgba-r: 246;
  --fsw-color-purple-000-rgba-g: 245;
  --fsw-color-purple-000-rgba-b: 250;
  --fsw-color-purple-000-hsla-h: 252;
  --fsw-color-purple-000-hsla-s: 33%;
  --fsw-color-purple-000-hsla-l: 97%;
  --fsw-color-purple-000-hsba-h: 252;
  --fsw-color-purple-000-hsba-s: 2%;
  --fsw-color-purple-000-hsba-b: 98%;
  --fsw-color-purple-100-hex: #f2f0fa;
  --fsw-color-purple-100-rgba-r: 242;
  --fsw-color-purple-100-rgba-g: 240;
  --fsw-color-purple-100-rgba-b: 250;
  --fsw-color-purple-100-hsla-h: 252;
  --fsw-color-purple-100-hsla-s: 50%;
  --fsw-color-purple-100-hsla-l: 96%;
  --fsw-color-purple-100-hsba-h: 252;
  --fsw-color-purple-100-hsba-s: 4%;
  --fsw-color-purple-100-hsba-b: 98%;
  --fsw-color-purple-200-hex: #d2c2ff;
  --fsw-color-purple-200-rgba-r: 210;
  --fsw-color-purple-200-rgba-g: 194;
  --fsw-color-purple-200-rgba-b: 255;
  --fsw-color-purple-200-hsla-h: 258;
  --fsw-color-purple-200-hsla-s: 100%;
  --fsw-color-purple-200-hsla-l: 88%;
  --fsw-color-purple-200-hsba-h: 256;
  --fsw-color-purple-200-hsba-s: 24%;
  --fsw-color-purple-200-hsba-b: 100%;
  --fsw-color-purple-300-hex: #8b52ff;
  --fsw-color-purple-300-rgba-r: 139;
  --fsw-color-purple-300-rgba-g: 82;
  --fsw-color-purple-300-rgba-b: 255;
  --fsw-color-purple-300-hsla-h: 260;
  --fsw-color-purple-300-hsla-s: 100%;
  --fsw-color-purple-300-hsla-l: 66%;
  --fsw-color-purple-300-hsba-h: 260;
  --fsw-color-purple-300-hsba-s: 68%;
  --fsw-color-purple-300-hsba-b: 100%;
  --fsw-color-purple-400-hex: #691fff;
  --fsw-color-purple-400-rgba-r: 105;
  --fsw-color-purple-400-rgba-g: 31;
  --fsw-color-purple-400-rgba-b: 255;
  --fsw-color-purple-400-hsla-h: 260;
  --fsw-color-purple-400-hsla-s: 100%;
  --fsw-color-purple-400-hsla-l: 56%;
  --fsw-color-purple-400-hsba-h: 260;
  --fsw-color-purple-400-hsba-s: 88%;
  --fsw-color-purple-400-hsba-b: 100%;
  --fsw-color-purple-500-hex: #5203ea;
  --fsw-color-purple-500-rgba-r: 82;
  --fsw-color-purple-500-rgba-g: 3;
  --fsw-color-purple-500-rgba-b: 234;
  --fsw-color-purple-500-hsla-h: 261;
  --fsw-color-purple-500-hsla-s: 97%;
  --fsw-color-purple-500-hsla-l: 46%;
  --fsw-color-purple-500-hsba-h: 261;
  --fsw-color-purple-500-hsba-s: 99%;
  --fsw-color-purple-500-hsba-b: 92%;
  --fsw-color-purple-600-hex: #3b03a8;
  --fsw-color-purple-600-rgba-r: 59;
  --fsw-color-purple-600-rgba-g: 3;
  --fsw-color-purple-600-rgba-b: 168;
  --fsw-color-purple-600-hsla-h: 260;
  --fsw-color-purple-600-hsla-s: 96%;
  --fsw-color-purple-600-hsla-l: 34%;
  --fsw-color-purple-600-hsba-h: 260;
  --fsw-color-purple-600-hsba-s: 98%;
  --fsw-color-purple-600-hsba-b: 66%;
  --fsw-color-purple-700-hex: #370b8f;
  --fsw-color-purple-700-rgba-r: 55;
  --fsw-color-purple-700-rgba-g: 11;
  --fsw-color-purple-700-rgba-b: 143;
  --fsw-color-purple-700-hsla-h: 260;
  --fsw-color-purple-700-hsla-s: 86%;
  --fsw-color-purple-700-hsla-l: 30%;
  --fsw-color-purple-700-hsba-h: 260;
  --fsw-color-purple-700-hsba-s: 92%;
  --fsw-color-purple-700-hsba-b: 56%;
  --fsw-color-purple-800-hex: #1c0068;
  --fsw-color-purple-800-rgba-r: 28;
  --fsw-color-purple-800-rgba-g: 0;
  --fsw-color-purple-800-rgba-b: 104;
  --fsw-color-purple-800-hsla-h: 256;
  --fsw-color-purple-800-hsla-s: 100%;
  --fsw-color-purple-800-hsla-l: 20%;
  --fsw-color-purple-800-hsba-h: 256;
  --fsw-color-purple-800-hsba-s: 100%;
  --fsw-color-purple-800-hsba-b: 41%;
  --fsw-color-purple-900-hex: #20143d;
  --fsw-color-purple-900-rgba-r: 32;
  --fsw-color-purple-900-rgba-g: 20;
  --fsw-color-purple-900-rgba-b: 61;
  --fsw-color-purple-900-hsla-ha: 258;
  --fsw-color-purple-900-hsla-s: 51%;
  --fsw-color-purple-900-hsla-l: 16%;
  --fsw-color-purple-900-hsba-: ;
  --fsw-color-green-000-hex: #f0faf5;
  --fsw-color-green-000-rgba-r: 240;
  --fsw-color-green-000-rgba-g: 250;
  --fsw-color-green-000-rgba-b: 245;
  --fsw-color-green-000-hsla-h: 152;
  --fsw-color-green-000-hsla-s: 49%;
  --fsw-color-green-000-hsla-l: 96%;
  --fsw-color-green-000-hsba-h: 152;
  --fsw-color-green-000-hsba-s: 4%;
  --fsw-color-green-000-hsba-l: 98%;
  --fsw-color-green-100-hex: #dcfaf0;
  --fsw-color-green-100-rgba-r: 220;
  --fsw-color-green-100-rgba-g: 250;
  --fsw-color-green-100-rgba-b: 240;
  --fsw-color-green-100-hsla-h: 160;
  --fsw-color-green-100-hsla-s: 75%;
  --fsw-color-green-100-hsla-l: 92%;
  --fsw-color-green-100-hsba-h: 160;
  --fsw-color-green-100-hsba-s: 12%;
  --fsw-color-green-100-hsba-l: 98%;
  --fsw-color-green-200-hex: #c2ffeb;
  --fsw-color-green-200-rgba-r: 194;
  --fsw-color-green-200-rgba-g: 255;
  --fsw-color-green-200-rgba-b: 235;
  --fsw-color-green-200-hsla-h: 160;
  --fsw-color-green-200-hsla-s: 100%;
  --fsw-color-green-200-hsla-l: 88%;
  --fsw-color-green-200-hsba-h: 160;
  --fsw-color-green-200-hsba-s: 24%;
  --fsw-color-green-200-hsba-l: 100%;
  --fsw-color-green-300-hex: #93f5d6;
  --fsw-color-green-300-rgba-r: 147;
  --fsw-color-green-300-rgba-g: 245;
  --fsw-color-green-300-rgba-b: 214;
  --fsw-color-green-300-hsla-h: 161;
  --fsw-color-green-300-hsla-s: 83%;
  --fsw-color-green-300-hsla-l: 77%;
  --fsw-color-green-300-hsba-h: 161;
  --fsw-color-green-300-hsba-s: 40%;
  --fsw-color-green-300-hsba-l: 96%;
  --fsw-color-green-400-hex: #27e4cd;
  --fsw-color-green-400-rgba-r: 39;
  --fsw-color-green-400-rgba-g: 228;
  --fsw-color-green-400-rgba-b: 205;
  --fsw-color-green-400-hsla-h: 173;
  --fsw-color-green-400-hsla-s: 78%;
  --fsw-color-green-400-hsla-l: 52%;
  --fsw-color-green-400-hsba-h: 173;
  --fsw-color-green-400-hsba-s: 83%;
  --fsw-color-green-400-hsba-l: 89%;
  --fsw-color-green-500-hex: #08c0a6;
  --fsw-color-green-500-rgba-r: 8;
  --fsw-color-green-500-rgba-g: 192;
  --fsw-color-green-500-rgba-b: 166;
  --fsw-color-green-500-hsla-h: 172;
  --fsw-color-green-500-hsla-s: 92%;
  --fsw-color-green-500-hsla-l: 39%;
  --fsw-color-green-500-hsba-h: 172;
  --fsw-color-green-500-hsba-s: 96%;
  --fsw-color-green-500-hsba-l: 75%;
  --fsw-color-green-600-hex: #1f9989;
  --fsw-color-green-600-rgba-r: 31;
  --fsw-color-green-600-rgba-g: 153;
  --fsw-color-green-600-rgba-b: 137;
  --fsw-color-green-600-hsla-h: 172;
  --fsw-color-green-600-hsla-s: 67%;
  --fsw-color-green-600-hsla-l: 36%;
  --fsw-color-green-600-hsba-h: 172;
  --fsw-color-green-600-hsba-s: 80%;
  --fsw-color-green-600-hsba-l: 60%;
  --fsw-color-green-700-hex: #008670;
  --fsw-color-green-700-rgba-r: 0;
  --fsw-color-green-700-rgba-g: 134;
  --fsw-color-green-700-rgba-b: 112;
  --fsw-color-green-700-hsla-h: 170;
  --fsw-color-green-700-hsla-s: 100%;
  --fsw-color-green-700-hsla-l: 26%;
  --fsw-color-green-700-hsba-h: 170;
  --fsw-color-green-700-hsba-s: 100%;
  --fsw-color-green-700-hsba-l: 53%;
  --fsw-color-green-800-hex: #0c665a;
  --fsw-color-green-800-rgba-r: 12;
  --fsw-color-green-800-rgba-g: 102;
  --fsw-color-green-800-rgba-b: 90;
  --fsw-color-green-800-hsla-h: 172;
  --fsw-color-green-800-hsla-s: 79%;
  --fsw-color-green-800-hsla-l: 22%;
  --fsw-color-green-800-hsba-h: 172;
  --fsw-color-green-800-hsba-s: 88%;
  --fsw-color-green-800-hsba-l: 40%;
  --fsw-color-green-900-hex: #0b473f;
  --fsw-color-green-900-rgba-r: 11;
  --fsw-color-green-900-rgba-g: 71;
  --fsw-color-green-900-rgba-b: 63;
  --fsw-color-green-900-hsla-h: 172;
  --fsw-color-green-900-hsla-s: 72%;
  --fsw-color-green-900-hsla-l: 16%;
  --fsw-color-green-900-hsba-h: 172;
  --fsw-color-green-900-hsba-s: 84%;
  --fsw-color-green-900-hsba-l: 28%;
  --fsw-color-yellow-000-hex: #faf7f0;
  --fsw-color-yellow-000-rgba-r: 250;
  --fsw-color-yellow-000-rgba-g: 248;
  --fsw-color-yellow-000-rgba-b: 240;
  --fsw-color-yellow-000-hsla-h: 48;
  --fsw-color-yellow-000-hsla-s: 49%;
  --fsw-color-yellow-000-hsla-l: 96%;
  --fsw-color-yellow-000-hsba-h: 48;
  --fsw-color-yellow-000-hsba-s: 4%;
  --fsw-color-yellow-000-hsba-l: 98%;
  --fsw-color-yellow-100-hex: #fff3d6;
  --fsw-color-yellow-100-rgba-r: 255;
  --fsw-color-yellow-100-rgba-g: 243;
  --fsw-color-yellow-100-rgba-b: 214;
  --fsw-color-yellow-100-hsla-h: 42;
  --fsw-color-yellow-100-hsla-s: 100%;
  --fsw-color-yellow-100-hsla-l: 92%;
  --fsw-color-yellow-100-hsba-h: 42;
  --fsw-color-yellow-100-hsba-s: 16%;
  --fsw-color-yellow-100-hsba-l: 100%;
  --fsw-color-yellow-200-hex: #ffe7ad;
  --fsw-color-yellow-200-rgba-r: 255;
  --fsw-color-yellow-200-rgba-g: 231;
  --fsw-color-yellow-200-rgba-b: 173;
  --fsw-color-yellow-200-hsla-h: 42;
  --fsw-color-yellow-200-hsla-s: 100%;
  --fsw-color-yellow-200-hsla-l: 84%;
  --fsw-color-yellow-200-hsba-h: 42;
  --fsw-color-yellow-200-hsba-s: 32%;
  --fsw-color-yellow-200-hsba-l: 100%;
  --fsw-color-yellow-300-hex: #ffde0f;
  --fsw-color-yellow-300-rgba-r: 255;
  --fsw-color-yellow-300-rgba-g: 222;
  --fsw-color-yellow-300-rgba-b: 15;
  --fsw-color-yellow-300-hsla-h: 52;
  --fsw-color-yellow-300-hsla-s: 100%;
  --fsw-color-yellow-300-hsla-l: 53%;
  --fsw-color-yellow-300-hsba-h: 52;
  --fsw-color-yellow-300-hsba-s: 94%;
  --fsw-color-yellow-300-hsba-l: 100%;
  --fsw-color-yellow-400-hex: #ffce5c;
  --fsw-color-yellow-400-rgba-r: 255;
  --fsw-color-yellow-400-rgba-g: 206;
  --fsw-color-yellow-400-rgba-b: 92;
  --fsw-color-yellow-400-hsla-h: 42;
  --fsw-color-yellow-400-hsla-s: 100%;
  --fsw-color-yellow-400-hsla-l: 68%;
  --fsw-color-yellow-400-hsba-h: 42;
  --fsw-color-yellow-400-hsba-s: 64%;
  --fsw-color-yellow-400-hsba-l: 100%;
  --fsw-color-yellow-500-hex: #ffb50d;
  --fsw-color-yellow-500-rgba-r: 255;
  --fsw-color-yellow-500-rgba-g: 181;
  --fsw-color-yellow-500-rgba-b: 13;
  --fsw-color-yellow-500-hsla-h: 42;
  --fsw-color-yellow-500-hsla-s: 100%;
  --fsw-color-yellow-500-hsla-l: 53%;
  --fsw-color-yellow-500-hsba-h: 42;
  --fsw-color-yellow-500-hsba-s: 95%;
  --fsw-color-yellow-500-hsba-l: 100%;
  --fsw-color-yellow-600-hex: #e29700;
  --fsw-color-yellow-600-rgba-r: 226;
  --fsw-color-yellow-600-rgba-g: 151;
  --fsw-color-yellow-600-rgba-b: 0;
  --fsw-color-yellow-600-hsla-h: 40;
  --fsw-color-yellow-600-hsla-s: 100%;
  --fsw-color-yellow-600-hsla-l: 44%;
  --fsw-color-yellow-600-hsba-h: 40;
  --fsw-color-yellow-600-hsba-s: 100%;
  --fsw-color-yellow-600-hsba-l: 89%;
  --fsw-color-yellow-700-hex: #e07c09;
  --fsw-color-yellow-700-rgba-r: 224;
  --fsw-color-yellow-700-rgba-g: 124;
  --fsw-color-yellow-700-rgba-b: 9;
  --fsw-color-yellow-700-hsla-h: 32;
  --fsw-color-yellow-700-hsla-s: 92%;
  --fsw-color-yellow-700-hsla-l: 46%;
  --fsw-color-yellow-700-hsba-h: 32;
  --fsw-color-yellow-700-hsba-s: 96%;
  --fsw-color-yellow-700-hsba-l: 88%;
  --fsw-color-yellow-800-hex: #cc6810;
  --fsw-color-yellow-800-rgba-r: 204;
  --fsw-color-yellow-800-rgba-g: 104;
  --fsw-color-yellow-800-rgba-b: 16;
  --fsw-color-yellow-800-hsla-h: 28;
  --fsw-color-yellow-800-hsla-s: 85%;
  --fsw-color-yellow-800-hsla-l: 43%;
  --fsw-color-yellow-800-hsba-h: 28;
  --fsw-color-yellow-800-hsba-s: 92%;
  --fsw-color-yellow-800-hsba-l: 80%;
  --fsw-color-yellow-900-hex: #b85716;
  --fsw-color-yellow-900-rgba-r: 184;
  --fsw-color-yellow-900-rgba-g: 87;
  --fsw-color-yellow-900-rgba-b: 22;
  --fsw-color-yellow-900-hsla-h: 24;
  --fsw-color-yellow-900-hsla-s: 79%;
  --fsw-color-yellow-900-hsla-l: 40%;
  --fsw-color-yellow-900-hsba-h: 24;
  --fsw-color-yellow-900-hsba-s: 88%;
  --fsw-color-yellow-900-hsba-l: 72%;
  --fsw-color-gray-000-hex: #f6f6f6;
  --fsw-color-gray-000-rgba-r: 246;
  --fsw-color-gray-000-rgba-g: 246;
  --fsw-color-gray-000-rgba-b: 246;
  --fsw-color-gray-000-hsla-h: 0;
  --fsw-color-gray-000-hsla-s: 0%;
  --fsw-color-gray-000-hsla-l: 96%;
  --fsw-color-gray-000-hsba-h: 0;
  --fsw-color-gray-000-hsba-s: 0%;
  --fsw-color-gray-000-hsba-b: 96%;
  --fsw-color-gray-100-hex: #f1f1f2;
  --fsw-color-gray-100-rgba-r: 241;
  --fsw-color-gray-100-rgba-g: 241;
  --fsw-color-gray-100-rgba-b: 242;
  --fsw-color-gray-100-hsla-h: 240;
  --fsw-color-gray-100-hsla-s: 4%;
  --fsw-color-gray-100-hsla-l: 95%;
  --fsw-color-gray-100-hsba-h: 240;
  --fsw-color-gray-100-hsba-s: 0%;
  --fsw-color-gray-100-hsba-b: 95%;
  --fsw-color-gray-200-hex: #e0e0e0;
  --fsw-color-gray-200-rgba-r: 224;
  --fsw-color-gray-200-rgba-g: 224;
  --fsw-color-gray-200-rgba-b: 224;
  --fsw-color-gray-200-hsla-h: 0;
  --fsw-color-gray-200-hsla-s: 0%;
  --fsw-color-gray-200-hsla-l: 88%;
  --fsw-color-gray-200-hsba-h: 0;
  --fsw-color-gray-200-hsba-s: 0%;
  --fsw-color-gray-200-hsba-b: 88%;
  --fsw-color-gray-300-hex: #cccccc;
  --fsw-color-gray-300-rgba-r: 204;
  --fsw-color-gray-300-rgba-g: 204;
  --fsw-color-gray-300-rgba-b: 204;
  --fsw-color-gray-300-hsla-h: 0;
  --fsw-color-gray-300-hsla-s: 0%;
  --fsw-color-gray-300-hsla-l: 80%;
  --fsw-color-gray-300-hsba-h: 0;
  --fsw-color-gray-300-hsba-s: 0%;
  --fsw-color-gray-300-hsba-b: 80%;
  --fsw-color-gray-400-hex: #adadad;
  --fsw-color-gray-400-rgba-r: 173;
  --fsw-color-gray-400-rgba-g: 173;
  --fsw-color-gray-400-rgba-b: 173;
  --fsw-color-gray-400-hsla-h: 0;
  --fsw-color-gray-400-hsla-s: 0%;
  --fsw-color-gray-400-hsla-l: 68%;
  --fsw-color-gray-400-hsba-h: 0;
  --fsw-color-gray-400-hsba-s: 0%;
  --fsw-color-gray-400-hsba-b: 68%;
  --fsw-color-gray-500-hex: #9b9b9b;
  --fsw-color-gray-500-rgba-r: 155;
  --fsw-color-gray-500-rgba-g: 155;
  --fsw-color-gray-500-rgba-b: 155;
  --fsw-color-gray-500-hsla-h: 0;
  --fsw-color-gray-500-hsla-s: 0%;
  --fsw-color-gray-500-hsla-l: 61%;
  --fsw-color-gray-500-hsba-h: 0;
  --fsw-color-gray-500-hsba-s: 0%;
  --fsw-color-gray-500-hsba-b: 61%;
  --fsw-color-gray-600-hex: #8f8f8f;
  --fsw-color-gray-600-rgba-r: 143;
  --fsw-color-gray-600-rgba-g: 143;
  --fsw-color-gray-600-rgba-b: 143;
  --fsw-color-gray-600-hsla-h: 0;
  --fsw-color-gray-600-hsla-s: 0%;
  --fsw-color-gray-600-hsla-l: 56%;
  --fsw-color-gray-600-hsba-h: 0;
  --fsw-color-gray-600-hsba-s: 0%;
  --fsw-color-gray-600-hsba-b: 56%;
  --fsw-color-gray-700-hex: #757575;
  --fsw-color-gray-700-rgba-r: 117;
  --fsw-color-gray-700-rgba-g: 117;
  --fsw-color-gray-700-rgba-b: 117;
  --fsw-color-gray-700-hsla-h: 0;
  --fsw-color-gray-700-hsla-s: 0%;
  --fsw-color-gray-700-hsla-l: 56%;
  --fsw-color-gray-700-hsba-h: 0;
  --fsw-color-gray-700-hsba-s: 0%;
  --fsw-color-gray-700-hsba-b: 46%;
  --fsw-color-gray-800-hex: #4a4a4a;
  --fsw-color-gray-800-rgba-r: 74;
  --fsw-color-gray-800-rgba-g: 74;
  --fsw-color-gray-800-rgba-b: 74;
  --fsw-color-gray-800-hsla-h: 285;
  --fsw-color-gray-800-hsla-s: 0%;
  --fsw-color-gray-800-hsla-l: 29%;
  --fsw-color-gray-800-hsba-h: 285;
  --fsw-color-gray-800-hsba-s: 0%;
  --fsw-color-gray-800-hsba-b: 29%;
  --fsw-color-gray-900-hex: #222222;
  --fsw-color-gray-900-rgba-r: 34;
  --fsw-color-gray-900-rgba-g: 34;
  --fsw-color-gray-900-rgba-b: 34;
  --fsw-color-gray-900-hsla-h: 0;
  --fsw-color-gray-900-hsla-s: 0%;
  --fsw-color-gray-900-hsla-l: 13%;
  --fsw-color-gray-900-hsba-h: 0;
  --fsw-color-gray-900-hsba-s: 0%;
  --fsw-color-gray-900-hsba-b: 13%;
  --fsw-color-red-000-hex: #fae6e6;
  --fsw-color-red-000-rgba-r: 250;
  --fsw-color-red-000-rgba-g: 230;
  --fsw-color-red-000-rgba-b: 230;
  --fsw-color-red-000-hsla-h: 0;
  --fsw-color-red-000-hsla-s: 66%;
  --fsw-color-red-000-hsla-l: 94%;
  --fsw-color-red-000-hsba-h: 0;
  --fsw-color-red-000-hsba-s: 8%;
  --fsw-color-red-000-hsba-b: 98%;
  --fsw-color-red-100-hex: #f5d7d7;
  --fsw-color-red-100-rgba-r: 245;
  --fsw-color-red-100-rgba-g: 215;
  --fsw-color-red-100-rgba-b: 215;
  --fsw-color-red-100-hsla-h: 0;
  --fsw-color-red-100-hsla-s: 59%;
  --fsw-color-red-100-hsla-l: 90%;
  --fsw-color-red-100-hsba-h: 0;
  --fsw-color-red-100-hsba-s: 12%;
  --fsw-color-red-100-hsba-b: 96%;
  --fsw-color-red-200-hex: #f5c4c4;
  --fsw-color-red-200-rgba-r: 245;
  --fsw-color-red-200-rgba-g: 196;
  --fsw-color-red-200-rgba-b: 196;
  --fsw-color-red-200-hsla-h: 0;
  --fsw-color-red-200-hsla-s: 71%;
  --fsw-color-red-200-hsla-l: 86%;
  --fsw-color-red-200-hsba-h: 0;
  --fsw-color-red-200-hsba-s: 20%;
  --fsw-color-red-200-hsba-b: 96%;
  --fsw-color-red-300-hex: #f57f7f;
  --fsw-color-red-300-rgba-r: 255;
  --fsw-color-red-300-rgba-g: 112;
  --fsw-color-red-300-rgba-b: 112;
  --fsw-color-red-300-hsla-h: 0;
  --fsw-color-red-300-hsla-s: 100%;
  --fsw-color-red-300-hsla-l: 72%;
  --fsw-color-red-300-hsba-h: 0;
  --fsw-color-red-300-hsba-s: 56%;
  --fsw-color-red-300-hsba-b: 100%;
  --fsw-color-red-400-hex: #ff2945;
  --fsw-color-red-400-rgba-r: 255;
  --fsw-color-red-400-rgba-g: 41;
  --fsw-color-red-400-rgba-b: 69;
  --fsw-color-red-400-hsla-h: 352;
  --fsw-color-red-400-hsla-s: 100%;
  --fsw-color-red-400-hsla-l: 58%;
  --fsw-color-red-400-hsba-h: 352;
  --fsw-color-red-400-hsba-s: 84%;
  --fsw-color-red-400-hsba-b: 100%;
  --fsw-color-red-500-hex: #cc1830;
  --fsw-color-red-500-rgba-r: 204;
  --fsw-color-red-500-rgba-g: 24;
  --fsw-color-red-500-rgba-b: 48;
  --fsw-color-red-500-hsla-h: 352;
  --fsw-color-red-500-hsla-s: 79%;
  --fsw-color-red-500-hsla-l: 45%;
  --fsw-color-red-500-hsba-h: 352;
  --fsw-color-red-500-hsba-s: 88%;
  --fsw-color-red-500-hsba-b: 80%;
  --fsw-color-red-600-hex: #8f0101;
  --fsw-color-red-600-rgba-r: 143;
  --fsw-color-red-600-rgba-g: 1;
  --fsw-color-red-600-rgba-b: 1;
  --fsw-color-red-600-hsla-h: 0;
  --fsw-color-red-600-hsla-s: 98%;
  --fsw-color-red-600-hsla-l: 28%;
  --fsw-color-red-600-hsba-h: 0;
  --fsw-color-red-600-hsba-s: 99%;
  --fsw-color-red-600-hsba-b: 56%;
  --fsw-color-red-700-hex: #7a0505;
  --fsw-color-red-700-rgba-r: 122;
  --fsw-color-red-700-rgba-g: 5;
  --fsw-color-red-700-rgba-b: 5;
  --fsw-color-red-700-hsla-h: 0;
  --fsw-color-red-700-hsla-s: 92%;
  --fsw-color-red-700-hsla-l: 25%;
  --fsw-color-red-700-hsba-h: 0;
  --fsw-color-red-700-hsba-s: 96%;
  --fsw-color-red-700-hsba-b: 48%;
  --fsw-color-red-800-hex: #5c1212;
  --fsw-color-red-800-rgba-r: 92;
  --fsw-color-red-800-rgba-g: 18;
  --fsw-color-red-800-rgba-b: 18;
  --fsw-color-red-800-hsla-h: 0;
  --fsw-color-red-800-hsla-s: 67%;
  --fsw-color-red-800-hsla-l: 22%;
  --fsw-color-red-800-hsba-h: 0;
  --fsw-color-red-800-hsba-s: 80%;
  --fsw-color-red-800-hsba-b: 36%;
  --fsw-color-red-900-hex: #3d1111;
  --fsw-color-red-900-rgba-r: 61;
  --fsw-color-red-900-rgba-g: 17;
  --fsw-color-red-900-rgba-b: 17;
  --fsw-color-red-900-hsla-h: 0;
  --fsw-color-red-900-hsla-s: 56%;
  --fsw-color-red-900-hsla-l: 15%;
  --fsw-color-red-900-hsba-h: 0;
  --fsw-color-red-900-hsba-s: 72%;
  --fsw-color-red-900-hsba-b: 24%;
  --fsw-color-white-00-hex: #ffffff;
  --fsw-color-white-00-rgba-r: 255;
  --fsw-color-white-00-rgba-g: 255;
  --fsw-color-white-00-rgba-b: 255;
  --fsw-color-white-00-rgba-a: 1;
  --fsw-color-white-00-hsla-h: 0;
  --fsw-color-white-00-hsla-s: 0%;
  --fsw-color-white-00-hsla-l: 100%;
  --fsw-color-white-00-hsla-a: 1;
  --fsw-color-white-00-hsba-h: 0;
  --fsw-color-white-00-hsba-s: 0%;
  --fsw-color-white-00-hsba-b: 100%;
  --fsw-color-white-00-hsba-a: 1;
  --fsw-color-white-10-hex: rgba(255, 255, 255, 0.1);
  --fsw-color-white-10-rgba-r: 255;
  --fsw-color-white-10-rgba-g: 255;
  --fsw-color-white-10-rgba-b: 255;
  --fsw-color-white-10-rgba-a: 0.1;
  --fsw-color-white-10-hsla-h: 0;
  --fsw-color-white-10-hsla-s: 0%;
  --fsw-color-white-10-hsla-l: 100%;
  --fsw-color-white-10-hsla-a: 0.1;
  --fsw-color-white-10-hsba-h: 0;
  --fsw-color-white-10-hsba-s: 0%;
  --fsw-color-white-10-hsba-b: 100%;
  --fsw-color-white-10-hsba-a: 0.1;
  --fsw-color-white-15-hex: rgba(255, 255, 255, 0.15);
  --fsw-color-white-15-rgba-r: 255;
  --fsw-color-white-15-rgba-g: 255;
  --fsw-color-white-15-rgba-b: 255;
  --fsw-color-white-15-rgba-a: 0.15;
  --fsw-color-white-15-hsla-h: 0;
  --fsw-color-white-15-hsla-s: 0%;
  --fsw-color-white-15-hsla-l: 100%;
  --fsw-color-white-15-hsla-a: 0.15;
  --fsw-color-white-15-hsba-h: 0;
  --fsw-color-white-15-hsba-s: 0%;
  --fsw-color-white-15-hsba-b: 100%;
  --fsw-color-white-15-hsba-a: 0.15;
  --fsw-color-white-20-hex: rgba(255, 255, 255, 0.2);
  --fsw-color-white-20-rgba-r: 255;
  --fsw-color-white-20-rgba-g: 255;
  --fsw-color-white-20-rgba-b: 255;
  --fsw-color-white-20-rgba-a: 0.2;
  --fsw-color-white-20-hsla-h: 0;
  --fsw-color-white-20-hsla-s: 0%;
  --fsw-color-white-20-hsla-l: 100%;
  --fsw-color-white-20-hsla-a: 0.2;
  --fsw-color-white-20-hsba-h: 0;
  --fsw-color-white-20-hsba-s: 0%;
  --fsw-color-white-20-hsba-b: 100%;
  --fsw-color-white-20-hsba-a: 0.2;
  --fsw-color-white-40-hex: rgba(255, 255, 255, 0.4);
  --fsw-color-white-40-rgba-r: 255;
  --fsw-color-white-40-rgba-g: 255;
  --fsw-color-white-40-rgba-b: 255;
  --fsw-color-white-40-rgba-a: 0.4;
  --fsw-color-white-40-hsla-h: 0;
  --fsw-color-white-40-hsla-s: 0%;
  --fsw-color-white-40-hsla-l: 100%;
  --fsw-color-white-40-hsla-a: 0.4;
  --fsw-color-white-40-hsba-h: 0;
  --fsw-color-white-40-hsba-s: 0%;
  --fsw-color-white-40-hsba-b: 100%;
  --fsw-color-white-40-hsba-a: 0.4;
  --fsw-color-white-60-hex: rgba(255, 255, 255, 0.6);
  --fsw-color-white-60-rgba-r: 255;
  --fsw-color-white-60-rgba-g: 255;
  --fsw-color-white-60-rgba-b: 255;
  --fsw-color-white-60-rgba-a: 0.6;
  --fsw-color-white-60-hsla-h: 0;
  --fsw-color-white-60-hsla-s: 0%;
  --fsw-color-white-60-hsla-l: 100%;
  --fsw-color-white-60-hsla-a: 0.6;
  --fsw-color-white-60-hsba-h: 0;
  --fsw-color-white-60-hsba-s: 0%;
  --fsw-color-white-60-hsba-b: 100%;
  --fsw-color-white-60-hsba-a: 0.6;
  --fsw-color-white-80-hex: rgba(255, 255, 255, 0.8);
  --fsw-color-white-80-rgba-r: 255;
  --fsw-color-white-80-rgba-g: 255;
  --fsw-color-white-80-rgba-b: 255;
  --fsw-color-white-80-rgba-a: 0.8;
  --fsw-color-white-80-hsla-h: 0;
  --fsw-color-white-80-hsla-s: 0%;
  --fsw-color-white-80-hsla-l: 100%;
  --fsw-color-white-80-hsla-a: 0.8;
  --fsw-color-white-80-hsba-h: 0;
  --fsw-color-white-80-hsba-s: 0%;
  --fsw-color-white-80-hsba-b: 100%;
  --fsw-color-white-80-hsba-a: 0.8;
  --fsw-shadow-small: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-shadow-default: 0px 4px 8px rgba(0, 0, 0, 0.1);
  --fsw-shadow-medium: 0px 8px 16px rgba(0, 0, 0, 0.08);
  --fsw-shadow-lightest: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h1:lang(th) {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h1:lang(th) {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h1:lang(th) {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h2:lang(th) {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h2:lang(th) {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h2:lang(th) {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h3:lang(th) {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h3:lang(th) {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h3:lang(th) {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h4:lang(th) {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h4:lang(th) {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h4:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h5:lang(th) {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h5:lang(th) {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h5:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .subtitle:lang(th) {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .subtitle:lang(th) {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .subtitle:lang(th) {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
.b-small-400 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-400:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-default-400 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-default-400:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-caption-400 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-caption-400:lang(th) {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-caption-400 {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-caption-400:lang(th) {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-500 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-500:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-default-500 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-default-500:lang(th) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-caption-500 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-caption-500:lang(th) {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-caption-500 {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-caption-500:lang(th) {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-600 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-600:lang(th) {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-default-600 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-default-600:lang(th) {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-caption-600 {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-caption-600:lang(th) {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-caption-600 {
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.b-small-caption-600:lang(th) {
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.special-use-cta-default {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.special-use-cta-default:lang(th) {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.special-use-tab-default {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.special-use-tab-default:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
@font-face {
  font-family: "fsw";
  src: url("./media/fsw-CU4Y37DG.eot?2r4jrs");
  src:
    url("./media/fsw-CU4Y37DG.eot?2r4jrs#iefix") format("embedded-opentype"),
    url("./media/fsw-ONKTGVD3.ttf?2r4jrs") format("truetype"),
    url("./media/fsw-KK5CYI26.woff?2r4jrs") format("woff"),
    url("./media/fsw-6TY6CNJ4.svg?2r4jrs#fsw") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fsw-icon {
  --fsw-icon-font-size: 24px;
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--fsw-icon-font-size);
}
.fsw-icon-common-check-short:before {
  content: "\eb59";
}
.fsw-icon-status-circular-progress-completing .path1:before {
  content: "\e900";
  color: rgb(204, 204, 204);
}
.fsw-icon-status-circular-progress-completing .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(8, 192, 166);
}
.fsw-icon-status-circular-progress-not-started:before {
  content: "\e902";
  color: #ccc;
}
.fsw-icon-status-circular-progress-ongoing .path1:before {
  content: "\e903";
  color: rgb(204, 204, 204);
}
.fsw-icon-status-circular-progress-ongoing .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(8, 192, 166);
}
.fsw-icon-status-completed:before {
  content: "\e905";
}
.fsw-icon-status-error:before {
  content: "\e906";
}
.fsw-icon-status-ongoing:before {
  content: "\e907";
}
.fsw-icon-status-person-success:before {
  content: "\e908";
}
.fsw-icon-status-status-circle:before {
  content: "\e909";
}
.fsw-icon-status-success-circle-investor:before {
  content: "\e90a";
}
.fsw-icon-status-success-circle:before {
  content: "\e90b";
}
.fsw-icon-status-success:before {
  content: "\e90c";
}
.fsw-icon-status-warning-circle:before {
  content: "\e90d";
}
.fsw-icon-social-facebook .path1:before {
  content: "\e90e";
  color: rgb(24, 119, 242);
}
.fsw-icon-social-facebook .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-social-instagram .path1:before {
  content: "\e910";
  color: rgb(0, 0, 0);
}
.fsw-icon-social-instagram .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-social-linkedin:before {
  content: "\e912";
  color: #0a66c2;
}
.fsw-icon-social-twitter .path1:before {
  content: "\e913";
  color: rgb(27, 157, 240);
}
.fsw-icon-social-twitter .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-financing-product-business-term-financing .path1:before {
  content: "\e915";
  color: rgb(214, 228, 255);
}
.fsw-icon-financing-product-business-term-financing .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(214, 228, 255);
}
.fsw-icon-financing-product-business-term-financing .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-financing-product-dealer-financing .path1:before {
  content: "\e918";
  color: rgb(250, 230, 230);
}
.fsw-icon-financing-product-dealer-financing .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(122, 5, 5);
}
.fsw-icon-financing-product-dealer-financing .path3:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(122, 5, 5);
}
.fsw-icon-financing-product-invoice-financing .path1:before {
  content: "\e91b";
  color: rgb(255, 231, 173);
}
.fsw-icon-financing-product-invoice-financing .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(226, 151, 0);
}
.fsw-icon-financing-product-micro-credit-line .path1:before {
  content: "\e91d";
  color: rgb(220, 250, 240);
}
.fsw-icon-financing-product-micro-credit-line .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(12, 102, 90);
}
.fsw-icon-financing-product-micro-financing .path1:before {
  content: "\e91f";
  color: rgb(210, 194, 255);
}
.fsw-icon-financing-product-micro-financing .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(59, 3, 168);
}
.fsw-icon-financing-product-property-backed-secured-financing .path1:before {
  content: "\e921";
  color: rgb(255, 231, 173);
}
.fsw-icon-financing-product-property-backed-secured-financing .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(226, 151, 0);
}
.fsw-icon-financing-product-revolving-credit-facility-virtual-credit .path1:before {
  content: "\e923";
  color: rgb(59, 3, 168);
}
.fsw-icon-financing-product-revolving-credit-facility-virtual-credit .path2:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(59, 3, 168);
}
.fsw-icon-financing-product-revolving-credit-facility-virtual-credit .path3:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(210, 194, 255);
}
.fsw-icon-financing-product-revolving-credit-facility-virtual-credit .path4:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(210, 194, 255);
}
.fsw-icon-financing-product-solution-financing .path1:before {
  content: "\e927";
  color: rgb(220, 250, 240);
}
.fsw-icon-financing-product-solution-financing .path2:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(12, 102, 90);
}
.fsw-icon-financing-product-solution-financing .path3:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(12, 102, 90);
}
.fsw-icon-financing-product-supply-chain-financing .path1:before {
  content: "\e92a";
  color: rgb(214, 228, 255);
}
.fsw-icon-financing-product-supply-chain-financing .path2:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-financing-product-supply-chain-financing .path3:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-financing-product-supply-chain-financing .path4:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-country-china-circle-drop-shadow .path1:before {
  content: "\e92e";
  color: rgb(252, 2, 4);
}
.fsw-icon-country-china-circle-drop-shadow .path2:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-drop-shadow .path3:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-drop-shadow .path4:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-drop-shadow .path5:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-drop-shadow .path6:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-plain .path1:before {
  content: "\e934";
  color: rgb(252, 2, 4);
}
.fsw-icon-country-china-circle-plain .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-plain .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-plain .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-plain .path5:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-plain .path6:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-stroke .path1:before {
  content: "\e93a";
  color: rgb(252, 2, 4);
}
.fsw-icon-country-china-circle-stroke .path2:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-stroke .path3:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-stroke .path4:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-stroke .path5:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-stroke .path6:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-circle-stroke .path7:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-china-drop-shadow .path1:before {
  content: "\e941";
  color: rgb(196, 196, 196);
}
.fsw-icon-country-china-drop-shadow .path2:before {
  content: "\e942";
  margin-left: -1.107421875em;
  color: rgb(252, 2, 4);
}
.fsw-icon-country-china-drop-shadow .path3:before {
  content: "\e943";
  margin-left: -1.107421875em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-drop-shadow .path4:before {
  content: "\e944";
  margin-left: -1.107421875em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-drop-shadow .path5:before {
  content: "\e945";
  margin-left: -1.107421875em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-drop-shadow .path6:before {
  content: "\e946";
  margin-left: -1.107421875em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-drop-shadow .path7:before {
  content: "\e947";
  margin-left: -1.107421875em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-plain .path1:before {
  content: "\e948";
  color: rgb(252, 2, 4);
}
.fsw-icon-country-china-plain .path2:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-plain .path3:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-plain .path4:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-plain .path5:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-plain .path6:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-stroke .path1:before {
  content: "\e94e";
  color: rgb(252, 2, 4);
}
.fsw-icon-country-china-stroke .path2:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-stroke .path3:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-stroke .path4:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-stroke .path5:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-stroke .path6:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(252, 254, 4);
}
.fsw-icon-country-china-stroke .path7:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path1:before {
  content: "\e955";
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path5:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path6:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path7:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path8:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path9:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path10:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path11:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path12:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path13:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path14:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path15:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-drop-shadow .path16:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path1:before {
  content: "\e965";
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path2:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-plain .path3:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path4:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path5:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-plain .path6:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path7:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path8:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-plain .path9:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path10:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path11:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-plain .path12:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path13:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path14:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-plain .path15:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-plain .path16:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path1:before {
  content: "\e975";
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path2:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-stroke .path3:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path4:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path5:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-stroke .path6:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path7:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path8:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-stroke .path9:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path10:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path11:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-stroke .path12:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path13:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path14:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-circle-stroke .path15:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path16:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-circle-stroke .path17:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-hongkong-drop-shadow .path1:before {
  content: "\e986";
  color: rgb(252, 2, 4);
}
.fsw-icon-country-hongkong-drop-shadow .path2:before {
  content: "\e987";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path3:before {
  content: "\e988";
  margin-left: -1.185546875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-drop-shadow .path4:before {
  content: "\e989";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path5:before {
  content: "\e98a";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path6:before {
  content: "\e98b";
  margin-left: -1.185546875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-drop-shadow .path7:before {
  content: "\e98c";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path8:before {
  content: "\e98d";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path9:before {
  content: "\e98e";
  margin-left: -1.185546875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-drop-shadow .path10:before {
  content: "\e98f";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path11:before {
  content: "\e990";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path12:before {
  content: "\e991";
  margin-left: -1.185546875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-drop-shadow .path13:before {
  content: "\e992";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path14:before {
  content: "\e993";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path15:before {
  content: "\e994";
  margin-left: -1.185546875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-drop-shadow .path16:before {
  content: "\e995";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-drop-shadow .path17:before {
  content: "\e996";
  margin-left: -1.185546875em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path1:before {
  content: "\e997";
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path2:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-plain .path3:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path4:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path5:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-plain .path6:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path7:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path8:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-plain .path9:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path10:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path11:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-plain .path12:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path13:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path14:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-plain .path15:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-plain .path16:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path1:before {
  content: "\e9a7";
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-stroke .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path4:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path5:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-stroke .path6:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path7:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path8:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-stroke .path9:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path10:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path11:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-stroke .path12:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path13:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path14:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-hongkong-stroke .path15:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path16:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(222, 41, 16);
}
.fsw-icon-country-hongkong-stroke .path17:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-indonesia-circle-drop-shadow .path1:before {
  content: "\e9b8";
  color: rgb(199, 16, 14);
}
.fsw-icon-country-indonesia-circle-drop-shadow .path2:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-indonesia-circle-plain .path1:before {
  content: "\e9ba";
  color: rgb(199, 16, 14);
}
.fsw-icon-country-indonesia-circle-plain .path2:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-indonesia-circle-stroke .path1:before {
  content: "\e9bc";
  color: rgb(199, 16, 14);
}
.fsw-icon-country-indonesia-circle-stroke .path2:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-indonesia-circle-stroke .path3:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-indonesia-drop-shadow .path1:before {
  content: "\e9bf";
  color: rgb(196, 196, 196);
}
.fsw-icon-country-indonesia-drop-shadow .path2:before {
  content: "\e9c0";
  margin-left: -1.185546875em;
  color: rgb(199, 16, 14);
}
.fsw-icon-country-indonesia-drop-shadow .path3:before {
  content: "\e9c1";
  margin-left: -1.185546875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-indonesia-plain .path1:before {
  content: "\e9c2";
  color: rgb(199, 16, 14);
}
.fsw-icon-country-indonesia-plain .path2:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-indonesia-stroke .path1:before {
  content: "\e9c4";
  color: rgb(199, 16, 14);
}
.fsw-icon-country-indonesia-stroke .path2:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-indonesia-stroke .path3:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path1:before {
  content: "\e9c7";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path2:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path3:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path4:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path5:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path6:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path7:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path8:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path9:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path10:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path11:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path12:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path13:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path14:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path15:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(33, 23, 130);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path16:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-circle-drop-shadow .path17:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-circle-plain .path1:before {
  content: "\e9d8";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path2:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path3:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path4:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path5:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path6:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path7:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path8:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path9:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path10:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path11:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path12:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path13:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-plain .path14:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-plain .path15:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(33, 23, 130);
}
.fsw-icon-country-malaysia-circle-plain .path16:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-circle-plain .path17:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-circle-stroke .path1:before {
  content: "\e9e9";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path2:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path3:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path4:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path5:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path6:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path7:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path8:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path9:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path10:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path11:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path12:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path13:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-circle-stroke .path14:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-circle-stroke .path15:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(33, 23, 130);
}
.fsw-icon-country-malaysia-circle-stroke .path16:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-circle-stroke .path17:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-circle-stroke .path18:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-malaysia-drop-shadow .path1:before {
  content: "\e9fb";
  color: rgb(196, 196, 196);
}
.fsw-icon-country-malaysia-drop-shadow .path2:before {
  content: "\e9fc";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path3:before {
  content: "\e9fd";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path4:before {
  content: "\e9fe";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path5:before {
  content: "\e9ff";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path6:before {
  content: "\ea00";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path7:before {
  content: "\ea01";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path8:before {
  content: "\ea02";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path9:before {
  content: "\ea03";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path10:before {
  content: "\ea04";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path11:before {
  content: "\ea05";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path12:before {
  content: "\ea06";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path13:before {
  content: "\ea07";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path14:before {
  content: "\ea08";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-drop-shadow .path15:before {
  content: "\ea09";
  margin-left: -1.107421875em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-drop-shadow .path16:before {
  content: "\ea0a";
  margin-left: -1.107421875em;
  color: rgb(33, 23, 130);
}
.fsw-icon-country-malaysia-drop-shadow .path17:before {
  content: "\ea0b";
  margin-left: -1.107421875em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-drop-shadow .path18:before {
  content: "\ea0c";
  margin-left: -1.107421875em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-plain .path1:before {
  content: "\ea0d";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-plain .path2:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path3:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path4:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-plain .path5:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path6:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-plain .path7:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-plain .path8:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path9:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-plain .path10:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path11:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path12:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-plain .path13:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-plain .path14:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(33, 23, 130);
}
.fsw-icon-country-malaysia-plain .path15:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-plain .path16:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-stroke .path1:before {
  content: "\ea1d";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-stroke .path2:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path3:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path4:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-stroke .path5:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path6:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-stroke .path7:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-stroke .path8:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path9:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-stroke .path10:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path11:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path12:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-malaysia-stroke .path13:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(218, 23, 11);
}
.fsw-icon-country-malaysia-stroke .path14:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(33, 23, 130);
}
.fsw-icon-country-malaysia-stroke .path15:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-stroke .path16:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(238, 198, 25);
}
.fsw-icon-country-malaysia-stroke .path17:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-singapore-circle-drop-shadow .path1:before {
  content: "\ea2e";
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-drop-shadow .path2:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(215, 44, 58);
}
.fsw-icon-country-singapore-circle-drop-shadow .path3:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-drop-shadow .path4:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-drop-shadow .path5:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-drop-shadow .path6:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-drop-shadow .path7:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-drop-shadow .path8:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path1:before {
  content: "\ea36";
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path2:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(215, 44, 58);
}
.fsw-icon-country-singapore-circle-plain .path3:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path4:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path5:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path6:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path7:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-plain .path8:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path1:before {
  content: "\ea3e";
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(215, 44, 58);
}
.fsw-icon-country-singapore-circle-stroke .path3:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path4:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path5:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path6:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path7:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path8:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-circle-stroke .path9:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-singapore-drop-shadow .path1:before {
  content: "\ea47";
  color: rgb(196, 196, 196);
}
.fsw-icon-country-singapore-drop-shadow .path2:before {
  content: "\ea48";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-drop-shadow .path3:before {
  content: "\ea49";
  margin-left: -1.107421875em;
  color: rgb(215, 44, 58);
}
.fsw-icon-country-singapore-drop-shadow .path4:before {
  content: "\ea4a";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-drop-shadow .path5:before {
  content: "\ea4b";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-drop-shadow .path6:before {
  content: "\ea4c";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-drop-shadow .path7:before {
  content: "\ea4d";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-drop-shadow .path8:before {
  content: "\ea4e";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-drop-shadow .path9:before {
  content: "\ea4f";
  margin-left: -1.107421875em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path1:before {
  content: "\ea50";
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path2:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(215, 44, 58);
}
.fsw-icon-country-singapore-plain .path3:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path4:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path5:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path6:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path7:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-plain .path8:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path1:before {
  content: "\ea58";
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path2:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(215, 44, 58);
}
.fsw-icon-country-singapore-stroke .path3:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path4:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path5:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path6:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path7:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path8:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(255, 255, 254);
}
.fsw-icon-country-singapore-stroke .path9:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-thailand-circle-drop-shadow .path1:before {
  content: "\ea61";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-thailand-circle-drop-shadow .path2:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-circle-drop-shadow .path3:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-thailand-circle-drop-shadow .path4:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-circle-plain .path1:before {
  content: "\ea65";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-thailand-circle-plain .path2:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-circle-plain .path3:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-thailand-circle-plain .path4:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-circle-stroke .path1:before {
  content: "\ea69";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-thailand-circle-stroke .path2:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-circle-stroke .path3:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-thailand-circle-stroke .path4:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-circle-stroke .path5:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-thailand-drop-shadow .path1:before {
  content: "\ea6e";
  color: rgb(196, 196, 196);
}
.fsw-icon-country-thailand-drop-shadow .path2:before {
  content: "\ea6f";
  margin-left: -1.1923828125em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-thailand-drop-shadow .path3:before {
  content: "\ea70";
  margin-left: -1.1923828125em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-drop-shadow .path4:before {
  content: "\ea71";
  margin-left: -1.1923828125em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-thailand-drop-shadow .path5:before {
  content: "\ea72";
  margin-left: -1.1923828125em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-plain .path1:before {
  content: "\ea73";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-thailand-plain .path2:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-plain .path3:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-thailand-plain .path4:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-stroke .path1:before {
  content: "\ea77";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-thailand-stroke .path2:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-stroke .path3:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-thailand-stroke .path4:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-thailand-stroke .path5:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path1:before {
  content: "\ea7c";
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path2:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path3:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(36, 29, 90);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path4:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(237, 28, 37);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path5:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(34, 49, 97);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path6:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path7:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path8:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path9:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path10:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path11:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path12:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path13:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path14:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path15:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path16:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path17:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path18:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path19:before {
  content: "\ea8e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path20:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-drop-shadow .path21:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-plain .path1:before {
  content: "\ea91";
  color: rgb(34, 49, 97);
}
.fsw-icon-country-united-kingdom-circle-plain .path2:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path3:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-plain .path4:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path5:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path6:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-plain .path7:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path8:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path9:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-plain .path10:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path11:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path12:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-plain .path13:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path14:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path15:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-plain .path16:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-plain .path17:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path1:before {
  content: "\eaa2";
  color: rgb(34, 49, 97);
}
.fsw-icon-country-united-kingdom-circle-stroke .path2:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path3:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path4:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path5:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path6:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path7:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path8:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path9:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path10:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path11:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path12:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path13:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path14:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path15:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-circle-stroke .path16:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path17:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-circle-stroke .path18:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-country-united-kingdom-drop-shadow .path1:before {
  content: "\eab4";
  color: rgb(34, 49, 97);
}
.fsw-icon-country-united-kingdom-drop-shadow .path2:before {
  content: "\eab5";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path3:before {
  content: "\eab6";
  margin-left: -1.23046875em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-drop-shadow .path4:before {
  content: "\eab7";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path5:before {
  content: "\eab8";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path6:before {
  content: "\eab9";
  margin-left: -1.23046875em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-drop-shadow .path7:before {
  content: "\eaba";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path8:before {
  content: "\eabb";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path9:before {
  content: "\eabc";
  margin-left: -1.23046875em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-drop-shadow .path10:before {
  content: "\eabd";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path11:before {
  content: "\eabe";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path12:before {
  content: "\eabf";
  margin-left: -1.23046875em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-drop-shadow .path13:before {
  content: "\eac0";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path14:before {
  content: "\eac1";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path15:before {
  content: "\eac2";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-drop-shadow .path16:before {
  content: "\eac3";
  margin-left: -1.23046875em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-drop-shadow .path17:before {
  content: "\eac4";
  margin-left: -1.23046875em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-plain .path1:before {
  content: "\eac5";
  color: rgb(34, 49, 97);
}
.fsw-icon-country-united-kingdom-plain .path2:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path3:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-plain .path4:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path5:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path6:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-plain .path7:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path8:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path9:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-plain .path10:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path11:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path12:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-plain .path13:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path14:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path15:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-plain .path16:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-plain .path17:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path1:before {
  content: "\ead6";
  color: rgb(34, 49, 97);
}
.fsw-icon-country-united-kingdom-stroke .path2:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path3:before {
  content: "\ead8";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path4:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path5:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path6:before {
  content: "\eadb";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path7:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path8:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path9:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path10:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path11:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path12:before {
  content: "\eae1";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path13:before {
  content: "\eae2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path14:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path15:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.fsw-icon-country-united-kingdom-stroke .path16:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path17:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(203, 25, 58);
}
.fsw-icon-country-united-kingdom-stroke .path18:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.fsw-icon-common-account:before {
  content: "\eae8";
}
.fsw-icon-common-add-circle:before {
  content: "\eae9";
}
.fsw-icon-common-add:before {
  content: "\eaea";
}
.fsw-icon-common-analytics:before {
  content: "\eaeb";
}
.fsw-icon-common-apps-filled:before {
  content: "\eaec";
}
.fsw-icon-common-apps-outline:before {
  content: "\eaed";
}
.fsw-icon-common-arrow-down:before {
  content: "\eaee";
}
.fsw-icon-common-arrow-dropdown:before {
  content: "\eaef";
}
.fsw-icon-common-arrow-left:before {
  content: "\eaf0";
}
.fsw-icon-common-arrow-right:before {
  content: "\eaf1";
}
.fsw-icon-common-arrow-up:before {
  content: "\eaf2";
}
.fsw-icon-common-assignment:before {
  content: "\eaf3";
}
.fsw-icon-common-attachment:before {
  content: "\eaf4";
}
.fsw-icon-common-auto-invest:before {
  content: "\eaf5";
}
.fsw-icon-common-bank-investor:before {
  content: "\eaf6";
}
.fsw-icon-common-building:before {
  content: "\eaf7";
}
.fsw-icon-common-calculator:before {
  content: "\eaf8";
}
.fsw-icon-common-calendar-alternative:before {
  content: "\eaf9";
}
.fsw-icon-common-calendar-investor:before {
  content: "\eafa";
}
.fsw-icon-common-card-multiple:before {
  content: "\eafb";
}
.fsw-icon-common-card:before {
  content: "\eafc";
}
.fsw-icon-common-chart:before {
  content: "\eafd";
}
.fsw-icon-common-chat-outline:before {
  content: "\eafe";
}
.fsw-icon-common-chat:before {
  content: "\eaff";
}
.fsw-icon-common-check-circle:before {
  content: "\eb00";
}
.fsw-icon-common-close-circle:before {
  content: "\eb01";
}
.fsw-icon-common-close:before {
  content: "\eb02";
}
.fsw-icon-common-copy-filled:before {
  content: "\eb03";
}
.fsw-icon-common-copy:before {
  content: "\eb04";
}
.fsw-icon-common-country-filled:before {
  content: "\eb05";
}
.fsw-icon-common-country:before {
  content: "\eb06";
}
.fsw-icon-common-dashboard:before {
  content: "\eb07";
}
.fsw-icon-common-delete-alternative:before {
  content: "\eb08";
}
.fsw-icon-common-delete:before {
  content: "\eb09";
}
.fsw-icon-common-document-alternative:before {
  content: "\eb0a";
}
.fsw-icon-common-document:before {
  content: "\eb0b";
}
.fsw-icon-common-download-circle:before {
  content: "\eb0c";
}
.fsw-icon-common-download:before {
  content: "\eb0d";
}
.fsw-icon-common-drag-alternative:before {
  content: "\eb0e";
}
.fsw-icon-common-drag:before {
  content: "\eb0f";
}
.fsw-icon-common-edit-alternative:before {
  content: "\eb10";
}
.fsw-icon-common-edit:before {
  content: "\eb11";
}
.fsw-icon-common-email-alternative:before {
  content: "\eb12";
}
.fsw-icon-common-email:before {
  content: "\eb13";
}
.fsw-icon-common-enlarge:before {
  content: "\eb14";
}
.fsw-icon-common-external-link:before {
  content: "\eb15";
}
.fsw-icon-common-faq-outline:before {
  content: "\eb16";
}
.fsw-icon-common-favourite-outline:before {
  content: "\eb17";
}
.fsw-icon-common-favourite:before {
  content: "\eb18";
}
.fsw-icon-common-filter-badge .path1:before {
  content: "\eb19";
  color: rgb(68, 68, 68);
}
.fsw-icon-common-filter-badge .path2:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-common-filter:before {
  content: "\eb1b";
}
.fsw-icon-common-fingerprint:before {
  content: "\eb1c";
}
.fsw-icon-common-fullscreen:before {
  content: "\eb1d";
}
.fsw-icon-common-fund:before {
  content: "\eb1e";
}
.fsw-icon-common-grid-all:before {
  content: "\eb1f";
}
.fsw-icon-common-history:before {
  content: "\eb20";
}
.fsw-icon-common-home-investor:before {
  content: "\eb21";
}
.fsw-icon-common-home:before {
  content: "\eb22";
}
.fsw-icon-common-information-circle:before {
  content: "\eb23";
}
.fsw-icon-common-list:before {
  content: "\eb24";
}
.fsw-icon-common-live-chat:before {
  content: "\eb25";
}
.fsw-icon-common-lock-alternative:before {
  content: "\eb26";
}
.fsw-icon-common-lock-open:before {
  content: "\eb27";
}
.fsw-icon-common-lock-outline:before {
  content: "\eb28";
}
.fsw-icon-common-lock:before {
  content: "\eb29";
}
.fsw-icon-common-log-out:before {
  content: "\eb2a";
}
.fsw-icon-common-megaphone-filled:before {
  content: "\eb2b";
}
.fsw-icon-common-megaphone-outline:before {
  content: "\eb2c";
}
.fsw-icon-common-menu:before {
  content: "\eb2d";
}
.fsw-icon-common-messages-badge .path1:before {
  content: "\eb2e";
  color: rgb(68, 68, 68);
}
.fsw-icon-common-messages-badge .path2:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-common-messages:before {
  content: "\eb30";
}
.fsw-icon-common-minus:before {
  content: "\eb31";
}
.fsw-icon-common-more:before {
  content: "\eb32";
}
.fsw-icon-common-notification-badge-filled .path1:before {
  content: "\eb33";
  color: rgb(68, 68, 68);
}
.fsw-icon-common-notification-badge-filled .path2:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-common-notification-badge-outline .path1:before {
  content: "\eb35";
  color: rgb(68, 68, 68);
}
.fsw-icon-common-notification-badge-outline .path2:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(44, 80, 255);
}
.fsw-icon-common-notification-filled:before {
  content: "\eb37";
}
.fsw-icon-common-notification-outline:before {
  content: "\eb38";
}
.fsw-icon-common-overview:before {
  content: "\eb39";
}
.fsw-icon-common-password-hide-alternative:before {
  content: "\eb3a";
}
.fsw-icon-common-password-hide:before {
  content: "\eb3b";
}
.fsw-icon-common-password-show-alternative:before {
  content: "\eb3c";
}
.fsw-icon-common-password-show:before {
  content: "\eb3d";
}
.fsw-icon-common-person-add:before {
  content: "\eb3e";
}
.fsw-icon-common-phone-alternative:before {
  content: "\eb3f";
}
.fsw-icon-common-phone:before {
  content: "\eb40";
}
.fsw-icon-common-privacy-tip:before {
  content: "\eb41";
}
.fsw-icon-common-profile-investor:before {
  content: "\eb42";
}
.fsw-icon-common-profile:before {
  content: "\eb43";
}
.fsw-icon-common-question-circle-filled:before {
  content: "\eb44";
}
.fsw-icon-common-question-circle-outline:before {
  content: "\eb45";
}
.fsw-icon-common-receipt:before {
  content: "\eb46";
}
.fsw-icon-common-remove:before {
  content: "\eb47";
}
.fsw-icon-common-request:before {
  content: "\eb48";
}
.fsw-icon-common-search:before {
  content: "\eb49";
}
.fsw-icon-common-settings-outline:before {
  content: "\eb4a";
}
.fsw-icon-common-settings:before {
  content: "\eb4b";
}
.fsw-icon-common-share:before {
  content: "\eb4c";
}
.fsw-icon-common-sort-down:before {
  content: "\eb4d";
}
.fsw-icon-common-sort-up:before {
  content: "\eb4e";
}
.fsw-icon-common-spark:before {
  content: "\eb4f";
}
.fsw-icon-common-thumb-up:before {
  content: "\eb50";
}
.fsw-icon-common-time:before {
  content: "\eb51";
}
.fsw-icon-common-upload-alternative:before {
  content: "\eb52";
}
.fsw-icon-common-upload:before {
  content: "\eb53";
}
.fsw-icon-common-users:before {
  content: "\eb54";
}
.fsw-icon-common-verified-filled:before {
  content: "\eb55";
}
.fsw-icon-common-verified:before {
  content: "\eb56";
}
.fsw-icon-common-wallet:before {
  content: "\eb57";
}
.fsw-icon-common-warning-circle:before {
  content: "\eb58";
}
html[data-theme=light] {
  --global-theme: light;
  --fsw-theme-base-background-1: #ffffff;
  --fsw-theme-base-background-2: #f6f6f6;
  --fsw-theme-base-gray-default: #757575;
  --fsw-theme-base-gray-lightest: #e0e0e0;
  --fsw-theme-base-gray-lighter: #cccccc;
  --fsw-theme-base-gray-darker: #4a4a4a;
  --fsw-theme-base-gray-darkest: #222222;
  --fsw-theme-base-primary-default: #2c50ff;
  --fsw-theme-base-primary-lightest: #f3f5fd;
  --fsw-theme-base-primary-lighter: #3e7eff;
  --fsw-theme-base-primary-darker: #003cc1;
  --fsw-theme-base-primary-darkest: #0b2e8f;
  --fsw-theme-secondary-default: #ffffff;
  --fsw-theme-status-warning: #ffb50d;
  --fsw-theme-status-error: #cc1830;
  --fsw-theme-status-success: #08c0a6;
}
html:not([data-theme]) {
  --global-theme: light;
  --fsw-theme-base-background-1: #ffffff;
  --fsw-theme-base-background-2: #f6f6f6;
  --fsw-theme-base-gray-default: #757575;
  --fsw-theme-base-gray-lightest: #e0e0e0;
  --fsw-theme-base-gray-lighter: #cccccc;
  --fsw-theme-base-gray-darker: #4a4a4a;
  --fsw-theme-base-gray-darkest: #222222;
  --fsw-theme-base-primary-default: #2c50ff;
  --fsw-theme-base-primary-lightest: #f3f5fd;
  --fsw-theme-base-primary-lighter: #3e7eff;
  --fsw-theme-base-primary-darker: #003cc1;
  --fsw-theme-base-primary-darkest: #0b2e8f;
  --fsw-theme-secondary-default: #ffffff;
  --fsw-theme-status-warning: #ffb50d;
  --fsw-theme-status-error: #cc1830;
  --fsw-theme-status-success: #08c0a6;
}
html[data-theme=dark] {
  --global-theme: dark;
  --fsw-theme-base-background-1: #030820;
  --fsw-theme-base-background-2: rgba(255, 255, 255, 0.1);
  --fsw-theme-base-background-3: #101840;
  --fsw-theme-base-background-4: rgba(255, 255, 255, 0.2);
  --fsw-theme-base-gray-default: #757575;
  --fsw-theme-base-gray-darker: #4a4a4a;
  --fsw-theme-base-gray-darkest: #222222;
  --fsw-theme-base-white-default: #ffffff;
  --fsw-theme-base-white-lighter: rgba(255, 255, 255, 0.8);
  --fsw-theme-base-white-lightest: rgba(255, 255, 255, 0.6);
  --fsw-theme-base-primary-default: #ffffff;
  --fsw-theme-secondary-default: #2c50ff;
  --fsw-theme-secondary-lighter: #3e7eff;
  --fsw-theme-secondary-darker: #111f66;
  --fsw-theme-status-warning: #ffb50d;
  --fsw-theme-status-error: #cc1830;
  --fsw-theme-status-success: #08c0a6;
}
.fsw-alert {
  --fsw-alert-width: 344px;
  --fsw-alert-background: none;
  --fsw-alert-border: none;
  display: inline-flex;
  gap: 8px;
  width: var(--fsw-alert-width);
  border-radius: 4px;
  padding: 16px;
  background: var(--fsw-alert-background);
  border: 1px solid var(--fsw-alert-border);
}
.fsw-alert--size-m {
  --fsw-alert-width: 344px;
}
.fsw-alert--size-l {
  --fsw-alert-width: 100%;
}
.fsw-alert--status-warning {
  --fsw-alert-background: #faf7f0;
  --fsw-alert-border: #ffb50d;
}
.fsw-alert--status-error {
  --fsw-alert-background: #fae6e6;
  --fsw-alert-border: #cc1830;
}
.fsw-alert--status-info {
  --fsw-alert-background: #f3f5fd;
  --fsw-alert-border: #2c50ff;
}
.fsw-alert--status-success {
  --fsw-alert-background: #f0faf5;
  --fsw-alert-border: #08c0a6;
}
.fsw-alert__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 40px);
}
.fsw-alert__content > header span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-alert__content > header span:lang(th) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-alert__content > header span {
  color: #222222;
}
.fsw-alert__content > main {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-alert__content > main:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-alert__content > main {
  color: #4a4a4a;
}
.fsw-alert__content > footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fsw-alert__close-icon,
.fsw-alert__status-icon {
  width: 24px;
  height: 24px;
}
.fsw-alert__close-icon {
  color: #757575;
}
.fsw-alert__close-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}
.fsw-alert__status-icon {
  color: var(--fsw-alert-border);
}
.fsw-alert--leave {
  animation: fade-out 600ms ease-in-out;
}
.fsw-alert--enter {
  animation: fade-in 300ms ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fsw-modal {
  --fsw-modal-width: 464px;
  --fsw-modal-custom-width: 464px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: var(--fsw-modal-width);
  max-width: calc(100vw - 16px);
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.fsw-modal--size-s {
  --fsw-modal-width: 464px;
}
.fsw-modal--size-m {
  --fsw-modal-width: 640px;
}
.fsw-modal--size-l {
  --fsw-modal-width: 960px;
}
.fsw-modal--size-custom {
  --fsw-modal-width: var(--fsw-modal-custom-width);
}
.fsw-modal > header {
  color: #222222;
  width: 100%;
  padding: 32px 32px 0 32px;
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .fsw-modal > header h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-modal > header h5:lang(th) {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .fsw-modal > header h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-modal > header h5:lang(th) {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .fsw-modal > header h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-modal > header h5:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
.fsw-modal > footer {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
}
.fsw-modal > footer.button-style--row-full {
  align-items: center;
}
.fsw-modal > footer.button-style--row-full > button {
  flex: 1 1 0;
}
.fsw-modal > footer.button-style--column-full {
  flex-wrap: wrap;
}
.fsw-modal > footer.button-style--column-full > button {
  width: 100%;
}
.fsw-modal > footer.button-style--left-block {
  justify-content: flex-start;
}
.fsw-modal > footer.button-style--right-block {
  justify-content: flex-end;
}
.fsw-modal > main {
  padding: 24px 32px;
}
.fsw-modal__close-icon {
  color: #757575;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 18px;
}
.fsw-modal__close-icon:hover {
  cursor: pointer;
  opacity: 70;
}
.fsw-tooltip {
  color: #ffffff;
  background-color: #4a4a4a;
}
.fsw-tooltip--size-m {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tooltip--size-m:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tooltip--size-m {
  padding: 4px 8px;
}
.fsw-tooltip--size-s {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tooltip--size-s:lang(th) {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tooltip--size-s {
  padding: 2px 4px;
}
.fsw-accordion {
  --fsw-accordion-border-top: transparent;
  --fsw-accordion-border-bottom: transparent;
  --fsw-accordion-border-left: transparent;
  --fsw-accordion-border-right: transparent;
  --fsw-accordion-padding-x: 0px;
  --fsw-accordion-padding-y: 0px;
  --fsw-accordion-summary-gap: 0px;
  --fsw-accordion-summary-padding-left: 0px;
  --fsw-accordion-summary-padding-right: 0px;
  --fsw-accordion-summary-icon-before-transform: 0;
  --fsw-accordion-summary-icon-before-transform-mark: 0;
  --fsw-accordion-summary-icon-after-transform: 0;
  --fsw-accordion-summary-icon-after-transform-mark: 90deg;
  --fsw-accordion-summary-icon-left: unset;
  --fsw-accordion-summary-icon-right: unset;
  --fsw-accordion-main-max-height: unset;
  --fsw-accordion-main-padding-top: 0px;
  --fsw-accordion-main-padding-bottom: 0px;
  padding: var(--fsw-accordion-padding-y) var(--fsw-accordion-padding-x);
}
.fsw-accordion[open] {
  --fsw-accordion-summary-icon-after-transform-mark: 0;
  --fsw-accordion-summary-icon-before-transform-mark: 180deg;
}
.fsw-accordion--appearance-primary {
  --fsw-accordion-summary-gap: 12px;
  --fsw-accordion-padding-x: 15px;
  --fsw-accordion-padding-y: 15px;
  --fsw-accordion-border-top: #e0e0e0;
  --fsw-accordion-border-bottom: #e0e0e0;
  --fsw-accordion-border-left: #e0e0e0;
  --fsw-accordion-border-right: #e0e0e0;
  --fsw-accordion-main-padding-top: 12px;
  --fsw-accordion-main-padding-bottom: 8px;
  border: 1px solid;
  border-color: var(--fsw-accordion-border-top) var(--fsw-accordion-border-right) var(--fsw-accordion-border-bottom) var(--fsw-accordion-border-left);
}
.fsw-accordion--appearance-primary > summary {
  outline: none;
}
.fsw-accordion--appearance-primary > summary > h6 {
  color: #222222;
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .fsw-accordion--appearance-primary > summary > h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-accordion--appearance-primary > summary > h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .fsw-accordion--appearance-primary > summary > h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-accordion--appearance-primary > summary > h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .fsw-accordion--appearance-primary > summary > h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-accordion--appearance-primary > summary > h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
.fsw-accordion--appearance-primary > summary > small {
  color: #757575;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-accordion--appearance-primary > summary > small:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-accordion--appearance-primary > main {
  color: #4a4a4a;
}
.fsw-accordion--appearance-link {
  --fsw-accordion-summary-gap: 4px;
  --fsw-accordion-main-padding-top: 8px;
}
.fsw-accordion--appearance-link > summary h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-accordion--appearance-link > summary h6:lang(th) {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-accordion--appearance-link > summary h6 {
  color: #2c50ff;
}
.fsw-accordion--appearance-link > main {
  color: #757575;
}
.fsw-accordion > summary {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: var(--fsw-accordion-summary-padding-left);
  padding-right: var(--fsw-accordion-summary-padding-right);
}
.fsw-accordion > summary::-webkit-details-marker,
.fsw-accordion > summary::marker {
  content: "";
  display: none;
}
.fsw-accordion > summary:before {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c50ff;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: var(--fsw-accordion-summary-icon-right);
  left: var(--fsw-accordion-summary-icon-left);
  transition-duration: 100ms;
  transform: rotate(var(--fsw-accordion-summary-icon-before-transform));
}
.fsw-accordion > summary:after {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c50ff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 2px;
  right: var(--fsw-accordion-summary-icon-right);
  left: var(--fsw-accordion-summary-icon-left);
  transition-duration: 100ms;
  transform: rotate(var(--fsw-accordion-summary-icon-after-transform));
}
.fsw-accordion > main {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-accordion > main:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-accordion > main {
  max-height: var(--fsw-accordion-main-max-height);
  padding: var(--fsw-accordion-main-padding-top) var(--fsw-accordion-summary-padding-right) var(--fsw-accordion-main-padding-bottom) var(--fsw-accordion-summary-padding-left);
}
.fsw-accordion--icon-plus {
  --fsw-accordion-summary-icon-after-transform: var( --fsw-accordion-summary-icon-after-transform-mark );
}
.fsw-accordion--icon-plus > summary:before {
  content: "\eb31";
}
.fsw-accordion--icon-plus > summary:after {
  content: "\eb31";
}
.fsw-accordion--icon-arrow {
  --fsw-accordion-summary-icon-before-transform: var( --fsw-accordion-summary-icon-before-transform-mark );
}
.fsw-accordion--icon-arrow > summary:before {
  content: "\eaee";
}
.fsw-accordion--direction-suffix {
  --fsw-accordion-summary-icon-right: 0;
}
.fsw-accordion--direction-prefix {
  --fsw-accordion-summary-icon-left: 0;
}
.fsw-accordion-group {
  display: flex;
  flex-direction: column;
}
.fsw-accordion-group > .fsw-accordion:not(:first-child) {
  --fsw-accordion-border-top: transparent;
}
.fsw-accordion-group > fsw-accordion:not(:first-child) > .fsw-accordion {
  --fsw-accordion-border-top: transparent;
}
.fsw-btn {
  position: revert;
  display: revert;
  padding: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  border-radius: revert;
  line-height: revert;
  white-space: revert;
  cursor: revert;
  border-width: revert;
  border-style: revert;
  -webkit-user-select: revert;
  user-select: revert;
  outline: revert;
  text-decoration: revert;
  appearance: revert;
  transform: revert;
  will-change: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-btn:visited {
  color: revert;
}
.fsw-btn:hover,
.fsw-btn.is-hovered {
  transform: revert;
  text-decoration: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-btn:active,
.fsw-btn.is-active {
  transform: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-btn:disabled,
.fsw-btn.is-disabled {
  opacity: revert;
  transform: revert;
  cursor: revert;
  -webkit-user-select: revert;
  user-select: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-btn:disabled:hover,
.fsw-btn.is-disabled:hover {
  text-decoration: revert;
}
.fsw-btn {
  margin-left: revert;
}
.fsw-btn:lang(vi) {
  font-family: revert;
}
.fsw-btn:lang(th) {
  font-family: revert;
}
.fsw-btn {
  --fsw-button-gap-x: 8px;
  --fsw-button-padding-x: 12px;
  --fsw-button-padding-y: 8px;
  --fsw-button-height: 40px;
  --fsw-button-rounded: 4px;
  --fsw-button-color: #ffffff;
  --fsw-button-hover-color: #ffffff;
  --fsw-button-active-color: #ffffff;
  --fsw-button-disabled-color: #ffffff;
  --fsw-button-background: #2c50ff;
  --fsw-button-hover-background: rgba(44, 80, 255, 0.8);
  --fsw-button-active-background: #003cc1;
  --fsw-button-disabled-background: #2c50ff;
  --fsw-button-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-button-hover-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  --fsw-button-active-shadow: none;
  --fsw-button-disabled-opacity: 0.6;
  --fsw-button-aspect-ratio: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  border: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration-line: none;
  appearance: none;
  width: max-content;
  gap: var(--fsw-button-gap-x);
  padding: var(--fsw-button-padding-y) var(--fsw-button-padding-x) var(--fsw-button-padding-y) var(--fsw-button-padding-x);
  border-radius: var(--fsw-button-rounded);
  height: var(--fsw-button-height);
  aspect-ratio: var(--fsw-button-aspect-ratio);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-btn:lang(th) {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-btn:disabled {
  opacity: var(--fsw-button-disabled-opacity);
  background: var(--fsw-button-disabled-background);
  color: var(--fsw-button-disabled-color);
  cursor: not-allowed;
  -webkit-user-select: auto;
  user-select: auto;
}
.fsw-btn:not(:disabled) {
  background: var(--fsw-button-background);
  box-shadow: var(--fsw-button-shadow);
  color: var(--fsw-button-color);
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition:
    box-shadow 200ms cubic-bezier(0, 0, 0.2, 1),
    transform 200ms cubic-bezier(0, 0, 0.2, 1),
    background-color 200ms cubic-bezier(0, 0, 0.2, 1),
    color 200ms cubic-bezier(0, 0, 0.2, 1);
}
.fsw-btn:not(:disabled):hover,
.fsw-btn:not(:disabled):focus,
.fsw-btn:not(:disabled):focus-visible,
.fsw-btn:not(:disabled):focus-within {
  background: var(--fsw-button-hover-background);
  box-shadow: var(--fsw-button-hover-shadow);
  color: var(--fsw-button-hover-color);
  transform: translateY(-2px);
  cursor: pointer;
}
.fsw-btn:not(:disabled):active {
  background: var(--fsw-button-active-background);
  box-shadow: var(--fsw-button-active-shadow);
  color: var(--fsw-button-active-color);
  transform: none;
  transition: none;
}
.fsw-btn--s {
  --fsw-button-padding-y: 4px;
  --fsw-button-height: 36px;
}
.fsw-btn--m {
  --fsw-button-padding-y: 8px;
  --fsw-button-height: 40px;
}
.fsw-btn--l {
  --fsw-button-padding-y: 12px;
  --fsw-button-height: 48px;
}
.fsw-btn--secondary-elevate {
  --fsw-button-color: #2c50ff;
  --fsw-button-hover-color: #2c50ff;
  --fsw-button-active-color: #2c50ff;
  --fsw-button-disabled-color: #2c50ff;
  --fsw-button-background: #f3f5fd;
  --fsw-button-hover-background: #f3f5fd;
  --fsw-button-active-background: #d6e4ff;
  --fsw-button-disabled-background: #f3f5fd;
  --fsw-button-shadow: none;
  --fsw-button-hover-shadow: none;
  --fsw-button-active-shadow: none;
  --fsw-button-disabled-shadow: none;
}
.fsw-btn--secondary {
  --fsw-button-color: #2c50ff;
  --fsw-button-hover-color: rgba(44, 80, 255, 0.8);
  --fsw-button-active-color: #003cc1;
  --fsw-button-disabled-color: #2c50ff;
  --fsw-button-background: #ffffff;
  --fsw-button-hover-background: #ffffff;
  --fsw-button-active-background: #ffffff;
  --fsw-button-disabled-background: #ffffff;
  --fsw-button-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-button-hover-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  --fsw-button-active-shadow: none;
  --fsw-button-disabled-shadow: none;
}
.fsw-btn--link {
  --fsw-button-color: #2c50ff;
  --fsw-button-hover-color: rgba(44, 80, 255, 0.8);
  --fsw-button-active-color: #003cc1;
  --fsw-button-disabled-color: #2c50ff;
  --fsw-button-background: none;
  --fsw-button-hover-background: none;
  --fsw-button-active-background: none;
  --fsw-button-disabled-background: none;
  --fsw-button-shadow: none;
  --fsw-button-hover-shadow: none;
  --fsw-button-active-shadow: none;
  --fsw-button-disabled-shadow: none;
  --fsw-button-padding-x: 0px;
}
.fsw-btn--icon-with-bg {
  --fsw-button-rounded: 50%;
  --fsw-button-padding-x: var(--fsw-button-padding-y);
  width: var(--fsw-button-height);
  --fsw-button-color: #2c50ff;
  --fsw-button-hover-color: #2c50ff;
  --fsw-button-active-color: #2c50ff;
  --fsw-button-disabled-color: #2c50ff;
  --fsw-button-background: #f3f5fd;
  --fsw-button-hover-background: rgba(214, 228, 255, 0.6);
  --fsw-button-active-background: #d6e4ff;
  --fsw-button-disabled-background: #f3f5fd;
  --fsw-button-shadow: none;
  --fsw-button-hover-shadow: none;
  --fsw-button-active-shadow: none;
  --fsw-button-disabled-shadow: none;
}
.fsw-btn--icon-no-bg {
  --fsw-button-rounded: 50%;
  --fsw-button-padding-x: var(--fsw-button-padding-y);
  width: var(--fsw-button-height);
  --fsw-button-color: #4a4a4a;
  --fsw-button-hover-color: #4a4a4a;
  --fsw-button-active-color: #4a4a4a;
  --fsw-button-disabled-color: #4a4a4a;
  --fsw-button-background: none;
  --fsw-button-hover-background: rgba(241, 241, 242, 0.6);
  --fsw-button-active-background: rgba(241, 241, 242, 0.6);
  --fsw-button-disabled-background: none;
  --fsw-button-shadow: none;
  --fsw-button-hover-shadow: none;
  --fsw-button-active-shadow: none;
  --fsw-button-disabled-shadow: none;
}
.fsw-badge {
  --fsw-badge-height: 18px;
  --fsw-badge-width: max-content;
  --fsw-badge-min-width: 18px;
  --fsw-badge-rounded: 180px;
  --fsw-badge-padding-x: 5px;
  --fsw-badge-background: none;
  --fsw-badge-border: none;
  --fsw-badge-color: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--fsw-badge-width);
  height: var(--fsw-badge-height);
  min-width: var(--fsw-badge-min-width);
  border-radius: var(--fsw-badge-rounded);
  background: var(--fsw-badge-background);
  color: var(--fsw-badge-color);
  box-shadow: var(--fsw-badge-border);
  padding: 0 var(--fsw-badge-padding-x);
}
.fsw-badge.is-dot {
  --fsw-badge-height: 8px;
  --fsw-badge-min-width: unset;
  --fsw-badge-width: 8px;
  --fsw-badge-rounded: 180px;
  --fsw-badge-padding-x: 0;
  --fsw-badge-background: var(--fsw-badge-setup-background-is-dot);
  --fsw-badge-border: var(--fsw-badge-setup-border-is-dot);
}
.fsw-badge:not(.is-dot) {
  --fsw-badge-height: 18px;
  --fsw-badge-width: max-content;
  --fsw-badge-min-width: 18px;
  --fsw-badge-rounded: 180px;
  --fsw-badge-padding-x: 5px;
  --fsw-badge-background: var(--fsw-badge-setup-background);
  --fsw-badge-border: var(--fsw-badge-setup-border);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-badge:not(.is-dot):lang(th) {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-badge--red {
  --fsw-badge-setup-background: #cc1830;
  --fsw-badge-setup-background-is-dot: #cc1830;
  --fsw-badge-setup-border: none;
  --fsw-badge-setup-border-is-dot: none;
  --fsw-badge-color: #ffffff;
}
.fsw-badge--green {
  --fsw-badge-setup-background: #08c0a6;
  --fsw-badge-setup-background-is-dot: #08c0a6;
  --fsw-badge-setup-border: none;
  --fsw-badge-setup-border-is-dot: none;
  --fsw-badge-color: #ffffff;
}
.fsw-badge--blue {
  --fsw-badge-setup-background: #2c50ff;
  --fsw-badge-setup-background-is-dot: #2c50ff;
  --fsw-badge-setup-border: none;
  --fsw-badge-setup-border-is-dot: none;
  --fsw-badge-color: #ffffff;
}
.fsw-badge--yellow {
  --fsw-badge-setup-background: #e07c09;
  --fsw-badge-setup-background-is-dot: #e07c09;
  --fsw-badge-setup-border: none;
  --fsw-badge-setup-border-is-dot: none;
  --fsw-badge-color: #ffffff;
}
.fsw-badge--gray {
  --fsw-badge-setup-background: #e0e0e0;
  --fsw-badge-setup-background-is-dot: #e0e0e0;
  --fsw-badge-setup-border: none;
  --fsw-badge-setup-border-is-dot: none;
  --fsw-badge-color: #4a4a4a;
}
.fsw-badge--white {
  --fsw-badge-setup-background: #ffffff;
  --fsw-badge-setup-background-is-dot: none;
  --fsw-badge-setup-border: 0 0 0 1px #e0e0e0;
  --fsw-badge-setup-border-is-dot: none;
  --fsw-badge-color: #757575;
}
.fsw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fsw-breadcrumb > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-breadcrumb > li:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-breadcrumb > li:hover {
  cursor: pointer;
  text-decoration: underline;
}
.fsw-breadcrumb > li.active {
  color: #222222;
}
.fsw-breadcrumb > li:not(.active) {
  color: #757575;
}
.fsw-breadcrumb__menu {
  display: flex;
  flex-direction: column;
  width: max-content;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.fsw-breadcrumb__menu__item {
  --fsw-breadcrumb-menu-item-width: 140px;
  --fsw-breadcrumb-menu-item-min-width: 140px;
  min-width: var(--fsw-breadcrumb-menu-item-min-width);
  width: var(--fsw-breadcrumb-menu-item-width);
  padding: 6px 4px;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-breadcrumb__menu__item:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-breadcrumb__menu__item:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration-line: underline;
}
.fsw-breadcrumb__menu.in-cdk {
  position: relative;
  top: 6px;
  left: -6px;
}
.fsw-card {
  --fsw-card-header-padding: 0px;
  --fsw-card-main-padding: 0px;
  --fsw-card-image-radius: 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 24px;
}
.fsw-card:not(.is-radio-content) {
  --fsw-card-main-padding: 24px;
  gap: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.fsw-card > header {
  width: 100%;
  padding: var(--fsw-card-header-padding) var(--fsw-card-header-padding) 0 var(--fsw-card-header-padding);
}
.fsw-card > main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--fsw-card-main-padding);
}
.fsw-card > main > h6 {
  color: #222222;
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .fsw-card > main > h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-card > main > h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .fsw-card > main > h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-card > main > h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .fsw-card > main > h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-card > main > h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
.fsw-card > main > p {
  color: #4a4a4a;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-card > main > p:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-card > main > label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #8f8f8f;
}
.fsw-card > main > label i {
  font-size: 20px;
}
.fsw-card > main > label span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-card > main > label span:lang(th) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-card--image-size-l > header > img {
  width: 100%;
}
.fsw-card--image-size-m {
  --fsw-card-header-padding: 24px;
}
.fsw-card--image-size-m > header > img {
  width: 100%;
  border-radius: 4px;
}
.fsw-card--image-size-s {
  --fsw-card-header-padding: 24px;
}
.fsw-card--image-size-s > header > img {
  border-radius: 4px;
  width: 80px;
  height: 80px;
}
.fsw-card--image-size-xs {
  --fsw-card-header-padding: 24px;
}
.fsw-card--image-size-xs > header > img {
  border-radius: 4px;
  width: 48px;
  height: 48px;
}
.fsw-indicator {
  display: inline-flex;
  gap: 4px;
}
.fsw-indicator--horizontal {
  flex-direction: row;
  width: 100%;
}
.fsw-indicator--horizontal > .fsw-indicator__item {
  padding-top: 32px;
  flex: 1 1 0;
}
.fsw-indicator--horizontal > .fsw-indicator__item:after {
  width: calc(100% - 26px);
  height: 4px;
  right: 0;
  top: 10px;
}
.fsw-indicator--vertical {
  flex-direction: column;
}
.fsw-indicator--vertical > .fsw-indicator__item {
  flex: 1 1 0;
  min-height: 70px;
  padding-left: 32px;
}
.fsw-indicator--vertical > .fsw-indicator__item:after {
  height: calc(100% - 26px);
  width: 4px;
  bottom: 0;
  left: 10px;
}
.fsw-indicator__item {
  --fsw-indicator-item-before-content: "" \e909"";
  --fsw-indicator-item-before-color: #d6e4ff;
  --fsw-indicator-item-after-color: #d6e4ff;
  position: relative;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-indicator__item:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-indicator__item--in-progress {
  --fsw-indicator-item-before-content: "\e909";
  --fsw-indicator-item-before-color: #d6e4ff;
  --fsw-indicator-item-after-color: #d6e4ff;
}
.fsw-indicator__item--in-progress-next {
  --fsw-indicator-item-before-content: "\e909";
  --fsw-indicator-item-before-color: #2c50ff;
  --fsw-indicator-item-after-color: #d6e4ff;
}
.fsw-indicator__item--completed {
  --fsw-indicator-item-before-content: "\e905";
  --fsw-indicator-item-before-color: #2c50ff;
  --fsw-indicator-item-after-color: #2c50ff;
}
.fsw-indicator__item--error {
  --fsw-indicator-item-before-content: "\e906";
  --fsw-indicator-item-before-color: #cc1830;
  --fsw-indicator-item-after-color: #2c50ff;
}
.fsw-indicator__item:before {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  content: var(--fsw-indicator-item-before-content);
  color: var(--fsw-indicator-item-before-color);
}
.fsw-indicator__item:after {
  position: absolute;
  content: "";
  border-radius: 4px;
  background: var(--fsw-indicator-item-after-color);
}
.fsw-indicator__item:last-child:after {
  opacity: 0;
}
.fsw-link {
  text-decoration: unset;
  color: unset;
}
.fsw-link:visited {
  color: unset;
}
.fsw-link:focus,
.fsw-link:hover {
  text-decoration: unset;
}
.fsw-link {
  --fsw-link-color: unset;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: max-content;
  gap: 4px;
  color: var(--fsw-link-color);
  outline: none;
}
.fsw-link:hover {
  cursor: pointer;
}
.fsw-link:hover > span {
  text-decoration-line: underline;
}
.fsw-link:visited {
  color: var(--fsw-link-color);
}
.fsw-link i {
  font-size: 16px;
}
.fsw-link > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-link > span:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-link--color-blue {
  --fsw-link-color: #2c50ff;
}
.fsw-link--color-gray {
  --fsw-link-color: #757575;
}
.fsw-link--color-darkest-gray {
  --fsw-link-color: #222222;
}
.fsw-pagination {
  display: flex;
  align-items: center;
  gap: 32px;
}
.fsw-pagination > main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fsw-pagination > main > button {
  position: revert;
  display: revert;
  padding: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  border-radius: revert;
  line-height: revert;
  white-space: revert;
  cursor: revert;
  border-width: revert;
  border-style: revert;
  -webkit-user-select: revert;
  user-select: revert;
  outline: revert;
  text-decoration: revert;
  appearance: revert;
  transform: revert;
  will-change: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-pagination > main > button:visited {
  color: revert;
}
.fsw-pagination > main > button:hover,
.fsw-pagination > main > button.is-hovered {
  transform: revert;
  text-decoration: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-pagination > main > button:active,
.fsw-pagination > main > button.is-active {
  transform: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-pagination > main > button:disabled,
.fsw-pagination > main > button.is-disabled {
  opacity: revert;
  transform: revert;
  cursor: revert;
  -webkit-user-select: revert;
  user-select: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-pagination > main > button:disabled:hover,
.fsw-pagination > main > button.is-disabled:hover {
  text-decoration: revert;
}
.fsw-pagination > main > button {
  margin-left: revert;
}
.fsw-pagination > main > button:lang(vi) {
  font-family: revert;
}
.fsw-pagination > main > button:lang(th) {
  font-family: revert;
}
.fsw-pagination > main > button {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  outline: none;
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
}
.fsw-pagination > main > button:disabled {
  box-shadow: 0 0 0 1px #adadad;
  color: #adadad;
  background-color: #ffffff;
}
.fsw-pagination > main > button:disabled:hover {
  cursor: not-allowed;
}
.fsw-pagination > main > button:not(:disabled) {
  box-shadow: 0 0 0 1px #cccccc;
  color: #4a4a4a;
}
.fsw-pagination > main > button:not(:disabled):hover {
  box-shadow: 0 0 0 2px #cccccc;
}
.fsw-pagination > main > button:first-child:before {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaf0";
}
.fsw-pagination > main > button:first-child.show-content:after {
  content: attr(content);
}
.fsw-pagination > main > button:not(:first-child).show-content:before {
  content: attr(content);
}
.fsw-pagination > main > button:not(:first-child):after {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaf1";
}
.fsw-pagination > main > button:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.fsw-pagination > main > ul {
  margin: unset;
  padding-left: unset;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fsw-pagination > main > ul > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination > main > ul > li:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination > main > ul > li {
  padding: 4px;
  position: relative;
}
.fsw-pagination > main > ul > li.active {
  color: #222222;
}
.fsw-pagination > main > ul > li:not(.active) {
  color: #757575;
}
.fsw-pagination > main > ul > li.not-truncation:hover {
  cursor: pointer;
  text-decoration-line: underline;
}
.fsw-pagination > .fsw-field,
.fsw-pagination > fsw-field > .fsw-field {
  min-width: 100px;
  width: max-content;
}
.fsw-pagination > label,
.fsw-pagination > main > label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination > label:lang(th),
.fsw-pagination > main > label:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination > label,
.fsw-pagination > main > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
}
.fsw-pagination > label :first-child,
.fsw-pagination > main > label :first-child {
  color: #222222;
}
.fsw-pagination > label :last-child,
.fsw-pagination > main > label :last-child {
  color: #757575;
}
.fsw-pagination__option-item {
  display: inline-flex;
  width: 100%;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination__option-item:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination__option-item.active {
  background-color: #f3f5fd;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination__option-item.active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination__option-item:not(.active) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination__option-item:not(.active):lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-pagination__option-item:not(.active):not(:hover) {
  color: #4a4a4a;
}
.fsw-pagination__option-item:not(.active):hover {
  color: #2c50ff;
  background-color: #f1f1f2;
}
.fsw-tabs {
  --fsw-tabs-color: #4a4a4a;
  --fsw-tabs-background: transparent;
  --fsw-tabs-border: transparent;
  --fsw-tabs-text-width: 100px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--fsw-tabs-color);
  gap: 4px;
  padding: 16px 12px;
}
.fsw-tabs--style-inline {
  flex-direction: row;
}
.fsw-tabs--style-stacked {
  flex-direction: column;
}
.fsw-tabs--background-style-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--fsw-tabs-border);
}
.fsw-tabs--background-style-fill {
  background: var(--fsw-tabs-background);
}
.fsw-tabs--size-m > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tabs--size-m > span:lang(th) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tabs--size-s > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tabs--size-s > span:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tabs--status-missing:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  background-color: #cc1830;
  height: 8px;
  width: 8px;
  top: 12px;
  right: 8px;
}
.fsw-tabs--status-error:before {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #cc1830;
  font-size: 16px;
  top: 8px;
  right: 2px;
  content: "\eb58";
}
.fsw-tabs--status-success:before {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #08c0a6;
  font-size: 16px;
  top: 8px;
  right: 2px;
  content: "\eb00";
}
.fsw-tabs > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: var(--fsw-tabs-text-width);
}
.fsw-tabs.active {
  --fsw-tabs-color: #2c50ff;
  --fsw-tabs-background: #f3f5fd;
  --fsw-tabs-border: #2c50ff;
}
.fsw-tabs:hover {
  --fsw-tabs-color: #2c50ff;
  --fsw-tabs-background: #f3f5fd;
}
.fsw-tabs-group {
  --fsw-tabs-group-row-gap: 4px;
  --fsw-tabs-group-column-gap: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.fsw-tabs-group > header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: var(--fsw-tabs-group-row-gap);
  column-gap: var(--fsw-tabs-group-column-gap);
}
.fsw-tags {
  --fsw-tags-color: unset;
  --fsw-tags-background: unset;
  --fsw-tags-shadow: unset;
  --fsw-tags-padding-x: 8px;
  --fsw-tags-padding-y: 4px;
  --fsw-tags-border-style: solid;
  --fsw-tags-border-color: transparent;
  --fsw-tags-close-icon-background: transparent;
  --fsw-tags-close-icon-color: #757575;
  --fsw-tags-close-icon-hover-background: #e0e0e0;
  --fsw-tags-close-icon-hover-cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  padding: calc(var(--fsw-tags-padding-y) - 1px) calc(var(--fsw-tags-padding-x) - 1px);
  border-width: 1px;
  border-style: var(--fsw-tags-border-style);
  border-color: var(--fsw-tags-border-color);
  background: var(--fsw-tags-background);
  color: var(--fsw-tags-color);
  box-shadow: var(--fsw-tags-shadow);
  width: max-content;
}
.fsw-tags--color-blue {
  --fsw-tags-default-background: #d6e4ff;
  --fsw-tags-default-color: #003cc1;
  --fsw-tags-default-shadow: none;
  --fsw-tags-hover-background: #d6e4ff;
  --fsw-tags-hover-color: #003cc1;
  --fsw-tags-hover-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-tags-selected-background: #79c0ff;
  --fsw-tags-selected-color: #003cc1;
  --fsw-tags-selected-shadow: none;
}
.fsw-tags--color-gray {
  --fsw-tags-default-background: #f1f1f2;
  --fsw-tags-default-color: #222222;
  --fsw-tags-default-shadow: none;
  --fsw-tags-hover-background: #f1f1f2;
  --fsw-tags-hover-color: #222222;
  --fsw-tags-hover-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-tags-selected-background: transparent;
  --fsw-tags-selected-color: #222222;
  --fsw-tags-selected-shadow: none;
}
.fsw-tags--color-yellow {
  --fsw-tags-default-background: #fff3d6;
  --fsw-tags-default-color: #b85716;
  --fsw-tags-default-shadow: none;
  --fsw-tags-hover-background: #fff3d6;
  --fsw-tags-hover-color: #b85716;
  --fsw-tags-hover-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-tags-selected-background: #ffe7ad;
  --fsw-tags-selected-color: #b85716;
  --fsw-tags-selected-shadow: none;
}
.fsw-tags--color-red {
  --fsw-tags-default-background: #f5d7d7;
  --fsw-tags-default-color: #cc1830;
  --fsw-tags-default-shadow: none;
  --fsw-tags-hover-background: #f5d7d7;
  --fsw-tags-hover-color: #cc1830;
  --fsw-tags-hover-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-tags-selected-background: #f5c4c4;
  --fsw-tags-selected-color: #8f0101;
  --fsw-tags-selected-shadow: none;
}
.fsw-tags--color-green {
  --fsw-tags-default-background: #dcfaf0;
  --fsw-tags-default-color: #08c0a6;
  --fsw-tags-default-shadow: none;
  --fsw-tags-hover-background: #dcfaf0;
  --fsw-tags-hover-color: #08c0a6;
  --fsw-tags-hover-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-tags-selected-background: #c2ffeb;
  --fsw-tags-selected-color: #1f9989;
  --fsw-tags-selected-shadow: none;
}
.fsw-tags--color-purple {
  --fsw-tags-default-background: #f2f0fa;
  --fsw-tags-default-color: #5203ea;
  --fsw-tags-default-shadow: none;
  --fsw-tags-hover-background: #f2f0fa;
  --fsw-tags-hover-color: #5203ea;
  --fsw-tags-hover-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --fsw-tags-selected-background: #d2c2ff;
  --fsw-tags-selected-color: #3b03a8;
  --fsw-tags-selected-shadow: none;
}
.fsw-tags--size-m {
  --fsw-tags-padding-x: 8px;
  --fsw-tags-padding-y: 4px;
}
.fsw-tags--size-s {
  --fsw-tags-padding-x: 4px;
  --fsw-tags-padding-y: 2px;
}
.fsw-tags--style-outline {
  --fsw-tags-border-style: solid;
  --fsw-tags-border-color: var(--fsw-tags-color);
}
.fsw-tags--style-default {
  --fsw-tags-border-style: solid;
  --fsw-tags-border-color: transparent;
}
.fsw-tags--style-dotted {
  --fsw-tags-border-style: dashed;
  --fsw-tags-border-color: var(--fsw-tags-color);
}
.fsw-tags__close-icon {
  display: inline-flex;
  border-radius: 100%;
  padding: 2px;
  width: 20px;
  height: 20px;
  color: var(--fsw-tags-close-icon-color);
  background: var(--fsw-tags-close-icon-background);
}
.fsw-tags__close-icon:hover {
  --fsw-tags-close-icon-background: var(--fsw-tags-close-icon-hover-background);
  cursor: var(--fsw-tags-close-icon-hover-cursor);
}
.fsw-tags__close-icon:before {
  font-size: 16px;
}
.fsw-tags > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tags > span:lang(th) {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-tags:not(.disabled) {
  --fsw-tags-color: var(--fsw-tags-default-color);
  --fsw-tags-background: var(--fsw-tags-default-background);
  --fsw-tags-shadow: var(--fsw-tags-default-shadow);
}
.fsw-tags:not(.disabled):hover,
.fsw-tags:not(.disabled).selected:hover {
  --fsw-tags-color: var(--fsw-tags-hover-color);
  --fsw-tags-background: var(--fsw-tags-hover-background);
  --fsw-tags-shadow: var(--fsw-tags-hover-shadow);
}
.fsw-tags:not(.disabled).selected {
  --fsw-tags-color: var(--fsw-tags-selected-color);
  --fsw-tags-background: var(--fsw-tags-selected-background);
  --fsw-tags-shadow: var(--fsw-tags-selected-shadow);
}
.fsw-tags.disabled {
  --fsw-tags-color: #adadad;
  --fsw-tags-background: transparent;
  --fsw-tags-shadow: none;
  --fsw-tags-close-icon-background: transparent;
  --fsw-tags-close-icon-hover-background: transparent;
  --fsw-tags-close-icon-color: #adadad;
  --fsw-tags-close-icon-hover-cursor: unset;
}
.fsw-panel {
  --fsw-panel-padding: 16px;
  --fsw-panel-gap: 16px;
  --fsw-panel-border-radius: 4px;
  --fsw-panel-boder-color: #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: var(--fsw-panel-gap);
  padding: var(--fsw-panel-padding);
  border-radius: var(--fsw-panel-border-radius);
  border: 1px solid var(--fsw-panel-boder-color);
}
.fsw-panel > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .fsw-panel > header h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-panel > header h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .fsw-panel > header h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-panel > header h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
@media (min-width:) and (max-width: 544px) {
  .fsw-panel > header h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
  .fsw-panel > header h6:lang(th) {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    font-family:
      Inter,
      Prompt,
      -apple-system,
      BlinkMacSystemFont,
      San Francisco,
      Roboto,
      Segoe UI,
      Inter,
      sans-serif;
  }
}
.fsw-panel > header h6 {
  color: #222222;
}
.fsw-table {
  --fsw-table-thead-padding: 8px;
  --fsw-table-thead-color: #757575;
  --fsw-table-tbody-padding: 8px;
  --fsw-table-tbody-color: #4a4a4a;
  --fsw-table-tfoot-padding: 8px;
  --fsw-table-tfoot-color: #757575;
  --fsw-table-border-color: #e0e0e0;
  --fsw-table-hover-background-color: #f1f1f2;
  border-collapse: collapse;
  border: 1px solid var(--fsw-table-border-color);
}
.fsw-table thead + tbody,
.fsw-table tbody + tfoot {
  border-top: 1px solid var(--fsw-table-border-color);
}
.fsw-table thead th,
.fsw-table thead td {
  padding: var(--fsw-table-thead-padding);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-table thead th:lang(th),
.fsw-table thead td:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-table thead th,
.fsw-table thead td {
  color: var(--fsw-table-thead-color);
}
.fsw-table tbody th,
.fsw-table tbody td {
  padding: var(--fsw-table-tbody-padding);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-table tbody th:lang(th),
.fsw-table tbody td:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-table tbody th,
.fsw-table tbody td {
  color: var(--fsw-table-tbody-color);
}
.fsw-table tbody tr:hover {
  background-color: var(--fsw-table-hover-background-color);
}
.fsw-table tfoot th,
.fsw-table tfoot td {
  padding: var(--fsw-table-tfoot-padding);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-table tfoot th:lang(th),
.fsw-table tfoot td:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-table tfoot th,
.fsw-table tfoot td {
  color: var(--fsw-table-tfoot-color);
}
.fsw-table tr + tr {
  border-top: 1px solid var(--fsw-table-border-color);
}
.fsw-table--bordered th,
.fsw-table--bordered td {
  border: 1px solid var(--fsw-table-border-color);
}
.fsw-table--cover-content th,
.fsw-table--cover-content td {
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  vertical-align: middle;
}
.fsw-checkbox {
  --fsw-checkbox-background: #ffffff;
  --fsw-checkbox-border: #cccccc;
  --fsw-checkbox-box-icon-color: transparent;
  --fsw-checkbox-box-background: transparent;
  --fsw-checkbox-box-border: var(--fsw-checkbox-box-border-not-hover);
  --fsw-checkbox-box-border-hover: #2c50ff;
  --fsw-checkbox-box-border-not-hover: #cccccc;
  --fsw-checkbox-position: 2px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}
.fsw-checkbox--size-m > main > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox--size-m > main > label:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox--size-s > main > label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox--size-s > main > label:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox--style-block {
  --fsw-checkbox-position: 2px;
  width: max-content;
  background-color: transparent;
}
.fsw-checkbox--style-block label {
  padding-left: 32px;
}
.fsw-checkbox--style-card {
  border-radius: 4px;
  width: max-content;
  border: 1px solid var(--fsw-checkbox-border);
  background: var(--fsw-checkbox-background);
  min-width: 332px;
  --fsw-checkbox-position: 18px;
}
.fsw-checkbox--style-card label {
  padding: 16px 16px 16px 48px;
}
.fsw-checkbox:has(input[type=checkbox]:disabled) > input[type=checkbox] {
  -webkit-user-select: none;
  user-select: none;
}
.fsw-checkbox:has(input[type=checkbox]:disabled) {
  --fsw-checkbox-background: #ffffff;
  --fsw-checkbox-border: #cccccc;
  --fsw-checkbox-box-background: #f1f1f2;
  --fsw-checkbox-box-border-hover: #cccccc;
}
.fsw-checkbox:has(input[type=checkbox]:not(:disabled)):hover {
  cursor: pointer;
}
.fsw-checkbox:has(input[type=checkbox]:disabled:checked) {
  --fsw-checkbox-box-icon-color: #cccccc;
}
.fsw-checkbox:has(input[type=checkbox]:not(:disabled):checked) {
  --fsw-checkbox-background: #f3f5fd;
  --fsw-checkbox-border: #2c50ff;
  --fsw-checkbox-box-background: #2c50ff;
  --fsw-checkbox-box-border-not-hover: #2c50ff;
  --fsw-checkbox-box-icon-color: #ffffff;
}
.fsw-checkbox:has(input[type=checkbox]:not(:disabled):not(:checked).has-error) {
  --fsw-checkbox-box-border-not-hover: #cc1830;
}
.fsw-checkbox:hover {
  --fsw-checkbox-box-border: var(--fsw-checkbox-box-border-hover);
}
.fsw-checkbox > label {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 4px;
  z-index: 1;
}
.fsw-checkbox > label:empty {
  width: 24px;
  height: 24px;
  padding: 0;
}
.fsw-checkbox > label span {
  width: max-content;
  color: #4a4a4a;
}
.fsw-checkbox > label small {
  width: max-content;
  color: #757575;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox > label small:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox > label caption {
  width: max-content;
  color: #cc1830;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox > label caption:lang(th) {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-checkbox > input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.fsw-checkbox:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: var(--fsw-checkbox-box-background);
  border: 2px solid var(--fsw-checkbox-box-border);
  top: var(--fsw-checkbox-position);
  left: var(--fsw-checkbox-position);
}
.fsw-checkbox:after {
  font-family: "fsw" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  content: "\eb59";
  font-size: 10px;
  top: calc(var(--fsw-checkbox-position) + 5px);
  left: calc(var(--fsw-checkbox-position) + 4px);
  color: var(--fsw-checkbox-box-icon-color);
}
.fsw-checkbox-group {
  --fsw-checkbox-group-direction: column;
  --fsw-checkbox-group-gap: 20px;
  display: inline-flex;
  flex-direction: var(--fsw-checkbox-group-direction);
  gap: var(--fsw-checkbox-group-gap);
}
.fsw-radio {
  --fsw-radio-background: #ffffff;
  --fsw-radio-border: #cccccc;
  --fsw-radio-box-background: transparent;
  --fsw-radio-box-circle: #ffffff;
  --fsw-radio-box-border: var(--fsw-radio-box-border-not-hover);
  --fsw-radio-box-border-hover: #2c50ff;
  --fsw-radio-box-border-not-hover: #cccccc;
  --fsw-radio-position: 2px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.fsw-radio--size-m > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-radio--size-m > label:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-radio--size-s > label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-radio--size-s > label:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-radio--style-block {
  --fsw-radio-position: 2px;
  background-color: transparent;
  width: max-content;
}
.fsw-radio--style-block > label {
  padding-left: 32px;
}
.fsw-radio--style-card {
  width: max-content;
  border: 1px solid var(--fsw-radio-border);
  background: var(--fsw-radio-background);
  min-width: 332px;
  border-radius: 4px;
  --fsw-radio-position: 18px;
}
.fsw-radio--style-card > label {
  padding: 16px 16px 16px 48px;
}
.fsw-radio > label {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 4px;
  z-index: 1;
}
.fsw-radio > label:empty {
  width: 24px;
  height: 24px;
  padding: 0;
}
.fsw-radio > label > span {
  width: max-content;
  color: #4a4a4a;
}
.fsw-radio > label > small {
  width: max-content;
  color: #757575;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-radio > label > small:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-radio > input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.fsw-radio:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: var(--fsw-radio-box-background);
  border: 2px solid var(--fsw-radio-box-border);
  top: var(--fsw-radio-position);
  left: var(--fsw-radio-position);
}
.fsw-radio:after {
  position: absolute;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--fsw-radio-box-circle);
  top: calc(var(--fsw-radio-position) + 6px);
  left: calc(var(--fsw-radio-position) + 6px);
}
.fsw-radio__check-icon {
  position: absolute;
  color: #08c0a6;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
}
.fsw-radio:has(input[type=radio]:disabled) > input[type=radio] {
  -webkit-user-select: none;
  user-select: none;
}
.fsw-radio:has(input[type=radio]:disabled) {
  --fsw-radio-background: #ffffff;
  --fsw-radio-border: #cccccc;
  --fsw-radio-box-background: #f1f1f2;
  --fsw-radio-box-border-hover: #cccccc;
}
.fsw-radio:has(input[type=radio]:not(:disabled)):hover {
  cursor: pointer;
}
.fsw-radio:has(input[type=radio]:disabled:checked) {
  --fsw-radio-box-circle: #cccccc;
}
.fsw-radio:has(input[type=radio]:not(:disabled):is(:checked)) {
  --fsw-radio-background: #f3f5fd;
  --fsw-radio-border: #2c50ff;
  --fsw-radio-box-background: #ffffff;
  --fsw-radio-box-border-not-hover: #2c50ff;
  --fsw-radio-box-circle: #2c50ff;
}
.fsw-radio:has(input[type=radio]:not(:disabled):not(:checked).has-error) {
  --fsw-radio-box-border-not-hover: #cc1830;
}
.fsw-radio:has(input[type=checkbox]:not(:disabled):not(:checked).has-error) {
  --fsw-radio-box-border-not-hover: #cc1830;
}
.fsw-radio:hover {
  --fsw-radio-box-border: var(--fsw-radio-box-border-hover);
}
.fsw-radio-group {
  --fsw-radio-group-direction: column;
  --fsw-radio-group-gap: 20px;
  display: inline-flex;
  flex-direction: var(--fsw-radio-group-direction);
  gap: var(--fsw-radio-group-gap);
}
.fsw-field {
  --fsw-field-error-display: none;
  --fsw-field-color: #757575;
  --fsw-field-required-color: #cc1830;
  --fsw-field-main-border: #cccccc;
  --fsw-field-main-background: #f1f1f2;
  --fsw-field-main-color: #757575;
  --fsw-field-main-shadow: none;
  --fsw-field-main-height: 32px;
  display: inline-flex;
  flex-direction: column;
}
.fsw-field:not(.full-width):not(.flex-width) {
  width: max-content;
  min-width: 328px;
}
.fsw-field.full-width {
  width: 100%;
}
.fsw-field.flex-width {
  flex: 1 1 0;
}
.fsw-field--size-s {
  --fsw-field-main-height: 32px;
}
.fsw-field--size-m {
  --fsw-field-main-height: 40px;
}
.fsw-field > header {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field > header:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field > header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  color: var(--fsw-field-color);
}
.fsw-field > header > label > strong {
  color: var(--fsw-field-required-color);
}
.fsw-field > main {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.fsw-field > footer {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field > footer:lang(th) {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field > footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--fsw-field-color);
  gap: 4px;
  margin-top: 4px;
}
.fsw-field > footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fsw-field > footer > p {
  display: var(--fsw-field-error-display);
  color: #cc1830;
}
.fsw-field__no-input {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field__no-input:lang(th) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field__password-control {
  display: flex;
  gap: 4px;
  align-items: center;
}
.fsw-field__password-control i,
.fsw-field__password-control span {
  color: #4a4a4a;
}
.fsw-field__password-control i {
  font-size: 16px;
}
.fsw-field__password-control span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field__password-control span:lang(th) {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-field:has(> main input.fsw-input) > main,
.fsw-field:has(> main .fsw-date-time-picker) > main,
.fsw-field:has(> main .fsw-select) > main {
  height: var(--fsw-field-main-height);
}
.fsw-field:has(> main .fsw-date-time-picker) > main,
.fsw-field:has(> main .fsw-select) > main {
  overflow: visible;
}
.fsw-field:has(> main input.fsw-input) > main {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--fsw-field-main-border);
  background: var(--fsw-field-main-background);
  box-shadow: var(--fsw-field-main-shadow);
}
.fsw-field:has(> main .fsw-input:not(:read-only)) > main,
.fsw-field:has(> main .fsw-select:not(.read-only)) > main,
.fsw-field:has(> main .fsw-date-time-picker:not(.read-only)) > main,
.fsw-field:has(> main .fsw-switch:not(.read-only)) > main,
.fsw-field:has(> main .fsw-checkbox:not(.read-only)) > main,
.fsw-field:has(> main .fsw-checkbox-group:not(.read-only)) > main,
.fsw-field:has(> main .fsw-radio-group:not(.read-only)) > main {
  color: var(--fsw-field-main-color);
}
.fsw-field:has(> main .fsw-input:read-only) > main,
.fsw-field:has(> main .fsw-select.read-only) > main,
.fsw-field:has(> main .fsw-date-time-picker.read-only) > main,
.fsw-field:has(> main .fsw-switch.read-only) > main,
.fsw-field:has(> main .fsw-checkbox.read-only) > main,
.fsw-field:has(> main .fsw-checkbox-group.read-only) > main,
.fsw-field:has(> main .fsw-radio-group.read-only) > main,
.fsw-field:has(> main .fsw-field__no-input) > main,
.fsw-field.read-only > main {
  color: #222222;
}
.fsw-field:has(> main .fsw-input:not(:disabled)),
.fsw-field:has(> main .fsw-select:not(.disabled)),
.fsw-field:has(> main .fsw-date-time-picker:not(.disabled)),
.fsw-field:has(> main .fsw-switch:not(.disabled)),
.fsw-field:has(> main .fsw-checkbox:not(.disabled)),
.fsw-field:has(> main .fsw-checkbox-group:not(.disabled)),
.fsw-field:has(> main .fsw-radio-group:not(.disabled)) {
  --fsw-field-color: #4a4a4a;
  --fsw-field-main-border: #e0e0e0;
  --fsw-field-main-background: transparent;
  --fsw-field-main-color: #4a4a4a;
}
.fsw-field:has(> main .fsw-input:not(:disabled).has-error),
.fsw-field:has(> main .fsw-select:not(.disabled).has-error),
.fsw-field:has(> main .fsw-date-time-picker:not(.disabled).has-error),
.fsw-field:has(> main .fsw-switch:not(.disabled).has-error),
.fsw-field:has(> main .fsw-checkbox:not(.disabled).has-error),
.fsw-field:has(> main .fsw-checkbox-group:not(.disabled).has-error),
.fsw-field:has(> main .fsw-radio-group:not(.disabled).has-error) {
  --fsw-field-error-display: block;
  --fsw-field-main-border: #cc1830;
}
.fsw-field:has(> main .fsw-input:not(.has-error):not(:disabled):focus),
.fsw-field:has(> main .fsw-input:not(.has-error):not(:disabled):active) {
  --fsw-field-main-border: #79c0ff;
  --fsw-field-main-shadow: 0 0 0 1px var(--fsw-field-main-border);
}
.fsw-select {
  --fsw-select-border: #e0e0e0;
  --fsw-select-shadow: none;
  --fsw-select-color: #222222;
  --fsw-select-background: transparent;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: left;
  border-radius: 4px;
  border: 1px solid var(--fsw-select-border);
  background: var(--fsw-select-background);
  box-shadow: var(--fsw-select-shadow);
  color: var(--fsw-select-color);
  outline: none;
  gap: 8px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-select:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-select:not(.disabled):not(.has-error):focus,
.fsw-select:not(.disabled):not(.has-error):focus-within,
.fsw-select:not(.disabled):not(.has-error):focus-visible,
.fsw-select:not(.disabled):not(.has-error):active,
.fsw-select:not(.disabled):not(.has-error):hover,
.fsw-select:not(.disabled):not(.has-error).focused {
  --fsw-select-border: #79c0ff;
  --fsw-select-shadow: 0 0 0 1px var(--fsw-select-border);
}
.fsw-select:not(.disabled).has-error {
  --fsw-select-border: #cc1830;
}
.fsw-select.disabled {
  --fsw-select-color: #757575;
  --fsw-select-background: #f1f1f2;
  --fsw-select-border: #cccccc;
}
.fsw-select__container {
  margin: unset;
  padding-left: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.fsw-select__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  font: inherit;
  min-width: 0;
  padding: 0;
}
.fsw-select__search-input::placeholder {
  color: #9b9b9b;
}
.fsw-select__search-box {
  padding: 8px;
}
.fsw-select__item {
  display: flex;
}
.fsw-select__item__template {
  --fsw-select-item-template-background: #ffffff;
  --fsw-select-item-text-color: #4a4a4a;
  position: relative;
  min-height: 32px;
  width: 100%;
  padding: 4px 8px;
  background-color: var(--fsw-select-item-template-background);
}
.fsw-select__item__template.disabled {
  --fsw-select-item-text-color: #9b9b9b;
}
.fsw-select__item__template:not(.disabled):hover {
  cursor: pointer;
  --fsw-select-item-template-background: #f1f1f2;
}
.fsw-select__item__template:not(.disabled):hover .fsw-radio {
  --fsw-radio-background: #f1f1f2;
}
.fsw-select__item__template:not(.disabled):hover .fsw-checkbox {
  --fsw-checkbox-background: #f1f1f2;
}
.fsw-select__item__template:not(.disabled):active,
.fsw-select__item__template:not(.disabled).active {
  --fsw-select-item-template-background: #f3f5fd;
  --fsw-select-item-text-color: #757575;
}
.fsw-select__item__template:not(.disabled):active .fsw-radio,
.fsw-select__item__template:not(.disabled).active .fsw-radio {
  --fsw-radio-background: #f3f5fds;
}
.fsw-select__item__template:not(.disabled):active .fsw-checkbox,
.fsw-select__item__template:not(.disabled).active .fsw-checkbox {
  --fsw-checkbox-background: #f3f5fds;
}
.fsw-select__item__text {
  color: var(--fsw-select-item-text-color);
}
.fsw-select__item__text--m {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-select__item__text--m:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-select__item__text--s {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-select__item__text--s:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-select__item__check {
  font-size: 16px;
  right: 8px;
  top: 8px;
  position: absolute;
  color: #08c0a6;
}
.fsw-select__label {
  flex: 1 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fsw-select__label.is-placeholder {
  color: #adadad;
}
.fsw-select__icons {
  display: inline-flex;
  align-items: center;
}
.fsw-select__dropdown-icon.animate {
  transform: rotate(180deg);
}
.fsw-select__clear-icon {
  color: #9b9b9b;
  cursor: pointer;
  font-size: 16px;
}
.fsw-select__clear-icon:hover {
  color: #cc1830;
}
.fsw-date-time-picker {
  --fsw-date-time-picker-border: #e0e0e0;
  --fsw-date-time-picker-shadow: none;
  --fsw-date-time-picker-color: #222222;
  --fsw-date-time-picker-icon-color: #757575;
  --fsw-date-time-picker-background: transparent;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: left;
  border-radius: 4px;
  padding: 0 8px;
  gap: 8px;
  border: 1px solid var(--fsw-date-time-picker-border);
  background: var(--fsw-date-time-picker-background);
  box-shadow: var(--fsw-date-time-picker-shadow);
  color: var(--fsw-date-time-picker-color);
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker:not(.disabled):not(.has-error):focus,
.fsw-date-time-picker:not(.disabled):not(.has-error):focus-within,
.fsw-date-time-picker:not(.disabled):not(.has-error):focus-visible,
.fsw-date-time-picker:not(.disabled):not(.has-error):active,
.fsw-date-time-picker:not(.disabled):not(.has-error):hover,
.fsw-date-time-picker:not(.disabled):not(.has-error).focused {
  --fsw-date-time-picker-border: #79c0ff;
  --fsw-date-time-picker-shadow: 0 0 0 1px var(--fsw-date-time-picker-border);
  --fsw-date-time-picker-icon-color: #3e7eff;
}
.fsw-date-time-picker:not(.disabled).has-error {
  --fsw-date-time-picker-border: #cc1830;
  --fsw-date-time-picker-icon-color: #cc1830;
}
.fsw-date-time-picker.disabled {
  --fsw-date-time-picker-color: #757575;
  --fsw-date-time-picker-icon-color: #cccccc;
  --fsw-date-time-picker-background: #f1f1f2;
  --fsw-date-time-picker-border: #cccccc;
}
.fsw-date-time-picker i {
  font-size: 16px;
  color: var(--fsw-date-time-picker-icon-color);
}
.fsw-date-time-picker__suffix {
  display: flex;
  align-items: center;
}
.fsw-date-time-picker__suffix span {
  min-width: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__suffix span:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__controller {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding-top: 8px;
  gap: 12px;
}
.fsw-date-time-picker__label {
  flex: 1 1 0;
}
.fsw-date-time-picker__label.is-placeholder {
  color: #adadad;
}
.fsw-date-time-picker__label.internal-error {
  color: #cc1830;
}
.fsw-date-time-picker__time-box {
  display: flex;
  flex-direction: column;
  min-width: 296px;
}
.fsw-date-time-picker__time-box:not(.in-side) {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 4px;
}
.fsw-date-time-picker__time-box__list {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  overflow-y: scroll;
  max-height: 100%;
}
.fsw-date-time-picker__time-box__list > button {
  position: revert;
  display: revert;
  padding: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  border-radius: revert;
  line-height: revert;
  white-space: revert;
  cursor: revert;
  border-width: revert;
  border-style: revert;
  -webkit-user-select: revert;
  user-select: revert;
  outline: revert;
  text-decoration: revert;
  appearance: revert;
  transform: revert;
  will-change: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__time-box__list > button:visited {
  color: revert;
}
.fsw-date-time-picker__time-box__list > button:hover,
.fsw-date-time-picker__time-box__list > button.is-hovered {
  transform: revert;
  text-decoration: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__time-box__list > button:active,
.fsw-date-time-picker__time-box__list > button.is-active {
  transform: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__time-box__list > button:disabled,
.fsw-date-time-picker__time-box__list > button.is-disabled {
  opacity: revert;
  transform: revert;
  cursor: revert;
  -webkit-user-select: revert;
  user-select: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__time-box__list > button:disabled:hover,
.fsw-date-time-picker__time-box__list > button.is-disabled:hover {
  text-decoration: revert;
}
.fsw-date-time-picker__time-box__list > button {
  margin-left: revert;
}
.fsw-date-time-picker__time-box__list > button:lang(vi) {
  font-family: revert;
}
.fsw-date-time-picker__time-box__list > button:lang(th) {
  font-family: revert;
}
.fsw-date-time-picker__time-box__list > button {
  --fsw-date-picker-time-box-button-background: #ffffff;
  --fsw-date-picker-time-box-button-color: #4a4a4a;
  width: 100%;
  text-align: center;
  color: var(--fsw-date-picker-time-box-button-color);
  padding: 8px 0;
  height: 40px;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__time-box__list > button:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__time-box__list > button:disabled {
  --fsw-date-picker-time-box-button-background: #ffffff;
  --fsw-date-picker-time-box-button-color: #9b9b9b;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled).active {
  --fsw-date-picker-time-box-button-background: #e0e0e0;
  --fsw-date-picker-time-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled).active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled).active {
  cursor: pointer;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):hover,
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):focus,
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):active {
  --fsw-date-picker-time-box-button-background: #e0e0e0;
  --fsw-date-picker-time-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):hover:lang(th),
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):focus:lang(th),
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):focus-within:lang(th),
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):hover,
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):focus,
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__time-box__list > button:not(:disabled):not(.active):active {
  cursor: pointer;
}
.fsw-date-time-picker__time-box__list > button:not(:disabled):hover {
  cursor: pointer;
}
.fsw-date-time-picker__time-box__list > button:before {
  content: "";
  width: 100%;
  height: 36px;
  left: 0;
  position: absolute;
  top: 2px;
  border-radius: 4px;
  z-index: 0;
  background: var(--fsw-date-picker-time-box-button-background);
}
.fsw-date-time-picker__time-box__list > button span {
  position: relative;
  z-index: 1;
}
.fsw-date-time-picker__time-box__list > button:hover,
.fsw-date-time-picker__time-box__list > button:active,
.fsw-date-time-picker__time-box__list > button:disabled {
  background: none;
}
.fsw-date-time-picker__time-box > main {
  display: flex;
  width: 100%;
  height: 280px;
  gap: 8px;
}
.fsw-date-time-picker__year-box {
  display: flex;
  flex-direction: column;
  min-width: 296px;
}
.fsw-date-time-picker__year-box:not(.in-side) {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 4px;
}
.fsw-date-time-picker__year-box > header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  color: #4a4a4a;
}
.fsw-date-time-picker__year-box > header i {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  top: 8px;
}
.fsw-date-time-picker__year-box > header i.previous {
  left: 0;
}
.fsw-date-time-picker__year-box > header i.next {
  right: 0;
}
.fsw-date-time-picker__year-box > header i:not(.next):not(.previous) {
  left: 0;
}
.fsw-date-time-picker__year-box > header span {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > header span:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: scroll;
  height: 240px;
}
.fsw-date-time-picker__year-box > main > button {
  position: revert;
  display: revert;
  padding: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  border-radius: revert;
  line-height: revert;
  white-space: revert;
  cursor: revert;
  border-width: revert;
  border-style: revert;
  -webkit-user-select: revert;
  user-select: revert;
  outline: revert;
  text-decoration: revert;
  appearance: revert;
  transform: revert;
  will-change: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__year-box > main > button:visited {
  color: revert;
}
.fsw-date-time-picker__year-box > main > button:hover,
.fsw-date-time-picker__year-box > main > button.is-hovered {
  transform: revert;
  text-decoration: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__year-box > main > button:active,
.fsw-date-time-picker__year-box > main > button.is-active {
  transform: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__year-box > main > button:disabled,
.fsw-date-time-picker__year-box > main > button.is-disabled {
  opacity: revert;
  transform: revert;
  cursor: revert;
  -webkit-user-select: revert;
  user-select: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__year-box > main > button:disabled:hover,
.fsw-date-time-picker__year-box > main > button.is-disabled:hover {
  text-decoration: revert;
}
.fsw-date-time-picker__year-box > main > button {
  margin-left: revert;
}
.fsw-date-time-picker__year-box > main > button:lang(vi) {
  font-family: revert;
}
.fsw-date-time-picker__year-box > main > button:lang(th) {
  font-family: revert;
}
.fsw-date-time-picker__year-box > main > button {
  --fsw-date-picker-year-box-button-background: #ffffff;
  --fsw-date-picker-year-box-button-color: #4a4a4a;
  width: 25%;
  text-align: center;
  color: var(--fsw-date-picker-year-box-button-color);
  padding: 8px 0;
  height: 40px;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main > button:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main > button:disabled {
  --fsw-date-picker-year-box-button-background: #ffffff;
  --fsw-date-picker-year-box-button-color: #9b9b9b;
}
.fsw-date-time-picker__year-box > main > button:disabled:hover {
  cursor: not-allowed;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled).active {
  --fsw-date-picker-year-box-button-background: #e0e0e0;
  --fsw-date-picker-year-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled).active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled).active {
  cursor: pointer;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):hover,
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):focus,
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):active {
  --fsw-date-picker-year-box-button-background: #e0e0e0;
  --fsw-date-picker-year-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):hover:lang(th),
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):focus:lang(th),
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):focus-within:lang(th),
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):hover,
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):focus,
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__year-box > main > button:not(:disabled):not(.active):active {
  cursor: pointer;
}
.fsw-date-time-picker__year-box > main > button:not(:disabled):hover {
  cursor: pointer;
}
.fsw-date-time-picker__year-box > main > button:before {
  content: "";
  width: 100%;
  height: 36px;
  left: 0;
  position: absolute;
  top: 2px;
  border-radius: 4px;
  z-index: 0;
  background: var(--fsw-date-picker-year-box-button-background);
}
.fsw-date-time-picker__year-box > main > button span {
  position: relative;
  z-index: 1;
}
.fsw-date-time-picker__year-box > main > button:hover,
.fsw-date-time-picker__year-box > main > button:active,
.fsw-date-time-picker__year-box > main > button:disabled {
  background: none;
}
.fsw-date-time-picker__month-box {
  display: flex;
  flex-direction: column;
  min-width: 296px;
}
.fsw-date-time-picker__month-box:not(.in-side) {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 4px;
}
.fsw-date-time-picker__month-box > header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  color: #4a4a4a;
}
.fsw-date-time-picker__month-box > header i {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  top: 8px;
}
.fsw-date-time-picker__month-box > header i.previous {
  left: 0;
}
.fsw-date-time-picker__month-box > header i.next {
  right: 0;
}
.fsw-date-time-picker__month-box > header i:not(.next):not(.previous) {
  left: 0;
}
.fsw-date-time-picker__month-box > header span {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > header span:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: scroll;
  height: 160px;
}
.fsw-date-time-picker__month-box > main > button {
  position: revert;
  display: revert;
  padding: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  border-radius: revert;
  line-height: revert;
  white-space: revert;
  cursor: revert;
  border-width: revert;
  border-style: revert;
  -webkit-user-select: revert;
  user-select: revert;
  outline: revert;
  text-decoration: revert;
  appearance: revert;
  transform: revert;
  will-change: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__month-box > main > button:visited {
  color: revert;
}
.fsw-date-time-picker__month-box > main > button:hover,
.fsw-date-time-picker__month-box > main > button.is-hovered {
  transform: revert;
  text-decoration: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__month-box > main > button:active,
.fsw-date-time-picker__month-box > main > button.is-active {
  transform: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__month-box > main > button:disabled,
.fsw-date-time-picker__month-box > main > button.is-disabled {
  opacity: revert;
  transform: revert;
  cursor: revert;
  -webkit-user-select: revert;
  user-select: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__month-box > main > button:disabled:hover,
.fsw-date-time-picker__month-box > main > button.is-disabled:hover {
  text-decoration: revert;
}
.fsw-date-time-picker__month-box > main > button {
  margin-left: revert;
}
.fsw-date-time-picker__month-box > main > button:lang(vi) {
  font-family: revert;
}
.fsw-date-time-picker__month-box > main > button:lang(th) {
  font-family: revert;
}
.fsw-date-time-picker__month-box > main > button {
  --fsw-date-picker-month-box-button-background: #ffffff;
  --fsw-date-picker-month-box-button-color: #4a4a4a;
  width: 33.3333333333%;
  text-align: center;
  color: var(--fsw-date-picker-month-box-button-color);
  padding: 8px 0;
  height: 40px;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main > button:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main > button:disabled {
  --fsw-date-picker-month-box-button-background: #ffffff;
  --fsw-date-picker-month-box-button-color: #9b9b9b;
}
.fsw-date-time-picker__month-box > main > button:disabled:hover {
  cursor: not-allowed;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled).active {
  --fsw-date-picker-month-box-button-background: #e0e0e0;
  --fsw-date-picker-month-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled).active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled).active {
  cursor: pointer;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):hover,
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):focus,
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):active {
  --fsw-date-picker-month-box-button-background: #e0e0e0;
  --fsw-date-picker-month-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):hover:lang(th),
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):focus:lang(th),
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):focus-within:lang(th),
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):hover,
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):focus,
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__month-box > main > button:not(:disabled):not(.active):active {
  cursor: pointer;
}
.fsw-date-time-picker__month-box > main > button:not(:disabled):hover {
  cursor: pointer;
}
.fsw-date-time-picker__month-box > main > button:before {
  content: "";
  width: 100%;
  height: 36px;
  left: 0;
  position: absolute;
  top: 2px;
  border-radius: 4px;
  z-index: 0;
  background: var(--fsw-date-picker-month-box-button-background);
}
.fsw-date-time-picker__month-box > main > button span {
  position: relative;
  z-index: 1;
}
.fsw-date-time-picker__month-box > main > button:hover,
.fsw-date-time-picker__month-box > main > button:active,
.fsw-date-time-picker__month-box > main > button:disabled {
  background: none;
}
.fsw-date-time-picker__day-box {
  display: flex;
  flex-direction: column;
  min-width: 296px;
}
.fsw-date-time-picker__day-box:not(.in-side) {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 4px;
}
.fsw-date-time-picker__day-box > header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  color: #4a4a4a;
}
.fsw-date-time-picker__day-box > header i {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  top: 8px;
}
.fsw-date-time-picker__day-box > header i.previous {
  left: 0;
}
.fsw-date-time-picker__day-box > header i.next {
  right: 0;
}
.fsw-date-time-picker__day-box > header i:not(.next):not(.previous) {
  left: 0;
}
.fsw-date-time-picker__day-box > header span {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > header span:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: scroll;
  min-height: 240px;
  max-height: 280px;
}
.fsw-date-time-picker__day-box > main > button {
  position: revert;
  display: revert;
  padding: revert;
  font-family: revert;
  font-size: revert;
  font-weight: revert;
  border-radius: revert;
  line-height: revert;
  white-space: revert;
  cursor: revert;
  border-width: revert;
  border-style: revert;
  -webkit-user-select: revert;
  user-select: revert;
  outline: revert;
  text-decoration: revert;
  appearance: revert;
  transform: revert;
  will-change: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__day-box > main > button:visited {
  color: revert;
}
.fsw-date-time-picker__day-box > main > button:hover,
.fsw-date-time-picker__day-box > main > button.is-hovered {
  transform: revert;
  text-decoration: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__day-box > main > button:active,
.fsw-date-time-picker__day-box > main > button.is-active {
  transform: revert;
  transition: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__day-box > main > button:disabled,
.fsw-date-time-picker__day-box > main > button.is-disabled {
  opacity: revert;
  transform: revert;
  cursor: revert;
  -webkit-user-select: revert;
  user-select: revert;
  box-shadow: revert;
  background-color: revert;
  border-color: revert;
  color: revert;
}
.fsw-date-time-picker__day-box > main > button:disabled:hover,
.fsw-date-time-picker__day-box > main > button.is-disabled:hover {
  text-decoration: revert;
}
.fsw-date-time-picker__day-box > main > button {
  margin-left: revert;
}
.fsw-date-time-picker__day-box > main > button:lang(vi) {
  font-family: revert;
}
.fsw-date-time-picker__day-box > main > button:lang(th) {
  font-family: revert;
}
.fsw-date-time-picker__day-box > main > button {
  --fsw-date-picker-day-box-button-background: #ffffff;
  --fsw-date-picker-day-box-button-color: #4a4a4a;
  --fsw-date-picker-day-box-before-width: 100%;
  --fsw-date-picker-day-box-before-rounded: 4px;
  --fsw-date-picker-day-box-before-left: 0;
  width: 14.2857142857%;
  text-align: center;
  color: var(--fsw-date-picker-day-box-button-color);
  padding: 8px 0;
  height: 40px;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
}
.fsw-date-time-picker__day-box > main > button.week-day {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button.week-day:lang(th) {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):disabled {
  --fsw-date-picker-day-box-button-background: #ffffff;
  --fsw-date-picker-day-box-button-color: #9b9b9b;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):disabled:hover {
  cursor: not-allowed;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled).active {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled).active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled).active {
  cursor: pointer;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):hover,
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):focus,
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):active {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):hover:lang(th),
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):focus:lang(th),
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):focus-within:lang(th),
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):active:lang(th) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):hover,
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):focus,
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):focus-within,
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):not(.active):active {
  cursor: pointer;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):not([class*=in-range]):not(:disabled):hover {
  cursor: pointer;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):is([class*=in-range]):disabled:hover {
  cursor: not-allowed;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day):is([class*=in-range]):not(:disabled):hover {
  cursor: pointer;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-complete-middle {
  --fsw-date-picker-day-box-button-background: #d6e4ff;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-complete-end {
  --fsw-date-picker-day-box-button-background: #d6e4ff;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0 100% 100% 0;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-complete-start {
  --fsw-date-picker-day-box-button-background: #d6e4ff;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 100% 0 0 100%;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-hover-middle {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-hover-end {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0 100% 100% 0;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-hover-start {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 100% 0 0 100%;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-before-middle {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-before-start {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 100% 0 0 100%;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-after-middle {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0;
}
.fsw-date-time-picker__day-box > main > button:not(.week-day).in-range-after-end {
  --fsw-date-picker-day-box-button-background: #e0e0e0;
  --fsw-date-picker-day-box-button-color: #222222;
  --fsw-date-picker-day-box-before-rounded: 0 100% 100% 0;
}
.fsw-date-time-picker__day-box > main > button:before {
  content: "";
  width: var(--fsw-date-picker-day-box-before-width);
  height: 36px;
  left: var(--fsw-date-picker-day-box-before-left);
  position: absolute;
  top: 2px;
  border-radius: var(--fsw-date-picker-day-box-before-rounded);
  z-index: 0;
  background: var(--fsw-date-picker-day-box-button-background);
}
.fsw-date-time-picker__day-box > main > button span {
  position: relative;
  z-index: 1;
}
.fsw-date-time-picker__day-box > main > button.day-not-in-month {
  --fsw-date-picker-day-box-button-color: #9b9b9b;
}
.fsw-date-time-picker__day-box > main > button:hover,
.fsw-date-time-picker__day-box > main > button:active,
.fsw-date-time-picker__day-box > main > button:disabled {
  background: none;
}
.fsw-date-time-picker__day-box:not(.in-range) > main > button {
  --fsw-date-picker-day-box-before-width: 36px;
  --fsw-date-picker-day-box-before-left: calc(calc(100% - 36px) / 2);
  --fsw-date-picker-day-box-before-rounded: 100%;
}
.fsw-date-time-picker__range-box {
  display: flex;
  flex-direction: column;
  min-width: 296px;
}
.fsw-date-time-picker__range-box:not(.in-side) {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 4px;
}
.fsw-date-time-picker__range-box > main {
  display: flex;
  width: 100%;
  gap: 16px;
}
.fsw-date-time-picker__combo-box {
  display: flex;
  flex-direction: column;
  min-width: 296px;
}
.fsw-date-time-picker__combo-box:not(.in-side) {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 8px;
  border-radius: 4px;
}
textarea.fsw-input {
  --fsw-input-border: #e0e0e0;
  --fsw-input-shadow: none;
  --fsw-input-color: #222222;
  --fsw-input-background: transparent;
  color: var(--fsw-input-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
textarea.fsw-input:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
textarea.fsw-input:disabled {
  --fsw-input-color: #757575;
  --fsw-input-background: #f1f1f2;
  --fsw-input-border: #cccccc;
}
textarea.fsw-input {
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid var(--fsw-input-border);
  background: var(--fsw-input-background);
  box-shadow: var(--fsw-input-shadow);
  outline: none;
}
textarea.fsw-input:not(:disabled):not(.has-error):focus,
textarea.fsw-input:not(:disabled):not(.has-error):active {
  --fsw-input-border: #79c0ff;
  --fsw-input-shadow: 0 0 0 1px var(--fsw-input-border);
}
textarea.fsw-input:not(:disabled).has-error {
  --fsw-input-border: #cc1830;
}
textarea.fsw-input:read-only {
  resize: none;
}
input.fsw-input {
  --fsw-input-color: #222222;
  --fsw-input-background: transparent;
  color: var(--fsw-input-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
input.fsw-input:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
input.fsw-input:disabled {
  --fsw-input-color: #757575;
  --fsw-input-background: #f1f1f2;
  --fsw-input-border: #cccccc;
}
input.fsw-input {
  flex: 1 1 0;
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
}
.fsw-switch {
  --fsw-switch-progress-width: 48px;
  --fsw-switch-progress-height: 16px;
  --fsw-switch-height: 24px;
  --fsw-switch-circle-size: 24px;
  --fsw-switch-progress-background: #cccccc;
  --fsw-switch-circle-background: #8f8f8f;
  --fsw-switch-left: 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 4px;
  height: var(--fsw-switch-height);
}
.fsw-switch--size-l {
  --fsw-switch-progress-width: 64px;
  --fsw-switch-progress-height: 22px;
  --fsw-switch-height: 32px;
  --fsw-switch-circle-size: 32px;
}
.fsw-switch--size-l > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-switch--size-l > label:lang(th) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-switch--size-m {
  --fsw-switch-progress-width: 48px;
  --fsw-switch-progress-height: 16px;
  --fsw-switch-height: 24px;
  --fsw-switch-circle-size: 24px;
}
.fsw-switch--size-m > label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-switch--size-m > label:lang(th) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    Prompt,
    -apple-system,
    BlinkMacSystemFont,
    San Francisco,
    Roboto,
    Segoe UI,
    Inter,
    sans-serif;
}
.fsw-switch:before {
  position: absolute;
  border-radius: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: var(--fsw-switch-progress-width);
  height: var(--fsw-switch-progress-height);
  background: var(--fsw-switch-progress-background);
}
.fsw-switch:after {
  position: absolute;
  border-radius: 100%;
  content: "";
  width: var(--fsw-switch-circle-size);
  height: var(--fsw-switch-circle-size);
  background: var(--fsw-switch-circle-background);
  transition-property: background, left;
  transition-duration: 300ms;
  transform: translateY(-50%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  top: 50%;
  left: var(--fsw-switch-left);
}
.fsw-switch > label {
  color: #757575;
}
.fsw-switch > input[type=checkbox] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: var(--fsw-switch-progress-width);
  height: var(--fsw-switch-progress-height);
}
.fsw-switch:has(input[type=checkbox]:disabled) {
  opacity: 0.4;
}
.fsw-switch:has(input[type=checkbox]:disabled) > input[type=checkbox] {
  -webkit-user-select: none;
  user-select: none;
}
.fsw-switch:has(input[type=checkbox]:not(:disabled)) > input[type=checkbox]:hover {
  cursor: pointer;
}
.fsw-switch:has(input[type=checkbox]:checked) {
  --fsw-switch-progress-background: #27e4cd;
  --fsw-switch-circle-background: #08c0a6;
  --fsw-switch-left: calc(var(--fsw-switch-progress-width) - var(--fsw-switch-circle-size));
}
.fsw-field.disabled {
  background-color: unset !important;
  border: unset !important;
}
.drawdown-screening-container .badge {
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 8px;
}
.drawdown-screening-container table .text-center {
  text-align: center !important;
  vertical-align: middle !important;
}
.drawdown-screening-container select.bg-red,
.drawdown-screening-container input.bg-red {
  background-color: #ed5565 !important;
  border: 1px solid #ed5565 !important;
  color: #ffffff !important;
}
.drawdown-screening-container select.bg-blue,
.drawdown-screening-container input.bg-blue {
  background-color: #1c84c6 !important;
  border: 1px solid #1c84c6 !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container {
  background-color: #ed5565 !important;
  border: 1px solid #ed5565 !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container.ng-has-value {
  background-color: #ed5565 !important;
  border: 1px solid #ed5565 !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container .ng-value-container {
  background-color: #ed5565 !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container .ng-value-container .ng-value {
  background-color: transparent !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container .ng-value-container .ng-value .ng-value-label {
  background-color: transparent !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container .ng-value-container .ng-input input {
  background-color: transparent !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container .ng-arrow-wrapper {
  color: #ffffff !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: #ffffff transparent transparent !important;
}
.drawdown-screening-container .bg-red.ng-select .ng-select-container:hover {
  background-color: #d73947 !important;
  border-color: #d73947 !important;
}
.drawdown-screening-container .bg-red.ng-select.ng-select-focused .ng-select-container {
  background-color: #ed5565 !important;
  border-color: #ed5565 !important;
  box-shadow: 0 0 0 0.2rem rgba(237, 85, 101, 0.25) !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container {
  background-color: #1c84c6 !important;
  border: 1px solid #1c84c6 !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container.ng-has-value {
  background-color: #1c84c6 !important;
  border: 1px solid #1c84c6 !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container .ng-value-container {
  background-color: #1c84c6 !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container .ng-value-container .ng-value {
  background-color: transparent !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container .ng-value-container .ng-value .ng-value-label {
  background-color: transparent !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container .ng-value-container .ng-input input {
  background-color: transparent !important;
  color: #ffffff !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container .ng-arrow-wrapper {
  color: #ffffff !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: #ffffff transparent transparent !important;
}
.drawdown-screening-container .bg-blue.ng-select .ng-select-container:hover {
  background-color: #1a7bb8 !important;
  border-color: #1a7bb8 !important;
}
.drawdown-screening-container .bg-blue.ng-select.ng-select-focused .ng-select-container {
  background-color: #1c84c6 !important;
  border-color: #1c84c6 !important;
  box-shadow: 0 0 0 0.2rem rgba(28, 132, 198, 0.25) !important;
}
.drawdown-screening-container .form-control-error.ng-select .ng-select-container {
  background-color: #ffffff !important;
  border: 1px solid #ed5565 !important;
  color: #ed5565 !important;
}
.drawdown-screening-container .form-control-error.ng-select .ng-select-container .ng-value-container {
  background-color: #ffffff !important;
  color: #ed5565 !important;
}
.drawdown-screening-container .form-control-error.ng-select .ng-select-container .ng-value-container .ng-input input {
  background-color: transparent !important;
  color: #ed5565 !important;
}
.drawdown-screening-container .form-control-error.ng-select .ng-select-container .ng-arrow-wrapper {
  color: #ed5565 !important;
}
.drawdown-screening-container .form-control-error.ng-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: #ed5565 transparent transparent !important;
}
.drawdown-screening-container :host ::ng-deep .bg-red.ng-select .ng-select-container.ng-has-value {
  background-color: #ed5565 !important;
}
.drawdown-screening-container :host ::ng-deep .bg-red.ng-select .ng-select-container.ng-has-value .ng-value-container .ng-value .ng-value-label {
  color: #ffffff !important;
}
.drawdown-screening-container :host ::ng-deep .bg-blue.ng-select .ng-select-container.ng-has-value {
  background-color: #1c84c6 !important;
}
.drawdown-screening-container :host ::ng-deep .bg-blue.ng-select .ng-select-container.ng-has-value .ng-value-container .ng-value .ng-value-label {
  color: #ffffff !important;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-border-opacity));
}
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-ring-opacity));
}
.hover\:-translate-y-0:hover {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-blue-300-rgba-r), var(--fsw-color-blue-300-rgba-g), var(--fsw-color-blue-300-rgba-b), var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-300-rgba-r), var(--fsw-color-gray-300-rgba-g), var(--fsw-color-gray-300-rgba-b), var(--tw-border-opacity));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-gray-400-rgba-r), var(--fsw-color-gray-400-rgba-g), var(--fsw-color-gray-400-rgba-b), var(--tw-border-opacity));
}
.hover\:\!bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#1f47a3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 163 / var(--tw-bg-opacity));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-blue-700-rgba-r), var(--fsw-color-blue-700-rgba-g), var(--fsw-color-blue-700-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-100-rgba-r), var(--fsw-color-gray-100-rgba-g), var(--fsw-color-gray-100-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-green-100-rgba-r), var(--fsw-color-green-100-rgba-g), var(--fsw-color-green-100-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-green-200-rgba-r), var(--fsw-color-green-200-rgba-g), var(--fsw-color-green-200-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-red-100-rgba-r), var(--fsw-color-red-100-rgba-g), var(--fsw-color-red-100-rgba-b), var(--tw-bg-opacity));
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-red-200-rgba-r), var(--fsw-color-red-200-rgba-g), var(--fsw-color-red-200-rgba-b), var(--tw-bg-opacity));
}
.hover\:from-blue-100:hover {
  --tw-gradient-from: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--fsw-color-blue-100-rgba-r), var(--fsw-color-blue-100-rgba-g), var(--fsw-color-blue-100-rgba-b), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-300-rgba-r), var(--fsw-color-blue-300-rgba-g), var(--fsw-color-blue-300-rgba-b), var(--tw-text-opacity));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-600-rgba-r), var(--fsw-color-blue-600-rgba-g), var(--fsw-color-blue-600-rgba-b), var(--tw-text-opacity));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-700-rgba-r), var(--fsw-color-blue-700-rgba-g), var(--fsw-color-blue-700-rgba-b), var(--tw-text-opacity));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-800-rgba-r), var(--fsw-color-blue-800-rgba-g), var(--fsw-color-blue-800-rgba-b), var(--tw-text-opacity));
}
.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-blue-900-rgba-r), var(--fsw-color-blue-900-rgba-g), var(--fsw-color-blue-900-rgba-b), var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-300-rgba-r), var(--fsw-color-gray-300-rgba-g), var(--fsw-color-gray-300-rgba-b), var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-600-rgba-r), var(--fsw-color-gray-600-rgba-g), var(--fsw-color-gray-600-rgba-b), var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-gray-700-rgba-r), var(--fsw-color-gray-700-rgba-g), var(--fsw-color-gray-700-rgba-b), var(--tw-text-opacity));
}
.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-500-rgba-r), var(--fsw-color-green-500-rgba-g), var(--fsw-color-green-500-rgba-b), var(--tw-text-opacity));
}
.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-600-rgba-r), var(--fsw-color-green-600-rgba-g), var(--fsw-color-green-600-rgba-b), var(--tw-text-opacity));
}
.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-green-800-rgba-r), var(--fsw-color-green-800-rgba-g), var(--fsw-color-green-800-rgba-b), var(--tw-text-opacity));
}
.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-purple-700-rgba-r), var(--fsw-color-purple-700-rgba-g), var(--fsw-color-purple-700-rgba-b), var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-600-rgba-r), var(--fsw-color-red-600-rgba-g), var(--fsw-color-red-600-rgba-b), var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-700-rgba-r), var(--fsw-color-red-700-rgba-g), var(--fsw-color-red-700-rgba-b), var(--tw-text-opacity));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-800-rgba-r), var(--fsw-color-red-800-rgba-g), var(--fsw-color-red-800-rgba-b), var(--tw-text-opacity));
}
.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--fsw-color-red-900-rgba-r), var(--fsw-color-red-900-rgba-g), var(--fsw-color-red-900-rgba-b), var(--tw-text-opacity));
}
.hover\:text-white:hover {
  color: rgba(var(--fsw-color-white-00-rgba-r), var(--fsw-color-white-00-rgba-g), var(--fsw-color-white-00-rgba-b), var(--fsw-color-white-00-rgba-a));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-lightest:hover {
  --tw-shadow: var(--fsw-shadow-lightest);
  --tw-shadow-colored: var(--fsw-shadow-lightest);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(var(--fsw-color-blue-300-rgba-r), var(--fsw-color-blue-300-rgba-g), var(--fsw-color-blue-300-rgba-b), var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(var(--fsw-color-red-500-rgba-r), var(--fsw-color-red-500-rgba-g), var(--fsw-color-red-500-rgba-b), var(--tw-ring-opacity));
}
.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-blue-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(var(--fsw-color-blue-500-rgba-r), var(--fsw-color-blue-500-rgba-g), var(--fsw-color-blue-500-rgba-b), var(--tw-ring-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fsw-color-gray-200-rgba-r), var(--fsw-color-gray-200-rgba-g), var(--fsw-color-gray-200-rgba-b), var(--tw-bg-opacity));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--fsw-color-gray-600-rgba-r), var(--fsw-color-gray-600-rgba-g), var(--fsw-color-gray-600-rgba-b), var(--tw-border-opacity));
  }
  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--fsw-color-gray-700-rgba-r), var(--fsw-color-gray-700-rgba-g), var(--fsw-color-gray-700-rgba-b), var(--tw-bg-opacity));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(var(--fsw-color-gray-400-rgba-r), var(--fsw-color-gray-400-rgba-g), var(--fsw-color-gray-400-rgba-b), var(--tw-text-opacity));
  }
  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(var(--fsw-color-gray-400-rgba-r), var(--fsw-color-gray-400-rgba-g), var(--fsw-color-gray-400-rgba-b), var(--tw-placeholder-opacity));
  }
}
@media (min-width: 769px) and (max-width: 1000000px) {
  .desktop\:w-80 {
    width: 20rem;
  }
  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop\:flex-row {
    flex-direction: row;
  }
}

/* node_modules/.pnpm/@ng-select+ng-select@21.5.2_@angular+common@21.2.5_@angular+core@21.2.5_@angular+compil_d7b258115e9208d816f377b3a27cb1a0/node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

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

/* projects/shared/src/styles.css */
.ui-datatable-tablewrapper table {
  table-layout: fixed;
  font-family:
    "open sans",
    "Inter",
    Arial,
    sans-serif;
  font-size: 14px !important;
}
.ui-datatable-tablewrapper td,
.ui-state-default {
  padding: 8px !important;
}
.ui-state-default {
  background: none !important;
  background-color: #F5F5F6 !important;
  border: 1px solid #EBEBEB !important;
  border-bottom: 1px solid #DDDDDD !important;
}
.ui-paginator-rpp-options {
  float: right;
}
.table-row:hover {
  cursor: pointer;
  background-color: #dfdfdf !important;
}
.sort-toggle {
  cursor: pointer;
  margin-top: 0.25em;
}
.sort-active {
  color: #1ab394;
}
.fa.fa-eye:hover,
.fa.fa-check-square-o:hover {
  cursor: pointer;
  color: #1ab394;
}
.form-validation {
  margin-top: 0.5em;
  color: red;
  font-style: italic;
}
.filter-heading {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: bold;
}
.filter-item {
  position: relative;
  float: left;
  clear: both;
  width: auto;
  height: auto;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
  text-align: left;
  border: 1px solid lightgray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
}
.filter-selected {
  background-color: #337ab7 !important;
  color: white !important;
}
.ui-growl {
  width: 40% !important;
  margin-left: 30% !important;
  margin-right: 30% !important;
  left: 0 !important;
  color: white !important;
}
.ui-growl-image {
  display: none !important;
}
.ui-growl-message {
  width: 100% !important;
  text-align: center !important;
  padding: 0 1.5em !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.ui-growl-icon-close {
  top: 0.85em !important;
  right: 0.85em !important;
}
.ui-growl-title {
  display: none !important;
}
.ui-growl-message-info {
  background-image: none !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}
.ui-growl-message-success {
  background-image: none !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.ui-growl-message-warn {
  background-image: none !important;
  background-color: #FFB300 !important;
  border-color: #FFB300 !important;
}
.ui-growl-message-error {
  background-image: none !important;
  background-color: #f44336 !important;
  border-color: #f44336 !important;
}
.table > tfoot > tr > td {
  padding: 0px 4px !important;
  font-weight: bold;
}
.float-e-margins .btn {
  margin: 0px;
}
.form-group {
  overflow: hidden;
  margin-bottom: 5px;
}
.form-control {
  padding: 3px 6px;
  height: 26px;
  border: 1px solid #888;
}
.agile-list li {
  padding: 3px 6px;
}
tr.contenteditable.true {
  background-color: #f00;
}
.roll {
  background-color: #c9fff2;
}
.form-group {
  margin-bottom: 4px;
}
.ui-datepicker {
  width: inherit !important;
  position: absolute !important;
}
.ui-calendar {
  display: block !important;
}
.ui-inputtext {
  width: 100% !important;
  border-radius: 0px !important;
  padding: 2px 6px !important;
  height: 28px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.ui-state-default {
  background: none !important;
}
.ui-widget-content {
  box-sizing: inherit !important;
}
.ui-state-default,
.ui-state-highlight {
  color: inherit !important;
}
.form-group {
  overflow: inherit;
}
.form-control {
  padding: 2px 6px !important;
}
input,
select {
  height: 28px !important;
}
input[type=checkbox] {
  height: initial !important;
}
.hr-line-dashed {
  margin: 10px 0px !important;
}
.ui-widget-overlay {
  z-index: 99999 !important;
}
.ui-dialog {
  z-index: 100000 !important;
}
.ui-tabview-nav,
.ui-helper-reset,
.ui-helper-clearfix,
.ui-widget-header,
.ui-corner-all {
  border-bottom: none !important;
}
.ui-tabview-panels {
  border: 1px solid #EBEBEB !important;
}
.ui-state-default a,
.ui-corner-top a,
.ui-tabview-selected a,
.ui-state-active a {
  font-weight: 600 !important;
  color: #555555 !important;
}
.ui-tabview-selected a,
.ui-state-active a {
  font-weight: bold !important;
}
.ui-inputtext {
  border-bottom: 1px solid #EBEBEB !important;
}
.docImg {
  width: 100px !important;
  height: 100px !important;
  margin: 2px;
}
.b-separator {
  border-left: 1px #EBEBEB solid;
  margin-right: 3px;
}
td,
th {
  font-family: inherit;
  font-size: inherit;
}
.b-el {
  padding: 3px;
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 6px 0;
  border-radius: 2px;
}
.b-i {
  border-left: 3px solid #1c84c6;
}
.b-s {
  border-left: 3px solid #1ab394;
}
.b-d {
  border-left: 3px solid #ed5565;
}
.b-w {
  border-left: 3px solid #f8ac59;
}
.b-btn {
  margin-bottom: 0px !important;
  padding: 2px 4px;
  font-size: 13px !important;
}
.ibox-content {
  display: block !important;
}
.s-me {
  background-color: #337ab7 !important;
  color: #fff !important;
}
.fs_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e8e8e8 no-repeat url("./media/loading_fs-6GT4MFKU.png") center center scroll;
}
.fs_loading::before {
  position: absolute;
  content: "";
  background: no-repeat url("./media/loading_fs_progress-JGXJRNB2.png") center center scroll;
  height: 100px;
  width: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  animation: spin .9s linear infinite;
  margin: 0;
  z-index: 999;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.environmentBox {
  padding: 7px 35px 8px !important;
  font-weight: bold;
  opacity: 0.7;
  width: 100%;
  margin: 0 !important;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: .50rem 1.5rem !important;
  clear: both !important;
  font-weight: 400 !important;
  text-align: inherit !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
}
.form .form-group {
  margin-bottom: 30px;
}
.form .form-group .control-label {
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
}
.form .form-group .form-control:not(textarea) {
  padding: 6px 12px !important;
  height: 34px !important;
}
.form .form-group textarea.form-control {
  padding: 6px 12px !important;
  height: auto !important;
}
.form .form-group[required] label.control-label {
  position: relative;
}
.form .form-group[required] label.control-label::after {
  content: " * ";
  color: #ed5565;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-body {
  border-bottom: 0;
}
.modal .modal-footer {
  border-top: 0;
}
.form .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.glyphicon:before {
  font-family: "Glyphicons Halflings" !important;
}
.ng-select-container.ng-has-value {
  border-color: rgba(229, 230, 231, 1);
}
.ng-select.ng-select-container {
  border-color: rgba(229, 230, 231, 1);
}
.ng-value-container {
  color: rgba(103, 106, 108, 1);
}
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #28b294;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #28b294;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 179, 128, 0.1);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #e1f8f3;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  background-color: #e1f8f3;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(103, 106, 108, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #e1f8f3;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #e1f8f3;
}
.daterangepicker .off {
  position: initial;
  transform: initial;
}

/* projects/shared/src/assets/font-awesome/css/font-awesome.css */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-DSCHPYF2.eot?v=4.3.0");
  src:
    url("./media/fontawesome-webfont-DSCHPYF2.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-23ANY5SV.woff2?v=4.3.0") format("woff2"),
    url("./media/fontawesome-webfont-VKDG42II.woff?v=4.3.0") format("woff"),
    url("./media/fontawesome-webfont-D53VYSP3.ttf?v=4.3.0") format("truetype"),
    url("./media/fontawesome-webfont-LJR4LT6B.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa.fa-disable {
  opacity: 0.5;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/* projects/shared/src/assets/css/bootstrap.min.css */
/*!
 * 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 */
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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:
    Inter,
    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:
    Inter,
    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:
    Inter,
    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: #009;
  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;
  }
}

/* projects/shared/src/assets/css/animate.css */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  z-index: 100;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* node_modules/.pnpm/ag-grid-community@32.0.1/node_modules/ag-grid-community/styles/ag-grid.css */
.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  position: relative;
}
.ag-icon::before {
  content: "";
  font-family: inherit;
}
.ag-icon::after {
  background: transparent var(--ag-icon-image, none) center/contain no-repeat;
  display: var(--ag-icon-image-display);
  opacity: var(--ag-icon-image-opacity, 0.9);
  position: absolute;
  inset: 0;
  content: "";
}
.ag-icon-aggregation {
  font-family: var(--ag-icon-font-family-aggregation, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-aggregation, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-aggregation, var(--ag-icon-font-color));
}
.ag-icon-aggregation::before {
  content: var(--ag-icon-font-code-aggregation, "\f101");
  display: var(--ag-icon-font-display-aggregation, var(--ag-icon-font-display));
}
.ag-icon-aggregation::after {
  background-image: var(--ag-icon-image-aggregation, var(--ag-icon-image));
  display: var(--ag-icon-image-display-aggregation, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-aggregation, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-arrows {
  font-family: var(--ag-icon-font-family-arrows, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-arrows, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-arrows, var(--ag-icon-font-color));
}
.ag-icon-arrows::before {
  content: var(--ag-icon-font-code-arrows, "\f102");
  display: var(--ag-icon-font-display-arrows, var(--ag-icon-font-display));
}
.ag-icon-arrows::after {
  background-image: var(--ag-icon-image-arrows, var(--ag-icon-image));
  display: var(--ag-icon-image-display-arrows, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-arrows, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-asc {
  font-family: var(--ag-icon-font-family-asc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-asc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-asc, var(--ag-icon-font-color));
}
.ag-icon-asc::before {
  content: var(--ag-icon-font-code-asc, "\f103");
  display: var(--ag-icon-font-display-asc, var(--ag-icon-font-display));
}
.ag-icon-asc::after {
  background-image: var(--ag-icon-image-asc, var(--ag-icon-image));
  display: var(--ag-icon-image-display-asc, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-asc, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cancel {
  font-family: var(--ag-icon-font-family-cancel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cancel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cancel, var(--ag-icon-font-color));
}
.ag-icon-cancel::before {
  content: var(--ag-icon-font-code-cancel, "\f104");
  display: var(--ag-icon-font-display-cancel, var(--ag-icon-font-display));
}
.ag-icon-cancel::after {
  background-image: var(--ag-icon-image-cancel, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cancel, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-cancel, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-chart {
  font-family: var(--ag-icon-font-family-chart, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-chart, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-chart, var(--ag-icon-font-color));
}
.ag-icon-chart::before {
  content: var(--ag-icon-font-code-chart, "\f105");
  display: var(--ag-icon-font-display-chart, var(--ag-icon-font-display));
}
.ag-icon-chart::after {
  background-image: var(--ag-icon-image-chart, var(--ag-icon-image));
  display: var(--ag-icon-image-display-chart, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-chart, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-checked {
  font-family: var(--ag-icon-font-family-checkbox-checked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-checked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-checked, var(--ag-icon-font-color));
}
.ag-icon-checkbox-checked::before {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  display: var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));
}
.ag-icon-checkbox-checked::after {
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-indeterminate {
  font-family: var(--ag-icon-font-family-checkbox-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-indeterminate, var(--ag-icon-font-color));
}
.ag-icon-checkbox-indeterminate::before {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  display: var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));
}
.ag-icon-checkbox-indeterminate::after {
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-unchecked {
  font-family: var(--ag-icon-font-family-checkbox-unchecked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-unchecked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-unchecked, var(--ag-icon-font-color));
}
.ag-icon-checkbox-unchecked::before {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  display: var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));
}
.ag-icon-checkbox-unchecked::after {
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-color-picker {
  font-family: var(--ag-icon-font-family-color-picker, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-color-picker, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-color-picker, var(--ag-icon-font-color));
}
.ag-icon-color-picker::before {
  content: var(--ag-icon-font-code-color-picker, "\f109");
  display: var(--ag-icon-font-display-color-picker, var(--ag-icon-font-display));
}
.ag-icon-color-picker::after {
  background-image: var(--ag-icon-image-color-picker, var(--ag-icon-image));
  display: var(--ag-icon-image-display-color-picker, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-color-picker, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-columns {
  font-family: var(--ag-icon-font-family-columns, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-columns, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-columns, var(--ag-icon-font-color));
}
.ag-icon-columns::before {
  content: var(--ag-icon-font-code-columns, "\f10a");
  display: var(--ag-icon-font-display-columns, var(--ag-icon-font-display));
}
.ag-icon-columns::after {
  background-image: var(--ag-icon-image-columns, var(--ag-icon-image));
  display: var(--ag-icon-image-display-columns, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-columns, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-contracted {
  font-family: var(--ag-icon-font-family-contracted, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-contracted, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-contracted, var(--ag-icon-font-color));
}
.ag-icon-contracted::before {
  content: var(--ag-icon-font-code-contracted, "\f10b");
  display: var(--ag-icon-font-display-contracted, var(--ag-icon-font-display));
}
.ag-icon-contracted::after {
  background-image: var(--ag-icon-image-contracted, var(--ag-icon-image));
  display: var(--ag-icon-image-display-contracted, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-contracted, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-copy {
  font-family: var(--ag-icon-font-family-copy, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-copy, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-copy, var(--ag-icon-font-color));
}
.ag-icon-copy::before {
  content: var(--ag-icon-font-code-copy, "\f10c");
  display: var(--ag-icon-font-display-copy, var(--ag-icon-font-display));
}
.ag-icon-copy::after {
  background-image: var(--ag-icon-image-copy, var(--ag-icon-image));
  display: var(--ag-icon-image-display-copy, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-copy, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cross {
  font-family: var(--ag-icon-font-family-cross, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cross, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cross, var(--ag-icon-font-color));
}
.ag-icon-cross::before {
  content: var(--ag-icon-font-code-cross, "\f10d");
  display: var(--ag-icon-font-display-cross, var(--ag-icon-font-display));
}
.ag-icon-cross::after {
  background-image: var(--ag-icon-image-cross, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cross, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-cross, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-csv {
  font-family: var(--ag-icon-font-family-csv, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-csv, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-csv, var(--ag-icon-font-color));
}
.ag-icon-csv::before {
  content: var(--ag-icon-font-code-csv, "\f10e");
  display: var(--ag-icon-font-display-csv, var(--ag-icon-font-display));
}
.ag-icon-csv::after {
  background-image: var(--ag-icon-image-csv, var(--ag-icon-image));
  display: var(--ag-icon-image-display-csv, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-csv, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cut {
  font-family: var(--ag-icon-font-family-cut, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cut, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cut, var(--ag-icon-font-color));
}
.ag-icon-cut::before {
  content: var(--ag-icon-font-code-cut, "\f10f");
  display: var(--ag-icon-font-display-cut, var(--ag-icon-font-display));
}
.ag-icon-cut::after {
  background-image: var(--ag-icon-image-cut, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cut, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-cut, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-desc {
  font-family: var(--ag-icon-font-family-desc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-desc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-desc, var(--ag-icon-font-color));
}
.ag-icon-desc::before {
  content: var(--ag-icon-font-code-desc, "\f110");
  display: var(--ag-icon-font-display-desc, var(--ag-icon-font-display));
}
.ag-icon-desc::after {
  background-image: var(--ag-icon-image-desc, var(--ag-icon-image));
  display: var(--ag-icon-image-display-desc, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-desc, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-excel {
  font-family: var(--ag-icon-font-family-excel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-excel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-excel, var(--ag-icon-font-color));
}
.ag-icon-excel::before {
  content: var(--ag-icon-font-code-excel, "\f111");
  display: var(--ag-icon-font-display-excel, var(--ag-icon-font-display));
}
.ag-icon-excel::after {
  background-image: var(--ag-icon-image-excel, var(--ag-icon-image));
  display: var(--ag-icon-image-display-excel, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-excel, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-expanded {
  font-family: var(--ag-icon-font-family-expanded, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-expanded, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-expanded, var(--ag-icon-font-color));
}
.ag-icon-expanded::before {
  content: var(--ag-icon-font-code-expanded, "\f112");
  display: var(--ag-icon-font-display-expanded, var(--ag-icon-font-display));
}
.ag-icon-expanded::after {
  background-image: var(--ag-icon-image-expanded, var(--ag-icon-image));
  display: var(--ag-icon-image-display-expanded, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-expanded, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-eye-slash {
  font-family: var(--ag-icon-font-family-eye-slash, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-eye-slash, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-eye-slash, var(--ag-icon-font-color));
}
.ag-icon-eye-slash::before {
  content: var(--ag-icon-font-code-eye-slash, "\f113");
  display: var(--ag-icon-font-display-eye-slash, var(--ag-icon-font-display));
}
.ag-icon-eye-slash::after {
  background-image: var(--ag-icon-image-eye-slash, var(--ag-icon-image));
  display: var(--ag-icon-image-display-eye-slash, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-eye-slash, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-eye {
  font-family: var(--ag-icon-font-family-eye, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-eye, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-eye, var(--ag-icon-font-color));
}
.ag-icon-eye::before {
  content: var(--ag-icon-font-code-eye, "\f114");
  display: var(--ag-icon-font-display-eye, var(--ag-icon-font-display));
}
.ag-icon-eye::after {
  background-image: var(--ag-icon-image-eye, var(--ag-icon-image));
  display: var(--ag-icon-image-display-eye, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-eye, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-filter {
  font-family: var(--ag-icon-font-family-filter, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-filter, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-filter, var(--ag-icon-font-color));
}
.ag-icon-filter::before {
  content: var(--ag-icon-font-code-filter, "\f115");
  display: var(--ag-icon-font-display-filter, var(--ag-icon-font-display));
}
.ag-icon-filter::after {
  background-image: var(--ag-icon-image-filter, var(--ag-icon-image));
  display: var(--ag-icon-image-display-filter, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-filter, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-first {
  font-family: var(--ag-icon-font-family-first, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-first, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-first, var(--ag-icon-font-color));
}
.ag-icon-first::before {
  content: var(--ag-icon-font-code-first, "\f116");
  display: var(--ag-icon-font-display-first, var(--ag-icon-font-display));
}
.ag-icon-first::after {
  background-image: var(--ag-icon-image-first, var(--ag-icon-image));
  display: var(--ag-icon-image-display-first, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-first, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-grip {
  font-family: var(--ag-icon-font-family-grip, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-grip, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-grip, var(--ag-icon-font-color));
}
.ag-icon-grip::before {
  content: var(--ag-icon-font-code-grip, "\f117");
  display: var(--ag-icon-font-display-grip, var(--ag-icon-font-display));
}
.ag-icon-grip::after {
  background-image: var(--ag-icon-image-grip, var(--ag-icon-image));
  display: var(--ag-icon-image-display-grip, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-grip, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-group {
  font-family: var(--ag-icon-font-family-group, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-group, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-group, var(--ag-icon-font-color));
}
.ag-icon-group::before {
  content: var(--ag-icon-font-code-group, "\f118");
  display: var(--ag-icon-font-display-group, var(--ag-icon-font-display));
}
.ag-icon-group::after {
  background-image: var(--ag-icon-image-group, var(--ag-icon-image));
  display: var(--ag-icon-image-display-group, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-group, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-last {
  font-family: var(--ag-icon-font-family-last, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-last, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-last, var(--ag-icon-font-color));
}
.ag-icon-last::before {
  content: var(--ag-icon-font-code-last, "\f119");
  display: var(--ag-icon-font-display-last, var(--ag-icon-font-display));
}
.ag-icon-last::after {
  background-image: var(--ag-icon-image-last, var(--ag-icon-image));
  display: var(--ag-icon-image-display-last, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-last, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-left {
  font-family: var(--ag-icon-font-family-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-left, var(--ag-icon-font-color));
}
.ag-icon-left::before {
  content: var(--ag-icon-font-code-left, "\f11a");
  display: var(--ag-icon-font-display-left, var(--ag-icon-font-display));
}
.ag-icon-left::after {
  background-image: var(--ag-icon-image-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display-left, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-left, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-linked {
  font-family: var(--ag-icon-font-family-linked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-linked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-linked, var(--ag-icon-font-color));
}
.ag-icon-linked::before {
  content: var(--ag-icon-font-code-linked, "\f11b");
  display: var(--ag-icon-font-display-linked, var(--ag-icon-font-display));
}
.ag-icon-linked::after {
  background-image: var(--ag-icon-image-linked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-linked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-linked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-loading {
  font-family: var(--ag-icon-font-family-loading, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-loading, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-loading, var(--ag-icon-font-color));
}
.ag-icon-loading::before {
  content: var(--ag-icon-font-code-loading, "\f11c");
  display: var(--ag-icon-font-display-loading, var(--ag-icon-font-display));
}
.ag-icon-loading::after {
  background-image: var(--ag-icon-image-loading, var(--ag-icon-image));
  display: var(--ag-icon-image-display-loading, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-loading, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-maximize {
  font-family: var(--ag-icon-font-family-maximize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-maximize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-maximize, var(--ag-icon-font-color));
}
.ag-icon-maximize::before {
  content: var(--ag-icon-font-code-maximize, "\f11d");
  display: var(--ag-icon-font-display-maximize, var(--ag-icon-font-display));
}
.ag-icon-maximize::after {
  background-image: var(--ag-icon-image-maximize, var(--ag-icon-image));
  display: var(--ag-icon-image-display-maximize, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-maximize, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-menu {
  font-family: var(--ag-icon-font-family-menu, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-menu, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-menu, var(--ag-icon-font-color));
}
.ag-icon-menu::before {
  content: var(--ag-icon-font-code-menu, "\f11e");
  display: var(--ag-icon-font-display-menu, var(--ag-icon-font-display));
}
.ag-icon-menu::after {
  background-image: var(--ag-icon-image-menu, var(--ag-icon-image));
  display: var(--ag-icon-image-display-menu, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-menu, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-minimize {
  font-family: var(--ag-icon-font-family-minimize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-minimize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-minimize, var(--ag-icon-font-color));
}
.ag-icon-minimize::before {
  content: var(--ag-icon-font-code-minimize, "\f11f");
  display: var(--ag-icon-font-display-minimize, var(--ag-icon-font-display));
}
.ag-icon-minimize::after {
  background-image: var(--ag-icon-image-minimize, var(--ag-icon-image));
  display: var(--ag-icon-image-display-minimize, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-minimize, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-next {
  font-family: var(--ag-icon-font-family-next, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-next, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-next, var(--ag-icon-font-color));
}
.ag-icon-next::before {
  content: var(--ag-icon-font-code-next, "\f120");
  display: var(--ag-icon-font-display-next, var(--ag-icon-font-display));
}
.ag-icon-next::after {
  background-image: var(--ag-icon-image-next, var(--ag-icon-image));
  display: var(--ag-icon-image-display-next, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-next, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-none {
  font-family: var(--ag-icon-font-family-none, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-none, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-none, var(--ag-icon-font-color));
}
.ag-icon-none::before {
  content: var(--ag-icon-font-code-none, "\f121");
  display: var(--ag-icon-font-display-none, var(--ag-icon-font-display));
}
.ag-icon-none::after {
  background-image: var(--ag-icon-image-none, var(--ag-icon-image));
  display: var(--ag-icon-image-display-none, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-none, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-not-allowed {
  font-family: var(--ag-icon-font-family-not-allowed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-not-allowed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-not-allowed, var(--ag-icon-font-color));
}
.ag-icon-not-allowed::before {
  content: var(--ag-icon-font-code-not-allowed, "\f122");
  display: var(--ag-icon-font-display-not-allowed, var(--ag-icon-font-display));
}
.ag-icon-not-allowed::after {
  background-image: var(--ag-icon-image-not-allowed, var(--ag-icon-image));
  display: var(--ag-icon-image-display-not-allowed, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-not-allowed, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-paste {
  font-family: var(--ag-icon-font-family-paste, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-paste, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-paste, var(--ag-icon-font-color));
}
.ag-icon-paste::before {
  content: var(--ag-icon-font-code-paste, "\f123");
  display: var(--ag-icon-font-display-paste, var(--ag-icon-font-display));
}
.ag-icon-paste::after {
  background-image: var(--ag-icon-image-paste, var(--ag-icon-image));
  display: var(--ag-icon-image-display-paste, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-paste, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-pin {
  font-family: var(--ag-icon-font-family-pin, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-pin, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-pin, var(--ag-icon-font-color));
}
.ag-icon-pin::before {
  content: var(--ag-icon-font-code-pin, "\f124");
  display: var(--ag-icon-font-display-pin, var(--ag-icon-font-display));
}
.ag-icon-pin::after {
  background-image: var(--ag-icon-image-pin, var(--ag-icon-image));
  display: var(--ag-icon-image-display-pin, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-pin, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-pivot {
  font-family: var(--ag-icon-font-family-pivot, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-pivot, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-pivot, var(--ag-icon-font-color));
}
.ag-icon-pivot::before {
  content: var(--ag-icon-font-code-pivot, "\f125");
  display: var(--ag-icon-font-display-pivot, var(--ag-icon-font-display));
}
.ag-icon-pivot::after {
  background-image: var(--ag-icon-image-pivot, var(--ag-icon-image));
  display: var(--ag-icon-image-display-pivot, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-pivot, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-previous {
  font-family: var(--ag-icon-font-family-previous, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-previous, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-previous, var(--ag-icon-font-color));
}
.ag-icon-previous::before {
  content: var(--ag-icon-font-code-previous, "\f126");
  display: var(--ag-icon-font-display-previous, var(--ag-icon-font-display));
}
.ag-icon-previous::after {
  background-image: var(--ag-icon-image-previous, var(--ag-icon-image));
  display: var(--ag-icon-image-display-previous, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-previous, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-radio-button-off {
  font-family: var(--ag-icon-font-family-radio-button-off, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-radio-button-off, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-radio-button-off, var(--ag-icon-font-color));
}
.ag-icon-radio-button-off::before {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  display: var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));
}
.ag-icon-radio-button-off::after {
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-radio-button-on {
  font-family: var(--ag-icon-font-family-radio-button-on, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-radio-button-on, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-radio-button-on, var(--ag-icon-font-color));
}
.ag-icon-radio-button-on::before {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  display: var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));
}
.ag-icon-radio-button-on::after {
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-right {
  font-family: var(--ag-icon-font-family-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-right, var(--ag-icon-font-color));
}
.ag-icon-right::before {
  content: var(--ag-icon-font-code-right, "\f129");
  display: var(--ag-icon-font-display-right, var(--ag-icon-font-display));
}
.ag-icon-right::after {
  background-image: var(--ag-icon-image-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display-right, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-right, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-save {
  font-family: var(--ag-icon-font-family-save, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-save, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-save, var(--ag-icon-font-color));
}
.ag-icon-save::before {
  content: var(--ag-icon-font-code-save, "\f12a");
  display: var(--ag-icon-font-display-save, var(--ag-icon-font-display));
}
.ag-icon-save::after {
  background-image: var(--ag-icon-image-save, var(--ag-icon-image));
  display: var(--ag-icon-image-display-save, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-save, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-down {
  font-family: var(--ag-icon-font-family-small-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-down, var(--ag-icon-font-color));
}
.ag-icon-small-down::before {
  content: var(--ag-icon-font-code-small-down, "\f12b");
  display: var(--ag-icon-font-display-small-down, var(--ag-icon-font-display));
}
.ag-icon-small-down::after {
  background-image: var(--ag-icon-image-small-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-down, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-down, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-left {
  font-family: var(--ag-icon-font-family-small-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-left, var(--ag-icon-font-color));
}
.ag-icon-small-left::before {
  content: var(--ag-icon-font-code-small-left, "\f12c");
  display: var(--ag-icon-font-display-small-left, var(--ag-icon-font-display));
}
.ag-icon-small-left::after {
  background-image: var(--ag-icon-image-small-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-left, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-left, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-right {
  font-family: var(--ag-icon-font-family-small-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-right, var(--ag-icon-font-color));
}
.ag-icon-small-right::before {
  content: var(--ag-icon-font-code-small-right, "\f12d");
  display: var(--ag-icon-font-display-small-right, var(--ag-icon-font-display));
}
.ag-icon-small-right::after {
  background-image: var(--ag-icon-image-small-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-right, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-right, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-up {
  font-family: var(--ag-icon-font-family-small-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-up, var(--ag-icon-font-color));
}
.ag-icon-small-up::before {
  content: var(--ag-icon-font-code-small-up, "\f12e");
  display: var(--ag-icon-font-display-small-up, var(--ag-icon-font-display));
}
.ag-icon-small-up::after {
  background-image: var(--ag-icon-image-small-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-up, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-up, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tick {
  font-family: var(--ag-icon-font-family-tick, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tick, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tick, var(--ag-icon-font-color));
}
.ag-icon-tick::before {
  content: var(--ag-icon-font-code-tick, "\f12f");
  display: var(--ag-icon-font-display-tick, var(--ag-icon-font-display));
}
.ag-icon-tick::after {
  background-image: var(--ag-icon-image-tick, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tick, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tick, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-closed {
  font-family: var(--ag-icon-font-family-tree-closed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-closed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-closed, var(--ag-icon-font-color));
}
.ag-icon-tree-closed::before {
  content: var(--ag-icon-font-code-tree-closed, "\f130");
  display: var(--ag-icon-font-display-tree-closed, var(--ag-icon-font-display));
}
.ag-icon-tree-closed::after {
  background-image: var(--ag-icon-image-tree-closed, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-closed, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tree-closed, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-indeterminate {
  font-family: var(--ag-icon-font-family-tree-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-indeterminate, var(--ag-icon-font-color));
}
.ag-icon-tree-indeterminate::before {
  content: var(--ag-icon-font-code-tree-indeterminate, "\f131");
  display: var(--ag-icon-font-display-tree-indeterminate, var(--ag-icon-font-display));
}
.ag-icon-tree-indeterminate::after {
  background-image: var(--ag-icon-image-tree-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-indeterminate, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tree-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-open {
  font-family: var(--ag-icon-font-family-tree-open, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-open, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-open, var(--ag-icon-font-color));
}
.ag-icon-tree-open::before {
  content: var(--ag-icon-font-code-tree-open, "\f132");
  display: var(--ag-icon-font-display-tree-open, var(--ag-icon-font-display));
}
.ag-icon-tree-open::after {
  background-image: var(--ag-icon-image-tree-open, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-open, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tree-open, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-unlinked {
  font-family: var(--ag-icon-font-family-unlinked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-unlinked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-unlinked, var(--ag-icon-font-color));
}
.ag-icon-unlinked::before {
  content: var(--ag-icon-font-code-unlinked, "\f133");
  display: var(--ag-icon-font-display-unlinked, var(--ag-icon-font-display));
}
.ag-icon-unlinked::after {
  background-image: var(--ag-icon-image-unlinked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-unlinked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-unlinked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-up {
  font-family: var(--ag-icon-font-family-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-up, var(--ag-icon-font-color));
}
.ag-icon-up::before {
  content: var(--ag-icon-font-code-up, "\f134");
  display: var(--ag-icon-font-display-up, var(--ag-icon-font-display));
}
.ag-icon-up::after {
  background-image: var(--ag-icon-image-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display-up, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-up, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-down {
  font-family: var(--ag-icon-font-family-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-down, var(--ag-icon-font-color));
}
.ag-icon-down::before {
  content: var(--ag-icon-font-code-down, "\f135");
  display: var(--ag-icon-font-display-down, var(--ag-icon-font-display));
}
.ag-icon-down::after {
  background-image: var(--ag-icon-image-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display-down, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-down, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-plus {
  font-family: var(--ag-icon-font-family-plus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-plus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-plus, var(--ag-icon-font-color));
}
.ag-icon-plus::before {
  content: var(--ag-icon-font-code-plus, "\f136");
  display: var(--ag-icon-font-display-plus, var(--ag-icon-font-display));
}
.ag-icon-plus::after {
  background-image: var(--ag-icon-image-plus, var(--ag-icon-image));
  display: var(--ag-icon-image-display-plus, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-plus, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-minus {
  font-family: var(--ag-icon-font-family-minus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-minus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-minus, var(--ag-icon-font-color));
}
.ag-icon-minus::before {
  content: var(--ag-icon-font-code-minus, "\f137");
  display: var(--ag-icon-font-display-minus, var(--ag-icon-font-display));
}
.ag-icon-minus::after {
  background-image: var(--ag-icon-image-minus, var(--ag-icon-image));
  display: var(--ag-icon-image-display-minus, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-minus, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-menu-alt {
  font-family: var(--ag-icon-font-family-menu-alt, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-menu-alt, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-menu-alt, var(--ag-icon-font-color));
}
.ag-icon-menu-alt::before {
  content: var(--ag-icon-font-code-menu-alt, "\f138");
  display: var(--ag-icon-font-display-menu-alt, var(--ag-icon-font-display));
}
.ag-icon-menu-alt::after {
  background-image: var(--ag-icon-image-menu-alt, var(--ag-icon-image));
  display: var(--ag-icon-image-display-menu-alt, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-menu-alt, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-settings {
  font-family: var(--ag-icon-font-family-settings, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-settings, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-settings, var(--ag-icon-font-color));
}
.ag-icon-settings::before {
  content: var(--ag-icon-font-code-settings, "\f139");
  display: var(--ag-icon-font-display-settings, var(--ag-icon-font-display));
}
.ag-icon-settings::after {
  background-image: var(--ag-icon-image-settings, var(--ag-icon-image));
  display: var(--ag-icon-image-display-settings, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-settings, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}
.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}
.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}
[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-tooltip-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #bbb;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-menu-background-color: var(--ag-background-color);
  --ag-menu-border-color: var(--ag-border-color);
  --ag-panel-background-color: var(--ag-background-color);
  --ag-panel-border-color: var(--ag-border-color);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-row-loading-skeleton-effect-color: rgba(66, 66, 66, 0.2);
  --ag-chip-background-color: transparent;
  --ag-chip-border-color: var(--ag-chip-background-color);
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-row-border-style: solid;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-row-border-width: 1px;
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-wrapper-border-radius: var(--ag-border-radius);
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-icon-font-weight: normal;
  --ag-icon-font-color: var(--ag-foreground-color);
  --ag-icon-image-display: block;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-advanced-filter-builder-indent-size: calc(var(--ag-grid-size) * 2 + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-chart-menu-panel-width: var(--ag-tab-min-width);
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
}
.ag-root-wrapper,
.ag-sticky-top,
.ag-sticky-bottom,
.ag-dnd-ghost {
  background-color: var(--ag-background-color);
}
.ag-root-wrapper,
.ag-popup {
  --ag-indentation-level: 0;
}
[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}
ag-grid,
ag-grid-angular,
ag-grid-ng2,
ag-grid-polymer,
ag-grid-aurelia {
  display: block;
}
.ag-aria-description-container {
  z-index: 9999;
  border: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
}
.ag-hidden {
  display: none !important;
}
.ag-invisible {
  visibility: hidden !important;
}
.ag-drag-handle {
  cursor: grab;
}
.ag-column-drop-wrapper {
  display: flex;
}
.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}
.ag-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ag-tab {
  position: relative;
}
.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}
.ag-virtual-list-viewport .ag-tab-guard {
  position: sticky;
}
.ag-tab-guard-top {
  top: 1px;
}
.ag-tab-guard-bottom {
  bottom: 1px;
}
.ag-select-agg-func-popup {
  position: absolute;
}
.ag-input-wrapper,
.ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}
.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: normal;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.7;
  transition: opacity 1s ease-out 3s;
  color: #9b9b9b;
}
.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjA5IDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkyLjk5MyAyMy42NTgyVjE1LjcxMTdIMTc5LjQ1MkwxNzEuNTA1IDIzLjY1ODJIMTkyLjk5M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTIwOC4yNSAzLjk1MDgxSDE5MS4yNzZMMTgzLjI2NiAxMS44OTczSDIwOC4yNVYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTYzLjYyMiAzMS42MDQ4TDE2Ny42OTEgMjcuNTM2MUgxODEuNDIzVjM1LjQ4MjdIMTYzLjYyMlYzMS42MDQ4WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTY2LjYxIDE5Ljc4MDNIMTc1LjM4M0wxODMuMzkzIDExLjgzMzdIMTY2LjYxVjE5Ljc4MDNaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNTcuMDExIDMxLjYwNDdIMTYzLjYyMkwxNzEuNTA1IDIzLjY1ODJIMTU3LjAxMVYzMS42MDQ3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTkxLjI3NiAzLjk1MDgxTDE4Ny4yMDggOC4wMTk0MUgxNjEuMjdWMC4wNzI4NzZIMTkxLjI3NlYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMjAuODM5MSAzMC4yMDYxSDguMzc4OTJMNi4yMTc0NSAzNS41NDYySDAuNzUwMjQ0TDEyLjI1NjggOC41OTE1NUgxNy4wMjQ3TDI4LjUzMTMgMzUuNTQ2MkgyMy4wMDA1TDIwLjgzOTEgMzAuMjA2MVpNMTkuMTIyNyAyNS45NDY4TDE0LjYwOSAxNC45NDg4TDEwLjA5NTQgMjUuOTQ2OEgxOS4xMjI3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTA0LjQzNyAxOC41MDg5QzEwNi4wMjYgMTYuMTU2NyAxMTAuMDMxIDE1LjkwMjQgMTExLjY4NCAxNS45MDI0VjIwLjQ3OTZDMTA5LjY1IDIwLjQ3OTYgMTA3LjYxNSAyMC41NDMyIDEwNi40MDcgMjEuNDMzMkMxMDUuMiAyMi4zMjMyIDEwNC41NjQgMjMuNTMxMSAxMDQuNTY0IDI0Ljk5MzJWMzUuNTQ2Mkg5OS42MDUxVjE1LjkwMjRIMTA0LjM3M0wxMDQuNDM3IDE4LjUwODlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xMTkuMzc2IDE1LjkwMjRIMTE0LjQxOFYzNS41NDYySDExOS4zNzZWMTUuOTAyNFoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTExOS4zNzYgNy4xMjkzOUgxMTQuNDE4VjEyLjk3OEgxMTkuMzc2VjcuMTI5MzlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNDMuOTc5IDcuMTI5MzlWMzUuNTQ2MkgxMzkuMjExTDEzOS4wODQgMzIuNTU4M0MxMzguMzg0IDMzLjU3NTUgMTM3LjQ5NCAzNC40MDE5IDEzNi40MTQgMzUuMDM3NkMxMzUuMzMzIDM1LjYwOTggMTMzLjk5OCAzNS45Mjc2IDEzMi40NzIgMzUuOTI3NkMxMzEuMTM3IDM1LjkyNzYgMTI5Ljg2NiAzNS42NzMzIDEyOC43ODUgMzUuMjI4M0MxMjcuNjQxIDM0LjcxOTcgMTI2LjYyMyAzNC4wODQgMTI1Ljc5NyAzMy4xOTRDMTI0Ljk3MSAzMi4zMDQgMTI0LjI3MSAzMS4yMjMzIDEyMy44MjYgMzAuMDE1NEMxMjMuMzE4IDI4LjgwNzUgMTIzLjEyNyAyNy40MDkgMTIzLjEyNyAyNS44ODMyQzEyMy4xMjcgMjQuMzU3NSAxMjMuMzgxIDIyLjk1ODkgMTIzLjgyNiAyMS42ODc0QzEyNC4zMzUgMjAuNDE2IDEyNC45NzEgMTkuMzM1MyAxMjUuNzk3IDE4LjQ0NTNDMTI2LjYyMyAxNy41NTUyIDEyNy42NDEgMTYuODU2IDEyOC43ODUgMTYuMzQ3NEMxMjkuOTI5IDE1LjgzODggMTMxLjEzNyAxNS41ODQ1IDEzMi40NzIgMTUuNTg0NUMxMzMuOTk4IDE1LjU4NDUgMTM1LjI2OSAxNS44Mzg4IDEzNi4zNSAxNi40MTA5QzEzNy40MzEgMTYuOTgzMSAxMzguMzIxIDE3Ljc0NTkgMTM5LjAyIDE4LjgyNjdWNy4xOTI5NUgxNDMuOTc5VjcuMTI5MzlaTTEzMy41NTMgMzEuNjY4M0MxMzUuMjA2IDMxLjY2ODMgMTM2LjQ3NyAzMS4wOTYyIDEzNy40OTQgMzAuMDE1NEMxMzguNTExIDI4LjkzNDcgMTM5LjAyIDI3LjQ3MjUgMTM5LjAyIDI1LjY5MjVDMTM5LjAyIDIzLjkxMjUgMTM4LjUxMSAyMi41MTM5IDEzNy40OTQgMjEuMzY5NkMxMzYuNDc3IDIwLjI4ODggMTM1LjIwNiAxOS43MTY3IDEzMy41NTMgMTkuNzE2N0MxMzEuOTYzIDE5LjcxNjcgMTMwLjYyOCAyMC4yODg4IDEyOS42NzUgMjEuMzY5NkMxMjguNjU4IDIyLjQ1MDMgMTI4LjE0OSAyMy45MTI1IDEyOC4xNDkgMjUuNjkyNUMxMjguMTQ5IDI3LjQ3MjUgMTI4LjY1OCAyOC44NzExIDEyOS42NzUgMjkuOTUxOEMxMzAuNjkyIDMxLjA5NjEgMTMxLjk2MyAzMS42NjgzIDEzMy41NTMgMzEuNjY4M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTU3LjIwMjQgMjAuMzUyNUg0NC45MzNWMjQuNjExOEg1MS45MjU5QzUxLjczNTIgMjYuNzczMyA1MC45MDg4IDI4LjQyNjEgNDkuNTEwMiAyOS43NjExQzQ4LjExMTYgMzEuMDMyNiA0Ni4zMzE1IDMxLjY2ODMgNDQuMDQyOSAzMS42NjgzQzQyLjc3MTUgMzEuNjY4MyA0MS41NjM2IDMxLjQxNCA0MC41NDY1IDMwLjk2OUMzOS40NjU3IDMwLjUyNCAzOC41NzU3IDI5Ljg4ODMgMzcuODEyOSAyOC45OTgzQzM3LjA1IDI4LjE3MTggMzYuNDc3OCAyNy4xNTQ3IDM2LjAzMjggMjUuOTQ2OEMzNS41ODc4IDI0LjczODkgMzUuMzk3MSAyMy40Njc1IDM1LjM5NzEgMjIuMDA1M0MzNS4zOTcxIDIwLjU0MzIgMzUuNTg3OCAxOS4yNzE3IDM2LjAzMjggMTguMDYzOEMzNi40MTQzIDE2Ljg1NiAzNy4wNSAxNS45MDI0IDM3LjgxMjkgMTUuMDEyNEMzOC41NzU3IDE0LjE4NTkgMzkuNDY1NyAxMy41NTAyIDQwLjU0NjUgMTMuMDQxNkM0MS42MjcyIDEyLjU5NjYgNDIuNzcxNSAxMi4zNDIzIDQ0LjEwNjUgMTIuMzQyM0M0Ni43NzY2IDEyLjM0MjMgNDguODEwOSAxMi45NzggNTAuMjA5NSAxNC4yNDk1TDUzLjUxNTIgMTAuOTQzOEM1MS4wMzU5IDkuMDM2NTkgNDcuODU3MyA4LjAxOTQxIDQ0LjEwNjUgOC4wMTk0MUM0Mi4wMDg2IDguMDE5NDEgNDAuMTAxNSA4LjMzNzI5IDM4LjM4NSA5LjAzNjU5QzM2LjY2ODYgOS43MzU4OCAzNS4yMDY0IDEwLjYyNTkgMzMuOTk4NSAxMS44MzM3QzMyLjc5MDYgMTMuMDQxNiAzMS44MzcxIDE0LjUwMzggMzEuMjAxNCAxNi4yMjAzQzMwLjU2NTYgMTcuOTM2NyAzMC4yNDc4IDE5Ljg0MzggMzAuMjQ3OCAyMS44NzgyQzMwLjI0NzggMjMuOTEyNSAzMC41NjU2IDI1LjgxOTcgMzEuMjY0OSAyNy41MzYxQzMxLjk2NDIgMjkuMjUyNiAzMi44NTQyIDMwLjcxNDcgMzQuMDYyMSAzMS45MjI2QzM1LjI3IDMzLjEzMDUgMzYuNzMyMSAzNC4wODQxIDM4LjQ0ODYgMzQuNzE5OEM0MC4xNjUgMzUuNDE5MSA0Mi4wNzIyIDM1LjczNyA0NC4xMDY1IDM1LjczN0M0Ni4xNDA4IDM1LjczNyA0Ny45ODQ0IDM1LjQxOTEgNDkuNjM3MyAzNC43MTk4QzUxLjI5MDIgMzQuMDIwNSA1Mi42ODg4IDMzLjEzMDUgNTMuODMzMSAzMS45MjI2QzU0Ljk3NzQgMzAuNzE0NyA1NS44Njc0IDI5LjI1MjYgNTYuNTAzMSAyNy41MzYxQzU3LjEzODggMjUuODE5NyA1Ny40NTY3IDIzLjkxMjUgNTcuNDU2NyAyMS44NzgyVjIxLjA1MTdDNTcuMjY2IDIwLjkyNDYgNTcuMjAyNCAyMC42MDY3IDU3LjIwMjQgMjAuMzUyNVoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTk1Ljk4MTUgMjAuMzUyNUg4My43MTIxVjI0LjYxMThIOTAuNzA1QzkwLjUxNDMgMjYuNzczMyA4OS42ODc5IDI4LjQyNjEgODguMjg5MyAyOS43NjExQzg2Ljg5MDcgMzEuMDMyNiA4NS4xMTA2IDMxLjY2ODMgODIuODIyIDMxLjY2ODNDODEuNTUwNiAzMS42NjgzIDgwLjM0MjcgMzEuNDE0IDc5LjMyNTYgMzAuOTY5Qzc4LjI0NDggMzAuNTI0IDc3LjM1NDggMjkuODg4MyA3Ni41OTIgMjguOTk4M0M3NS44MjkxIDI4LjE3MTggNzUuMjU3IDI3LjE1NDcgNzQuODExOSAyNS45NDY4Qzc0LjM2NjkgMjQuNzM4OSA3NC4xNzYyIDIzLjQ2NzUgNzQuMTc2MiAyMi4wMDUzQzc0LjE3NjIgMjAuNTQzMiA3NC4zNjY5IDE5LjI3MTcgNzQuODExOSAxOC4wNjM4Qzc1LjE5MzQgMTYuODU2IDc1LjgyOTEgMTUuOTAyNCA3Ni41OTIgMTUuMDEyNEM3Ny4zNTQ4IDE0LjE4NTkgNzguMjQ0OCAxMy41NTAyIDc5LjMyNTYgMTMuMDQxNkM4MC40MDYzIDEyLjU5NjYgODEuNTUwNiAxMi4zNDIzIDgyLjg4NTYgMTIuMzQyM0M4NS41NTU3IDEyLjM0MjMgODcuNTkgMTIuOTc4IDg4Ljk4ODYgMTQuMjQ5NUw5Mi4yOTQzIDEwLjk0MzhDODkuODE1IDkuMDM2NTkgODYuNjM2NCA4LjAxOTQxIDgyLjg4NTYgOC4wMTk0MUM4MC43ODc4IDguMDE5NDEgNzguODgwNiA4LjMzNzI5IDc3LjE2NDEgOS4wMzY1OUM3NS40NDc3IDkuNzM1ODggNzMuOTg1NSAxMC42MjU5IDcyLjc3NzYgMTEuODMzN0M3MS41Njk4IDEzLjA0MTYgNzAuNjE2MiAxNC41MDM4IDY5Ljk4MDUgMTYuMjIwM0M2OS4zNDQ3IDE3LjkzNjcgNjkuMDI2OSAxOS44NDM4IDY5LjAyNjkgMjEuODc4MkM2OS4wMjY5IDIzLjkxMjUgNjkuMzQ0NyAyNS44MTk3IDcwLjA0NCAyNy41MzYxQzcwLjc0MzMgMjkuMjUyNiA3MS42MzM0IDMwLjcxNDcgNzIuODQxMiAzMS45MjI2Qzc0LjA0OTEgMzMuMTMwNSA3NS41MTEyIDM0LjA4NDEgNzcuMjI3NyAzNC43MTk4Qzc4Ljk0NDEgMzUuNDE5MSA4MC44NTEzIDM1LjczNyA4Mi44ODU2IDM1LjczN0M4NC45MiAzNS43MzcgODYuNzYzNiAzNS40MTkxIDg4LjQxNjQgMzQuNzE5OEM5MC4wNjkzIDM0LjAyMDUgOTEuNDY3OSAzMy4xMzA1IDkyLjYxMjIgMzEuOTIyNkM5My43NTY1IDMwLjcxNDcgOTQuNjQ2NSAyOS4yNTI2IDk1LjI4MjIgMjcuNTM2MUM5NS45MTggMjUuODE5NyA5Ni4yMzU4IDIzLjkxMjUgOTYuMjM1OCAyMS44NzgyVjIxLjA1MTdDOTYuMDQ1MSAyMC45MjQ2IDk1Ljk4MTUgMjAuNjA2NyA5NS45ODE1IDIwLjM1MjVaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
}
.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}
.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-normal,
.ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport,
.ag-sticky-bottom-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-body-viewport,
.ag-center-cols-viewport {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.ag-body-viewport::-webkit-scrollbar,
.ag-center-cols-viewport::-webkit-scrollbar {
  display: none !important;
}
.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ag-center-cols-viewport {
  min-height: 100%;
  width: 100%;
  overflow-x: auto;
}
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.ag-body-vertical-scroll-viewport {
  overflow-y: scroll;
}
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-body-vertical-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container,
.ag-sticky-bottom-container {
  position: relative;
}
.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container,
.ag-sticky-bottom-container {
  height: 100%;
  white-space: nowrap;
}
.ag-center-cols-container {
  display: block;
}
.ag-pinned-right-cols-container {
  display: block;
}
.ag-body-horizontal-scroll-container {
  height: 100%;
}
.ag-body-vertical-scroll-container {
  width: 100%;
}
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container,
.ag-sticky-bottom-full-width-container {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.ag-ltr .ag-full-width-container,
.ag-ltr .ag-floating-top-full-width-container,
.ag-ltr .ag-floating-bottom-full-width-container,
.ag-ltr .ag-sticky-top-full-width-container,
.ag-ltr .ag-sticky-bottom-full-width-container {
  left: 0;
}
.ag-rtl .ag-full-width-container,
.ag-rtl .ag-floating-top-full-width-container,
.ag-rtl .ag-floating-bottom-full-width-container,
.ag-rtl .ag-sticky-top-full-width-container,
.ag-rtl .ag-sticky-bottom-full-width-container {
  right: 0;
}
.ag-full-width-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
}
.ag-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  min-height: 0;
}
.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
  min-height: 0;
  min-width: 0;
  display: flex;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  opacity: 0;
  transition: opacity 400ms;
  visibility: hidden;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  visibility: visible;
  opacity: 1;
}
.ag-body-horizontal-scroll {
  width: 100%;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  left: 0;
  right: 0;
}
.ag-body-vertical-scroll {
  height: 100%;
}
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  top: 0;
  z-index: 10;
}
.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
  right: 0;
}
.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
  left: 0;
}
.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}
.ag-horizontal-left-spacer,
.ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner,
.ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}
.ag-header,
.ag-pinned-left-header,
.ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-header-cell-sortable .ag-header-cell-label {
  cursor: pointer;
}
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.ag-pinned-left-header {
  height: 100%;
}
.ag-pinned-right-header {
  height: 100%;
}
.ag-header-row {
  position: absolute;
}
.ag-header-row:not(.ag-header-row-column-group) {
  overflow: hidden;
}
.ag-header.ag-header-allow-overflow .ag-header-row {
  overflow: visible;
}
.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
}
.ag-header-cell.ag-header-active .ag-header-cell-menu-button,
.ag-header-cell-filter-button {
  opacity: 1;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}
.ag-header-group-cell-label,
.ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  align-items: center;
}
.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-group-cell-label.ag-sticky-label {
  position: sticky;
  flex: none;
  max-width: 100%;
}
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-header-cell-comp-wrapper {
  width: 100%;
}
.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}
.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}
.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}
.ag-header-select-all {
  display: flex;
}
.ag-header-cell-menu-button,
.ag-header-cell-filter-button,
.ag-side-button-button,
.ag-panel-title-bar-button,
.ag-floating-filter-button-button {
  cursor: pointer;
}
.ag-column-moving .ag-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}
.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}
.ag-column-select-header-icon {
  position: relative;
}
.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}
.ag-column-select-header-filter {
  width: 100%;
}
.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}
.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}
.ag-column-drop-list {
  display: flex;
  align-items: center;
}
.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}
.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}
.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}
.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}
.ag-column-drop-vertical-list > * {
  flex: none;
}
.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}
.ag-column-drop-vertical-empty-message {
  display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.ag-column-drop-cell-button {
  cursor: pointer;
}
.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}
.ag-filter-toolpanel-header {
  position: relative;
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}
.ag-filter-toolpanel-header > *,
.ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}
.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.ag-row-animation .ag-row {
  transition:
    transform 0.4s,
    top 0.4s,
    opacity 0.2s;
}
.ag-row-animation .ag-row.ag-after-created {
  transition:
    transform 0.4s,
    top 0.4s,
    height 0.4s,
    opacity 0.2s;
}
.ag-row-no-animation .ag-row {
  transition: none;
}
.ag-row {
  white-space: nowrap;
  width: 100%;
}
.ag-row-loading {
  display: flex;
  align-items: center;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-row-dragging {
  z-index: 2;
}
.ag-stub-cell {
  display: flex;
  align-items: center;
}
.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}
.ag-cell-value {
  flex: 1 1 auto;
}
.ag-cell-value,
.ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-word;
}
.ag-cell-wrapper {
  display: flex;
  align-items: center;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}
.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}
.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}
.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}
.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-set-filter-item-checkbox {
  display: flex;
  width: 100%;
  height: 100%;
}
.ag-set-filter-group-icons {
  display: block;
}
.ag-set-filter-group-icons > * {
  cursor: pointer;
}
.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}
.ag-filter-filter {
  flex: 1 1 0px;
}
.ag-filter-condition {
  display: flex;
  justify-content: center;
}
.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}
.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}
.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}
.ag-floating-filter-button {
  display: flex;
  flex: none;
}
.ag-set-floating-filter-input input[disabled] {
  pointer-events: none;
}
.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ag-overlay-loading-wrapper {
  pointer-events: all;
}
.ag-popup-child {
  z-index: 5;
  top: 0;
}
.ag-popup-editor {
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-large-text-input {
  display: block;
}
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-sticky-top,
.ag-sticky-bottom {
  position: absolute;
  display: flex;
  width: 100%;
}
.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ag-sticky-top-full-width-container,
.ag-sticky-bottom-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-dialog,
.ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}
.ag-panel-title-bar-title {
  flex: 1 1 auto;
}
.ag-panel-title-bar-buttons {
  display: flex;
}
.ag-panel-title-bar-button {
  cursor: pointer;
}
.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.ag-dialog {
  position: absolute;
}
.ag-resizer {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-tooltip {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip-custom {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip:not(.ag-tooltip-interactive),
.ag-tooltip-custom:not(.ag-tooltip-interactive) {
  pointer-events: none;
}
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}
.ag-opacity-zero {
  opacity: 0 !important;
}
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}
.ag-dialog .ag-panel-content-wrapper .ag-column-select {
  -webkit-user-select: none;
  user-select: none;
}
.ag-menu-list {
  display: table;
  width: 100%;
}
.ag-menu-option,
.ag-menu-separator {
  display: table-row;
}
.ag-menu-option-part,
.ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}
.ag-menu-option-text {
  white-space: nowrap;
}
.ag-menu-option-custom {
  display: contents;
}
.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}
.ag-pill-container {
  display: flex;
  gap: 0.25rem;
  flex-wrap: nowrap;
}
.ag-pill {
  display: flex;
  white-space: nowrap;
  padding: 0 0.25rem;
  align-items: center;
}
.ag-pill .ag-pill-button {
  border: none;
  padding: 0;
}
.ag-rich-select {
  cursor: default;
  outline: none;
  height: 100%;
}
.ag-rich-select-value {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-rich-select-value .ag-picker-field-display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder {
  opacity: 0.5;
}
.ag-rich-select-list {
  position: relative;
}
.ag-rich-select-list .ag-loading-text {
  min-height: 2rem;
}
.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
}
.ag-rich-select-field-input {
  flex: 1 1 auto;
}
.ag-rich-select-field-input .ag-input-field-input {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-overflow: ellipsis;
}
.ag-rich-select-field-input .ag-input-field-input::placeholder {
  opacity: 0.8;
}
.ag-autocomplete {
  align-items: center;
  display: flex;
}
.ag-autocomplete > * {
  flex: 1 1 auto;
}
.ag-autocomplete-list-popup {
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-autocomplete-list {
  position: relative;
}
.ag-autocomplete-virtual-list-item {
  display: flex;
}
.ag-autocomplete-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
}
.ag-autocomplete-row-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}
.ag-paging-button {
  position: relative;
}
.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}
.ag-select-agg-func-item,
.ag-column-select-column-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-select-checkbox {
  display: flex;
}
.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-details-row {
  width: 100%;
}
.ag-details-row-fixed-height {
  height: 100%;
}
.ag-details-grid {
  width: 100%;
}
.ag-details-grid-fixed-height {
  height: 100%;
}
.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}
.ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
  display: none;
}
.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 0px;
}
.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}
.ag-right-aligned-header .ag-header-cell-text {
  text-align: end;
}
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}
.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}
.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ag-side-button-label {
  writing-mode: vertical-lr;
}
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ag-status-panel {
  display: inline-flex;
}
.ag-status-name-value {
  white-space: nowrap;
}
.ag-status-bar-left {
  display: inline-flex;
}
.ag-status-bar-center {
  display: inline-flex;
}
.ag-status-bar-right {
  display: inline-flex;
}
.ag-icon {
  display: block;
  speak: none;
}
.ag-group {
  position: relative;
  width: 100%;
}
.ag-group-title-bar {
  display: flex;
  align-items: center;
}
.ag-group-title {
  display: inline;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ag-group-title-bar .ag-group-title {
  cursor: default;
}
.ag-group-toolbar {
  display: flex;
  align-items: center;
}
.ag-group-container {
  display: flex;
}
.ag-disabled .ag-group-container {
  pointer-events: none;
}
.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.ag-group-container-vertical {
  flex-direction: column;
}
.ag-column-group-icons {
  display: block;
}
.ag-column-group-icons > * {
  cursor: pointer;
}
.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}
.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}
.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}
.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}
.ag-input-field,
.ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ag-input-field-input {
  flex: 1 1 auto;
}
.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}
.ag-range-field {
  display: flex;
  align-items: center;
}
.ag-angle-select {
  display: flex;
  align-items: center;
}
.ag-angle-select-wrapper {
  display: flex;
}
.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}
.ag-angle-select-child-circle {
  position: absolute;
}
.ag-slider-wrapper {
  display: flex;
}
.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}
.ag-picker-field-display {
  flex: 1 1 auto;
}
.ag-picker-field {
  display: flex;
  align-items: center;
}
.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ag-picker-field-wrapper {
  overflow: hidden;
}
.ag-label-align-right .ag-label {
  order: 1;
}
.ag-label-align-right > * {
  flex: none;
}
.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}
.ag-label-align-top > * {
  align-self: stretch;
}
.ag-label-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: visible;
  cursor: default;
}
.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-spectrum-val {
  cursor: pointer;
}
.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.ag-spectrum-hue,
.ag-spectrum-alpha {
  cursor: default;
}
.ag-spectrum-hue-background {
  background:
    linear-gradient(
      to left,
      #ff0000 3%,
      #ffff00 17%,
      #00ff00 33%,
      #00ffff 50%,
      #0000ff 67%,
      #ff00ff 83%,
      #ff0000 100%);
  width: 100%;
  height: 100%;
}
.ag-spectrum-alpha {
  --ag-spectrum-alpha-background-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><rect x="0" y="0" width="4" height="4" fill="%23fff"/><path d="M0 0H2V4H4V2H0Z" fill="%23b2b2b2"/></svg>');
}
.ag-spectrum-alpha-background {
  background:
    linear-gradient(
      to right,
      var(--ag-internal-spectrum-alpha-color-from),
      var(--ag-internal-spectrum-alpha-color-to)),
    var(--ag-spectrum-alpha-background-checked) top left/4px 4px;
  width: 100%;
  height: 100%;
}
.ag-spectrum-tool {
  cursor: pointer;
  position: relative;
}
.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}
.ag-spectrum-alpha .ag-spectrum-slider {
  background:
    linear-gradient(
      to bottom,
      var(--ag-internal-spectrum-alpha-color),
      var(--ag-internal-spectrum-alpha-color)) white;
}
.ag-recent-colors {
  display: flex;
}
.ag-recent-color {
  cursor: pointer;
}
.ag-pill-select {
  display: flex;
  flex-direction: column;
}
.ag-pill-select .ag-column-drop {
  flex: unset;
}
.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body,
.ag-ltr .ag-floating-top,
.ag-ltr .ag-floating-bottom,
.ag-ltr .ag-header,
.ag-ltr .ag-sticky-top,
.ag-ltr .ag-sticky-bottom,
.ag-ltr .ag-body-viewport,
.ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}
.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body,
.ag-rtl .ag-floating-top,
.ag-rtl .ag-floating-bottom,
.ag-rtl .ag-header,
.ag-rtl .ag-sticky-top,
.ag-rtl .ag-sticky-bottom,
.ag-rtl .ag-body-viewport,
.ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}
.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}
.ag-measurement-container {
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.ag-measurement-container div {
  position: absolute;
}
.ag-layout-print.ag-body {
  display: block;
  height: unset;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-block;
}
.ag-layout-print .ag-body-vertical-scroll {
  display: none;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}
@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .ag-root-wrapper.ag-layout-print .ag-root,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-row,
  .ag-root-wrapper.ag-layout-print .ag-cell {
    break-inside: avoid;
  }
}
[class^=ag-],
[class^=ag-]:focus,
[class^=ag-]:after,
[class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}
[class^=ag-]::-ms-clear {
  display: none;
}
.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}
.ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}
.ag-button {
  border-radius: 0px;
  color: var(--ag-foreground-color);
}
.ag-button:hover {
  background-color: transparent;
}
.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}
input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}
textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}
input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}
input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper) {
  -moz-appearance: textfield;
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-outer-spin-button,
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[class^=ag-][type=range] {
  padding: 0;
}
input[class^=ag-][type=button]:focus,
button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}
.ag-list-item,
.ag-virtual-list-item {
  height: var(--ag-list-item-height);
}
.ag-virtual-list-item:focus-visible {
  outline: none;
}
.ag-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}
.ag-select-list-item {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-ltr .ag-select-list-item {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select-list-item {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var( --ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)) );
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}
.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}
.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}
.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}
.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}
.ag-disabled-group-title-bar,
.ag-disabled-group-container {
  opacity: 0.5;
}
.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}
.ag-label {
  white-space: nowrap;
}
.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}
.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}
.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}
.ag-picker-field-wrapper {
  border: var(--ag-borders);
  border-color: var(--ag-border-color);
  border-radius: 5px;
  background-color: var(--ag-background-color);
}
.ag-picker-field-wrapper:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-picker-field-wrapper.ag-picker-has-focus,
.ag-picker-field-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}
.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-color-picker .ag-picker-field-wrapper {
  padding-left: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
}
.ag-color-picker .ag-picker-field-display {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: var(--ag-list-item-height);
}
.ag-ltr .ag-color-picker-color,
.ag-ltr .ag-color-picker-value {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-color-picker-color,
.ag-rtl .ag-color-picker-value {
  margin-left: var(--ag-grid-size);
}
.ag-color-panel {
  padding: var(--ag-grid-size);
}
.ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}
.ag-spectrum-tools {
  padding: 10px;
}
.ag-spectrum-sat {
  background-image:
    linear-gradient(
      to right,
      white,
      rgba(204, 154, 129, 0));
}
.ag-spectrum-val {
  background-image:
    linear-gradient(
      to top,
      black,
      rgba(204, 154, 129, 0));
}
.ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 2px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}
.ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-spectrum-alpha-background {
  border-radius: 2px;
}
.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}
.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 2px solid white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.ag-recent-colors {
  margin-top: 10px;
}
.ag-recent-color {
  margin: 0 3px;
}
.ag-recent-color:first-child {
  margin-left: 0;
}
.ag-recent-color:last-child {
  margin-right: 0;
}
.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),
.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),
.ag-recent-color:focus-visible:not(:disabled):not([readonly]) {
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-ltr .ag-color-input input[class^=ag-][type=text].ag-input-field-input {
  padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-color-input input[class^=ag-][type=text].ag-input-field-input {
  padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-color-input .ag-color-input-color {
  position: absolute;
}
.ag-ltr .ag-color-input .ag-color-input-color {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-color-input .ag-color-input-color {
  margin-right: var(--ag-grid-size);
}
.ag-color-picker-color,
.ag-color-input-color {
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-radius: 2px;
}
.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}
.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}
.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}
.ag-select .ag-picker-field-wrapper {
  min-height: var(--ag-list-item-height);
  cursor: default;
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-left: var(--ag-grid-size);
}
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
  min-height: var(--ag-list-item-height);
}
.ag-select .ag-picker-field-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-select.ag-disabled {
  opacity: 0.5;
}
.ag-rich-select-value,
.ag-rich-select-list {
  background-color: var(--ag-background-color);
}
.ag-rich-select-list {
  width: 100%;
  height: auto;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-rich-select-list .ag-loading-text {
  padding: var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing);
}
.ag-rich-select-value {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  padding-top: 0;
  padding-bottom: 0;
}
.ag-ltr .ag-rich-select-value {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-value {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-rich-select-value {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-rich-select-value {
  padding-left: var(--ag-grid-size);
}
.ag-ltr .ag-rich-select-field-input {
  left: calc(var(--ag-cell-horizontal-padding));
}
.ag-rtl .ag-rich-select-field-input {
  right: calc(var(--ag-cell-horizontal-padding));
}
.ag-popup-editor .ag-rich-select-value {
  height: var(--ag-row-height);
  min-width: 200px;
}
.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-rich-select-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-ltr .ag-rich-select-row {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-row {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-rich-select-row:hover,
.ag-rich-select-row-highlighted {
  background-image: linear-gradient(var(--ag-row-hover-color), var(--ag-row-hover-color));
}
.ag-rich-select-row-text-highlight {
  font-weight: bold;
}
.ag-autocomplete {
  width: 100%;
}
.ag-autocomplete-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}
.ag-autocomplete-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-autocomplete-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-autocomplete-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-autocomplete-row-label {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}
.ag-autocomplete-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-pill {
  border: 1px solid var(--ag-chip-border-color);
  border-radius: var(--ag-border-radius);
  background-color: var(--ag-chip-background-color);
}
.ag-ltr .ag-pill .ag-pill-button {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-pill .ag-pill-button {
  margin-right: var(--ag-grid-size);
}
.ag-pill:focus-visible {
  border-color: var(--ag-input-focus-border-color);
}
.ag-pill .ag-pill-button:hover {
  color: var(--ag-active-color);
  cursor: pointer;
}
.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
  box-shadow: var(--ag-popup-shadow);
}
.ag-panel {
  background-color: var(--ag-panel-background-color);
  border-color: var(--ag-panel-border-color);
}
.ag-panel-title-bar {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}
.ag-tooltip {
  background-color: var(--ag-tooltip-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  white-space: normal;
}
.ag-tooltip.ag-tooltip-animate,
.ag-tooltip-custom.ag-tooltip-animate {
  transition: opacity 1s;
}
.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding,
.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding {
  opacity: 0;
}
.ag-ltr .ag-column-select-column,
.ag-ltr .ag-column-select-column-group {
  padding-left: calc(var(--ag-indentation-level) * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-column,
.ag-rtl .ag-column-select-column-group {
  padding-right: calc(var(--ag-indentation-level) * var(--ag-column-select-indent-size));
}
.ag-column-select-header-icon {
  cursor: pointer;
}
.ag-column-select-header-icon:focus-visible {
  outline: none;
}
.ag-column-select-header-icon:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}
.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}
.ag-column-select-virtual-list-item:focus-visible {
  outline: none;
}
.ag-column-select-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}
.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}
.ag-checkbox-edit {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-pill-select .ag-column-drop {
  border-bottom: 0;
  min-height: unset;
}
.ag-pill-select .ag-column-drop-list {
  padding: 0;
}
.ag-pill-select .ag-select {
  padding-top: var(--ag-grid-size);
}
.ag-pill-select .ag-picker-field-wrapper {
  background-color: transparent;
  border: 0;
}
.ag-pill-select .ag-picker-field-display {
  cursor: pointer;
}
.ag-rtl {
  text-align: right;
}
.ag-root-wrapper {
  border-radius: var(--ag-wrapper-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-row > .ag-cell-wrapper.ag-row-group {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * var(--ag-indentation-level));
}
.ag-cell-wrapper.ag-row-group,
.ag-cell-wrapper.ag-row-group-leaf-indent,
.ag-cell-wrapper.ag-pivot-leaf-group {
  padding-left: calc(var(--ag-indentation-level) * var(--ag-row-group-indent-size));
}
.ag-pivot-leaf-group {
  margin-left: min(var(--ag-row-group-indent-size), var(--ag-row-group-indent-size) * var(--ag-indentation-level));
}
.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-value-change-delta {
  padding-right: 2px;
}
.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}
.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}
.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}
.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}
.ag-cell-data-changed-animation {
  background-color: transparent;
}
.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}
.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
}
.ag-sticky-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
}
.ag-row-highlight-above::after,
.ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}
.ag-row-highlight-above::after {
  top: -1px;
}
.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}
.ag-row-highlight-below::after {
  bottom: 0px;
}
.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}
.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}
.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}
.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}
.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}
.ag-ltr .ag-right-aligned-cell .ag-skeleton-effect {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-skeleton-effect {
  margin-right: auto;
}
.ag-cell,
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var( --ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)) );
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px + var(--ag-row-group-indent-size) * var(--ag-indentation-level));
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}
.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}
.ag-cell-inline-editing {
  border: 1px solid var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: 0;
  background-color: var(--ag-control-panel-background-color);
}
.ag-popup-editor .ag-large-text,
.ag-autocomplete-list-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}
.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-large-text-input textarea {
  resize: none;
}
.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}
.ag-layout-auto-height .ag-center-cols-viewport,
.ag-layout-auto-height .ag-center-cols-container,
.ag-layout-print .ag-center-cols-viewport,
.ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}
.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}
.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}
.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-skeleton-container {
  width: 100%;
  height: 100%;
  align-content: center;
}
.ag-skeleton-effect {
  background-color: var(--ag-row-loading-skeleton-effect-color);
  width: 100%;
  height: 1em;
  border-radius: 0.25rem;
  animation: ag-skeleton-loading 1.5s ease-in-out 0.5s infinite;
}
@keyframes ag-skeleton-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}
.ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}
.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}
.ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-rtl .ag-cell {
  border-left-width: 1px;
}
.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}
.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}
.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}
.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}
.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: initial;
}
.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-fill-handle,
.ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-fill-handle,
.ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-rtl .ag-fill-handle,
.ag-rtl .ag-range-handle {
  left: -1px;
}
.ag-fill-handle {
  cursor: cell;
}
.ag-range-handle {
  cursor: nwse-resize;
}
.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-menu-background-color);
  border-color: var(--ag-menu-border-color);
  padding: 0;
}
.ag-menu.ag-tabs {
  min-width: var(--ag-tab-min-width);
}
.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}
.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}
.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-menu-option-active,
.ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}
.ag-menu-option-part,
.ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}
.ag-menu-option-disabled,
.ag-compact-menu-option-disabled {
  opacity: 0.5;
}
.ag-menu-option-icon,
.ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}
.ag-ltr .ag-menu-option-icon,
.ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-menu-option-icon,
.ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-menu-option-text,
.ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-ltr .ag-menu-option-shortcut,
.ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-shortcut,
.ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}
.ag-ltr .ag-menu-option-popup-pointer,
.ag-ltr .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-popup-pointer,
.ag-rtl .ag-compact-menu-option-popup-pointer {
  padding-left: var(--ag-grid-size);
}
.ag-tabs-header {
  display: flex;
}
.ag-tabs-header-wrapper {
  display: flex;
}
.ag-tabs-header-wrapper .ag-tabs-header {
  flex: 1;
}
.ag-tabs-close-button-wrapper {
  border: 0;
  border-right: var(--ag-borders) var(--ag-border-color);
  padding: var(--ag-grid-size);
}
.ag-tabs-close-button {
  border: 0;
  background-color: unset;
  cursor: pointer;
  padding: 0;
}
.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ag-tab:focus-visible {
  outline: none;
}
.ag-tab:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}
.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}
.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}
.ag-filter-condition-operator {
  height: 17px;
}
.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}
.ag-set-filter-list,
.ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}
.ag-set-filter-tree-list {
  height: calc(var(--ag-list-item-height) * 10);
}
.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}
.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-set-filter {
  --ag-indentation-level: 0;
}
.ag-ltr .ag-set-filter-item {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-item {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-rtl .ag-set-filter-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-ltr .ag-set-filter-group-icons {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-set-filter-group-icons {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-menu .ag-set-filter-list {
  min-width: 200px;
}
.ag-filter-virtual-list-item:focus-visible {
  outline: none;
}
.ag-filter-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
  overflow-y: auto;
  min-height: calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));
}
.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-simple-filter-body-wrapper .ag-resizer-wrapper {
  margin: 0;
}
.ag-menu:not(.ag-tabs) .ag-filter .ag-filter-body-wrapper,
.ag-menu:not(.ag-tabs) .ag-filter > *:not(.ag-filter-wrapper) {
  min-width: calc(var(--ag-menu-min-width) - 2px);
}
.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}
.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}
.ag-group-filter-field-select-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-group-filter-field-select-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-multi-filter-group-title-bar:focus-visible {
  outline: none;
}
.ag-multi-filter-group-title-bar:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-side-bar {
  position: relative;
}
.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}
.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  overflow: hidden;
}
button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}
button.ag-side-button-button:focus {
  box-shadow: none;
}
.ag-side-button-button:focus-visible {
  outline: none;
}
.ag-side-button-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}
.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}
.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}
.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}
.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}
.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}
.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  padding: 0 var(--ag-grid-size);
}
.ag-filter-toolpanel-header:focus-visible {
  outline: none;
}
.ag-filter-toolpanel-header:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-filter-toolpanel-group:not(.ag-has-filter) > .ag-group-title-bar .ag-filter-toolpanel-group-instance-header-icon {
  display: none;
}
.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}
.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}
.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}
.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * var(--ag-indentation-level, 0) + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * var(--ag-indentation-level, 0) + var(--ag-grid-size));
}
.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}
.ag-ltr .ag-filter-toolpanel-group-instance-header-icon,
.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-group-instance-header-icon,
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}
.ag-set-filter-group-icons {
  color: var(--ag-secondary-foreground-color);
}
.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}
.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-column-select-header:focus-visible {
  outline: none;
}
.ag-column-select-header:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}
.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-header,
.ag-advanced-filter-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}
.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,
.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon {
  margin-right: var(--ag-grid-size);
}
.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,
.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon {
  margin-left: var(--ag-grid-size);
}
.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}
.ag-ltr .ag-header-group-cell-label.ag-sticky-label {
  left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-group-cell-label.ag-sticky-label {
  right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell:focus-visible {
  outline: none;
}
.ag-header-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-header-group-cell:focus-visible {
  outline: none;
}
.ag-header-group-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-header-cell:focus-visible {
  outline: none;
}
.ag-advanced-filter-header-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}
.ag-header-expand-icon {
  cursor: pointer;
}
.ag-ltr .ag-header-expand-icon {
  margin-left: 4px;
}
.ag-rtl .ag-header-expand-icon {
  margin-right: 4px;
}
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}
.ag-header-cell::before,
.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}
.ag-ltr .ag-header-cell::before,
.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  right: 0;
}
.ag-rtl .ag-header-cell::before,
.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  left: 0;
}
.ag-header-cell-resize {
  display: flex;
  align-items: center;
}
.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}
.ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
  height: calc(100% - var(--ag-grid-size) * 4);
  top: calc(var(--ag-grid-size) * 2);
}
.ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-rtl .ag-header-viewport .ag-header-cell-resize::after {
  right: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-left-header .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}
.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-floating-filter-button {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-floating-filter-button {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  appearance: none;
  background: transparent;
  border: none;
  height: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}
.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}
.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}
.ag-paging-panel > .ag-paging-page-size .ag-wrapper {
  min-width: calc(var(--ag-grid-size) * 10);
}
.ag-paging-button {
  cursor: pointer;
}
.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}
.ag-paging-button:focus-visible {
  outline: none;
}
.ag-paging-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-paging-button,
.ag-paging-description {
  margin: 0 var(--ag-grid-size);
}
.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}
.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}
.ag-status-bar-center {
  text-align: center;
}
.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}
.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid var(--ag-chip-border-color);
}
.ag-column-drop-cell:focus-visible {
  outline: none;
}
.ag-column-drop-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}
.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}
.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-column-drop-cell-ghost {
  opacity: 0.5;
}
.ag-column-drop-horizontal {
  background-color: var(--ag-header-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}
.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}
.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}
.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}
.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}
.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}
.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}
.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}
.ag-select-agg-func-virtual-list-item {
  cursor: default;
}
.ag-ltr .ag-select-agg-func-virtual-list-item {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-select-agg-func-virtual-list-item {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}
.ag-select-agg-func-virtual-list-item:focus-visible {
  outline: none;
}
.ag-select-agg-func-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-sort-indicator-container {
  display: flex;
}
.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}
.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-chart-menu {
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
}
.ag-ltr .ag-chart-menu {
  right: 20px;
}
.ag-rtl .ag-chart-menu {
  left: 20px;
}
.ag-chart-docked-container {
  position: relative;
  min-width: var(--ag-chart-menu-panel-width);
}
.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  display: none;
}
.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-chart-tabbed-menu-header {
  flex: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}
.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ag-chart-settings {
  overflow-x: hidden;
}
.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}
.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}
.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}
.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}
.ag-chart-settings-prev:focus-within,
.ag-chart-settings-next:focus-within {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-radius: 1px;
}
.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}
.ag-chart-mini-thumbnail {
  cursor: pointer;
}
.ag-chart-mini-thumbnail-canvas {
  display: block;
}
.ag-chart-data-wrapper,
.ag-chart-format-wrapper,
.ag-chart-advanced-settings-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 16px;
}
.ag-chart-data-wrapper,
.ag-chart-advanced-settings-wrapper {
  height: 100%;
  overflow-y: auto;
}
.ag-chart-advanced-settings {
  background-color: var(--ag-control-panel-background-color);
}
.ag-chart-advanced-settings-wrapper,
.ag-chart-advanced-settings {
  width: 100%;
}
.ag-chart-advanced-settings-wrapper {
  padding-bottom: 0;
}
.ag-chart-data-section,
.ag-chart-format-section,
.ag-chart-advanced-settings-section {
  display: flex;
  margin: 0;
}
.ag-chart-advanced-settings-section {
  padding-top: var(--ag-grid-size);
  padding-bottom: var(--ag-grid-size);
}
.ag-chart-advanced-settings-section:not(:last-child) {
  border-bottom: 1px solid var(--ag-secondary-border-color);
}
.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--ag-background-color);
}
.ag-chart .ag-chart-menu {
  display: none;
}
.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}
.ag-chart .ag-chart-menu-wrapper .ag-chart-menu {
  display: flex;
  flex-direction: row;
  top: 8px;
  gap: 20px;
  width: auto;
}
.ag-ltr .ag-chart .ag-chart-menu-wrapper .ag-chart-menu {
  right: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: right;
}
.ag-rtl .ag-chart .ag-chart-menu-wrapper .ag-chart-menu {
  left: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: left;
}
.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.ag-charts-data-group-item {
  position: relative;
}
.ag-charts-data-group-item:not(:last-child) {
  margin-bottom: var(--ag-grid-size);
}
.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}
.ag-chart-menu-icon {
  opacity: 0.5;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}
.ag-chart-menu-icon:hover {
  opacity: 1;
}
.ag-chart-menu-toolbar-button {
  border: 0;
  background-color: unset;
  padding: 0 2px;
  border-radius: 1px;
}
.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
}
.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
  border-width: 2px;
}
.ag-chart-mini-thumbnail:focus-visible {
  outline: none;
  border-color: var(--ag-minichart-selected-chart-color);
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}
.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}
.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  position: relative;
}
.ag-charts-advanced-settings-top-level-group-title-bar {
  position: relative;
  background-color: unset;
}
.ag-charts-data-group-title-bar:focus-visible {
  outline: none;
}
.ag-charts-data-group-title-bar:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-charts-format-top-level-group-title-bar:focus-visible {
  outline: none;
}
.ag-charts-format-top-level-group-title-bar:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-charts-data-group-title-bar .ag-charts-data-group-title,
.ag-charts-format-top-level-group-title-bar .ag-charts-format-top-level-group-title {
  cursor: pointer;
}
.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group):not(.ag-pill-select):not(.ag-select) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-charts-data-group-item.ag-picker-field {
  margin-top: var(--ag-grid-size);
}
.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}
.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-charts-format-top-level-group-container,
.ag-charts-advanced-settings-top-level-group-container {
  padding: var(--ag-grid-size);
}
.ag-ltr .ag-charts-format-top-level-group-container,
.ag-ltr .ag-charts-advanced-settings-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-charts-format-top-level-group-container,
.ag-rtl .ag-charts-advanced-settings-top-level-group-container {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-charts-format-top-level-group-item,
.ag-charts-advanced-settings-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}
.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-charts-format-sub-level-no-header-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-charts-format-sub-level-group-container .ag-charts-format-sub-level-group-item.ag-font-panel-no-header {
  margin: 0;
}
.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
  row-gap: 8px;
  display: grid;
  grid-template-columns: 60px 1fr 60px 1fr 60px;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+1) {
  grid-column: 1;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+2) {
  grid-column: 3;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+3) {
  grid-column: 5;
}
.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}
.ag-charts-theme-default {
  --ag-charts-align: none !important;
  --ag-charts-justify: none !important;
}
.ag-date-time-list-page-title-bar {
  display: flex;
}
.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}
.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}
.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}
.ag-date-time-list-page-entry {
  cursor: pointer;
  text-align: center;
}
.ag-date-time-list-page-column-label {
  text-align: center;
}
.ag-advanced-filter-header {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-advanced-filter {
  display: flex;
  align-items: center;
  width: 100%;
}
.ag-advanced-filter-apply-button,
.ag-advanced-filter-builder-button {
  line-height: normal;
  white-space: nowrap;
}
.ag-ltr .ag-advanced-filter-apply-button,
.ag-ltr .ag-advanced-filter-builder-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-advanced-filter-apply-button,
.ag-rtl .ag-advanced-filter-builder-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-button {
  display: flex;
  align-items: center;
  border: 0;
  background-color: unset;
  color: var(--ag-foreground-color);
  font-size: var(--ag-font-size);
  font-weight: 600;
}
.ag-advanced-filter-builder-button:hover:not(:disabled) {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-button:not(:disabled) {
  cursor: pointer;
}
.ag-advanced-filter-builder-button-label {
  margin-left: var(--ag-grid-size);
}
.ag-advanced-filter-builder {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  background-color: var(--ag-control-panel-background-color);
  display: flex;
  flex-direction: column;
}
.ag-advanced-filter-builder-list {
  flex: 1;
  overflow: auto;
}
.ag-advanced-filter-builder-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-advanced-filter-builder-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-advanced-filter-builder-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-advanced-filter-builder-button-panel {
  display: flex;
  justify-content: flex-end;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-item-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-left: calc(var(--ag-icon-size) / 2);
  padding-right: var(--ag-icon-size);
}
.ag-virtual-list-viewport .ag-advanced-filter-builder-item-wrapper .ag-tab-guard {
  position: absolute;
}
.ag-advanced-filter-builder-item-tree-lines > * {
  width: var(--ag-advanced-filter-builder-indent-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root {
  width: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root::before {
  top: 50%;
  height: 50%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal,
.ag-advanced-filter-builder-item-tree-line-vertical,
.ag-advanced-filter-builder-item-tree-line-vertical-top,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::before,
.ag-advanced-filter-builder-item-tree-line-horizontal::after,
.ag-advanced-filter-builder-item-tree-line-vertical::before,
.ag-advanced-filter-builder-item-tree-line-vertical::after,
.ag-advanced-filter-builder-item-tree-line-vertical-top::before,
.ag-advanced-filter-builder-item-tree-line-vertical-top::after,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::after {
  content: "";
  position: absolute;
  height: 100%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::after {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-bottom: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical::before {
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical-top::before {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before {
  height: calc((100% - 1.5 * var(--ag-icon-size)) / 2);
  width: calc(var(--ag-icon-size) / 2);
  top: calc((100% + 1.5 * var(--ag-icon-size)) / 2);
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-condition {
  padding-top: var(--ag-grid-size);
  padding-bottom: var(--ag-grid-size);
}
.ag-advanced-filter-builder-item,
.ag-advanced-filter-builder-item-condition,
.ag-advanced-filter-builder-pill-wrapper,
.ag-advanced-filter-builder-pill,
.ag-advanced-filter-builder-item-buttons,
.ag-advanced-filter-builder-item-tree-lines {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-advanced-filter-builder-pill-wrapper {
  margin: 0px var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill {
  position: relative;
  border-radius: var(--ag-border-radius);
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  min-height: calc(100% - var(--ag-grid-size) * 3);
  min-width: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-pill .ag-picker-field-display {
  margin-right: var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number {
  font-family: monospace;
  font-weight: 700;
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty {
  color: var(--ag-disabled-foreground-color);
}
.ag-advanced-filter-builder-pill:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-pill:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(100% - -8px);
  height: calc(100% - -8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-builder-item-button:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-item-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(100% - -8px);
  height: calc(100% - -8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-builder-pill-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.ag-advanced-filter-builder-join-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-join-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-column-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-column-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-option-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-option-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-value-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-value-pill-color);
  cursor: text;
  max-width: 140px;
}
.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display {
  display: block;
}
.ag-advanced-filter-builder-item-buttons > * {
  margin: 0 calc(var(--ag-grid-size) * 0.5);
}
.ag-advanced-filter-builder-item-button {
  position: relative;
  cursor: pointer;
  color: var(--ag-secondary-foreground-color);
  opacity: 50%;
}
.ag-advanced-filter-builder-item-button-disabled {
  color: var(--ag-disabled-foreground-color);
  cursor: default;
}
.ag-advanced-filter-builder-virtual-list-container {
  top: var(--ag-grid-size);
}
.ag-advanced-filter-builder-virtual-list-item {
  display: flex;
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-advanced-filter-builder-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button {
  opacity: 100%;
}
.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible,
.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid {
  opacity: 100%;
}
.ag-advanced-filter-builder-invalid {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-invalid-color);
  cursor: default;
}
.ag-input-field-input {
  width: 100%;
  min-width: 0;
}
.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-checkbox-input-wrapper input,
.ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-checkbox-input-wrapper:focus-within,
.ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-checkbox-input-wrapper::after {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  font-family: inherit;
  color: var(--ag-checkbox-unchecked-color);
  display: var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  color: var(--ag-checkbox-checked-color);
  display: var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  color: var(--ag-checkbox-indeterminate-color);
  display: var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper::before {
  content: "";
  background: transparent center/contain no-repeat;
  position: absolute;
  inset: 0;
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, 0.9));
}
.ag-checkbox-input-wrapper.ag-checked::before {
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, 0.9));
}
.ag-checkbox-input-wrapper.ag-indeterminate::before {
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  min-width: var(--ag-toggle-button-width);
  max-width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}
.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}
.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}
.ag-radio-button-input-wrapper input,
.ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-radio-button-input-wrapper:focus-within,
.ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-radio-button-input-wrapper::after {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  color: var(--ag-checkbox-unchecked-color);
  display: var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  color: var(--ag-checkbox-checked-color);
  display: var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper::before {
  content: "";
  background: transparent center/contain no-repeat;
  position: absolute;
  inset: 0;
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, 0.9));
}
.ag-radio-button-input-wrapper.ag-checked::before {
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, 0.9));
}
input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}
input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}
input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]:focus {
  outline: none;
}
input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}

/* node_modules/.pnpm/ag-grid-community@32.0.1/node_modules/ag-grid-community/styles/ag-theme-alpine.css */
@font-face {
  font-family: "agGridAlpine";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABMUAAsAAAAAKMwAABLCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIlWBmAAi34KqmyjKwE2AiQDgkALgSIABCAFhEYHhUEbnyMzg/aatGqziOpJNvu/JGhLhnjjdVVKiQVRRpQIMYb+arBrcnXzpDWxiZ/03+6d7uYA0kgNGvfxjeHHsZxySFI0efhYa+/v7iGeriQ0iXmiiXjIROjWyEwnREJiiNL8r7ned9lNjoj/UviIZqqAwagvZXWN7vQH2uY/PCuxGixE3Zco9c7GTcI4jGiM5Ixl6zZYJOu4deqq/4JF6qJ74B9A4MjcdjWnBf6vzeoX1p0qiEwH0j3ielqTJCVtAmTUucAVrqMqJHm7J9HDZROQwmB/an6zL7XMHhb7kozZWv+/7xgEJkGCJ4SvEGy5v2EaHaSESvAJKgL+b+1f7X9BlMATAqHj4/Ts7Pz/9965+zA0mU+02dBmQ5sfphJYIEX8Xjanfa8cAFStrQKWdRW+vpqEqbN1cToVOJ6CtsfmMoLfUD/X9o81JEiwSx5ix9/Y/D1YFRZgNHb89HY+AigxopP6BiQ4BLYXmusgA7t/bICvlWN7o7wQXGc5eKRfcJ1eti2g4qav/kYgjmNd0tLkOJ2Z/s9UagziUjLg4EUfjozhKEJQaXQSBRvG1xhMyJishB+RIifj9w6SMEZ1KBbXsdcUQmxLtN9Y2RPEjbehOT882Zbg6JXTtclU1IKAeRSMqKLcjrgNk40wT889wmXtgNBtcVthsjULZ4tB2WK6N7J190VFqlzEbaj5YYFjdj8VOa0t8WaELTaNWbZ2zJ36dM0BpxvCVJZlmP07Ku01wgZhT+xoxJdg3JpQhms8MU4R0KC64anv+rx2E9QmUFl/ortRSm2LPVbXu/6mNu5MGHAN4b2DK64KlaiuEGXqwIjTcKY+GVvvXXv07MWrT/8ARxGnhMUgqnrxK5p1WI/vEslM7FNW4qVzW4pQxmZGfTcfLa5FzMYh1DDHeHmEBYawVuhveThz4/Z2dCZM6QPZepCtu0Awgr9fxzGZfEA7NUeBnvZPglAHxmEeGS0TuaKyQz0dlSU+5CaqdHjGJPZMGbqSalOhn8ZkfcgmGZmvf+NtZ3kuxJoanXfBFT1apf/pNpfg7r5/jDDbG8TMmArFxZdY2RunTLjo7A1bhEgOKxy/44qp4TPcaX8TBaqr5I03XL2wOnWsmcJR+qYaVC4sUcTEa3fttqtEtmJTFzkEkKOHEg0IW2xbu847njOcPMS1HEguk4O4evv+401DJCAhp+5PaGo1rgT+qPli3jGfRZOPcxsxeZA4fApUAxlI8uONUTX04VdDPKlrg/1DGRcJ1vfKR7+/mgs1Hnnj81f8qLjXwfcQzmm4Aq0wK9YeoM575jiqJZvSu0mGAXtHYlg7unCQIJhMGY7Vxc3Dy8cvICgkLCIabTAhKSXtT4BZOXkFRSVlFVU1dQ1NLW0dXT19A0MlI2MTSMjUzNwViAL3M3lQqcZ+K0F0pgsVlj2jUW27//+7xP6ErY9y4JcBemZdmAFqntggsMAagUXWDyyxbmCZDQErrAVYZRPAGmsC1lkvsMHagC3WB2yzHmCHDQO7rAPYY+3APhsFDlkzcMS6gGPWCpywEeCUjQNnrBM4ZwPABRsDLkdPgi8AvREIIQhCMIQQCKEQwiCEQ4iAEAkhCkI0hBgIsRDiIMRDSICQCCEJQjKEFAipENIgpEPIgJAJIQtCNoQcCLkQ8iDkQyiAUAihCEIxhBIIpRDKIJRDqIBQCaEKQjWEGgi1EOog1LM3nQboL40QmiA0m0QKvha7bbRCebRBaIfQAWjE1KT6Mbe4oaAEFD15V8c1Npu8CiuJ+AgmZ+ibQWlcWmSAxALcWmEZSyAXGzLeJkSCSHP7vut0TVNSh01dwfysllW0nFagpJbIKHpGxmNm9hthJGqxHh2r9a1LpXoZteJbRCtpSsJSTEsukVAcjaubhmElaof2qUe+BlVN1Giq1mAaAZwEyNjKPVCn9M/ombCZRJqctqcDmwMD6YIbHZTN5WLZAkbni25GeSMT81p3zBduRVryQiIyK7q2F9KY/XxW7heJar+AV/4A237mtCB4kYk89YiCOQFcIhL20uGLC5C//SXJRK8vo5pgx6uNrmAl9nqbrUmU8rR0zekKrHF/ZrbTLBjbkj1RfwZ8jD6jIGTXaC+ppjqxRFrkNJGP9hy7FDGeHl4FhagGY/X+NWKIFlCDQdymq8aSUjqFqWvzkiu8bbxidd5BC5FI3fF2jDbWGGyHuZOQtm5/x4kTONSe2rVrHwpWnb9Nov1nwZZwm7XrFA63gb0no9N9tm+PtjL/zA0c+m27WJbiO3duJdFGFKiPWcdOnQvOn15mzcmdkfJv2xWeAFu3msOOmlv/ywgmtudQ7OBWH57bsiXY22Zxy0oiunOJu23/6avmojw/8UbZj+OwUkFBDKcnL4LlKINqlUTcrvDGGf/szej2+eDcraXhh5YpEnwqsZbt+05dyXoFKq+nwn92ShXNCF6yaHCcROsbmMjVyCpwAIykbGupvSPhMYsX7aOP4HADCurdUp6yJYUFrFqsL8zM7IV47ry5hRjHlQq3cper7EY8sVz1JEovtIkocwPG87er0DaWVUVFTeGaqMp0HFOhdHeVMhkVV0tzq8tXBfsy//f1KNCUo9RSBsUQa7goUOYSCQuMCJP3Zbl1eg901ANJ1JRAwAFWOYEiMGh9B6P5mSBGbmFdFGynyI2W4PF7ElIWwub1lx8hNmUO1YOBRJcelh+8wWAXdQFOYZnMheiyn3mxR0fGUhmEAcuc0OnNoWUCwy9APEPC6JLB3qh3kZxqcakMAz8X5/svbeB0nmCM8gVMTMCsHehWTxx6nn2v4oSV+aW7ZfBDrePhfZfDN33xNOiUOjI9Wu+fCE8FpxclVQIGIiWe206+Due/uv6F2Dfh9JzjOWfkmZE3plNza8PBsWdmDuV0/pIj2R1mA3029clIJ3d6wO7BvYW5lWx1PN6He1fL5X6/NO6J46m/dV+rVPr/2rK/Wp3xZ1dSKYvrnwdUl/rm3o/ThqFSdj1Ba/Tqqdhcb67xvOzTGc/HnB6w3B9EEI8HEiTC8ENfShDpAdJ/36fp3UfwVDATzzCQDf0hai8P8iAP1iG7MWwHe49R29iVpyW9Jvtm//FoVsNrHYxLzl1zj65MQXIJUXDHTCplOz0lt6XklEpsrSs6PLMb6BSjDSNiDdgbT82/rqLjG1PMyGr2IobBMyLY+X4EAyY1FNd7H4onDuKwRiWMHcCARyf3nsBnvo5KE1xM9KRgXZq0hw+FgIGlhoMR4oeQzvBT8Dn66H9YSWzWsLV9s7jHRfgE/EbI/8Ej2I93AzqCDlA9AK8XIc7u5PFcBFOLkAMDS9PTM9JhLmbk04cZURi0w2qd7hf+66VugwSKgGdMv7JAkMfj5QkKnobP8+fxCgRPHXzPW9Q/37AIkv38NMC12IJgEeQP4ifR2kq0EcCfpzP1CB70OLWDwR7ww/Gmm9rbS6VnTq9ZI5UFe9OZQQ1B3ukO03qi/5bXB+aH18eWL1cXFenpRYSf8ZmdOX1ma8SmTTNeK5xpEAc0Z/zNDGBd/alkK3erypElW5WytjZwbAoWVH/+gx9HCEzk8AgdaGJcPKJKuUADupgGNFpHE9PBedUXxBdgmJuRGR2dKetggTA4nAwcEfAGX5aXttT3xW6n+Jf7h/qX+fPke2vc5J1XXf9vbZ9CuW4cEGl9l1K//Kb5TPdBO+vy0J/LYu1pJ1sQW8cwP6rJUouO8Ga2leNOlteBUq/0dOduyyXbLJ2d7B3cLc+PUM1mWHZWNLwxt0mjWi53/MJbCSF2Tx2oKv02+2UWlSLZEw+qhUnWumgHh9WnqYvDZgQeYJBOgWDfYdYqMTVw4gw51S2w2pfrxLoUYmy6jKqEzebc7sO8W6mXh6IiGWxFKEtRln4KVtmHhyrYaGRhe26Tf7YX2+mU4QwUoWw/9+WJLucWczXnuPs13MX7EYp/m7xNhgMG5WFjfnJSewnFh4FjMzKGtkvD3L7BMxntY6pm1IxxwKxsaN/CMrHMpdfwk8ZWo8xtJNKa1PbD86kznOycuOndaR3cSQbGVl5WVGgg+ZUTvO++r47jqoukWKwIyE/TxDR1uskZgbyYnOOXyNIcVnUaaGKbOlzlImGitKTA+GJMSqhzZEFRLy8hOYG+fimXmcBgxDO5pkb5bexUo6AYZ4vFUhE9yymyUKBtBiBO4uEPv+XJmZWmgiLnyPjrip65yps6NTGb8zyI4WYOucqFEzWBqfHwSSm4Bt6OItctPkBmdBu2NRm9W6u/W3znLnzlHDls3FCbwPlhfASHOb0+gZIqjMAOqPgDsVDnDCKsDIooUQHKJzEWptpNYETVo8QPFQtuacUEmOqHGXb71sLHHTli235ZDtXjl063vvdgfVcWhZXDdJcddK1cK8zn8/MawweElsPRd7jQ1zNkuKx1za4W4gLD9MxX5gEXCUcy2ffr1zJhoDJdWWY4R8LZmZjNabLmXvN8MuyroYrDbrStLeMBhRIVRaE8MBqy/fTKvF/oPrCuCZWoklBi8rNRJaC78aN5225GCoBjavCGP+/x1wv48Mz9Y3fy5FzmBH27rG6nemh5dpCEmZjIlARlC8vpKwYHXejlEltICf1KQei46i3X/yT9ObmVBjSNTAk0EG8ziT6JBl9+zrsEDU4sJ3BIIubMMXYRyaadUeuqigpmrwtHPW67uyfufhofX15ioO/kI5Kfrurv//9/8tnMUbN2EF80mtxGqqmzc0uxg1GTzfz+pnlmj286fhoaglDb9Q2xDEasEeJmx4j8hQa2B8R5BTt+CfnvDd4Ze7Opxu++XbSxorK9P3btt1xI4ngqTk5uCGDExwUqmyeT5iuEk4s+chzm3jDhuccbqbo7D8FofaIH/c5JbNGHvE4MO9il6qTE/mh3vW3C2aqew6oGcXcPbP60YUXV6//8adz8urIcvwzfqVN9M/xyLoZPeurU+4lz/C565DcsHl+bw8vkcDJ5OXfF9fyZnBzeXcfqMPwutjE6unEyOVOT+X8u5kc+jZ4xUeuXsvKJUAvPdIOnmFvGNmyb4B3KQuGZ2lLqemDsRLRBliB5lnsm8Ti6Spdv36KjRUIPj6goIKOUeUr4tHlcZtT8VqqGEycmUYwZL1Z9UYQWhgvnzK8JWJOTmmosru7rXSCuiBROt9PwvhU9rFB44o15uQkJWi17334wH3JVYwu1Gd7cvBDT8tnEsljHw4eG0DaKtfuJw3C/f5mMzPX7wbsMnxaIVr7vW6OIb8Djd+9D9+3B4xoUcdo+ZzQgLglliur21l6/uv3Y/t3DEY1f0+sUEaBIwvEHKEDV86+/PX/hvdTfI8H/fqEb8m4cgE20TZ1+lAcpS6tpR0rACZbtRdvoIL3IEWc22wH0G6lD3qJHLUPupbURVMZxp6VZQd1qGPjt791g2KxXZdkyeqdw1T/kYxszbYM3jeNchQ3ulriPeY5Y12m2mjIbFdIFzhZvIlqZh5Eg1TAA0dPwvg+C0AqvZmsQ27zdGORuyWvX6jzLUXOUVJC/L7O75APlycErPsjuSM39f5PI/wGg5sSf93y0cf9U14K0beNCvem/gM1t/pdv/YhgcZT0X4L81ycKtSDt2zC32xwwPgjgI0h12mmkkIA0tAQ1Jwkgc7cOEkrnAUwFAmOYBjpMB+zhRsOnE6hTSwakJABBvd4dkyAJO0B+dNaCAp0PMxUsN0GDzm8ZBh7Kb0ZgeDQva7gn9uYmJE/wG1wJiu2boG/zHzj7SM1ld+F2ek9AwErANP2iyaO7ErGN5YjNY6R1QiHEJnH8Ai3dIJKup1OLz7jTEVcU5wnzjBtB4hHwG5xeuSJQWGCrkP4PjpDhhxaRxqXOhWDiSVCRBwgEjUZvoUazkXNFiLYa2WMRcvWYqhCEQCDeVfL2vgCNTWeI4SXXpmR3VtR0dCpyLiujaovvj5+KtUgji1wURGEURfHfW2t7xN78uHdWCaIkK6qmG6ZlO67nB2EUJ2mWF2VVN23XD+M0L+u2H+d1P+/3c+PWnXsPHj159uLVm3cfPv3w06+1E4djcEp8pIkajrO8rrae6CANodanYjnsMOjvPs5bVgvm3PY5ngwIMHpSAsduswsJRXd1h8ht8qbuvHEFC1Le1k3CSguYSnda1Hpizut6j+v6lcpk1jV8WTubnUkq9YJmC35oc1B5WOf1E1shw7y1Lc5SufGpPvWxpMrXEQTTyiQU5XykG6GV8eQ2MeYe/RIqTCqbJZWWI6WcS0VNsEMtrQohzsDUKYUjhPVUVKcao2ymgdHHkg85oe8mtn0RidRGaw9spajmcoNUOUbYzvdjUWvijHRRJNoBOwxt3qwSgzTM8xwLA7Sk2rIvHxPQZnnqEqjSVXLtxxs3a2EV10pDp0j97k5eVRwGhBeRmUwLBt96c+0fKpKFkbVcKwAA);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-alpine,
.ag-theme-alpine-dark,
.ag-theme-alpine-auto-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-tooltip-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-panel-background-color: var(--ag-header-background-color);
  --ag-menu-background-color: var(--ag-header-background-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-set-filter-indent-size: var(--ag-icon-size);
  --ag-advanced-filter-builder-indent-size: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}
.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-tooltip-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow: 0 0 2px 0.5px rgba(255, 255, 255, 0.5), 0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
  --ag-advanced-filter-join-pill-color: #7a3a37;
  --ag-advanced-filter-column-pill-color: #355f2d;
  --ag-advanced-filter-option-pill-color: #5a3168;
  --ag-advanced-filter-value-pill-color: #374c86;
  --ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, 0.4);
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  .ag-theme-alpine-auto-dark {
    --ag-background-color: #181d1f;
    --ag-foreground-color: #fff;
    --ag-border-color: #68686e;
    --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
    --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
    --ag-header-background-color: #222628;
    --ag-tooltip-background-color: #222628;
    --ag-odd-row-background-color: #222628;
    --ag-control-panel-background-color: #222628;
    --ag-subheader-background-color: #000;
    --ag-input-disabled-background-color: #282c2f;
    --ag-input-focus-box-shadow: 0 0 2px 0.5px rgba(255, 255, 255, 0.5), 0 0 4px 3px var(--ag-input-focus-border-color);
    --ag-card-shadow: 0 1px 20px 1px black;
    --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
    --ag-chip-background-color: rgba(255, 255, 255, 0.07);
    --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
    --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
    --ag-advanced-filter-join-pill-color: #7a3a37;
    --ag-advanced-filter-column-pill-color: #355f2d;
    --ag-advanced-filter-option-pill-color: #5a3168;
    --ag-advanced-filter-value-pill-color: #374c86;
    --ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, 0.4);
    color-scheme: dark;
  }
}
.ag-theme-alpine .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar,
.ag-theme-alpine-auto-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-auto-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-auto-dark .ag-status-bar,
.ag-theme-alpine-auto-dark .ag-header-row,
.ag-theme-alpine-auto-dark .ag-panel-title-bar-title,
.ag-theme-alpine-auto-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}
.ag-theme-alpine .ag-row,
.ag-theme-alpine-dark .ag-row,
.ag-theme-alpine-auto-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}
.ag-theme-alpine input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-],
.ag-theme-alpine-auto-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-auto-dark input[class^=ag-][type=text],
.ag-theme-alpine-auto-dark input[class^=ag-][type=number],
.ag-theme-alpine-auto-dark input[class^=ag-][type=tel],
.ag-theme-alpine-auto-dark input[class^=ag-][type=date],
.ag-theme-alpine-auto-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-auto-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}
.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]),
.ag-theme-alpine .ag-ltr input[class^=ag-][type=text],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=number],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=tel],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=date],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local],
.ag-theme-alpine .ag-ltr textarea[class^=ag-],
.ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]),
.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text],
.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number],
.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel],
.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date],
.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark .ag-ltr textarea[class^=ag-],
.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-]:not([type]),
.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=text],
.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=number],
.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=tel],
.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=date],
.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],
.ag-theme-alpine-auto-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}
.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]),
.ag-theme-alpine .ag-rtl input[class^=ag-][type=text],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=number],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=tel],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=date],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local],
.ag-theme-alpine .ag-rtl textarea[class^=ag-],
.ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]),
.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text],
.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number],
.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel],
.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date],
.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark .ag-rtl textarea[class^=ag-],
.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-]:not([type]),
.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=text],
.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=number],
.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=tel],
.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=date],
.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=datetime-local],
.ag-theme-alpine-auto-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}
.ag-theme-alpine .ag-tab,
.ag-theme-alpine-dark .ag-tab,
.ag-theme-alpine-auto-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}
.ag-theme-alpine .ag-tab-selected,
.ag-theme-alpine-dark .ag-tab-selected,
.ag-theme-alpine-auto-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-menu,
.ag-theme-alpine-dark .ag-menu,
.ag-theme-alpine-auto-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}
.ag-theme-alpine .ag-panel-content-wrapper .ag-column-select,
.ag-theme-alpine-dark .ag-panel-content-wrapper .ag-column-select,
.ag-theme-alpine-auto-dark .ag-panel-content-wrapper .ag-column-select {
  background-color: var(--ag-control-panel-background-color);
}
.ag-theme-alpine .ag-menu-header,
.ag-theme-alpine-dark .ag-menu-header,
.ag-theme-alpine-auto-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}
.ag-theme-alpine .ag-tabs-header,
.ag-theme-alpine-dark .ag-tabs-header,
.ag-theme-alpine-auto-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-theme-alpine .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,
.ag-theme-alpine .ag-charts-advanced-settings-top-level-group-title-bar,
.ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar,
.ag-theme-alpine-dark .ag-charts-advanced-settings-top-level-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-format-top-level-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-advanced-settings-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}
.ag-theme-alpine .ag-chart-mini-thumbnail,
.ag-theme-alpine-dark .ag-chart-mini-thumbnail,
.ag-theme-alpine-auto-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}
.ag-theme-alpine .ag-chart-settings-nav-bar,
.ag-theme-alpine-dark .ag-chart-settings-nav-bar,
.ag-theme-alpine-auto-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,
.ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon,
.ag-theme-alpine-auto-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}
.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,
.ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon,
.ag-theme-alpine-auto-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}
.ag-theme-alpine .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine .ag-charts-advanced-settings-top-level-group-toolbar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine-dark .ag-charts-advanced-settings-top-level-group-toolbar,
.ag-theme-alpine-auto-dark .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine-auto-dark .ag-charts-advanced-settings-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}
.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine .ag-ltr .ag-charts-advanced-settings-top-level-group-toolbar,
.ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine-dark .ag-ltr .ag-charts-advanced-settings-top-level-group-toolbar,
.ag-theme-alpine-auto-dark .ag-ltr .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine-auto-dark .ag-ltr .ag-charts-advanced-settings-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine .ag-rtl .ag-charts-advanced-settings-top-level-group-toolbar,
.ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine-dark .ag-rtl .ag-charts-advanced-settings-top-level-group-toolbar,
.ag-theme-alpine-auto-dark .ag-rtl .ag-charts-format-top-level-group-toolbar,
.ag-theme-alpine-auto-dark .ag-rtl .ag-charts-advanced-settings-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-charts-format-sub-level-group,
.ag-theme-alpine-dark .ag-charts-format-sub-level-group,
.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar,
.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container,
.ag-theme-alpine-dark .ag-charts-format-sub-level-group-container,
.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,
.ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child,
.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}
.ag-theme-alpine.ag-dnd-ghost,
.ag-theme-alpine-dark.ag-dnd-ghost,
.ag-theme-alpine-auto-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}
.ag-theme-alpine .ag-side-buttons,
.ag-theme-alpine-dark .ag-side-buttons,
.ag-theme-alpine-auto-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}
.ag-theme-alpine .ag-standard-button,
.ag-theme-alpine-dark .ag-standard-button,
.ag-theme-alpine-auto-dark .ag-standard-button {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-standard-button:hover,
.ag-theme-alpine-dark .ag-standard-button:hover,
.ag-theme-alpine-auto-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}
.ag-theme-alpine .ag-standard-button:active,
.ag-theme-alpine-dark .ag-standard-button:active,
.ag-theme-alpine-auto-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}
.ag-theme-alpine .ag-standard-button:disabled,
.ag-theme-alpine-dark .ag-standard-button:disabled,
.ag-theme-alpine-auto-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-theme-alpine .ag-column-drop-vertical,
.ag-theme-alpine-dark .ag-column-drop-vertical,
.ag-theme-alpine-auto-dark .ag-column-drop-vertical {
  min-height: 75px;
}
.ag-theme-alpine .ag-column-drop-vertical-title-bar,
.ag-theme-alpine-dark .ag-column-drop-vertical-title-bar,
.ag-theme-alpine-auto-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message,
.ag-theme-alpine-dark .ag-column-drop-vertical-empty-message,
.ag-theme-alpine-auto-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-column-drop-empty-message,
.ag-theme-alpine-dark .ag-column-drop-empty-message,
.ag-theme-alpine-auto-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}
.ag-theme-alpine .ag-pill-select .ag-column-drop,
.ag-theme-alpine-dark .ag-pill-select .ag-column-drop,
.ag-theme-alpine-auto-dark .ag-pill-select .ag-column-drop {
  min-height: unset;
}
.ag-theme-alpine .ag-status-bar,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-auto-dark .ag-status-bar {
  font-weight: normal;
}
.ag-theme-alpine .ag-status-name-value-value,
.ag-theme-alpine-dark .ag-status-name-value-value,
.ag-theme-alpine-auto-dark .ag-status-name-value-value {
  font-weight: 700;
}
.ag-theme-alpine .ag-paging-number,
.ag-theme-alpine .ag-paging-row-summary-panel-number,
.ag-theme-alpine-dark .ag-paging-number,
.ag-theme-alpine-dark .ag-paging-row-summary-panel-number,
.ag-theme-alpine-auto-dark .ag-paging-number,
.ag-theme-alpine-auto-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}
.ag-theme-alpine .ag-column-drop-cell-button,
.ag-theme-alpine-dark .ag-column-drop-cell-button,
.ag-theme-alpine-auto-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-cell-button:hover,
.ag-theme-alpine-dark .ag-column-drop-cell-button:hover,
.ag-theme-alpine-auto-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}
.ag-theme-alpine .ag-column-select-column-readonly.ag-icon-grip,
.ag-theme-alpine .ag-column-select-column-readonly .ag-icon-grip,
.ag-theme-alpine-dark .ag-column-select-column-readonly.ag-icon-grip,
.ag-theme-alpine-dark .ag-column-select-column-readonly .ag-icon-grip,
.ag-theme-alpine-auto-dark .ag-column-select-column-readonly.ag-icon-grip,
.ag-theme-alpine-auto-dark .ag-column-select-column-readonly .ag-icon-grip {
  opacity: 0.35;
}
.ag-theme-alpine .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-header-cell-filter-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-alpine .ag-set-filter-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-header-cell-filter-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-set-filter-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-auto-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-auto-dark .ag-header-cell-filter-button:hover,
.ag-theme-alpine-auto-dark .ag-side-button-button:hover,
.ag-theme-alpine-auto-dark .ag-tab:hover,
.ag-theme-alpine-auto-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-auto-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-auto-dark .ag-column-group-icons:hover,
.ag-theme-alpine-auto-dark .ag-set-filter-group-icons:hover,
.ag-theme-alpine-auto-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-auto-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-auto-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-auto-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-auto-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-auto-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-auto-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-auto-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-auto-dark .ag-chart-menu-icon:hover {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-header-cell-menu-button:hover .ag-icon,
.ag-theme-alpine .ag-header-cell-filter-button:hover .ag-icon,
.ag-theme-alpine .ag-side-button-button:hover .ag-icon,
.ag-theme-alpine .ag-panel-title-bar-button:hover .ag-icon,
.ag-theme-alpine .ag-floating-filter-button-button:hover .ag-icon,
.ag-theme-alpine-dark .ag-header-cell-menu-button:hover .ag-icon,
.ag-theme-alpine-dark .ag-header-cell-filter-button:hover .ag-icon,
.ag-theme-alpine-dark .ag-side-button-button:hover .ag-icon,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover .ag-icon,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover .ag-icon,
.ag-theme-alpine-auto-dark .ag-header-cell-menu-button:hover .ag-icon,
.ag-theme-alpine-auto-dark .ag-header-cell-filter-button:hover .ag-icon,
.ag-theme-alpine-auto-dark .ag-side-button-button:hover .ag-icon,
.ag-theme-alpine-auto-dark .ag-panel-title-bar-button:hover .ag-icon,
.ag-theme-alpine-auto-dark .ag-floating-filter-button-button:hover .ag-icon {
  color: inherit;
}
.ag-theme-alpine .ag-filter-active .ag-icon-filter,
.ag-theme-alpine-dark .ag-filter-active .ag-icon-filter,
.ag-theme-alpine-auto-dark .ag-filter-active .ag-icon-filter {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,
.ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover,
.ag-theme-alpine-auto-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,
.ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button,
.ag-theme-alpine-auto-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,
.ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button,
.ag-theme-alpine-auto-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container,
.ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container,
.ag-theme-alpine-auto-dark .ag-ltr .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container,
.ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container,
.ag-theme-alpine-auto-dark .ag-rtl .ag-filter-toolpanel-group-container {
  padding-right: var(--ag-grid-size);
}
.ag-theme-alpine .ag-filter-toolpanel-instance-filter,
.ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter,
.ag-theme-alpine-auto-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter,
.ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter,
.ag-theme-alpine-auto-dark .ag-ltr .ag-filter-toolpanel-instance-filter {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter,
.ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter,
.ag-theme-alpine-auto-dark .ag-rtl .ag-filter-toolpanel-instance-filter {
  border-right: dashed 1px;
  border-right-color: var(--ag-border-color);
  margin-right: calc(var(--ag-icon-size) * 0.5);
}
.ag-theme-alpine .ag-set-filter-list,
.ag-theme-alpine-dark .ag-set-filter-list,
.ag-theme-alpine-auto-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-alpine .ag-layout-print .ag-center-cols-viewport,
.ag-theme-alpine .ag-layout-print .ag-center-cols-container,
.ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-alpine-dark .ag-layout-print .ag-center-cols-viewport,
.ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container,
.ag-theme-alpine-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-alpine-auto-dark .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-alpine-auto-dark .ag-layout-print .ag-center-cols-viewport,
.ag-theme-alpine-auto-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height,
.ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height,
.ag-theme-alpine-auto-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-alpine .ag-date-time-list-page-entry-is-current,
.ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current,
.ag-theme-alpine-auto-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-advanced-filter-builder-button,
.ag-theme-alpine-dark .ag-advanced-filter-builder-button,
.ag-theme-alpine-auto-dark .ag-advanced-filter-builder-button {
  padding: var(--ag-grid-size);
  font-weight: 600;
}

/* projects/center/src/assets/css/ag-grid-custom.css */
.ag-theme-alpine .ag-label {
  text-align: center;
  text-transform: uppercase;
  padding: 2px 4px;
  min-width: 50px;
  width: auto;
  border-radius: 4px;
}
span.ag-label.ag-label--green {
  background-color: #dcfaf0;
  color: #1f9989;
}
span.ag-label.ag-label--yellow {
  background-color: #fff3d6;
  color: #b85716;
}
span.ag-label.ag-label--gray {
  background-color: #f1f1f2;
  color: #757575;
}
span.ag-label.ag-label--file {
  background-color: #f3f5fd;
  color: #2c50ff;
  padding: 5px;
}
.ag-theme-alpine .ag-row-selected {
  background-color: transparent;
}
.ag-theme-alpine .ag-row-hover {
  background-color: #F6F6F6;
}
.ag-theme-alpine .ag-row-odd {
  background-color: transparent;
}
.ag-theme-alpine .ag-cell {
  color: #4a4a4a;
}
.ag-theme-alpine .ag-cell .item {
  word-break: break-word;
  line-height: 1.5;
}
.ag-theme-alpine .ag-row {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-header-container {
  background: #fff;
  min-width: 100% !important;
}
.ag-theme-alpine .ag-header-cell-text {
  color: #757575;
  font-weight: 500;
}
.ag-theme-alpine .ag-center-cols-container {
  min-width: 100% !important;
}
.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
  border-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-selection-checkbox {
  margin-right: 20px;
}

/* projects/center/src/assets/css/style.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}
.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
}
.nav.navbar-right > li > a {
  color: #999c9e;
}
.nav > li.active > a {
  color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}
.nav > li > a i {
  margin-right: 6px;
}
.navbar {
  border: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 0.75em;
}
.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}
.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.dropdown-messages,
.dropdown-alerts {
  padding: 10px 10px 10px 10px;
}
.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
  font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}
.nav-header {
  padding: 33px 22px;
  background: url("./media/header-profile-RHB37UZH.png") no-repeat;
}
.pace-done .nav-header {
  transition: all 0.4s;
}
.nav > li.active {
  border-left: 4px solid #19aa8d;
  background: #293846;
}
.nav.nav-second-level > li.active {
  border: none;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.nav-header a {
  color: #dfe4ed;
}
.nav-header .text-muted {
  color: #8095a8;
}
.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left;
}
.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: inline-table;
}
.navbar-form-custom .form-group {
  margin-bottom: 0;
}
.nav.navbar-top-links a {
  font-size: 14px;
}
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px;
}
.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.nav-second-level {
  padding-left: 10px;
}
.nav-second-level li {
  border-bottom: none !important;
}
.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 40px;
}
.nav-second-level li:last-child {
  margin-bottom: 10px;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}
.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2f4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}
.canvas-menu.mini-navbar .nav-second-level {
  background: #293846;
}
.mini-navbar li.active .nav-second-level {
  left: 65px;
}
.navbar-default .special_link a {
  background: #1ab394;
  color: white;
}
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}
.navbar-default .special_link a span.label {
  background: #fff;
  color: #1ab394;
}
.navbar-default .landing_link a {
  background: #1cc09f;
  color: white;
}
.navbar-default .landing_link a:hover {
  background: #1ab394 !important;
  color: white;
}
.navbar-default .landing_link a span.label {
  background: #fff;
  color: #1cc09f;
}
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0;
}
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030;
}
.navbar-fixed-top,
.navbar-static-top {
  background: #f3f3f4;
}
.fixed-nav #wrapper {
  margin-top: 0;
}
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 60px;
}
body.top-navigation.fixed-nav #wrapper #page-wrapper {
  margin-top: 0;
}
body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px;
}
body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0;
}
body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0;
}
body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px;
}
.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.body-small .navbar-fixed-top {
  margin-left: 0;
}
body.mini-navbar .navbar-static-side {
  width: 70px;
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none;
}
body.canvas-menu .profile-element {
  display: block;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none;
}
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}
body.mini-navbar .logo-element {
  display: block;
}
body.canvas-menu .logo-element {
  display: none;
}
body.mini-navbar .nav-header {
  padding: 0;
  background-color: #1ab394;
}
body.canvas-menu .nav-header {
  padding: 33px 25px;
}
body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px;
}
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}
body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}
body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 220px;
}
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px;
}
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0;
}
body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}
body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px;
}
.top-navigation #page-wrapper {
  margin-left: 0;
}
.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #1ab394;
  font-weight: bold;
}
.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
  background: #fff;
}
.top-navigation .navbar {
  margin-bottom: 0;
}
.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c;
}
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #fff;
  color: #1ab394;
}
.top-navigation .nav > li.active {
  background: #fff;
  border: none;
}
.top-navigation .nav > li.active > a {
  color: #1ab394;
}
.top-navigation .navbar-right {
  margin-right: 10px;
}
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}
.navbar .dropdown-menu {
  margin-top: 0;
}
.top-navigation .navbar-brand {
  background: #1ab394;
  color: #fff;
  padding: 15px 25px;
}
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}
.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0;
}
.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}
.top-navigation .footer.fixed {
  margin-left: 0 !important;
}
.top-navigation .wrapper.wrapper-content {
  padding: 40px;
}
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}
.navbar-toggle {
  background-color: #1ab394;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}
@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}
.menu-visible-lg,
.menu-visible-md {
  display: none !important;
}
@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important;
  }
  .menu-visible-lg {
    display: block !important;
  }
}
.btn {
  border-radius: 3px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-w-m {
  min-width: 120px;
}
.btn-primary.btn-outline {
  color: #1ab394;
}
.btn-success.btn-outline {
  color: #1c84c6;
}
.btn-info.btn-outline {
  color: #23c6c8;
}
.btn-warning.btn-outline {
  color: #f8ac59;
}
.btn-danger.btn-outline {
  color: #ed5565;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}
.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}
.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}
.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776;
}
.btn-link {
  color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #1ab394;
  text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}
.btn-outline[disabled] {
  color: #fff;
  transition: none;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
button.dim:active {
  top: 3px;
}
button.btn-primary.dim {
  box-shadow:
    inset 0 0 0 #16987e,
    0 5px 0 0 #16987e,
    0 10px 5px #999999;
}
button.btn-primary.dim:active {
  box-shadow:
    inset 0 0 0 #16987e,
    0 2px 0 0 #16987e,
    0 5px 3px #999999;
}
button.btn-default.dim {
  box-shadow:
    inset 0 0 0 #b3b3b3,
    0 5px 0 0 #b3b3b3,
    0 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow:
    inset 0 0 0 #b3b3b3,
    0 2px 0 0 #b3b3b3,
    0 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow:
    inset 0 0 0 #f79d3c,
    0 5px 0 0 #f79d3c,
    0 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow:
    inset 0 0 0 #f79d3c,
    0 2px 0 0 #f79d3c,
    0 5px 3px #999999;
}
button.btn-info.dim {
  box-shadow:
    inset 0 0 0 #1eacae,
    0 5px 0 0 #1eacae,
    0 10px 5px #999999;
}
button.btn-info.dim:active {
  box-shadow:
    inset 0 0 0 #1eacae,
    0 2px 0 0 #1eacae,
    0 5px 3px #999999;
}
button.btn-success.dim {
  box-shadow:
    inset 0 0 0 #1872ab,
    0 5px 0 0 #1872ab,
    0 10px 5px #999999;
}
button.btn-success.dim:active {
  box-shadow:
    inset 0 0 0 #1872ab,
    0 2px 0 0 #1872ab,
    0 5px 3px #999999;
}
button.btn-danger.dim {
  box-shadow:
    inset 0 0 0 #ea394c,
    0 5px 0 0 #ea394c,
    0 10px 5px #999999;
}
button.btn-danger.dim:active {
  box-shadow:
    inset 0 0 0 #ea394c,
    0 2px 0 0 #ea394c,
    0 5px 3px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}
.btn:focus {
  outline: none !important;
}
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #1ab394;
  color: #ffffff;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #ffffff;
}
.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #ffffff;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #ffffff;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #ffffff;
}
.label-white,
.badge-white {
  background-color: #ffffff;
  color: #5e5e5e;
}
.label-white,
.badge-disable {
  background-color: #2a2e36;
  color: #8b91a0;
}
.onoffswitch {
  position: relative;
  width: 64px;
  -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 #1ab394;
  border-radius: 2px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family:
    Trebuchet,
    Arial,
    sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #1ab394;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #ffffff;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #ffffff;
  border: 2px solid #1ab394;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  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;
}
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #dddddd;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}
.tooltip-inner {
  background-color: #2f4050;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2f4050;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2f4050;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2f4050;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2f4050;
}
.easypiechart {
  position: relative;
  text-align: center;
}
.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
.easypiechart canvas {
  top: 0;
  left: 0;
}
.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1;
}
.easypiechart img {
  margin-top: -4px;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
}
.fc-state-default {
  border: 1px solid;
}
.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap;
}
.fc-state-active {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}
.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal;
}
.fc-border-separate tbody {
  background-color: #f8f8f8;
}
.fc-state-highlight {
  background: none repeat scroll 0 0 #fcf8e3;
}
.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #1ab394;
  border-color: #1ab394;
}
.fc-event-time,
.fc-event-title {
  color: #717171;
  padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
  color: #fff;
}
.chat-activity-list .chat-element {
  border-bottom: 1px solid #e7eaec;
}
.chat-element:first-child {
  margin-top: 0;
}
.chat-element {
  padding-bottom: 15px;
}
.chat-element,
.chat-element .media {
  margin-top: 15px;
}
.chat-element,
.media-body {
  overflow: hidden;
}
.media-body {
  display: block;
  width: auto;
}
.chat-element > .pull-left {
  margin-right: 10px;
}
.chat-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.chat-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.chat-element .actions {
  margin-top: 10px;
}
.chat-element .photos {
  margin: 10px 0;
}
.right.chat-element > .pull-right {
  margin-left: 10px;
}
.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3a9a9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
  z-index: 2;
}
.list-group-item-heading {
  margin-top: 10px;
}
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.no-padding .list-group {
  margin-bottom: 0;
}
.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px;
}
.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}
.elements-list .list-group {
  margin-bottom: 0;
}
.elements-list a {
  color: inherit;
}
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  border-radius: 0;
}
.elements-list li.active {
  transition: none;
}
.element-detail-box {
  padding: 25px;
}
.flot-chart {
  display: block;
  height: 200px;
}
.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px;
}
.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto;
}
.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px;
}
.jqsfield {
  color: white;
  text-align: left;
}
.fh-150 {
  height: 150px;
}
.fh-200 {
  height: 200px;
}
.h-150 {
  min-height: 150px;
}
.h-200 {
  min-height: 200px;
}
.legendLabel {
  padding-left: 5px;
}
.stat-list li:first-child {
  margin-top: 0;
}
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stat-percent {
  float: right;
}
.stat-list li {
  margin-top: 15px;
  position: relative;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
.dataTables_wrapper {
  padding-bottom: 30px;
}
.dataTables_length {
  float: left;
}
.dataTables_filter label {
  margin-right: 5px;
}
.html5buttons {
  float: right;
}
.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}
div.dt-button-info {
  z-index: 100;
}
@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px;
  }
  .dataTables_length {
    float: none;
  }
}
.img-circle {
  border-radius: 50%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.css-animation-box h1 {
  font-size: 44px;
}
.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px;
}
#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}
.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}
.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px;
}
.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px;
}
.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #1ab394;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 30px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
  margin: 0;
}
.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.todo-list.small-list {
  font-size: 12px;
}
.todo-list.small-list > li {
  background: #f3f3f4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}
.todo-list > li {
  background: #f3f3f4;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
}
.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}
.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px;
}
.check-link {
  font-size: 16px;
}
.todo-completed {
  text-decoration: line-through;
}
.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0;
}
.glyphicon.fa {
  font-family: "FontAwesome", sans-serif;
}
.inline {
  display: inline-block !important;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.i-checks {
  padding-left: 0;
}
.form-control,
.single-line {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus,
.single-line:focus {
  border-color: #1ab394 !important;
}
.has-success .form-control {
  border-color: #1ab394;
}
.has-warning .form-control {
  border-color: #f8ac59;
}
.has-error .form-control {
  border-color: #ed5565;
}
.has-success .control-label {
  color: #1ab394;
}
.has-warning .control-label {
  color: #f8ac59;
}
.has-error .control-label {
  color: #ed5565;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}
.spinner-buttons.input-group-btn {
  width: 20%;
}
.noUi-connect {
  background: none repeat scroll 0 0 #1ab394;
  box-shadow: none;
}
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none;
}
.ui-sortable .ibox-title {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}
.onoffswitch {
  position: relative;
  width: 54px;
  -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 #1ab394;
  border-radius: 3px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family:
    Trebuchet,
    Arial,
    sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #1ab394;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #ffffff;
  color: #919191;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #ffffff;
  border: 2px solid #1ab394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  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;
}
.ui-jqgrid {
  -moz-box-sizing: content-box;
}
.ui-jqgrid-btable {
  border-collapse: separate;
}
.ui-jqgrid-htable {
  border-collapse: separate;
}
.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #676a6c;
  background-color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0 solid;
  border-right: 0 solid;
  border-top: 0 solid;
}
.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-jqgrid tr.ui-row-ltr td {
  border-color: #dddddd;
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  background-color: inherit;
}
.ui-search-toolbar input[type=text] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  line-height: 15px;
  font-weight: bold;
  color: #676a6c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-widget-content {
  box-sizing: content-box;
}
.ui-icon-triangle-1-n {
  background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0 !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #f5f5f5;
  border-collapse: separate;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f2fbff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #cccccc;
  height: 15px;
}
.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto;
}
.ui-jqgrid .ui-pager-control {
  position: relative;
}
.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative;
}
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
}
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0;
}
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}
.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px;
}
.ui-jqgrid-pager {
  height: 32px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget-content {
  border: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqgrow td {
  padding: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}
.ui-jqdialog > .ui-resizable-se {
  position: absolute;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle span {
  font-weight: bold;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action=collapse]:before {
  content: "-";
}
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}
#nestable2 .dd-item > button:before {
  content: "\f067";
}
#nestable2 .dd-item > button[data-action=collapse]:before {
  content: "\f068";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image:
    linear-gradient(
      45deg,
      #ffffff 25%,
      transparent 25%,
      transparent 75%,
      #ffffff 75%,
      #ffffff),
    linear-gradient(
      45deg,
      #ffffff 25%,
      transparent 25%,
      transparent 75%,
      #ffffff 75%,
      #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family:
    open sans,
    lucida grande,
    lucida sans unicode,
    "Inter",
    arial,
    sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}
#nestable2 .dd-handle:hover {
}
#nestable2 span.label {
  margin-right: 10px;
}
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
.google-map {
  height: 300px;
}
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}
.form-control.error {
  border: 1px dotted #cc5965;
}
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px;
}
.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px;
}
.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec;
}
.ngCell {
  border-right: none;
}
.ngTopPanel {
  background: #f5f5f6;
}
.ngRow.even {
  background: #f9f9f9;
}
.ngRow.selected {
  background: #ebf2f1;
}
.ngRow {
  border-bottom: 1px solid #e7eaec;
}
.ngCell {
  background-color: transparent;
}
.ngHeaderCell {
  border-right: none;
}
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #fff;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f0e7";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f00c";
}
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast {
  background-color: #1ab394;
}
.toast-success {
  background-color: #1ab394;
}
.toast-error {
  background-color: #ed5565;
}
.toast-info {
  background-color: #23c6c8;
}
.toast-warning {
  background-color: #f8ac59;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit;
}
.inspinia-notify.alert-warning {
  border-left: 6px solid #f8ac59;
}
.inspinia-notify.alert-success {
  border-left: 6px solid #1c84c6;
}
.inspinia-notify.alert-danger {
  border-left: 6px solid #ed5565;
}
.inspinia-notify.alert-info {
  border-left: 6px solid #1ab394;
}
.img-container,
.img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.img-preview-sm {
  height: 130px;
  width: 200px;
}
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px;
}
.forum-avatar .img-circle {
  height: 48px;
  width: 48px;
}
.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}
.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}
.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
  margin: 10px 0;
}
.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}
.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}
.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}
.mid-icon {
  font-size: 66px;
}
.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1;
}
.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}
.forum-container,
.forum-post-container {
  padding: 30px !important;
}
.forum-item small {
  color: #999;
}
.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}
.forum-title {
  margin: 15px 0 15px 0;
}
.forum-info {
  text-align: center;
}
.forum-desc {
  color: #999;
}
.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center;
}
a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
a.forum-item-title:hover {
  color: inherit;
}
.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b;
}
.forum-item.active .fa {
  color: #1ab394;
}
.forum-item.active a.forum-item-title {
  color: #1ab394;
}
@media (max-width: 992px) {
  .forum-info {
    margin: 15px 0 10px 0;
    display: none;
  }
  .forum-desc {
    float: none !important;
  }
}
.vertical-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  content: "";
  display: table;
  clear: both;
}
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}
.vertical-date small {
  color: #1ab394;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}
.tabs-container .nav-tabs {
  border-bottom: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content {
  margin-top: 0;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  border-right-color: #ffffff;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  border-left-color: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important;
  }
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0;
  }
}
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #cdcdcd;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #1ab394;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}
.slick-prev:before,
.slick-next:before {
  color: #1ab394 !important;
}
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec;
}
.payment-icon-big {
  font-size: 60px;
  color: #d1dade;
}
.payments-method.panel-group .panel + .panel {
  margin-top: -1px;
}
.payments-method .panel-heading {
  padding: 15px;
}
.payments-method .panel {
  border-radius: 0;
}
.payments-method .panel-heading h5 {
  margin-bottom: 5px;
}
.payments-method .panel-heading i {
  font-size: 26px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #e7eaec;
}
.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: inherit;
}
.tour-step-backdrop {
  z-index: 2101;
}
.tour-backdrop {
  z-index: 2100;
  opacity: 0.7;
}
.popover[class*=tour-] {
  z-index: 2100;
}
body.tour-open .animated {
  animation-fill-mode: initial;
}
.resizable-panels .ibox {
  clear: none;
  margin: 10px;
  float: left;
  overflow: hidden;
}
.resizable-panels .ibox .ibox-content {
  height: calc(100% - 49px);
}
.ui-resizable-helper {
  background: rgba(211, 211, 211, 0.4);
}
.wizard > .content > .body {
  position: relative;
}
.sidebard-panel {
  width: 220px;
  background: #ebebed;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px;
}
.sidebard-panel .feed-element,
.media-body,
.sidebard-panel p {
  font-size: 12px;
}
.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0;
}
.sidebard-panel .list-group {
  margin-bottom: 10px;
}
.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0;
}
.sidebar-content .wrapper,
.wrapper.sidebar-content {
  padding-right: 230px !important;
}
.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
  padding-right: 20px !important;
}
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}
#right-sidebar.sidebar-open {
  right: 0;
}
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}
.sidebar-container ul.nav-tabs {
  border: none;
}
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}
.sidebar-container ul.nav-tabs li {
  border: none;
}
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #2f4050;
  color: #fff;
  text-align: center;
  border-right: 1px solid #334556;
}
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #676a6c;
  font-weight: bold;
}
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}
.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9;
}
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec;
}
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}
.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}
.sidebar-container .sidebar-message {
  padding: 15px 20px;
}
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7eaec;
}
body {
  font-family:
    "open sans",
    "Inter",
    Arial,
    sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}
#page-wrapper {
  min-height: auto;
}
body.boxed-layout {
  background: url("./media/shattered-PO64VMPW.png");
}
body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: bold;
}
.font-noraml {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-r {
  border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
video {
  width: 100% !important;
  height: auto !important;
}
.gallery > .row > div {
  margin-bottom: 15px;
}
.fancybox img {
  margin-bottom: 5px;
  width: 24%;
}
.note-editor {
  height: auto !important;
  min-height: 300px;
}
.note-editor.fullscreen {
  z-index: 2050;
}
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.content-preview .modal-dialog {
  width: 60%;
}
.content-preview img.resizable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.content-preview img.resize-fit {
  max-width: 100%;
  max-height: 100%;
}
.modal-dialog {
  z-index: 2200;
}
.content-preview .modal-body {
  height: 700px;
  overflow-y: scroll;
}
.modal-body {
  padding: 20px 30px 30px 30px;
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}
.inmodal .modal-body {
  background: #f8fafb;
}
.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.inmodal .modal-title {
  font-size: 26px;
}
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
.modal-footer {
  margin-top: 0;
}
#wrapper {
  width: 100%;
  overflow-x: hidden;
}
.wrapper {
  padding: 0 20px;
}
.wrapper-content {
  padding: 20px 10px 40px;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  position: relative !important;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px;
  }
}
.title-action {
  text-align: right;
  padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 220px;
}
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px;
}
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important;
}
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px;
}
body.body-small .footer.fixed {
  margin-left: 0;
}
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}
.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px;
}
.table-bordered {
  border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #f5f5f6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.table-action {
  position: relative;
  padding: 0 !important;
}
.table-action > .btn-group {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) > .table-action > .btn-group {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > .table-action > .btn-group {
  background-color: #f5f5f5;
}
.panel.blank-panel {
  background: none;
  margin: 0;
}
.blank-panel .panel-heading {
  padding-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
  border-bottom: #f3f3f4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}
.nav.nav-tabs li {
  background: none;
  border: none;
}
.nav-tabs > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #676a6c;
}
.nav-tabs > li > a.disabled {
  background-color: transparent;
  cursor: not-allowed;
}
.ui-tab .tab-content {
  padding: 20px 0;
}
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.h-6-em {
  height: 6em !important;
}
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}
.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.full-width {
  width: 100% !important;
}
.link-block {
  font-size: 12px;
  padding: 10px;
}
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}
.link-block a {
  font-size: 10px;
  color: inherit;
}
body.mini-navbar .branding {
  display: none;
}
img.circle-border {
  border: 6px solid #ffffff;
  border-radius: 50%;
}
.branding {
  float: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #1ab394;
}
.login-panel {
  margin-top: 25%;
}
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}
.icons-box .infont a {
  color: #a6a8a9;
}
.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block;
}
.ui-draggable .ibox-title {
  cursor: move;
}
.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > .active {
  color: inherit;
}
code {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  display: table;
  width: 100%;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.gray-bg {
  background-color: #f3f3f4;
}
.white-bg {
  background-color: #ffffff;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
.blue-bg {
  background-color: #1c84c6;
  color: #ffffff;
}
.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}
.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}
.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
.panel-primary {
  border-color: #1ab394;
}
.panel-primary > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394;
}
.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.panel-info {
  border-color: #23c6c8;
}
.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}
.panel-warning {
  border-color: #f8ac59;
}
.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff;
}
.panel-danger {
  border-color: #ed5565;
}
.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}
.progress-bar {
  background-color: #1ab394;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-small,
.progress-mini {
  margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.progress-bar-navy-light {
  background-color: #3dc7ab;
}
.progress-bar-success {
  background-color: #1c84c6;
}
.progress-bar-info {
  background-color: #23c6c8;
}
.progress-bar-warning {
  background-color: #f8ac59;
}
.progress-bar-danger {
  background-color: #ed5565;
}
.panel-title {
  font-size: inherit;
}
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}
.jumbotron h1 {
  margin-top: 0;
}
.text-navy {
  color: #1ab394;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}
.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191;
}
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar,
.metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff;
}
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff;
}
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2;
}
a.close-canvas-menu:hover {
  color: #fff;
}
.close-canvas-menu {
  display: none;
}
.canvas-menu .close-canvas-menu {
  display: block;
}
.light-navbar .navbar.navbar-static-top {
  background-color: #ffffff;
}
.full-height {
  height: 100%;
}
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}
.modal-backdrop {
  z-index: 2040 !important;
}
.modal {
  z-index: 2050 !important;
}
.spiner-example {
  height: 200px;
  padding-top: 70px;
}
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
.fullscreen-ibox-mode .animated {
  animation: none;
}
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
  display: none;
}
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}
body.modal-open {
  padding-right: inherit !important;
}
body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}
body.mini-navbar.fixed-sidebar .profile-element,
.block {
  display: block !important;
}
body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px;
}
body.mini-navbar.fixed-sidebar .logo-element {
  display: none;
}
.fullscreen-video .animated {
  animation: none;
}
.search-form {
  margin-top: 10px;
}
.search-result h3 {
  margin-bottom: 0;
  color: #1e0fbe;
}
.search-result .search-link {
  color: #006621;
}
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-box > a {
  color: inherit;
}
.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0;
}
.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-box.center-version address {
  margin-bottom: 0;
}
.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px;
}
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
  text-align: right;
}
.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
  text-align: right;
}
.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}
.invoice-total > tbody > tr > td {
  border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #dddddd;
  text-align: right;
  width: 15%;
}
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}
.loginscreen.middle-box {
  width: 300px;
}
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}
.middle-box h1 {
  font-size: 170px;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}
.lock-word .first-word {
  margin-right: 160px;
}
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px;
}
.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}
.fist-item {
  border-top: none !important;
}
.statistic-box {
  margin-top: 40px;
}
.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}
.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
ul.clear-list:first-child {
  border-top: none !important;
}
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8;
}
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}
.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px;
}
.timeline-item .content:hover {
  background: #f6f6f6;
}
ul.notes li,
ul.tag-list li {
  list-style: none;
}
ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}
ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}
ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}
ul.notes li {
  margin: 10px 40px 50px 0;
  float: left;
}
ul.notes li div p {
  font-size: 12px;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 2px #212121;
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}
ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}
ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}
ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}
ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}
ul.notes li div:hover,
ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}
.file-box {
  float: left;
  width: 220px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: #1ab394;
}
.category-list li a .text-primary {
  color: #1c84c6;
}
.category-list li a .text-info {
  color: #23c6c8;
}
.category-list li a .text-danger {
  color: #ef5352;
}
.category-list li a .text-warning {
  color: #f8ac59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}
.profile-content {
  border-top: none !important;
}
.profile-stats {
  margin-right: 10px;
}
.profile-image {
  width: 120px;
  float: left;
}
.profile-image img {
  width: 96px;
  height: 96px;
}
.profile-info {
  margin-left: 120px;
}
.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child {
  margin-top: 0;
}
.feed-element {
  padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
  margin-top: 15px;
}
.feed-element,
.media-body {
  overflow: hidden;
}
.feed-element > .pull-left {
  margin-right: 10px;
}
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.feed-element .actions {
  margin-top: 10px;
}
.feed-element .photos {
  margin: 10px 0;
}
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-bottom: 5px;
}
.file-list li a {
  color: inherit;
}
.file-list li a:hover {
  color: #1ab394;
}
.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}
.mail-box-header h2 {
  margin-top: 0;
}
.mailbox-content .tag-list li a {
  background: #ffffff;
}
.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px;
}
.mail-text {
  border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
  padding: 10px 15px;
}
.mail-body .form-group {
  margin-bottom: 5px;
}
.mail-text .note-editor .note-toolbar {
  background-color: #f9f8f8;
}
.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px;
}
.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}
.mail-ontact {
  width: 23%;
}
.project-people,
.project-actions {
  text-align: right;
  vertical-align: middle;
}
dd.project-people {
  text-align: left;
  margin-top: 5px;
}
.project-people img {
  width: 32px;
  height: 32px;
}
.project-title a {
  font-size: 14px;
  color: #676a6c;
  font-weight: 600;
}
.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 15px 10px;
  vertical-align: middle;
}
.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.project-files li a {
  font-size: 11px;
  color: #676a6c;
  margin-left: 10px;
  line-height: 22px;
}
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1ab394;
  display: block;
}
.faq-question:hover {
  color: #179d82;
}
.faq-answer {
  margin-top: 10px;
  background: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px;
}
.faq-item .tag-item {
  background: #f3f3f4;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}
.message-input {
  height: 90px !important;
}
.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}
.chat-user-name {
  padding: 10px;
}
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}
.chat-user a {
  color: inherit;
}
.chat-view {
  z-index: 20012;
}
.chat-users,
.chat-statistic {
  margin-left: -30px;
}
@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0;
  }
}
.chat-view .ibox-content {
  padding: 0;
}
.chat-message {
  padding: 10px 20px;
}
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}
.chat-discussion .chat-message.left .message-date {
  float: right;
}
.chat-discussion .chat-message.right .message-date {
  float: left;
}
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}
.message-date {
  font-size: 10px;
  color: #888888;
}
.message-content {
  display: block;
}
.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}
.chat-users {
  overflow-y: auto;
  height: 400px;
}
.chat-message-form .form-group {
  margin-bottom: 0;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}
.jstree-default .jstree-icon.none {
  width: 0;
}
.clients-list {
  margin-top: 20px;
}
.clients-list .tab-pane {
  position: relative;
  height: 600px;
}
.client-detail {
  position: relative;
  height: 620px;
}
.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}
.client-link {
  font-weight: 600;
  color: inherit;
}
.client-link:hover {
  color: inherit;
}
.client-avatar {
  width: 42px;
}
.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.contact-type {
  width: 20px;
  color: #c1c3c4;
}
.client-status {
  text-align: left;
}
.client-detail .vertical-timeline-content p {
  margin: 0;
}
.client-detail .vertical-timeline-icon.gray-bg {
  color: #a7aaab;
}
.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:hover,
.clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff;
}
.blog h2 {
  font-weight: 700;
}
.blog h5 {
  margin: 0 0 5px 0;
}
.blog .btn {
  margin: 0 0 5px 0;
}
.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2f4050;
}
.article p {
  font-size: 15px;
  line-height: 26px;
}
.article-title {
  text-align: center;
  margin: 40px 0 100px 0;
}
.article .ibox-content {
  padding: 40px;
}
.issue-tracker .btn-link {
  color: #1ab394;
}
table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px;
}
.issue-info {
  width: 50%;
}
.issue-info a {
  font-weight: 600;
  color: #676a6c;
}
.issue-info small {
  display: block;
}
.team-members {
  margin: 10px 0;
}
.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}
.sortable-list {
  padding: 10px 0;
}
.agile-list {
  list-style: none;
  margin: 0;
}
.agile-list li {
  background: #fafafb;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}
.agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}
.agile-list li.danger-element {
  border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}
.agile-list li.success-element {
  border-left: 3px solid #1ab394;
}
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}
del {
  background-color: #ffc6c6;
}
.product-box {
  padding: 0;
  border: 1px solid #e7eaec;
}
.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-imitation.xl {
  padding: 120px 0;
}
.product-desc {
  padding: 20px;
  position: relative;
}
.ecommerce .tag-list {
  padding: 0;
}
.ecommerce .fa-star {
  color: #d1dade;
}
.ecommerce .fa-star.active {
  color: #f8ac59;
}
.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}
table.shoping-cart-table {
  margin-bottom: 0;
}
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left;
}
table.shoping-cart-table tr td:last-child {
  width: 80px;
}
.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0;
}
.product-name:hover,
.product-name:focus {
  color: #1ab394;
}
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1ab394;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0;
}
.product-detail .ibox-content {
  padding: 30px 30px 50px 30px;
}
.image-imitation {
  background-color: #f8f8f9;
  text-align: center;
  padding: 200px 0;
}
.product-main-price small {
  font-size: 10px;
}
.product-images {
  margin: 0 20px;
}
.social-feed-separated .social-feed-box {
  margin-left: 62px;
}
.social-feed-separated .social-avatar {
  float: left;
  padding: 0;
}
.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec;
}
.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none;
}
.social-feed-box {
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}
.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}
.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec;
}
.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}
.social-action {
  margin: 15px;
}
.social-avatar {
  padding: 15px 15px 0 15px;
}
.social-comment .social-comment {
  margin-left: 45px;
}
.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}
.social-body {
  padding: 15px;
}
.social-body img {
  margin-bottom: 10px;
}
.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9;
}
.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px;
}
.social-comment:first-child {
  margin-top: 0;
}
.social-comment {
  margin-top: 15px;
}
.social-comment textarea {
  font-size: 12px;
}
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #e7eaec;
}
.vote-item:last-child {
  border-bottom: 1px solid #e7eaec;
}
.vote-item:hover {
  background: #fbfbfb;
}
.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
}
.vote-actions a {
  color: #1ab394;
  font-weight: 600;
}
.vote-actions {
  font-weight: 600;
}
.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px;
}
.vote-title:hover,
.vote-title:focus {
  color: inherit;
}
.vote-info,
.vote-title {
  margin-left: 45px;
}
.vote-info,
.vote-info a {
  color: #b4b6b8;
  font-size: 12px;
}
.vote-info a {
  margin-right: 10px;
}
.vote-info a:hover {
  color: #1ab394;
}
.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #e8e9ea;
}
.vote-icon.active {
  color: #1ab394;
}
body.body-small .vote-icon {
  display: none;
}
.lightBoxGallery {
  text-align: center;
}
.lightBoxGallery img {
  margin: 5px;
}
#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}
.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.open-small-chat:hover {
  color: white;
  background: #1ab394;
}
.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: 320px;
  border-radius: 4px;
}
.small-chat-box.ng-small-chat {
  display: block;
}
.body-small .small-chat-box {
  bottom: 70px;
  right: 20px;
}
.small-chat-box.active {
  display: block;
}
.small-chat-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}
.small-chat-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}
.small-chat-box .content {
  padding: 15px 15px;
}
.small-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}
.small-chat-box .content > div {
  padding-bottom: 20px;
}
.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}
.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}
.small-chat-box .content .left {
  text-align: left;
  clear: both;
}
.small-chat-box .content .left .chat-message {
  float: left;
}
.small-chat-box .content .right {
  text-align: right;
  clear: both;
}
.small-chat-box .content .right .chat-message {
  float: right;
}
.small-chat-box .form-chat {
  padding: 10px 10px;
}
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A collapsible jQuery menu plugin
* @version 3.0.7
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
*[dir=rtl] .metismenu .arrow {
  float: left;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
*[dir=rtl] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
*[dir=rtl] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
.metismenu .has-arrow {
  position: relative;
}
.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}
*[dir=rtl] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}
.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(-135deg) translate(0, -50%);
}
*[dir=rtl] .metismenu .mm-active > .has-arrow::after,
*[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(225deg) translate(0, -50%);
}
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #1ab394;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1ab394;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #1ab394;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1ab394;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #1ab394;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-cube-grid {
}
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1ab394;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-spinner-wordpress.sk-spinner {
  background-color: #1ab394;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}
@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
body.landing-page {
  color: #676a6c;
  font-family:
    "Open Sans",
    "Inter",
    arial,
    sans-serif;
  background-color: #fff;
}
.landing-page {
}
.landing-page span.navy {
  color: #1ab394;
}
.landing-page p.text-color {
  color: #676a6c;
}
.landing-page a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
.landing-page a.navy-link:hover {
  color: #179d82;
}
.landing-page section p {
  color: #aeaeae;
  font-size: 13px;
}
.landing-page address {
  font-size: 13px;
}
.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.landing-page .navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.landing-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.landing-page .navbar-default .nav li a {
  color: #fff;
  font-family:
    "Open Sans",
    "Inter",
    arial,
    sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.landing-page .navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: #1ab394;
  background: inherit;
}
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #ffffff;
}
.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: #179d82;
  color: #fff;
}
.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.landing-page .navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.landing-page .nav > li.active {
  border: none;
  background: inherit;
}
.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}
.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #1ab394;
}
.landing-page .navbar-fixed-top {
  border: none !important;
}
.landing-page .navbar-fixed-top.navbar-scroll {
  border-bottom: 1px solid #e7eaec !important;
}
.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}
.landing-page .header-back {
  height: 470px;
  width: 100%;
}
.landing-page .carousel {
  height: 470px;
}
.landing-page .carousel-caption {
  z-index: 10;
}
.landing-page .carousel .item {
  height: 470px;
  background-color: #777;
}
.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}
.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}
.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: none;
}
.landing-page .carousel-control {
  width: 6%;
}
.landing-page .carousel-inner .container {
  position: relative;
}
.landing-page .carousel-inner {
  overflow: visible;
}
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.landing-page .carousel-caption.blank {
  top: 140px;
}
.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.landing-page .carousel-indicators {
  padding-right: 60px;
}
.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}
.landing-page .services {
  padding-top: 60px;
}
.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.landing-page .features-block {
  margin-top: 40px;
}
.landing-page .features-text {
  margin-top: 40px;
}
.landing-page .features small {
  color: #1ab394;
}
.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.landing-page .features-text-alone {
  margin: 40px 0;
}
.landing-page .features-text-alone h1 {
  font-weight: 200;
}
.landing-page .features-icon {
  color: #1ab394;
  font-size: 40px;
}
.landing-page .navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}
.landing-page .team-member {
  text-align: center;
}
.landing-page .team-member img {
  margin: auto;
}
.landing-page .social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.landing-page .social-icon a:hover {
  background: #179d82;
}
.landing-page .img-small {
  height: 88px;
  width: 88px;
}
.landing-page .pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}
.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4;
}
.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}
.landing-page li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.landing-page .big-icon {
  font-size: 56px !important;
}
.landing-page .features .big-icon {
  color: #1ab394 !important;
}
.landing-page section.timeline {
  padding-bottom: 30px;
}
.landing-page section.comments {
  padding-bottom: 80px;
}
.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
}
.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}
.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}
.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}
.landing-page .bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}
.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
  color: #fff;
}
.landing-page .btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #179d82;
  border-color: #179d82;
  color: #ffffff;
}
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
@media (min-width: 768px) {
  .landing-page {
  }
  .landing-page .navbar-wrapper {
    margin-top: 20px;
  }
  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .landing-page .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .landing-page .featurette-heading {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .landing-page .carousel-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  .landing-page .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .landing-page .navbar-default .nav li a {
    color: #676a6c;
  }
  .landing-page .navbar-default .nav li a:hover {
    color: #1ab394;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .landing-page .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  .landing-page .navbar-default .navbar-nav > .active > a,
  .landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .landing-page .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) {
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }
  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #ffffff;
    padding: 9px 10px;
    border: none;
  }
}
body.rtls {
}
body.rtls #page-wrapper {
  margin: 0 220px 0 0;
}
body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px;
}
body.rtls .ibox-title h5 {
  float: right;
}
body.rtls .pull-right {
  float: left !important;
}
body.rtls .pull-left {
  float: right !important;
}
body.rtls .ibox-tools {
  float: left;
}
body.rtls .stat-percent {
  float: left;
}
body.rtls .navbar-right {
  float: left !important;
}
body.rtls .navbar-top-links li:last-child {
  margin-left: 40px;
  margin-right: 0;
}
body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px;
}
body.rtls .feed-element > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}
body.rtls .timeline-item .date {
  text-align: left;
}
body.rtls .timeline-item .date i {
  left: 0;
  right: auto;
}
body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none;
}
body.rtls .theme-config {
  left: 0;
  right: auto;
}
body.rtls .spin-icon {
  border-radius: 0 20px 20px 0;
}
body.rtls .toast-close-button {
  float: left;
}
body.rtls #toast-container > .toast:before {
  margin: auto -1.5em auto 0.5em;
}
body.rtls #toast-container > div {
  padding: 15px 50px 15px 15px;
}
body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px;
}
body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px;
}
body.rtls .file-box {
  float: right;
}
body.rtls ul.notes li {
  float: right;
}
body.rtls .chat-users,
body.rtls .chat-statistic {
  margin-right: -30px;
  margin-left: auto;
}
body.rtls .dropdown-menu > li > a {
  text-align: right;
}
body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none;
}
body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0;
}
body.rtls .dd-item > button {
  float: right;
}
body.rtls .theme-config-box {
  margin-left: -220px;
  margin-right: 0;
}
body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0;
}
body.rtls .spin-icon {
  right: 0;
  left: auto;
}
body.rtls .skin-setttings {
  margin-right: 40px;
  margin-left: 0;
}
body.rtls .skin-setttings {
  direction: ltr;
}
body.rtls .footer.fixed {
  margin-right: 220px;
  margin-left: 0;
}
@media (max-width: 992px) {
  body.rtls .chat-users,
  body.rtls .chat-statistic {
    margin-right: 0;
  }
}
body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}
body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}
.body-small.rtls.top-navigation .navbar-header {
  float: none;
}
body.rtls.top-navigation #page-wrapper {
  margin: 0;
}
body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 220px 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}
.body-small.rtls .navbar-fixed-top {
  margin-right: 0;
}
.body-small.rtls .navbar-header {
  float: right;
}
body.rtls .navbar-top-links li:last-child {
  margin-left: 20px;
}
body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0;
}
body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
  margin: 0;
}
@media (max-width: 768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
  }
  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
  }
  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}
.rtls .ltr-support {
  direction: ltr;
}
.rtls.mini-navbar .nav-second-level,
.rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px;
}
.rtls #right-sidebar {
  left: -260px;
  right: auto;
}
.rtls #right-sidebar.sidebar-open {
  left: 0;
}
.theme-config {
  position: absolute;
  top: 90px;
  right: 0;
  overflow: hidden;
}
.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}
.theme-config-box.show {
  margin-right: 0;
}
.spin-icon {
  background: #1ab394;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  color: #fff;
  cursor: pointer;
}
.skin-setttings {
  width: 220px;
  margin-left: 40px;
  background: #f3f3f4;
}
.skin-setttings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.setings-item {
  padding: 10px 30px;
}
.setings-item.skin {
  text-align: center;
}
.setings-item .switch {
  float: right;
}
.skin-name a {
  text-transform: uppercase;
}
.setings-item a {
  color: #fff;
}
.default-skin,
.blue-skin,
.ultra-skin,
.yellow-skin {
  text-align: center;
}
.default-skin {
  font-weight: 600;
  background: #283a49;
}
.default-skin:hover {
  background: #1e2e3d;
}
.blue-skin {
  font-weight: 600;
  background: url("./media/header-profile-skin-1-ENUFKO2J.png") repeat scroll 0 0;
}
.blue-skin:hover {
  background: #0d8ddb;
}
.yellow-skin {
  font-weight: 600;
  background: url("./media/header-profile-skin-3-7GQJB3AP.png") repeat scroll 0 100%;
}
.yellow-skin:hover {
  background: #ce8735;
}
.ultra-skin {
  padding: 20px 10px;
  font-weight: 600;
  background: url("./media/3-F4CYAITH.png") repeat scroll 0 0;
}
.ultra-skin:hover {
  background: url("./media/4-6BV53V5Y.png") repeat scroll 0 0;
}
.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-1 .spin-icon {
  background: #0e9aef !important;
}
.skin-1 .nav-header {
  background: #0e9aef;
  background: url("./media/header-profile-skin-1-ENUFKO2J.png");
}
.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}
.skin-1 .breadcrumb {
  background: transparent;
}
.skin-1 .page-heading {
  border: none;
}
.skin-1 .nav > li.active {
  background: #3a4459;
}
.skin-1 .nav > li > a {
  color: #9ea6b9;
}
.skin-1 .nav > li.active > a {
  color: #fff;
}
.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}
body.skin-1 {
  background: #3e495f;
}
.skin-1 .navbar-static-top {
  background: #ffffff;
}
.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}
.skin-1 .wrapper-content {
  padding: 30px 15px;
}
.skin-1 #page-wrapper {
  background: #f4f6fa;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px;
}
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-1 .nav > li.active {
  border: none;
}
.skin-1 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-1 .profile-element {
  text-align: center;
}
.skin-1 .img-circle {
  border-radius: 5px;
}
.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff;
}
.skin-1 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-1 .nav.nav-tabs > li.active {
  background: transparent;
}
body.skin-2 {
  color: #565758 !important;
}
.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px;
}
.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px;
}
.skin-2 .spin-icon {
  background: #23c6c8 !important;
}
.skin-2 .nav-header {
  background: #23c6c8;
  background: url("./media/header-profile-skin-2-7ZOFFNZC.png");
}
.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}
.skin-2 .breadcrumb {
  background: transparent;
}
.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-2 .page-heading {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}
.skin-2 .nav > li.active {
  background: #e0e0e0;
}
.skin-2 .logo-element {
  padding: 17px 0;
}
.skin-2 .nav > li > a,
.skin-2 .welcome-message {
  color: #edf6ff;
}
.skin-2 #top-search::-moz-placeholder {
  color: #edf6ff;
  opacity: 0.5;
}
.skin-2 #side-menu > li > a,
.skin-2 .nav.nav-second-level > li > a {
  color: #586b7d;
}
.skin-2 .nav > li.active > a {
  color: #213a53;
}
.skin-2.mini-navbar .nav-header {
  background: #213a53;
}
.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8;
}
.skin-2 .border-bottom {
  border-bottom: none !important;
}
.skin-2 #top-search {
  color: #fff;
}
body.skin-2 #wrapper {
  background-color: #ededed;
}
.skin-2 .navbar-static-top {
  background: #213a53;
}
.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none !important;
}
.skin-2 .nav-header {
  padding: 30px 25px 30px 25px;
}
.skin-2 .dashboard-header {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 20px 30px;
}
.skin-2 .wrapper-content {
  padding: 30px 15px;
}
.skin-2 .dashoard-1 .wrapper-content {
  padding: 0 30px 25px 30px;
}
.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}
.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important;
}
.skin-2 #page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  background: -o-radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  background: -ms-radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  background:
    radial-gradient(
      ellipse at center,
      #f6f6f6 20%,
      #d5d5d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}
.skin-2 .ibox-title,
.skin-2 .ibox-content {
  border-width: 1px;
}
.skin-2 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-2 .nav > li.active {
  border: none;
}
.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px;
}
.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: 0.8;
}
.skin-2 .img-circle {
  border-radius: 10px;
}
.skin-2 .nav.navbar-top-links > li > a:hover,
.skin-2 .nav.navbar-top-links > li > a:focus {
  background: #1a2d41;
}
.skin-2 .navbar-default .nav > li > a:hover,
.skin-2 .navbar-default .nav > li > a:focus {
  background: #e0e0e0;
  color: #213a53;
}
.skin-2 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-2 .nav.nav-tabs > li.active {
  background: transparent;
}
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-3 .spin-icon {
  background: #ecba52 !important;
}
body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42;
}
.skin-3 .nav-header {
  background: #ecba52;
  background: url("./media/header-profile-skin-3-7GQJB3AP.png");
}
.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}
.skin-3 .breadcrumb {
  background: transparent;
}
.skin-3 .page-heading {
  border: none;
}
.skin-3 .nav > li.active {
  background: #38283c;
}
.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff;
}
.skin-3 .nav > li > a {
  color: #948b96;
}
.skin-3 .nav > li.active > a {
  color: #fff;
}
.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52;
}
body.skin-3 {
  background: #3e2c42;
}
.skin-3 .navbar-static-top {
  background: #ffffff;
}
.skin-3 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.skin-3 .wrapper-content {
  padding: 30px 15px;
}
.skin-3 #page-wrapper {
  background: #f4f6fa;
}
.skin-3 .ibox-title,
.skin-3 .ibox-content {
  border-width: 1px;
}
.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-3 .nav > li.active {
  border: none;
}
.skin-3 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-3 .profile-element {
  text-align: center;
}
.skin-3 .img-circle {
  border-radius: 5px;
}
.skin-3 .navbar-default .nav > li > a:hover,
.skin-3 .navbar-default .nav > li > a:focus {
  background: #38283c;
  color: #fff;
}
.skin-3 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-3 .nav.nav-tabs > li.active {
  background: transparent;
}
body.md-skin {
  font-family:
    "Roboto",
    "Inter",
    Arial,
    sans-serif;
  background-color: #ffffff;
}
.md-skin .nav-header {
  background: url("./media/4-6BV53V5Y.png") no-repeat;
}
.md-skin .label,
.md-skin .badge {
  font-family: "Roboto";
}
.md-skin .font-bold {
  font-weight: 500;
}
.md-skin .wrapper-content {
  padding: 30px 20px 40px;
}
@media (max-width: 768px) {
  .md-skin .wrapper-content {
    padding: 30px 0 40px;
  }
}
.md-skin .page-heading {
  border-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}
.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #e7eaec !important;
}
.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .ibox.border-bottom {
  border-bottom: none !important;
}
.md-skin .ibox-title,
.md-skin .ibox-content {
  border-style: none;
}
.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}
.md-skin a.close-canvas-menu {
  color: #ffffff;
}
.md-skin .welcome-message {
  color: #ffffff;
  font-weight: 300;
}
.md-skin #top-search::-moz-placeholder {
  color: #ffffff;
}
.md-skin #top-search::-webkit-input-placeholder {
  color: #ffffff;
}
.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family:
    "Roboto",
    lucida grande,
    lucida sans unicode,
    "Inter",
    arial,
    sans-serif;
}
.md-skin .landing-page {
  font-family:
    "Roboto",
    "Inter",
    arial,
    sans-serif;
}
.md-skin .landing-page.navbar-default.navbar-scroll {
  background-color: #fff !important;
}
.md-skin .landing-page.navbar-default {
  background-color: transparent !important;
  box-shadow: none;
}
.md-skin .landing-page.navbar-default .nav li a {
  font-family:
    "Roboto",
    "Inter",
    arial,
    sans-serif;
}
.md-skin .nav > li > a {
  color: #676a6c;
  padding: 14px 20px 14px 25px;
}
.md-skin .nav.navbar-right > li > a {
  color: #ffffff;
}
.md-skin .nav > li.active > a {
  color: #5b5d5f;
  font-weight: 700;
}
.md-skin .navbar-default .nav > li > a:hover,
.md-skin .navbar-default .nav > li > a:focus {
  font-weight: 700;
  color: #5b5d5f;
}
.md-skin .nav .open > a,
.md-skin .nav .open > a:hover,
.md-skin .nav .open > a:focus {
  background: #1ab394;
}
.md-skin .navbar-top-links li {
  display: inline-table;
}
.md-skin .navbar-top-links .dropdown-menu li {
  display: block;
}
.md-skin .pace-done .nav-header {
  transition: all 0.4s;
}
.md-skin .nav > li.active {
  background: #f8f8f9;
}
.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}
.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}
.md-skin .nav > li > a {
  font-weight: 400;
}
.md-skin .navbar-static-side .nav > li > a:focus,
.md-skin .navbar-static-side .nav > li > a:hover {
  background-color: inherit;
}
.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit;
}
.md-skin .nav-header .navbar-fixed-top a {
  color: #ffffff;
}
.md-skin .nav-header .text-muted {
  color: #ffffff;
}
.md-skin .navbar-form-custom .form-control {
  font-weight: 300;
}
.md-skin .mini-navbar .nav-second-level {
  background-color: inherit;
}
.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}
.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}
.md-skin .pace-done .navbar-static-side,
.md-skin .pace-done .nav-header,
.md-skin .pace-done li.active,
.md-skin .pace-done #page-wrapper,
.md-skin .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  z-index: 2030;
  border-bottom: none !important;
}
.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
  background-color: #1ab394 !important;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .navbar-static-side {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin #right-sidebar {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 900;
}
.md-skin .white-bg .navbar-fixed-top,
.md-skin .white-bg .navbar-static-top {
  background: #fff !important;
}
.md-skin .contact-box {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
}
.md-skin .dashboard-header {
  border-bottom: none !important;
  border-top: 0;
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 0 20px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .md-skin .dashboard-header {
    margin: 20px 0 0 0;
  }
}
.md-skin ul.notes li div {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .file {
  border: none;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .mail-box {
  background-color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
.md-skin .mail-box-header {
  border: none;
  background-color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 20px 20px 20px;
}
.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #ffffff;
}
.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin.landing-page .navbar-default {
  background-color: transparent !important;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none;
}
.md-skin.landing-page .navbar-default.navbar-scroll,
.md-skin.landing-page.body-small .navbar-default {
  background-color: #ffffff !important;
}
.md-skin.landing-page .nav > li.active {
  background: inherit;
}
.md-skin.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.md-skin.landing-page .navbar-default .nav li a {
  font-family:
    "Roboto",
    "Inter",
    arial,
    sans-serif;
}
.md-skin.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}
.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover,
.md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
  background: inherit;
  color: #1ab394;
}
.md-skin.landing-page.body-small .nav.navbar-right > li > a {
  color: #676a6c;
}
.md-skin .landing_link a,
.md-skin .special_link a {
  color: #ffffff !important;
}
.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f8f8f9;
}
.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}
.md-skin.mini-navbar.fixed-sidebar .nav-second-level li a {
  padding-left: 52px;
}
.md-skin.top-navigation .nav.navbar-right > li > a {
  padding: 15px 20px;
  color: #676a6c;
}
.md-skin.top-navigation .nav > li a:hover,
.md-skin .top-navigation .nav > li a:focus,
.md-skin.top-navigation .nav .open > a,
.md-skin.top-navigation .nav .open > a:hover,
.md-skin.top-navigation .nav .open > a:focus {
  color: #1ab394;
  background: #ffffff;
}
.md-skin.top-navigation .nav > li.active a {
  color: #1ab394;
  background: #ffffff;
}
.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
  margin-top: 0;
}
.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}
.md-skin.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  background-color: #ffffff;
}
.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #ffffff;
  height: 100%;
  position: fixed;
  display: none;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 1200px;
  }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  .lock-word {
    display: none;
  }
  .navbar-form-custom {
    display: none;
  }
  .navbar-header {
    display: inline;
    float: left;
  }
  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
  }
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}
@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .welcome-message {
    display: none;
  }
}
@media print {
  nav.navbar-static-side {
    display: none;
  }
  #page-wrapper {
    margin: 0;
  }
}
.portfolioContainer {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1440px) {
  .portfolioContainer {
    max-width: 1050px;
  }
}
@media (max-width: 1280px) {
  .portfolioContainer {
    max-width: 900px;
  }
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.step-completed {
  color: #4caf50 !important;
}
.my-drop-zone {
  border: dotted 3px lightgray;
}
.nv-file-over {
  border: dotted 3px red;
}
.upload-button {
  display: block;
  width: auto;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #18a689;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 1em;
  border: 1px solid #18a689;
  cursor: pointer;
}
.float-e-margins .btn {
  margin-bottom: 0 !important;
}
.nav-tabs li a {
  font-size: 0.95em;
  padding: 0.75em;
}
.note {
  width: 100%;
  max-width: 100%;
  height: 7.5em;
  max-height: 7.5em;
  padding: 0.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.circle.gray {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #969696;
  font-size: 14px;
  background: #969696;
  color: #ffffff;
  text-align: center;
}
.circle.light-blue {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #20a2ff;
  font-size: 14px;
  background: #20a2ff;
  color: #ffffff;
  text-align: center;
}
.circle.dark-blue {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #2746ce;
  font-size: 14px;
  background: #2746ce;
  color: #ffffff;
  text-align: center;
}
.circle.corn-flower-blue {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #6495ed;
  font-size: 14px;
  background: #6495ed;
  color: #ffffff;
  text-align: center;
}
.circle.orange {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #ea5a29;
  font-size: 14px;
  background: #ea5a29;
  color: #ffffff;
  text-align: center;
}
.circle.yellow {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #ffb50d;
  font-size: 14px;
  background: #ffb50d;
  color: #ffffff;
  text-align: center;
}
.circle.purple {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #5203e9;
  font-size: 14px;
  background: #5203e9;
  color: #ffffff;
  text-align: center;
}
.circle.disabled {
  margin: 5px auto;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: solid 2px #bed4ff;
  font-size: 14px;
  background: #ffffff;
  color: rgba(39, 67, 202, 0.2);
  text-align: center;
}
.circle-legend-crimson {
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #dc0e0e;
  font-size: 14px;
  background: #dc0e0e;
  color: #ffffff;
  text-align: center;
}
.circle-legend-green {
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #00c9ac;
  font-size: 14px;
  background: #00c9ac;
  color: #ffffff;
  text-align: center;
}
.fs-investor-portfolio-table {
  padding: 0;
  background-color: #fff;
  overflow: auto;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:nth-child(2) {
  width: 12.5%;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:nth-child(3) {
  width: 20%;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:nth-child(4) {
  width: 10%;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:last-child {
  width: 50%;
}
.repayment-status-loan-code {
  color: #3e7eff;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td .calendar-block .year-block {
  background-color: #bed4ff;
  color: #2743ca;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td .calendar-block .month-block {
  color: #2743ca;
  background-color: #fff;
  border: solid 1px #bed4ff;
  padding: 0.5em 0;
}
.fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td .calendar-block .month-block .disabled {
  color: rgba(39, 67, 202, 0.2);
}
.expand-table-icon-blue {
  background: url("./media/expand-table-icon-blue-NZ6DXVSF.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-orange {
  background: url("./media/expand-table-icon-orange-TITFHP3R.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-corn-flower-blue {
  background: url("./media/expand-table-icon-corn-flower-blue-UDHERKN6.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-yellow {
  background: url("./media/expand-table-icon-yellow-RQAZMP5T.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-purple {
  background: url("./media/expand-table-icon-purple-WA3TB6NR.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-green {
  background: url("./media/expand-table-icon-green-KG3NTNFF.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-red {
  background: url("./media/expand-table-icon-red-LOQRPYX5.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-dark-blue {
  background: url("./media/expand-table-icon-dark-blue-IULFHY6N.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-light-blue {
  background: url("./media/expand-table-icon-light-blue-FU7UIYVH.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.expand-table-icon-gray {
  background: url("./media/expand-table-icon-gray-XLDAMFZA.svg") no-repeat;
  background-size: contain !important;
  height: 25px;
  width: 25px;
}
.collapse-table-icon {
  background: url("./media/collapse-table-icon-DSXJMLM4.svg") no-repeat;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background-size: contain;
}
.padding-null {
  padding: 0 !important;
}
.transparant-text {
  opacity: 0.65;
}
.text-center {
  text-align: center !important;
}
.blue-stripped-table {
  width: 100%;
  padding: 0;
  text-align: right;
}
.blue-stripped-table.browseLoanTable thead tr th:first-child {
  width: initial !important;
}
.blue-stripped-table.browseLoanTable thead tr th:nth-child(2) {
  width: 8em !important;
}
.blue-stripped-table.browseLoanTable thead tr th:nth-child(3) {
  width: inherit;
}
.blue-stripped-table.browseLoanTable thead tr th:nth-child(4) {
  width: inherit;
}
.blue-stripped-table tbody:nth-child(odd) tr:not(.fs-portofolio-expandaded) {
  background-color: white;
}
.fs-portofolio-expandaded thead tr th:last-child {
  width: 10% !important;
  padding-right: 10em;
}
.fs-portofolio-expandaded thead tr th:first-child {
  padding-left: 6em;
}
.blue-stripped-table .selected-row {
  background-color: #bdd2fe !important;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.blue-stripped-table .fs-portfolio-blue-text {
  color: #336bda;
  font-weight: 600;
}
.blue-stripped-table .fs-portfolio-black-text {
  color: #485465;
  font-weight: 600;
}
.blue-stripped-table tr > td:first-child {
  text-align: right;
  width: 1em;
  padding-right: 10px;
}
.blue-stripped-table tr > td:last-of-type {
  text-align: left;
  width: 1em;
}
.blue-stripped-table thead tr th {
  font-weight: 300;
  padding: 10px;
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #7c7c7c;
}
.blue-stripped-table thead tr th:first-child {
  width: 1em !important;
  text-align: right;
}
.blue-stripped-table thead tr th:last-child {
  width: 35em;
  text-align: left;
}
.blue-stripped-table thead tr th:nth-child(2) {
  width: 1em;
}
.blue-stripped-table thead tr th:nth-child(4) {
  width: 1em;
}
.blue-stripped-table tr,
.blue-stripped-table td {
  padding: 10px 15px;
  vertical-align: top;
}
.blue-stripped-table tr img,
.blue-stripped-table td img {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.blue-stripped-table tbody tr:nth-child(odd) {
  background-color: #f2f5fe;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.sbn-status-text {
  font-size: 14px;
  margin-top: 20px;
}
.scrollable-table {
  overflow: scroll;
}
.d-block {
  display: block;
}
.input-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.tab-content {
  padding: 20px;
  border: 1px solid #e7eaec;
}
.tab-head a {
  font-size: 0.95em;
  padding: 0.75em;
  border-bottom-color: transparent;
  color: #a7b1c2;
  font-weight: 600;
}
.tab-head a:hover {
  color: #e7eaec;
}
.tab-head > a.tab_active {
  border: 1px solid #e7eaec;
  color: #555555;
  background-color: 1px solid #e7eaec;
  cursor: default;
}
.imgLink {
  display: inline !important;
  padding: 2px !important;
  border: 1px solid #555555 !important;
}
.disabled {
  background-color: gainsboro;
  border: none;
}
.margin-top-1em {
  margin-top: 1em;
}
.margin-top-2em {
  margin-top: 2em;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.margin-right-1em {
  margin-right: 1em;
}
.disable-resize {
  resize: none;
}
.form-grouping {
  padding: 1em;
}
.form-grouping .form-section-group__title {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.form-section-group .caption {
  font-size: 12px;
}
.overflow-scroll {
  overflow: scroll;
}
.max-height-1200 {
  max-height: 1200%;
}
.gray-box {
  background-color: #eee;
  border-radius: 1em;
}
select[multiple],
select[size] {
  height: auto !important;
}
.loan-assignment-row {
  padding: 10px 0;
  border-bottom: #ccc solid 1px;
}
.loan-assignment-button {
  font-size: 10px;
}
@media (max-width: 768px) {
  .loan-assignment-button {
    float: right;
    margin-top: 1em !important;
  }
}
.single-row-title-top {
  padding-top: 0;
}
.single-row-title-bottom {
  padding-bottom: 0;
}
body .ui-slider .ui-slider-handle {
  background-color: #0275d8 !important;
  cursor: pointer;
}
agm-map {
  height: 300px;
}
chart {
  width: 100% !important;
  margin: 0 auto;
  display: block;
}
.table-scroll {
  overflow: scroll;
}
.micro-loan-header {
  line-height: 1.75em;
}
.micro-loan-location-button {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cc-radio {
  height: auto !important;
  margin-right: 5px;
}
.cc-radio-label {
  margin-right: 30px;
}
.fs-small__line-height {
  line-height: 0.75em;
}
.word-wrap-break-word {
  word-wrap: break-word;
}
.fs-small-button-size {
  font-size: 10px;
}
.not-found-page-container {
  font-size: 24px;
  text-align: center;
  margin-top: 10em;
}
.member-tab-title {
  margin-bottom: 1.5em;
}
.tab-sub-title {
  margin-top: 20px;
}
.tab-sub-title.cf-restriction {
  line-height: 2em;
}
.document-management-table {
  word-break: break-all;
}
.document-management-table .width-50-percent {
  width: 50%;
}
.document-management-table .content-column {
  padding: 0.85em 0.65em !important;
}
.document-management-table .icon-column {
  padding: 0.25em !important;
}
p-dropdown .ui-dropdown {
  width: 90px !important;
  border: none !important;
  padding: 0 !important;
}
p-dropdown .ui-dropdown-trigger {
  border: none !important;
  margin-right: 10px;
}
p-dropdown .ui-dropdown-label {
  border-bottom: none !important;
  border-radius: 10px !important;
}
p-dropdown .ui-dropdown-trigger-icon {
  margin-top: 0 !important;
}
p-dropdown .ui-dropdown-label {
  line-height: 24px !important;
}
p-dropdown .ui-dropdown-label:hover {
  background-color: inherit !important;
}
p-dropdown .ui-state-highlight {
  background-color: inherit !important;
}
p-dropdown .ui-dropdown-item:hover {
  background-color: inherit !important;
}
.red-text-color {
  color: red;
}
.p-calender-with-close-button .ui-calendar input {
  border: 0 none !important;
}
.d-flex {
  display: flex;
}
.flex-column-direction {
  flex-direction: column;
}
.flex-justify-content-flex-end {
  justify-content: flex-end;
}
.justify-content-space-between {
  justify-content: space-between;
}
.flex-align-items-center {
  align-items: center;
}
.form-control-error {
  border-color: red;
  color: red;
}
.m-0 {
  margin: 0px !important;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px !important;
}
.p-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.w-10-px {
  width: 10px;
}
.w-10 {
  width: 10%;
}
.w-30 {
  width: 30%;
}
.w-45 {
  width: 45%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.p-8-px {
  padding: 8px;
}
.p-10-px {
  padding: 10px;
}
.p-16-px {
  padding: 16px !important;
}
.h-50-px {
  height: 50px;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.border-bottom-gray {
  border-bottom: 1px solid #e7eaec;
}
.border-right-gray {
  border-right: 1px solid #e7eaec;
}
.word-break-all {
  word-break: break-all;
}
.dropdown-item > div {
  padding: 0.7rem 1rem;
}
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.dropdown-toggle i {
  color: white;
}
textarea[name=noresize] {
  resize: none;
}
textarea[name=vertical-resize] {
  resize: vertical;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.content-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.environment-configurations {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0.5em 0 0.5em 0.5em;
  z-index: 10000;
  font-size: 0.85em;
  font-weight: bold;
  color: #19c0a6;
  background-color: rgba(8, 192, 166, 0.3);
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.environment-configurations__ribbon {
  padding-right: 0.5em;
}
.information-box {
  padding: 0.5em;
  background-color: #9ef3e2;
  color: #1ab394;
}
.information-box.red {
  background-color: #f5c4c4;
  color: #cc1830;
}
.information-message {
  padding: 1em;
  border: 1px solid #9ef3e2;
}
.information-message.red {
  border: 1px solid #f5c4c4;
}
.switch-input {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 30px;
}
.switch-input input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1ab394;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #1c84c6;
}
input:focus + .slider {
  box-shadow: 0 0 1px #1ab394;
}
input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
}
.on {
  display: none;
}
.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  font-weight: lighter;
}
input:checked + .slider .on {
  display: block;
}
input:checked + .slider .off {
  display: none;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/* projects/shared/src/assets/css/tooltip.css */
.tooltip-top,
.tooltip-right,
.tooltip-bottom,
.tooltip-left {
  color: black;
}
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 15px;
  min-width: 50px;
  border: solid 1px rgba(127, 120, 151, 0.25);
  background-color: white;
  color: #4a4a4a;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: white;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: white;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
  margin-left: -50px;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: white;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: white;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/* projects/shared/src/assets/css/site.css */
.upload-button {
  display: block;
  width: auto;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #18a689;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5em 1em;
  border: 1px solid #18a689;
  cursor: pointer;
}
.margin-bottom {
  margin-bottom: 1em;
}

/* projects/shared/src/assets/js/plugins/angular-datatable/css/datatables.min.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}
ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}
@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family:
    "Courier New",
    Courier,
    monospace;
  text-indent: 4px;
  line-height: 16px;
  content: "+";
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family:
    "Courier New",
    Courier,
    monospace;
  text-indent: 4px;
  line-height: 16px;
  content: "+";
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* projects/shared/src/assets/js/plugins/toastr/toastr.min.css */
/*!
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container.toast-bottom-center,
#toast-container.toast-center,
#toast-container.toast-top-center {
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-center > div,
#toast-container.toast-top-center > div {
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-bottom-center > button,
#toast-container.toast-center > button,
#toast-container.toast-top-cente > button {
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-wait {
  background-image: url(data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info,
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
  -moz-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
  -ms-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
  -o-transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
  transition: 1000ms cubic-bezier(.25, .25, .75, .75) all;
}
:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  opacity: .8;
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
  opacity: 0;
}

/* projects/shared/src/assets/js/plugins/icheck/custom.css */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("./media/green-RIZLW5R6.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_square-green {
  background-position: 0 0;
}
.icheckbox_square-green.hover {
  background-position: -24px 0;
}
.icheckbox_square-green.checked {
  background-position: -48px 0;
}
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-green {
  background-position: -120px 0;
}
.iradio_square-green.hover {
  background-position: -144px 0;
}
.iradio_square-green.checked {
  background-position: -168px 0;
}
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url("./media/green@2x-FVSVJKBO.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

/* projects/center/src/assets/ico/modalku.css */
@font-face {
  font-family: "icon_modalku";
  src: url("./media/modalku-TZGGNYYE.eot");
  src:
    url("./media/modalku-TZGGNYYE.eot?#iefix") format("embedded-opentype"),
    url("./media/modalku-YYTICEXA.woff") format("woff"),
    url("./media/modalku-XGEXXAZ3.ttf") format("truetype"),
    url("./media/modalku-NIIFX2NE.svg#modalku") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:not([class*=fsw-icon]):before {
  display: inline-block;
  font-family: "icon_modalku";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon_modalku_fs:before {
  content: "B";
}
.icon-icon_modalku_pemodal:before {
  content: "C";
}
.icon-icon_modalku_peminjam:before {
  content: "D";
}
.icon-icon_modalku_sign:before {
  content: "E";
}
.icon-icon_modalku_ontime:before {
  content: "F";
  color: rgb(115, 182, 32);
}
.icon-icon_modalku_late:before {
  content: "F";
  color: rgb(198, 198, 0);
}
.icon-icon_modalku_partial:before {
  content: "G";
  color: rgb(201, 74, 74);
}
.icon-icon_modalku_dueunpaid:before {
  content: "H";
  color: #555;
}
.icon-icon_modalku_unpaid:before {
  content: "H";
  color: #ececec;
}
.icon-icon_modalku_pinjaman:before {
  content: "I";
}
.icon-icon_modalku_financing:before {
  content: "J";
}
.icon-pembayaran_tepat_waktu:before {
  color: rgb(115, 182, 32);
  content: "F";
}
.icon-pembayaran_terlambat:before {
  color: rgb(228, 228, 1);
  content: "F";
}
.icon-pembayaran_parsial:before {
  color: rgb(201, 74, 74);
  content: "G";
}
.icon-pembayaran_tertunda:before {
  color: #555;
  content: "H";
}

/* projects/center/src/scss/pantry.scss */
.pantry html,
.pantry body {
  margin: 0;
  padding: 0;
}
.pantry table,
.pantry caption,
.pantry tbody,
.pantry tfoot,
.pantry thead,
.pantry tr,
.pantry th,
.pantry td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.pantry table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pantry fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.pantry legend {
  padding: 0;
}
.pantry ::placeholder {
  color: #9b9b9b;
}
.pantry :disabled::placeholder {
  color: #adadad;
}
.pantry input::-webkit-outer-spin-button,
.pantry input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.pantry html {
  box-sizing: border-box;
}
.pantry *,
.pantry *::before,
.pantry *::after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/poppins/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/poppins/Poppins-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/poppins/Poppins-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/poppins/Poppins-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-Regular.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-Regular.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-RegularItalic.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-RegularItalic.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-Medium.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-Medium.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-MediumItalic.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-MediumItalic.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBold.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBoldItalic.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBoldItalic.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-Bold.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-Bold.woff) format("woff");
}
@font-face {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Prompt-BoldItalic.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Prompt-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-RegularItalic.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Inter-RegularItalic.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-MediumItalic.woff2) format("woff2"), url(https://cdn.fundingasiagroup.com/fonts/Inter-MediumItalic.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.fundingasiagroup.com/fonts/Inter-BoldItalic.ttf) format("truetype");
}
.pantry a {
  text-decoration: none;
  color: #2c50ff;
}
.pantry a:visited {
  color: #2c50ff;
}
.pantry a:focus,
.pantry a:hover {
  text-decoration: underline;
}
.pantry ol,
.pantry ul {
  margin: 0;
  padding-left: 2em;
}
.pantry html {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pantry :lang(vi) {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry :lang(th) {
  font-family:
    "Inter",
    "Prompt",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry body {
  font-family: inherit;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.pantry h1,
.pantry h2,
.pantry h3,
.pantry h4,
.pantry h5,
.pantry h6,
.pantry .h1,
.pantry .h2,
.pantry .h3,
.pantry .h4,
.pantry .h5,
.pantry .h6 {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
  margin: 0;
  padding: 0;
}
.pantry h1:lang(vi),
.pantry h2:lang(vi),
.pantry h3:lang(vi),
.pantry h4:lang(vi),
.pantry h5:lang(vi),
.pantry h6:lang(vi),
.pantry .h1:lang(vi),
.pantry .h2:lang(vi),
.pantry .h3:lang(vi),
.pantry .h4:lang(vi),
.pantry .h5:lang(vi),
.pantry .h6:lang(vi) {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry h1:lang(th),
.pantry h2:lang(th),
.pantry h3:lang(th),
.pantry h4:lang(th),
.pantry h5:lang(th),
.pantry h6:lang(th),
.pantry .h1:lang(th),
.pantry .h2:lang(th),
.pantry .h3:lang(th),
.pantry .h4:lang(th),
.pantry .h5:lang(th),
.pantry .h6:lang(th) {
  font-family:
    "Poppins",
    "Prompt",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry h1,
.pantry .h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 544px) {
  .pantry h1,
  .pantry .h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .pantry h1,
  .pantry .h1 {
    font-size: 60px;
    line-height: 1.1;
  }
}
.pantry h2,
.pantry .h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 544px) {
  .pantry h2,
  .pantry .h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .pantry h2,
  .pantry .h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
.pantry h3,
.pantry .h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 544px) {
  .pantry h3,
  .pantry .h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .pantry h3,
  .pantry .h3 {
    font-size: 32px;
    line-height: 1.25;
  }
}
.pantry h4,
.pantry .h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 544px) {
  .pantry h4,
  .pantry .h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .pantry h4,
  .pantry .h4 {
    font-size: 28px;
  }
}
.pantry h5,
.pantry .h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 544px) {
  .pantry h5,
  .pantry .h5 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .pantry h5,
  .pantry .h5 {
    font-size: 24px;
  }
}
.pantry h6,
.pantry .h6 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 544px) {
  .pantry h6,
  .pantry .h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .pantry h6,
  .pantry .h6 {
    font-size: 20px;
  }
}
.pantry small {
  font-size: 14px;
  line-height: 1.5;
}
.pantry caption {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.pantry .accordion {
  padding: 8px;
}
.pantry .accordion[open] .pantry .accordion__summary {
  margin-bottom: 8px;
}
.pantry .accordion[open] .pantry .accordion__summary::after {
  transform: translateY(12px) rotate(225deg);
}
.pantry .accordion__summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #2c50ff;
  font-weight: 500;
}
.pantry .accordion__summary-text {
  margin: initial;
  max-width: calc(100% - 15px);
}
.pantry .accordion__summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #2c50ff #2c50ff transparent;
  transform: translateY(4px) rotate(45deg);
}
.pantry .accordion__summary::-webkit-details-marker,
.pantry .accordion__summary::marker {
  display: none;
  content: "";
}
.pantry .accordion__details {
  color: #757575;
}
.pantry button,
.pantry input[type=submit],
.pantry input[type=button],
.pantry input[type=reset],
.pantry .btn {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
.pantry button:visited,
.pantry input[type=submit]:visited,
.pantry input[type=button]:visited,
.pantry input[type=reset]:visited,
.pantry .btn:visited {
  color: #222222;
}
.pantry button:hover,
.pantry button.is-hovered,
.pantry input[type=submit]:hover,
.pantry input[type=submit].is-hovered,
.pantry input[type=button]:hover,
.pantry input[type=button].is-hovered,
.pantry input[type=reset]:hover,
.pantry input[type=reset].is-hovered,
.pantry .btn:hover,
.pantry .btn.is-hovered {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
.pantry button:active,
.pantry button.is-active,
.pantry input[type=submit]:active,
.pantry input[type=submit].is-active,
.pantry input[type=button]:active,
.pantry input[type=button].is-active,
.pantry input[type=reset]:active,
.pantry input[type=reset].is-active,
.pantry .btn:active,
.pantry .btn.is-active {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
.pantry button:disabled,
.pantry button.is-disabled,
.pantry input[type=submit]:disabled,
.pantry input[type=submit].is-disabled,
.pantry input[type=button]:disabled,
.pantry input[type=button].is-disabled,
.pantry input[type=reset]:disabled,
.pantry input[type=reset].is-disabled,
.pantry .btn:disabled,
.pantry .btn.is-disabled {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
}
.pantry button,
.pantry input[type=submit],
.pantry input[type=button],
.pantry input[type=reset],
.pantry .btn {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  text-decoration: none;
  appearance: none;
  transform: translateY(0);
  will-change: transform, box-shadow;
  transition:
    box-shadow 200ms cubic-bezier(0, 0, 0.2, 1),
    transform 200ms cubic-bezier(0, 0, 0.2, 1),
    background-color 200ms cubic-bezier(0, 0, 0.2, 1),
    color 200ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry button.btn--flat,
.pantry button.btn--flat:hover,
.pantry input[type=submit].btn--flat,
.pantry input[type=submit].btn--flat:hover,
.pantry input[type=button].btn--flat,
.pantry input[type=button].btn--flat:hover,
.pantry input[type=reset].btn--flat,
.pantry input[type=reset].btn--flat:hover,
.pantry .btn.btn--flat,
.pantry .btn.btn--flat:hover {
  border: 0;
  box-shadow: none;
}
.pantry button:hover,
.pantry button.is-hovered,
.pantry input[type=submit]:hover,
.pantry input[type=submit].is-hovered,
.pantry input[type=button]:hover,
.pantry input[type=button].is-hovered,
.pantry input[type=reset]:hover,
.pantry input[type=reset].is-hovered,
.pantry .btn:hover,
.pantry .btn.is-hovered {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.pantry button:active,
.pantry button.is-active,
.pantry input[type=submit]:active,
.pantry input[type=submit].is-active,
.pantry input[type=button]:active,
.pantry input[type=button].is-active,
.pantry input[type=reset]:active,
.pantry input[type=reset].is-active,
.pantry .btn:active,
.pantry .btn.is-active {
  transform: none;
  transition: none;
  box-shadow: none;
}
.pantry button:disabled,
.pantry button.is-disabled,
.pantry input[type=submit]:disabled,
.pantry input[type=submit].is-disabled,
.pantry input[type=button]:disabled,
.pantry input[type=button].is-disabled,
.pantry input[type=reset]:disabled,
.pantry input[type=reset].is-disabled,
.pantry .btn:disabled,
.pantry .btn.is-disabled {
  box-shadow: none;
  opacity: 0.6;
  transform: none;
  cursor: not-allowed;
  -webkit-user-select: initial;
  user-select: initial;
}
.pantry button:disabled:hover,
.pantry button.is-disabled:hover,
.pantry input[type=submit]:disabled:hover,
.pantry input[type=submit].is-disabled:hover,
.pantry input[type=button]:disabled:hover,
.pantry input[type=button].is-disabled:hover,
.pantry input[type=reset]:disabled:hover,
.pantry input[type=reset].is-disabled:hover,
.pantry .btn:disabled:hover,
.pantry .btn.is-disabled:hover {
  text-decoration: none;
}
.pantry button + .pantry button,
.pantry button + .pantry input[type=submit],
.pantry button + .pantry input[type=button],
.pantry button + .pantry input[type=reset],
.pantry button + .pantry .btn,
.pantry input[type=submit] + .pantry button,
.pantry input[type=submit] + .pantry input[type=submit],
.pantry input[type=submit] + .pantry input[type=button],
.pantry input[type=submit] + .pantry input[type=reset],
.pantry input[type=submit] + .pantry .btn,
.pantry input[type=button] + .pantry button,
.pantry input[type=button] + .pantry input[type=submit],
.pantry input[type=button] + .pantry input[type=button],
.pantry input[type=button] + .pantry input[type=reset],
.pantry input[type=button] + .pantry .btn,
.pantry input[type=reset] + .pantry button,
.pantry input[type=reset] + .pantry input[type=submit],
.pantry input[type=reset] + .pantry input[type=button],
.pantry input[type=reset] + .pantry input[type=reset],
.pantry input[type=reset] + .pantry .btn,
.pantry .btn + .pantry button,
.pantry .btn + .pantry input[type=submit],
.pantry .btn + .pantry input[type=button],
.pantry .btn + .pantry input[type=reset],
.pantry .btn + .pantry .btn {
  margin-left: 8px;
}
.pantry button:lang(vi),
.pantry input[type=submit]:lang(vi),
.pantry input[type=button]:lang(vi),
.pantry input[type=reset]:lang(vi),
.pantry .btn:lang(vi) {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry button:lang(th),
.pantry input[type=submit]:lang(th),
.pantry input[type=button]:lang(th),
.pantry input[type=reset]:lang(th),
.pantry .btn:lang(th) {
  font-family:
    "Poppins",
    "Prompt",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .btn--primary {
  background-color: #2c50ff;
  border-color: #2c50ff;
  color: #ffffff;
}
.pantry .btn--primary:visited {
  color: #ffffff;
}
.pantry .btn--primary:hover,
.pantry .btn--primary.is-hovered {
  background-color: #2c50ff;
  border-color: #2c50ff;
  color: #ffffff;
}
.pantry .btn--primary:active,
.pantry .btn--primary.is-active {
  background-color: #0b2e8f;
  border-color: #0b2e8f;
  color: #ffffff;
}
.pantry .btn--primary:disabled,
.pantry .btn--primary.is-disabled {
  background-color: #2c50ff;
  border-color: #2c50ff;
  color: #ffffff;
}
.pantry .btn--secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2c50ff;
}
.pantry .btn--secondary:visited {
  color: #2c50ff;
}
.pantry .btn--secondary:hover,
.pantry .btn--secondary.is-hovered {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2c50ff;
}
.pantry .btn--secondary:active,
.pantry .btn--secondary.is-active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0b2e8f;
}
.pantry .btn--secondary:disabled,
.pantry .btn--secondary.is-disabled {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2c50ff;
}
.pantry .btn--large {
  padding: 12px 16px;
}
.pantry .btn--small {
  font-size: 14px;
  padding: 6px 12px;
}
.pantry .btn--block {
  display: block;
  text-align: center;
  width: 100%;
}
.pantry .btn--block + .btn--block {
  margin: 8px 0 0;
}
.pantry .btn--link {
  background-color: transparent;
  border-color: transparent;
  color: #2c50ff;
}
.pantry .btn--link:visited {
  color: #2c50ff;
}
.pantry .btn--link:hover,
.pantry .btn--link.is-hovered {
  background-color: transparent;
  border-color: transparent;
  color: rgba(44, 80, 255, 0.8);
}
.pantry .btn--link:active,
.pantry .btn--link.is-active {
  background-color: transparent;
  border-color: transparent;
  color: #0b2e8f;
}
.pantry .btn--link:disabled,
.pantry .btn--link.is-disabled {
  background-color: transparent;
  border-color: transparent;
  color: #2c50ff;
}
.pantry .btn--link {
  box-shadow: none;
}
.pantry .btn--link:hover,
.pantry .btn--link.is-hovered {
  box-shadow: none;
  transform: none;
}
.pantry .btn--table-action {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.pantry .btn--table-action:visited {
  color: inherit;
}
.pantry .btn--table-action:hover,
.pantry .btn--table-action.is-hovered {
  background-color: transparent;
  border-color: transparent;
  color: #2c50ff;
}
.pantry .btn--table-action:active,
.pantry .btn--table-action.is-active {
  background-color: transparent;
  border-color: transparent;
  color: #0b2e8f;
}
.pantry .btn--table-action:disabled,
.pantry .btn--table-action.is-disabled {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.pantry .btn--table-action {
  line-height: 1;
  padding: 4px;
  box-shadow: none;
}
.pantry .btn--table-action:hover,
.pantry .btn--table-action.is-hovered {
  box-shadow: none;
  transform: none;
}
.pantry .btn .icon-circled {
  vertical-align: baseline;
}
.pantry .card {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pantry .card__content,
.pantry .card__actions {
  padding: 24px;
}
.pantry .card__media {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  height: 0;
  padding-top: 40.5%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pantry .card__actions {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.pantry .card__actions .btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 1004px) {
  .pantry .card__actions .btn {
    flex: 1 1 0;
  }
}
.pantry .card__actions .btn + .btn {
  margin-top: 16px;
  margin-left: 0;
}
@media (min-width: 1004px) {
  .pantry .card__actions .btn + .btn {
    margin-left: 16px;
    margin-top: 0;
  }
}
.pantry .card--equal-height {
  min-height: 100%;
}
.pantry .card--equal-height .card__content {
  flex: 1 0 auto;
}
.pantry .card--no-shadow {
  box-shadow: none;
}
.pantry .card--compact > .card__content,
.pantry .card--compact > .card__actions {
  padding: 12px;
}
.pantry .card--compact > .card__actions {
  padding-top: 0;
}
.pantry .card--comfortable > .card__content,
.pantry .card--comfortable > .card__actions {
  padding: 48px;
}
.pantry .card--comfortable > .card__actions {
  padding-top: 0;
}
.pantry .card--info {
  background-color: #f3f5fd;
}
.pantry .card--mono {
  background-color: #f1f1f2;
}
.pantry input[type=checkbox],
.pantry input[type=radio] {
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  opacity: 0;
}
.pantry .form-choice {
  font-size: 16px;
}
.pantry .form-choice + .form-choice {
  margin-top: 16px;
}
.pantry .form-choice__label {
  position: relative;
  display: flex;
  font-size: 1em;
  line-height: 1.25;
}
.pantry .form-choice__label::before {
  content: " ";
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 8px;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #8f8f8f;
  cursor: pointer;
  will-change:
    border-color,
    background-color,
    box-shadow;
  transition:
    border-color 100ms cubic-bezier(0, 0, 0.2, 1),
    background-color 100ms cubic-bezier(0, 0, 0.2, 1),
    box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry .form-choice__label::after {
  content: " ";
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1), transform 100ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry input[type=checkbox]:focus + .form-choice__label::before,
.pantry input[type=checkbox]:active + .form-choice__label::before,
.pantry input[type=radio]:focus + .form-choice__label::before,
.pantry input[type=radio]:active + .form-choice__label::before {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.pantry input[type=checkbox]:disabled + .form-choice__label,
.pantry input[type=radio]:disabled + .form-choice__label {
  pointer-events: none;
}
.pantry .form-choice--inline {
  display: inline-block;
}
.pantry .form-choice--inline + .pantry .form-choice--inline {
  margin-top: 0;
  margin-left: 16px;
}
.pantry .form-choice__label--checkbox::before {
  border-radius: 2px;
  background-color: #ffffff;
}
.pantry .form-choice__label--checkbox::after {
  height: 0.4em;
  width: 0.8em;
  left: 0.25em;
  top: 0.3em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
}
.pantry input[type=checkbox]:checked + .form-choice__label--checkbox::before {
  border-color: #3e7eff;
  background-color: #3e7eff;
}
.pantry input[type=checkbox]:checked + .form-choice__label--checkbox::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.pantry input[type=checkbox]:disabled ~ .form-choice__label--checkbox::before {
  border-color: #cccccc;
  background-color: #f1f1f2;
}
.pantry input[type=checkbox]:disabled:checked ~ .form-choice__label--checkbox::before {
  background-color: #cccccc;
}
.pantry .form-choice__label--radio::before,
.pantry .form-choice__label--radio::after {
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
}
.pantry .form-choice__label--radio::before {
  z-index: 2;
  background-color: #ffffff;
}
.pantry .form-choice__label--radio::after {
  content: " ";
  background: #3e7eff;
  border: 0.3125em solid #ffffff;
  transform: scale(0);
}
.pantry input[type=radio]:checked + .form-choice__label--radio::before {
  border-color: #3e7eff;
  background-color: transparent;
}
.pantry input[type=radio]:checked + .form-choice__label--radio::after {
  opacity: 1;
  transform: scale(1);
}
.pantry input[type=radio]:disabled + .form-choice__label--radio::before {
  background-color: #f1f1f2;
  border-color: #cccccc;
}
.pantry input[type=radio]:disabled:checked + .form-choice__label--radio::before {
  background-color: transparent;
}
.pantry input[type=radio]:disabled:checked + .form-choice__label--radio::after {
  background-color: #cccccc;
  border-color: #f1f1f2;
}
.pantry .form-control {
  display: inline-block;
  width: 100%;
  padding-bottom: 23px;
  color: #222222;
  line-height: 1.5;
}
.pantry .form-control.has-help,
.pantry .form-control.has-error {
  height: 0;
}
.pantry .form-control.has-error .form-input,
.pantry .form-control.has-error .form-textarea,
.pantry .form-control.has-error .input-group,
.pantry .form-control.has-error select {
  border-color: #ff2945;
  box-shadow: none;
}
.pantry .form-control.has-error .form-choice__label::before {
  border-color: #ff2945;
}
.pantry .form-control + .pantry .form-control {
  margin-top: 4px;
}
.pantry .form-label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
}
.pantry .form-control__help,
.pantry .form-control__error {
  display: block;
  font-size: 12px;
  padding-top: 4px;
}
.pantry .form-control__help {
  color: #8f8f8f;
}
.pantry .form-control__error {
  color: #cc1830;
}
.pantry .file-selector-wrapper--inline {
  display: flex;
  align-items: center;
}
.pantry .file-selector-wrapper--inline .file-selector + .file-list {
  margin-top: 0;
  margin-left: 8px;
}
.pantry .file-selector {
  position: relative;
  display: inline-block;
}
.pantry .file-selector .btn .icon + span {
  margin-left: 8px;
}
.pantry .file-selector input[type=file] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pantry .file-selector + .file-list {
  margin-top: 8px;
}
.pantry .file-list {
  padding: 0;
  margin: 0;
  flex: 1 1;
  list-style: none;
}
.pantry .file-list__file + .file-list__file {
  margin-top: 8px;
}
.pantry .file-list__container {
  background-color: #f3f5fd;
  color: #4a4a4a;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 8px;
}
.pantry .file-list__description {
  line-height: 1.71429;
  flex: 1 0;
}
.pantry .file-list__icon {
  font-size: 1.14em;
  line-height: 1;
  color: #cccccc;
  margin-right: 8px;
  text-align: center;
}
.pantry .file-list__action {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
  font-weight: 400;
  font-size: 0.85714em;
  border: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.pantry .file-list__action:hover {
  box-shadow: none;
  transform: none;
  background: transparent;
}
.pantry .file-list__action:lang(vi) {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .file-list__action:lang(th) {
  font-family:
    "Inter",
    "Prompt",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .file-list__error {
  font-size: 12px;
  color: #cc1830;
  margin-top: 4px;
}
.pantry .file-list__file.is-uploading .file-list__action {
  color: #2c50ff;
}
.pantry .file-list__file.is-success .file-list__icon {
  color: #08c0a6;
}
.pantry .file-list__file.is-success .file-list__action {
  color: #4a4a4a !important;
}
.pantry .file-list__file.is-error .file-list__container {
  background-color: #f5d7d7;
}
.pantry .file-list__file.is-error .file-list__icon {
  color: #cc1830;
}
.pantry .file-list__file.is-error .file-list__action {
  color: #4a4a4a !important;
}
.pantry .icon {
  position: relative;
  top: 0.125em;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.pantry .icon-circled {
  display: inline-block;
  position: relative;
  line-height: 0;
  padding: 0.3em;
  border-radius: 50%;
  vertical-align: middle;
}
.pantry .icon-circled .icon {
  width: 0.65em;
  height: 0.65em;
  top: 0;
}
.pantry .icon-circled + * {
  vertical-align: middle;
}
.pantry .form-input {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12);
  padding: 8px 16px;
  color: #222222;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  will-change: border-color, box-shadow;
  transition: border-color 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry .form-input:disabled,
.pantry .form-input:read-only {
  background: #f1f1f2;
  color: #757575;
  box-shadow: none;
}
.pantry .form-input:disabled {
  cursor: not-allowed;
}
.pantry .form-input:focus {
  outline: 0;
  border-color: #79a6ff;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px #79a6ff;
}
.pantry .input-group {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 2px;
  will-change: border-color, box-shadow;
  transition: border-color 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry .input-group .form-input {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: none;
}
.pantry .input-group .form-input:first-child {
  padding-right: 4px;
}
.pantry .input-group .form-input:not(:first-child):not(:last-child) {
  padding-right: 4px;
  padding-left: 4px;
}
.pantry .input-group .form-input:last-child {
  padding-left: 4px;
}
.pantry .input-group.is-disabled,
.pantry .input-group.is-readonly {
  background: #f1f1f2;
  color: #757575;
  box-shadow: none;
}
.pantry .input-group.is-disabled {
  cursor: not-allowed;
}
.pantry .input-group:focus-within {
  outline: 0;
  border-color: #79a6ff;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px #79a6ff;
}
.pantry .input-group__prefix,
.pantry .input-group__suffix {
  flex: 0 0 auto;
  padding: 8px 0;
}
.pantry .input-group__prefix {
  padding-left: 16px;
}
.pantry .input-group__suffix {
  padding-right: 16px;
}
.pantry .container {
  display: block;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}
@media (min-width: 544px) {
  .pantry .container {
    max-width: 568px;
  }
}
@media (min-width: 768px) {
  .pantry .container {
    max-width: 792px;
  }
}
@media (min-width: 1004px) {
  .pantry .container {
    max-width: 1028px;
  }
}
.pantry .container--fluid {
  max-width: 100%;
}
.pantry .row {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.pantry .row + .pantry .row {
  margin-top: 12px;
}
.pantry .row + .row-no-grid {
  margin-top: 24px;
}
.pantry .row::after {
  content: " ";
  display: table;
  clear: both;
}
.pantry .row-no-grid + .pantry .row-no-grid {
  margin-top: 24px;
}
.pantry .row-no-grid + .row {
  margin-top: 12px;
}
.pantry .col {
  padding: 0 12px;
  margin: 12px 0;
  width: 100%;
  max-width: 100%;
  float: left;
}
.pantry .col--1\/12 {
  width: 8.3333333333%;
  flex: none;
}
.pantry .col--2\/12 {
  width: 16.6666666667%;
  flex: none;
}
.pantry .col--3\/12 {
  width: 25%;
  flex: none;
}
.pantry .col--4\/12 {
  width: 33.3333333333%;
  flex: none;
}
.pantry .col--5\/12 {
  width: 41.6666666667%;
  flex: none;
}
.pantry .col--6\/12 {
  width: 50%;
  flex: none;
}
.pantry .col--7\/12 {
  width: 58.3333333333%;
  flex: none;
}
.pantry .col--8\/12 {
  width: 66.6666666667%;
  flex: none;
}
.pantry .col--9\/12 {
  width: 75%;
  flex: none;
}
.pantry .col--10\/12 {
  width: 83.3333333333%;
  flex: none;
}
.pantry .col--11\/12 {
  width: 91.6666666667%;
  flex: none;
}
.pantry .col--12\/12 {
  width: 100%;
  flex: none;
}
.pantry .col--auto {
  width: auto;
  flex: none;
}
.pantry .col--fill {
  width: auto;
  flex: 1 1 0;
}
@media (min-width: 544px) {
  .pantry .col--1\/12-small {
    width: 8.3333333333%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--2\/12-small {
    width: 16.6666666667%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--3\/12-small {
    width: 25%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--4\/12-small {
    width: 33.3333333333%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--5\/12-small {
    width: 41.6666666667%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--6\/12-small {
    width: 50%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--7\/12-small {
    width: 58.3333333333%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--8\/12-small {
    width: 66.6666666667%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--9\/12-small {
    width: 75%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--10\/12-small {
    width: 83.3333333333%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--11\/12-small {
    width: 91.6666666667%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--12\/12-small {
    width: 100%;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--auto-small {
    width: auto;
    flex: none;
  }
}
@media (min-width: 544px) {
  .pantry .col--fill-small {
    width: auto;
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  .pantry .col--1\/12-medium {
    width: 8.3333333333%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--2\/12-medium {
    width: 16.6666666667%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--3\/12-medium {
    width: 25%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--4\/12-medium {
    width: 33.3333333333%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--5\/12-medium {
    width: 41.6666666667%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--6\/12-medium {
    width: 50%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--7\/12-medium {
    width: 58.3333333333%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--8\/12-medium {
    width: 66.6666666667%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--9\/12-medium {
    width: 75%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--10\/12-medium {
    width: 83.3333333333%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--11\/12-medium {
    width: 91.6666666667%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--12\/12-medium {
    width: 100%;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--auto-medium {
    width: auto;
    flex: none;
  }
}
@media (min-width: 768px) {
  .pantry .col--fill-medium {
    width: auto;
    flex: 1 1 0;
  }
}
@media (min-width: 1004px) {
  .pantry .col--1\/12-large {
    width: 8.3333333333%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--2\/12-large {
    width: 16.6666666667%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--3\/12-large {
    width: 25%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--4\/12-large {
    width: 33.3333333333%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--5\/12-large {
    width: 41.6666666667%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--6\/12-large {
    width: 50%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--7\/12-large {
    width: 58.3333333333%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--8\/12-large {
    width: 66.6666666667%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--9\/12-large {
    width: 75%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--10\/12-large {
    width: 83.3333333333%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--11\/12-large {
    width: 91.6666666667%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--12\/12-large {
    width: 100%;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--auto-large {
    width: auto;
    flex: none;
  }
}
@media (min-width: 1004px) {
  .pantry .col--fill-large {
    width: auto;
    flex: 1 1 0;
  }
}
.pantry .row--align-left {
  justify-content: flex-start;
}
@media (min-width: 544px) {
  .pantry .row--align-left-small {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .pantry .row--align-left-medium {
    justify-content: flex-start;
  }
}
@media (min-width: 1004px) {
  .pantry .row--align-left-large {
    justify-content: flex-start;
  }
}
.pantry .row--align-right {
  justify-content: flex-end;
}
@media (min-width: 544px) {
  .pantry .row--align-right-small {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .pantry .row--align-right-medium {
    justify-content: flex-end;
  }
}
@media (min-width: 1004px) {
  .pantry .row--align-right-large {
    justify-content: flex-end;
  }
}
.pantry .row--align-center {
  justify-content: center;
}
@media (min-width: 544px) {
  .pantry .row--align-center-small {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .pantry .row--align-center-medium {
    justify-content: center;
  }
}
@media (min-width: 1004px) {
  .pantry .row--align-center-large {
    justify-content: center;
  }
}
.pantry .row--align-top {
  align-items: flex-start;
}
@media (min-width: 544px) {
  .pantry .row--align-top-small {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .pantry .row--align-top-medium {
    align-items: flex-start;
  }
}
@media (min-width: 1004px) {
  .pantry .row--align-top-large {
    align-items: flex-start;
  }
}
.pantry .row--align-bottom {
  align-items: flex-end;
}
@media (min-width: 544px) {
  .pantry .row--align-bottom-small {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .pantry .row--align-bottom-medium {
    align-items: flex-end;
  }
}
@media (min-width: 1004px) {
  .pantry .row--align-bottom-large {
    align-items: flex-end;
  }
}
.pantry .row--align-middle {
  align-items: center;
}
@media (min-width: 544px) {
  .pantry .row--align-middle-small {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .pantry .row--align-middle-medium {
    align-items: center;
  }
}
@media (min-width: 1004px) {
  .pantry .row--align-middle-large {
    align-items: center;
  }
}
.pantry .col--align-top {
  align-self: flex-start;
}
@media (min-width: 544px) {
  .pantry .col--align-top-small {
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .pantry .col--align-top-medium {
    align-self: flex-start;
  }
}
@media (min-width: 1004px) {
  .pantry .col--align-top-large {
    align-self: flex-start;
  }
}
.pantry .col--align-bottom {
  align-self: flex-end;
}
@media (min-width: 544px) {
  .pantry .col--align-bottom-small {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .pantry .col--align-bottom-medium {
    align-self: flex-end;
  }
}
@media (min-width: 1004px) {
  .pantry .col--align-bottom-large {
    align-self: flex-end;
  }
}
.pantry .col--align-middle {
  align-self: center;
}
@media (min-width: 544px) {
  .pantry .col--align-middle-small {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .pantry .col--align-middle-medium {
    align-self: center;
  }
}
@media (min-width: 1004px) {
  .pantry .col--align-middle-large {
    align-self: center;
  }
}
.pantry .col--align-left {
  margin-right: auto;
}
@media (min-width: 544px) {
  .pantry .col--align-left-small {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .pantry .col--align-left-medium {
    margin-right: auto;
  }
}
@media (min-width: 1004px) {
  .pantry .col--align-left-large {
    margin-right: auto;
  }
}
.pantry .col--align-center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 544px) {
  .pantry .col--align-center-small {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .pantry .col--align-center-medium {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1004px) {
  .pantry .col--align-center-large {
    margin-left: auto;
    margin-right: auto;
  }
}
.pantry .col--align-right {
  margin-left: auto;
}
@media (min-width: 544px) {
  .pantry .col--align-right-small {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .pantry .col--align-right-medium {
    margin-left: auto;
  }
}
@media (min-width: 1004px) {
  .pantry .col--align-right-large {
    margin-left: auto;
  }
}
.pantry .logo {
  height: 4.5rem;
  width: 4.5rem;
}
.pantry .logo--fs {
  width: 27rem;
}
.pantry .logo--fsmk {
  width: 41.25rem;
}
.pantry .logo--stacked {
  width: 13.5rem;
}
.pantry .modal,
.pantry .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pantry .modal-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 20;
}
.pantry .modal-container.is-open {
  display: block;
}
.pantry .modal {
  padding: 0;
  max-height: 100vh;
  overflow-y: auto;
  border: 16px solid transparent;
}
@media (min-width: 544px) {
  .pantry .modal {
    max-width: 488px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.pantry .modal__content {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 16px;
  height: 100%;
  width: 100%;
}
@media (min-width: 544px) {
  .pantry .modal__content {
    padding: 24px;
  }
}
.pantry .modal__close {
  padding: 0;
  display: block;
  box-shadow: none;
  border: 0;
  line-height: 1;
  font-size: 2rem;
  color: #adadad;
  margin-bottom: 16px;
  margin-left: auto;
  width: 1em;
  cursor: pointer;
}
.pantry .modal__close:hover {
  color: #3e7eff;
  transform: none;
  box-shadow: none;
}
@media (min-width: 544px) {
  .pantry .modal__close {
    margin-bottom: 24px;
  }
}
.pantry .modal__hero {
  text-align: center;
  margin-bottom: 32px;
}
.pantry .modal__header {
  text-align: center;
  margin-bottom: 8px;
}
.pantry .modal__actions {
  margin-top: 48px;
}
.pantry .nav-submenu__item a:not(.btn),
.pantry .nav-submenu__title,
.pantry .nav-menu__item a:not(.btn) {
  text-decoration: none;
  outline: 0;
  display: flex;
  color: #4a4a4a;
  padding: 12px 16px;
  border-radius: 4px;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1), background-color 200ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry .nav-submenu__item a:hover:not(.btn),
.pantry .nav-submenu__title:hover,
.pantry .nav-menu__item a:hover:not(.btn),
.pantry .nav-submenu__item a:focus:not(.btn),
.pantry .nav-submenu__title:focus,
.pantry .nav-menu__item a:focus:not(.btn) {
  background-color: #f3f5fd;
}
.pantry .nav-submenu__item a:active:not(.btn),
.pantry .nav-submenu__title:active,
.pantry .nav-menu__item a:active:not(.btn),
.pantry .nav-submenu__item a:focus:not(.btn),
.pantry .nav-submenu__title:focus,
.pantry .nav-menu__item a:focus:not(.btn) {
  color: #2c50ff;
}
.pantry .nav {
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
}
@media (min-width: 768px) {
  .pantry .nav {
    height: auto;
  }
}
.pantry .nav.is-open {
  height: 100vh;
}
@media (min-width: 768px) {
  .pantry .nav.is-open {
    height: auto;
  }
}
.pantry .nav.is-open .nav-menu--hamburger {
  transform: translateY(0);
}
.pantry .nav.is-open .navbar {
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 544px) {
  .pantry .nav.is-open .navbar {
    border-bottom: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}
.pantry .nav.is-open .navbar__brand {
  opacity: 0;
  width: 0;
}
@media (min-width: 768px) {
  .pantry .nav.is-open .navbar__brand {
    opacity: 1;
  }
}
.pantry .nav.is-open .navbar__hamburger {
  color: #757575;
}
.pantry .nav.is-open .navbar__hamburger-indicator {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.pantry .nav.is-open .navbar__hamburger-indicator::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.pantry .nav.is-open .navbar__hamburger-indicator::after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.pantry .nav.is-open .navbar__hamburger-return {
  width: auto;
  margin-right: auto;
}
.pantry .nav.is-open.is-submenu-open .navbar__hamburger-return {
  display: flex;
  opacity: 1;
}
@media (min-width: 768px) {
  .pantry .nav.is-open.is-submenu-open .navbar__hamburger-return {
    display: none;
  }
}
.pantry .nav.is-open.is-submenu-open .nav-menu__items {
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .pantry .nav.is-open.is-submenu-open .nav-menu__items {
    transform: none;
  }
}
.pantry .navbar {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  line-height: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-height: 80px;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .pantry .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.pantry .navbar__brand {
  display: inline-block;
  transition: opacity 200ms linear;
}
.pantry .navbar__hamburger-return {
  opacity: 0;
  width: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 200ms linear;
}
.pantry .navbar__hamburger-return::before {
  content: " ";
  display: inline-block;
  margin-right: 8px;
  height: 0.57143em;
  width: 0.57143em;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-color: #4a4a4a;
  transform: rotate(-45deg);
}
.pantry .navbar__hamburger-return:hover {
  transform: none;
  box-shadow: none;
  color: #2c50ff;
}
.pantry .navbar__hamburger-return:lang(vi) {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .navbar__hamburger-return:lang(th) {
  font-family:
    "Inter",
    "Prompt",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .navbar__hamburger {
  font-size: 2rem;
  width: 1em;
  height: 1em;
  color: #4a4a4a;
  margin-left: auto;
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.pantry .navbar__hamburger:hover {
  color: #2c50ff;
  transform: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .pantry .navbar__hamburger {
    display: none;
  }
}
.pantry .navbar__hamburger-indicator {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: currentColor;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.pantry .navbar__hamburger-indicator::before,
.pantry .navbar__hamburger-indicator::after {
  content: " ";
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: currentColor;
}
.pantry .navbar__hamburger-indicator::before {
  top: -0.3em;
  will-change: top;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.pantry .navbar__hamburger-indicator::after {
  bottom: -0.3em;
  will-change: bottom;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.pantry .nav-menu {
  margin-left: auto;
  display: none;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .pantry .nav-menu {
    display: block;
  }
}
.pantry .nav-menu__items {
  height: 100%;
  list-style: none;
  padding: 16px 8px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71429;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .pantry .nav-menu__items {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.pantry .nav-menu--hamburger {
  display: block;
  position: absolute;
  padding-top: 80px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: 300ms transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .pantry .nav-menu--hamburger {
    display: none;
  }
}
.pantry .nav-menu--hamburger .nav-menu__item .btn {
  text-align: center;
  width: 100%;
}
.pantry .nav-menu__item--separator {
  padding: 0;
  border-width: 0;
  border-color: #e0e0e0;
  border-style: solid;
  border-bottom-width: 1px;
  height: auto;
  width: 100vw;
  margin: 12px -8px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pantry .nav-menu__item--separator {
    height: 3.42857em;
    width: auto;
    margin: 0 4px;
    border-right-width: 1px;
  }
}
.pantry .nav-menu__item + .nav-menu__item,
.pantry .nav-menu__item + .nav-submenu {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .pantry .nav-menu__item + .nav-menu__item,
  .pantry .nav-menu__item + .nav-submenu {
    margin-top: 0;
    margin-left: 4px;
  }
}
.pantry .nav-menu__item + .nav-menu__item--separator {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .pantry .nav-menu__item + .nav-menu__item--separator {
    margin-top: 0;
    margin-left: 4px;
  }
}
.pantry .nav-menu__item--separator + .nav-menu__item,
.pantry .nav-menu__item--separator + .nav-submenu {
  margin-top: 0;
  margin-left: 0;
}
.pantry .nav-submenu,
.pantry .nav-submenu__item {
  list-style: none;
}
.pantry .nav-submenu {
  z-index: 2;
}
@media (min-width: 768px) {
  .pantry .nav-submenu {
    position: relative;
  }
}
.pantry .nav-submenu.is-open .nav-submenu__container {
  display: flex;
}
.pantry .nav-submenu.is-open .nav-submenu__title {
  background-color: #f3f5fd;
  color: #2c50ff;
}
.pantry .nav-submenu.is-open .nav-submenu__title::after {
  border-color: #4a4a4a;
}
@media (min-width: 768px) {
  .pantry .nav-submenu.is-open .nav-submenu__title::after {
    margin-top: 0.28571em;
    transform: rotate(-45deg);
  }
}
.pantry .nav-submenu__container {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #ffffff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pantry .nav-submenu__container {
    flex-direction: row;
    top: auto;
    right: auto;
    left: 50%;
    width: auto;
    min-height: auto;
    margin-top: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
  }
}
.pantry .nav-submenu__title {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pantry .nav-submenu__title::after {
  content: " ";
  display: inline-block;
  height: 0.57143em;
  width: 0.57143em;
  margin-left: auto;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #757575;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .pantry .nav-submenu__title::after {
    margin-left: 8px;
    margin-top: -0.28571em;
    transform: rotate(135deg);
  }
}
.pantry .nav-submenu__items {
  list-style: none;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .pantry .nav-submenu__items {
    width: 310px;
  }
}
.pantry .nav-submenu__item .btn--link {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
  color: #757575;
  font-weight: 500;
}
.pantry .nav-submenu__item .btn--link:hover {
  text-decoration: underline;
  background: none;
}
.pantry .nav-submenu__item .btn--link:lang(vi) {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .nav-submenu__item .btn--link:lang(th) {
  font-family:
    "Inter",
    "Prompt",
    -apple-system,
    BlinkMacSystemFont,
    "San Francisco",
    Roboto,
    "Segoe UI",
    sans-serif;
}
.pantry .nav_submenu__item-icon {
  margin-top: 2px;
  margin-right: 8px;
}
.pantry .nav-submenu__item-subtitle {
  margin-bottom: 0;
  margin-top: 4px;
  color: #757575;
  font-size: 12px;
}
.pantry .nav-submenu__aside {
  padding: 24px;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .pantry .nav-submenu__aside {
    width: 310px;
    border-top: 0;
    border-left: 1px solid #e0e0e0;
  }
}
.pantry .nav-submenu__item + .nav-submenu__item {
  margin-top: 4px;
}
.pantry .nav-submenu + .nav-submenu,
.pantry .nav-submenu + .nav-menu__item {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .pantry .nav-submenu + .nav-submenu,
  .pantry .nav-submenu + .nav-menu__item {
    margin-top: 0;
    margin-left: 4px;
  }
}
.pantry .progress-indicator {
  display: flex;
  justify-content: space-around;
  padding: 0;
}
@media (min-width: 544px) {
  .pantry .progress-indicator {
    display: initial;
  }
}
.pantry .progress-indicator__step {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 0;
  text-align: center;
  color: #cccccc;
}
@media (min-width: 544px) {
  .pantry .progress-indicator__step {
    text-align: initial;
    display: flex;
    align-items: center;
  }
}
.pantry .progress-indicator__step::before {
  position: absolute;
  background: #f1f1f2;
  height: 0.125em;
  width: 100%;
  left: -50%;
  bottom: 0.9375em;
}
@media (min-width: 544px) {
  .pantry .progress-indicator__step::before {
    height: 2em;
    width: 0.125em;
    left: 0.9375em;
    bottom: 2em;
  }
}
@media (min-width: 544px) {
  .pantry .progress-indicator__step + .progress-indicator__step {
    margin-top: 2em;
  }
}
.pantry .progress-indicator__step + .progress-indicator__step::before {
  content: " ";
}
.pantry .progress-indicator__step.is-active,
.pantry .progress-indicator__step.is-complete {
  color: #000;
}
.pantry .progress-indicator__step.is-active::before,
.pantry .progress-indicator__step.is-complete::before {
  background: currentColor;
}
.pantry .progress-indicator__step.is-active .progress-indicator__step-marker,
.pantry .progress-indicator__step.is-complete .progress-indicator__step-marker {
  color: currentColor;
}
.pantry .progress-indicator__step.is-active .progress-indicator__step-marker {
  background: #ffffff;
  box-shadow: inset 0 0 0 0.125em currentColor;
}
.pantry .progress-indicator__step.is-active .progress-indicator__step-label {
  font-weight: 600;
}
.pantry .progress-indicator__step.is-complete .progress-indicator__step-marker {
  background: currentColor;
}
.pantry .progress-indicator__step.is-complete .progress-indicator__step-marker::after {
  content: " ";
}
.pantry .progress-indicator__step-marker {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2;
  display: inline-block;
  border-radius: 50%;
  background: #f1f1f2;
  text-align: center;
  z-index: 1;
}
.pantry .progress-indicator__step-marker::before,
.pantry .progress-indicator__step-marker::after {
  position: absolute;
}
.pantry .progress-indicator__step-marker::before {
  content: " ";
  box-shadow: 0 0 0 0.25em #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pantry .progress-indicator__step-marker::after {
  border-bottom: 0.125em solid #ffffff;
  border-left: 0.125em solid #ffffff;
  top: 0.6em;
  left: 0.4em;
  height: 0.6em;
  width: 1.2em;
  transform: rotate(-45deg);
}
.pantry .progress-indicator__step-label {
  display: none;
}
@media (min-width: 544px) {
  .pantry .progress-indicator__step-label {
    margin-left: 1em;
    display: inline;
  }
}
.pantry .step-progress {
  display: initial;
  justify-content: space-around;
  padding: 0;
  font-size: 14px;
}
@media (min-width: 544px) {
  .pantry .step-progress--horizontal {
    display: flex;
  }
}
.pantry .step-progress__step {
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 0;
  color: #2c50ff;
}
.pantry .step-progress__step:not(.is-active):not(.is-complete):not(.is-errored) {
  opacity: 0.25;
}
@media (min-width: 544px) {
  .step-progress--horizontal .pantry .step-progress__step {
    flex-direction: column;
    align-items: initial;
  }
}
.pantry .step-progress__step::before {
  position: absolute;
  background: #2c50ff;
  height: 24px;
  width: 4px;
  left: 8px;
  bottom: 23px;
  border-radius: 4px;
}
@media (min-width: 544px) {
  .step-progress--horizontal .pantry .step-progress__step::before {
    height: 4px;
    width: calc(100% - (28px));
    left: calc(-100% + (24px));
    top: 8px;
  }
}
.pantry .step-progress__step + .step-progress__step {
  margin-top: 28px;
}
@media (min-width: 544px) {
  .step-progress--horizontal .pantry .step-progress__step + .step-progress__step {
    margin-top: initial;
  }
}
.pantry .step-progress__step + .step-progress__step::before {
  content: " ";
}
.pantry .step-progress__step.is-errored {
  color: #cc1830;
}
.pantry .step-progress__step.is-errored .step-progress__step-marker::after {
  content: "!";
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.pantry .step-progress__step.is-complete .step-progress__step-marker::after {
  content: " ";
  position: absolute;
  border-bottom: 2.625px solid currentColor;
  border-left: 2.625px solid currentColor;
  top: 6px;
  left: 4px;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
}
.pantry .step-progress__step-marker {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 2;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1.75px currentColor;
  text-align: center;
  z-index: 1;
}
.pantry .step-progress__step-label {
  color: #4a4a4a;
  margin-left: 14px;
}
@media (min-width: 544px) {
  .step-progress--horizontal .pantry .step-progress__step-label {
    margin-left: initial;
    margin-top: 5.25px;
  }
}
.pantry .radial-progress {
  position: relative;
  flex-shrink: 0;
  top: 0.125em;
  width: 1em;
  height: 1em;
}
.pantry .radial-progress__base,
.pantry .radial-progress__progress {
  fill: none;
  stroke-linecap: round;
  stroke-width: 5.5;
}
.pantry .radial-progress__base {
  stroke: #cccccc;
}
.pantry .radial-progress__progress {
  stroke: #08c0a6;
  transition: 250ms stroke-dasharray cubic-bezier(0, 0, 0.2, 1);
}
.pantry .form-select {
  position: relative;
}
.pantry .form-select::after {
  content: " ";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  border-top: 5px solid #222222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateY(-50%);
}
.pantry select {
  appearance: none;
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12);
  padding: 8px 42px 8px 16px;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  will-change: border-color, box-shadow;
  transition: border-color 150ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry select:disabled {
  background: #f1f1f2;
  color: #757575;
  box-shadow: none;
  cursor: not-allowed;
}
.pantry select:focus {
  outline: 0;
  border-color: #3e7eff;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px #3e7eff;
}
.pantry .table-scrollable {
  overflow-x: auto;
}
.pantry table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.pantry thead + tbody,
.pantry tbody + tfoot {
  border-top: 1px solid #e0e0e0;
}
.pantry td,
.pantry th {
  padding: 16px;
  white-space: nowrap;
}
.pantry thead {
  text-align: left;
  font-weight: 500;
  color: #757575;
}
.pantry tbody {
  color: #222222;
}
.pantry tbody tr:hover {
  background-color: #f1f1f2;
}
.pantry tbody tr.is-active {
  background-color: #f3f5fd;
}
.pantry tr + tr {
  border-top: 1px solid #e0e0e0;
}
.pantry .form-textarea {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12);
  padding: 8px 16px;
  color: #222222;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
  will-change: border-color, box-shadow;
  transition: border-color 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1);
}
.pantry .form-textarea:disabled,
.pantry .form-textarea:read-only {
  background: #f1f1f2;
  color: #757575;
  box-shadow: none;
}
.pantry .form-textarea:disabled {
  cursor: not-allowed;
}
.pantry .form-textarea:focus {
  outline: 0;
  border-color: #79a6ff;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px #79a6ff;
}
.pantry .bg-warning {
  background-color: #ffb50d;
}
.pantry .bg-success {
  background-color: #08c0a6;
}
.pantry .bg-error {
  background-color: #cc1830;
}
.pantry .d-none {
  display: none;
}
.pantry .d-inline {
  display: inline;
}
.pantry .d-inline-block {
  display: inline-block;
}
.pantry .d-block {
  display: block;
}
@media (min-width: 544px) {
  .pantry .d-none-small {
    display: none;
  }
}
@media (min-width: 544px) {
  .pantry .d-inline-small {
    display: inline;
  }
}
@media (min-width: 544px) {
  .pantry .d-inline-block-small {
    display: inline-block;
  }
}
@media (min-width: 544px) {
  .pantry .d-block-small {
    display: block;
  }
}
@media (min-width: 768px) {
  .pantry .d-none-medium {
    display: none;
  }
}
@media (min-width: 768px) {
  .pantry .d-inline-medium {
    display: inline;
  }
}
@media (min-width: 768px) {
  .pantry .d-inline-block-medium {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .pantry .d-block-medium {
    display: block;
  }
}
@media (min-width: 1004px) {
  .pantry .d-none-large {
    display: none;
  }
}
@media (min-width: 1004px) {
  .pantry .d-inline-large {
    display: inline;
  }
}
@media (min-width: 1004px) {
  .pantry .d-inline-block-large {
    display: inline-block;
  }
}
@media (min-width: 1004px) {
  .pantry .d-block-large {
    display: block;
  }
}
.pantry .img-fluid {
  max-width: 100%;
  height: auto;
}
.pantry .m-0 {
  margin: 0px;
}
.pantry .mh-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.pantry .mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pantry .m-1 {
  margin: 2px;
}
.pantry .mh-1 {
  margin-left: 2px;
  margin-right: 2px;
}
.pantry .mv-1 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.pantry .m-2 {
  margin: 4px;
}
.pantry .mh-2 {
  margin-left: 4px;
  margin-right: 4px;
}
.pantry .mv-2 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.pantry .m-3 {
  margin: 8px;
}
.pantry .mh-3 {
  margin-left: 8px;
  margin-right: 8px;
}
.pantry .mv-3 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.pantry .m-4 {
  margin: 12px;
}
.pantry .mh-4 {
  margin-left: 12px;
  margin-right: 12px;
}
.pantry .mv-4 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pantry .m-5 {
  margin: 16px;
}
.pantry .mh-5 {
  margin-left: 16px;
  margin-right: 16px;
}
.pantry .mv-5 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.pantry .m-6 {
  margin: 24px;
}
.pantry .mh-6 {
  margin-left: 24px;
  margin-right: 24px;
}
.pantry .mv-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pantry .m-7 {
  margin: 32px;
}
.pantry .mh-7 {
  margin-left: 32px;
  margin-right: 32px;
}
.pantry .mv-7 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.pantry .m-8 {
  margin: 40px;
}
.pantry .mh-8 {
  margin-left: 40px;
  margin-right: 40px;
}
.pantry .mv-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pantry .m-9 {
  margin: 48px;
}
.pantry .mh-9 {
  margin-left: 48px;
  margin-right: 48px;
}
.pantry .mv-9 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.pantry .p-0 {
  padding: 0px;
}
.pantry .ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pantry .pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pantry .p-1 {
  padding: 2px;
}
.pantry .ph-1 {
  padding-left: 2px;
  padding-right: 2px;
}
.pantry .pv-1 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pantry .p-2 {
  padding: 4px;
}
.pantry .ph-2 {
  padding-left: 4px;
  padding-right: 4px;
}
.pantry .pv-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pantry .p-3 {
  padding: 8px;
}
.pantry .ph-3 {
  padding-left: 8px;
  padding-right: 8px;
}
.pantry .pv-3 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pantry .p-4 {
  padding: 12px;
}
.pantry .ph-4 {
  padding-left: 12px;
  padding-right: 12px;
}
.pantry .pv-4 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pantry .p-5 {
  padding: 16px;
}
.pantry .ph-5 {
  padding-left: 16px;
  padding-right: 16px;
}
.pantry .pv-5 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pantry .p-6 {
  padding: 24px;
}
.pantry .ph-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.pantry .pv-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pantry .p-7 {
  padding: 32px;
}
.pantry .ph-7 {
  padding-left: 32px;
  padding-right: 32px;
}
.pantry .pv-7 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pantry .p-8 {
  padding: 40px;
}
.pantry .ph-8 {
  padding-left: 40px;
  padding-right: 40px;
}
.pantry .pv-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pantry .p-9 {
  padding: 48px;
}
.pantry .ph-9 {
  padding-left: 48px;
  padding-right: 48px;
}
.pantry .pv-9 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pantry .text-left {
  text-align: left;
}
.pantry .text-center {
  text-align: center;
}
.pantry .text-right {
  text-align: right;
}
@media (min-width: 544px) {
  .pantry .text-left--small {
    text-align: left;
  }
}
@media (min-width: 544px) {
  .pantry .text-center--small {
    text-align: center;
  }
}
@media (min-width: 544px) {
  .pantry .text-right--small {
    text-align: right;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .pantry .text-left--small-only {
    text-align: left;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .pantry .text-center--small-only {
    text-align: center;
  }
}
@media (min-width: 545px) and (max-width: 768px) {
  .pantry .text-right--small-only {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .pantry .text-left--medium {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .pantry .text-center--medium {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pantry .text-right--medium {
    text-align: right;
  }
}
@media (min-width: 769px) and (max-width: 1004px) {
  .pantry .text-left--medium-only {
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1004px) {
  .pantry .text-center--medium-only {
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1004px) {
  .pantry .text-right--medium-only {
    text-align: right;
  }
}
@media (min-width: 1004px) {
  .pantry .text-left--large {
    text-align: left;
  }
}
@media (min-width: 1004px) {
  .pantry .text-center--large {
    text-align: center;
  }
}
@media (min-width: 1004px) {
  .pantry .text-right--large {
    text-align: right;
  }
}
.pantry .t-white {
  color: #ffffff;
}
.pantry .t-weight-normal {
  font-weight: 400;
}
.pantry .t-weight-medium {
  font-weight: 500;
}

/* node_modules/.pnpm/primeicons@7.0.0/node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-RSSEDYLY.eot");
  src:
    url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-4GST5W3O.woff2") format("woff2"),
    url("./media/primeicons-P53SE5CV.woff") format("woff"),
    url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),
    url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/.pnpm/ngx-ui-switch@15.0.0_e6f67c1c35b73b0901806f9f0aa53ed7/node_modules/ngx-ui-switch/ui-switch.component.css */
.switch.switch-small {
  min-width: 33px;
}
.switch.switch-medium {
  min-width: 50px;
}
.switch.switch-large {
  min-width: 60px;
}
.switch.switch-small > .switch-pane > span {
  font-size: 9px;
}
.switch.switch-medium > .switch-pane > span {
  font-size: 16px;
}
.switch.switch-large > .switch-pane > span {
  font-size: 16px;
}
.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  white-space: nowrap;
}
.switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch.switch-small {
  height: 20px;
  border-radius: 20px;
}
.switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px);
}
.switch.switch-small > .switch-pane > span {
  line-height: 20px;
}
.switch.switch-small > .switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px;
}
.switch.switch-small > .switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px;
}
.switch.switch-medium {
  height: 30px;
  border-radius: 30px;
}
.switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px);
}
.switch.switch-medium > .switch-pane > span {
  line-height: 30px;
}
.switch.switch-medium > .switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px;
}
.switch.switch-medium > .switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px;
}
.switch.switch-large {
  height: 40px;
  border-radius: 40px;
}
.switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px);
}
.switch.switch-large > .switch-pane > span {
  line-height: 40px;
}
.switch.switch-large > .switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px;
}
.switch.switch-large > .switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px;
}
.switch.checked {
  background: rgb(100, 189, 99);
}
.switch.checked small {
  right: 0;
  left: auto;
}
.switch.checked .switch-pane {
  top: 0;
}
.switch.checked .switch-pane .switch-label-checked {
  display: block;
}
.switch.checked .switch-pane .switch-label-unchecked {
  display: none;
}
.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none;
}
.switch .switch-pane > span {
  display: block;
  min-height: 100%;
}
.switch .switch-pane .switch-label {
  color: black;
}
.switch .switch-pane .switch-label-checked {
  display: none;
}
.switch .switch-pane .switch-label-unchecked {
  display: block;
}
.switch.loading {
  background-color: #f1f1f1;
}
.switch.loading small {
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 50%;
  transform: translateX(50%);
}

/* node_modules/.pnpm/codemirror@5.65.13/node_modules/codemirror/lib/codemirror.css */
.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}
.CodeMirror-lines {
  padding: 4px 0;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
}
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection,
.cm-fat-cursor .CodeMirror-line > span > span::selection {
  background: transparent;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: transparent;
}
.cm-fat-cursor {
  caret-color: transparent;
}
@-moz-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}
@-webkit-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}
@keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}
.CodeMirror-overwrite .CodeMirror-cursor {
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, .3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}
.CodeMirror-widget {
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: none;
}
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}
.cm-force-border {
  padding-right: .1px;
}
@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}
span.CodeMirror-selectedtext {
  background: none;
}

/* node_modules/.pnpm/codemirror@5.65.13/node_modules/codemirror/addon/fold/foldgutter.css */
.CodeMirror-foldmarker {
  color: blue;
  text-shadow:
    #b9f 1px 1px 2px,
    #b9f -1px -1px 2px,
    #b9f 1px -1px 2px,
    #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25be";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25b8";
}

/* node_modules/.pnpm/ng2-daterangepicker@git+https+++git@github.com+fundingasiagroup+ng2-daterangepicker-ivy_3cb58aa02d29cf620a7073767d1f1c8f/node_modules/ng2-daterangepicker/assets/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

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