*/:root {
  --blue: #2c7be5;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #e63757;
  --orange: #fd7e14;
  --yellow: #f5803e;
  --green: #00d27a;
  --teal: #02a8b5;
  --cyan: #27bcfd;
  --white: #18181B;
  --gray: #748194;
  --gray-dark: #b6c1d2;
  --primary: #2c7be5;
  --secondary: #748194;
  --success: #00d27a;
  --info: #27bcfd;
  --warning: #f5803e;
  --danger: #e63757;
  --light: #27272A;
  --dark: #f9fafd;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1540px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9da9bb;
  text-align: left;
  background-color: #18181B
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #2c7be5;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #1657af;
  text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden;
  display: inline-block !important;
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #5e6e82;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

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

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

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

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

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

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

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: Poppins, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  line-height: 1.2;
  color: #d8e2ef
}

.h1,
h1 {
  font-size: 2.48832rem
}

.h2,
h2 {
  font-size: 2.0736rem
}

.h3,
h3 {
  font-size: 1.728rem
}

.h4,
h4 {
  font-size: 1.44rem
}

.h5,
h5 {
  font-size: 1.2rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.2rem;
  font-weight: 400
}

.display-1 {
  font-size: 4.29982rem
}

.display-1,
.display-2 {
  font-weight: 900;
  line-height: 1
}

.display-2 {
  font-size: 3.58318rem
}

.display-3 {
  font-size: 2.98598rem
}

.display-3,
.display-4 {
  font-weight: 900;
  line-height: 1
}

.display-4 {
  font-size: 2.48832rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.small,
small {
  font-size: 75%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.2rem
}

.blockquote-footer {
  display: block;
  font-size: 75%;
  color: #5e6e82
}

.blockquote-footer:before {
  content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #18181B;
  border: 3px solid #18181B;
  border-radius: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #748194
}

code {
  font-size: 87.5%;
  color: #ff679b;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #18181B;
  background-color: #d8e2ef;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #d8e2ef
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

ag-grid,
ag-grid-angular,
ag-grid-aurelia,
ag-grid-ng2,
ag-grid-polymer {
  display: block
}

.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;
  user-select: none
}

.ag-selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  user-select: text
}

.ag-tab {
  position: relative
}

.ag-tab-guard {
  width: 0;
  height: 0;
  display: block
}

.ag-select-agg-func-popup,
.ag-tab-guard {
  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: .2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right
}

@keyframes ag-shake-left-to-right {
  0% {
    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
}

.ag-root-wrapper.ag-layout-normal {
  height: 100%
}

.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: .5;
  transition: opacity 1s ease-out 3s
}

.ag-watermark:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
  opacity: .5
}

.ag-watermark-text {
  opacity: .5;
  font-weight: 700;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: .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-auto-height,
.ag-root.ag-layout-normal {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0
}

.ag-root.ag-layout-normal {
  height: 100%
}

.ag-body-horizontal-scroll-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-floating-top-viewport,
.ag-header-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  flex: 1 1 auto
}

.ag-body-viewport {
  display: flex
}

.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.ag-layout-normal {
  height: 100%;
}

.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 90%;
}

.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto
}

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll
}

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%
}

.ag-body-container,
.ag-body-horizontal-scroll-container,
.ag-center-cols-container,
.ag-floating-bottom-container,
.ag-floating-bottom-full-width-container,
.ag-floating-top-container,
.ag-full-width-container,
.ag-header-container,
.ag-pinned-left-cols-container,
.ag-pinned-right-cols-container,
.ag-virtual-list-container {
  position: relative
}

.ag-floating-bottom-container,
.ag-floating-top-container,
.ag-header-container {
  height: 100%;
  white-space: nowrap
}

.ag-center-cols-container,
.ag-pinned-right-cols-container {
  display: block
}

.ag-body-horizontal-scroll-container {
  height: 100%
}

.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container,
.ag-full-width-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

.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-center-cols-clipper {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 100%;
  transform: translateZ(0)
}

.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-active,
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-scrolling {
  pointer-events: all
}

.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 {
  cursor: pointer
}

.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap
}

.ag-pinned-left-header,
.ag-pinned-right-header {
  height: 100%
}

.ag-header-cell,
.ag-header-row {
  position: absolute;
  overflow: hidden
}

.ag-header-cell {
  display: inline-flex;
  align-items: center;
  height: 100%
}

.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1
}

.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity .2s;
  opacity: 0
}

.ag-header-cell-label,
.ag-header-group-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch
}

.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse
}

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.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-column-moving .ag-cell,
.ag-column-moving .ag-header-cell {
  transition: left .2s
}

.ag-column-moving .ag-header-group-cell {
  transition: left .2s, width .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
}

.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;
  overflow: hidden
}

.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%
}

.ag-column-drop-cell,
.ag-column-drop-list {
  display: flex;
  align-items: center
}

.ag-column-drop-cell {
  position: relative
}

.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
}

.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;
  min-width: 0
}

.ag-filter-toolpanel-header {
  position: relative
}

.ag-filter-toolpanel-header,
.ag-filter-toolpanel-header>*,
.ag-filter-toolpanel-search,
.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 .4s, top .4s, background-color .1s, opacity .2s
}

.ag-row-animation .ag-row.ag-after-created {
  transition: transform .4s, top .4s, height .4s, background-color .1s, opacity .2s
}

.ag-row-no-animation .ag-row {
  transition: background-color .1s
}

.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-all
}

.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-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,
.ag-cell-inline-editing .ag-cell-wrapper {
  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-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ag-set-filter-item-checkbox {
  display: flex
}

.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column
}

.ag-filter-filter {
  flex: 1 1
}

.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-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%
}

.ag-overlay-panel,
.ag-overlay-wrapper {
  display: flex;
  height: 100%;
  width: 100%
}

.ag-overlay-wrapper {
  flex: none;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1
}

.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,
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0
}

.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex
}

.ag-pinned-left-floating-bottom,
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0
}

.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,
.ag-resizer {
  position: absolute
}

.ag-resizer {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1
}

.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,
.ag-tooltip-custom {
  position: absolute;
  pointer-events: none;
  z-index: 99999
}

.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;
  -webkit-user-select: none;
  -moz-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-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-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap
}

.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto
}

.ag-rich-select {
  cursor: default;
  outline: none
}

.ag-rich-select-value {
  display: flex;
  align-items: center
}

.ag-rich-select-value-icon {
  flex: 1 1 auto;
  order: 1
}

.ag-ltr .ag-rich-select-value-icon {
  text-align: right
}

.ag-rtl .ag-rich-select-value-icon {
  text-align: left
}

.ag-rich-select-list {
  position: relative
}

.ag-rich-select-virtual-list-item {
  display: flex
}

.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap
}

.ag-paging-panel {
  justify-content: flex-end
}

.ag-paging-page-summary-panel,
.ag-paging-panel {
  align-items: center;
  display: flex
}

.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;
  -webkit-user-select: none;
  -moz-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;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%
}

.ag-column-select-column-group>*,
.ag-column-select-column>*,
.ag-select-agg-func-item>* {
  flex: none
}

.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-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize,
.ag-rtl .ag-side-bar-left .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-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row
}

.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-center,
.ag-status-bar-left,
.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: block;
  flex: 1 1 auto;
  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 .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;
  width: 100%;
  min-width: 0
}

.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px
}

.ag-angle-select,
.ag-range-field {
  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-picker-field-display,
.ag-slider-wrapper .ag-input-field {
  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-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center
}

.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  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 {
  cursor: default;
  background: linear-gradient(270deg, red 3%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)
}

.ag-spectrum-alpha {
  cursor: default
}

.ag-spectrum-hue-background {
  width: 100%;
  height: 100%
}

.ag-spectrum-alpha-background {
  background-image: linear-gradient(90deg, transparent, #000);
  width: 100%;
  height: 100%
}

.ag-spectrum-tool {
  cursor: pointer
}

.ag-spectrum-slider {
  position: absolute;
  pointer-events: none
}

.ag-recent-colors {
  display: flex
}

.ag-recent-color {
  cursor: pointer
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px
}

.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px
}

.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px
}

.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px
}

.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px
}

.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px
}

.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px
}

.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px
}

.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px
}

.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px
}

.ag-ltr .ag-column-select-indent-10 {
  padding-left: 200px
}

.ag-rtl .ag-column-select-indent-10 {
  padding-right: 200px
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 200px
}

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 200px
}

.ag-ltr .ag-column-select-indent-11 {
  padding-left: 220px
}

.ag-rtl .ag-column-select-indent-11 {
  padding-right: 220px
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 220px
}

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 220px
}

.ag-ltr .ag-column-select-indent-12 {
  padding-left: 240px
}

.ag-rtl .ag-column-select-indent-12 {
  padding-right: 240px
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 240px
}

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 240px
}

.ag-ltr .ag-column-select-indent-13 {
  padding-left: 260px
}

.ag-rtl .ag-column-select-indent-13 {
  padding-right: 260px
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 260px
}

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 260px
}

.ag-ltr .ag-column-select-indent-14 {
  padding-left: 280px
}

.ag-rtl .ag-column-select-indent-14 {
  padding-right: 280px
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 280px
}

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 280px
}

.ag-ltr .ag-column-select-indent-15 {
  padding-left: 300px
}

.ag-rtl .ag-column-select-indent-15 {
  padding-right: 300px
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 300px
}

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 300px
}

.ag-ltr .ag-column-select-indent-16 {
  padding-left: 320px
}

.ag-rtl .ag-column-select-indent-16 {
  padding-right: 320px
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 320px
}

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 320px
}

.ag-ltr .ag-column-select-indent-17 {
  padding-left: 340px
}

.ag-rtl .ag-column-select-indent-17 {
  padding-right: 340px
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 340px
}

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 340px
}

.ag-ltr .ag-column-select-indent-18 {
  padding-left: 360px
}

.ag-rtl .ag-column-select-indent-18 {
  padding-right: 360px
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 360px
}

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 360px
}

.ag-ltr .ag-column-select-indent-19 {
  padding-left: 380px
}

.ag-rtl .ag-column-select-indent-19 {
  padding-right: 380px
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 380px
}

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 380px
}

.ag-ltr .ag-column-select-indent-20 {
  padding-left: 400px
}

.ag-rtl .ag-column-select-indent-20 {
  padding-right: 400px
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 400px
}

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 400px
}

.ag-ltr .ag-column-select-indent-21 {
  padding-left: 420px
}

.ag-rtl .ag-column-select-indent-21 {
  padding-right: 420px
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 420px
}

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 420px
}

.ag-ltr .ag-column-select-indent-22 {
  padding-left: 440px
}

.ag-rtl .ag-column-select-indent-22 {
  padding-right: 440px
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 440px
}

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 440px
}

.ag-ltr .ag-column-select-indent-23 {
  padding-left: 460px
}

.ag-rtl .ag-column-select-indent-23 {
  padding-right: 460px
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 460px
}

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 460px
}

.ag-ltr .ag-column-select-indent-24 {
  padding-left: 480px
}

.ag-rtl .ag-column-select-indent-24 {
  padding-right: 480px
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 480px
}

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 480px
}

.ag-ltr .ag-column-select-indent-25 {
  padding-left: 500px
}

.ag-rtl .ag-column-select-indent-25 {
  padding-right: 500px
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 500px
}

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 500px
}

.ag-ltr .ag-column-select-indent-26 {
  padding-left: 520px
}

.ag-rtl .ag-column-select-indent-26 {
  padding-right: 520px
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 520px
}

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 520px
}

.ag-ltr .ag-column-select-indent-27 {
  padding-left: 540px
}

.ag-rtl .ag-column-select-indent-27 {
  padding-right: 540px
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 540px
}

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 540px
}

.ag-ltr .ag-column-select-indent-28 {
  padding-left: 560px
}

.ag-rtl .ag-column-select-indent-28 {
  padding-right: 560px
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 560px
}

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 560px
}

.ag-ltr .ag-column-select-indent-29 {
  padding-left: 580px
}

.ag-rtl .ag-column-select-indent-29 {
  padding-right: 580px
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 580px
}

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 580px
}

.ag-ltr .ag-column-select-indent-30 {
  padding-left: 600px
}

.ag-rtl .ag-column-select-indent-30 {
  padding-right: 600px
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 600px
}

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 600px
}

.ag-ltr .ag-column-select-indent-31 {
  padding-left: 620px
}

.ag-rtl .ag-column-select-indent-31 {
  padding-right: 620px
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 620px
}

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 620px
}

.ag-ltr .ag-column-select-indent-32 {
  padding-left: 640px
}

.ag-rtl .ag-column-select-indent-32 {
  padding-right: 640px
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 640px
}

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 640px
}

.ag-ltr .ag-column-select-indent-33 {
  padding-left: 660px
}

.ag-rtl .ag-column-select-indent-33 {
  padding-right: 660px
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 660px
}

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 660px
}

.ag-ltr .ag-column-select-indent-34 {
  padding-left: 680px
}

.ag-rtl .ag-column-select-indent-34 {
  padding-right: 680px
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 680px
}

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 680px
}

.ag-ltr .ag-column-select-indent-35 {
  padding-left: 700px
}

.ag-rtl .ag-column-select-indent-35 {
  padding-right: 700px
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 700px
}

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 700px
}

.ag-ltr .ag-column-select-indent-36 {
  padding-left: 720px
}

.ag-rtl .ag-column-select-indent-36 {
  padding-right: 720px
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 720px
}

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 720px
}

.ag-ltr .ag-column-select-indent-37 {
  padding-left: 740px
}

.ag-rtl .ag-column-select-indent-37 {
  padding-right: 740px
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 740px
}

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 740px
}

.ag-ltr .ag-column-select-indent-38 {
  padding-left: 760px
}

.ag-rtl .ag-column-select-indent-38 {
  padding-right: 760px
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 760px
}

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 760px
}

.ag-ltr .ag-column-select-indent-39 {
  padding-left: 780px
}

.ag-rtl .ag-column-select-indent-39 {
  padding-right: 780px
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 780px
}

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 780px
}

.ag-ltr .ag-column-select-indent-40 {
  padding-left: 800px
}

.ag-rtl .ag-column-select-indent-40 {
  padding-right: 800px
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 800px
}

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 800px
}

.ag-ltr .ag-column-select-indent-41 {
  padding-left: 820px
}

.ag-rtl .ag-column-select-indent-41 {
  padding-right: 820px
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 820px
}

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 820px
}

.ag-ltr .ag-column-select-indent-42 {
  padding-left: 840px
}

.ag-rtl .ag-column-select-indent-42 {
  padding-right: 840px
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 840px
}

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 840px
}

.ag-ltr .ag-column-select-indent-43 {
  padding-left: 860px
}

.ag-rtl .ag-column-select-indent-43 {
  padding-right: 860px
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 860px
}

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 860px
}

.ag-ltr .ag-column-select-indent-44 {
  padding-left: 880px
}

.ag-rtl .ag-column-select-indent-44 {
  padding-right: 880px
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 880px
}

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 880px
}

.ag-ltr .ag-column-select-indent-45 {
  padding-left: 900px
}

.ag-rtl .ag-column-select-indent-45 {
  padding-right: 900px
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 900px
}

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 900px
}

.ag-ltr .ag-column-select-indent-46 {
  padding-left: 920px
}

.ag-rtl .ag-column-select-indent-46 {
  padding-right: 920px
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 920px
}

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 920px
}

.ag-ltr .ag-column-select-indent-47 {
  padding-left: 940px
}

.ag-rtl .ag-column-select-indent-47 {
  padding-right: 940px
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 940px
}

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 940px
}

.ag-ltr .ag-column-select-indent-48 {
  padding-left: 960px
}

.ag-rtl .ag-column-select-indent-48 {
  padding-right: 960px
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 960px
}

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 960px
}

.ag-ltr .ag-column-select-indent-49 {
  padding-left: 980px
}

.ag-rtl .ag-column-select-indent-49 {
  padding-right: 980px
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 980px
}

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 980px
}

.ag-ltr .ag-column-select-indent-50 {
  padding-left: 1000px
}

.ag-rtl .ag-column-select-indent-50 {
  padding-right: 1000px
}

.ag-ltr .ag-row-group-indent-50 {
  padding-left: 1000px
}

.ag-rtl .ag-row-group-indent-50 {
  padding-right: 1000px
}

.ag-ltr .ag-column-select-indent-51 {
  padding-left: 1020px
}

.ag-rtl .ag-column-select-indent-51 {
  padding-right: 1020px
}

.ag-ltr .ag-row-group-indent-51 {
  padding-left: 1020px
}

.ag-rtl .ag-row-group-indent-51 {
  padding-right: 1020px
}

.ag-ltr .ag-column-select-indent-52 {
  padding-left: 1040px
}

.ag-rtl .ag-column-select-indent-52 {
  padding-right: 1040px
}

.ag-ltr .ag-row-group-indent-52 {
  padding-left: 1040px
}

.ag-rtl .ag-row-group-indent-52 {
  padding-right: 1040px
}

.ag-ltr .ag-column-select-indent-53 {
  padding-left: 1060px
}

.ag-rtl .ag-column-select-indent-53 {
  padding-right: 1060px
}

.ag-ltr .ag-row-group-indent-53 {
  padding-left: 1060px
}

.ag-rtl .ag-row-group-indent-53 {
  padding-right: 1060px
}

.ag-ltr .ag-column-select-indent-54 {
  padding-left: 1080px
}

.ag-rtl .ag-column-select-indent-54 {
  padding-right: 1080px
}

.ag-ltr .ag-row-group-indent-54 {
  padding-left: 1080px
}

.ag-rtl .ag-row-group-indent-54 {
  padding-right: 1080px
}

.ag-ltr .ag-column-select-indent-55 {
  padding-left: 1100px
}

.ag-rtl .ag-column-select-indent-55 {
  padding-right: 1100px
}

.ag-ltr .ag-row-group-indent-55 {
  padding-left: 1100px
}

.ag-rtl .ag-row-group-indent-55 {
  padding-right: 1100px
}

.ag-ltr .ag-column-select-indent-56 {
  padding-left: 1120px
}

.ag-rtl .ag-column-select-indent-56 {
  padding-right: 1120px
}

.ag-ltr .ag-row-group-indent-56 {
  padding-left: 1120px
}

.ag-rtl .ag-row-group-indent-56 {
  padding-right: 1120px
}

.ag-ltr .ag-column-select-indent-57 {
  padding-left: 1140px
}

.ag-rtl .ag-column-select-indent-57 {
  padding-right: 1140px
}

.ag-ltr .ag-row-group-indent-57 {
  padding-left: 1140px
}

.ag-rtl .ag-row-group-indent-57 {
  padding-right: 1140px
}

.ag-ltr .ag-column-select-indent-58 {
  padding-left: 1160px
}

.ag-rtl .ag-column-select-indent-58 {
  padding-right: 1160px
}

.ag-ltr .ag-row-group-indent-58 {
  padding-left: 1160px
}

.ag-rtl .ag-row-group-indent-58 {
  padding-right: 1160px
}

.ag-ltr .ag-column-select-indent-59 {
  padding-left: 1180px
}

.ag-rtl .ag-column-select-indent-59 {
  padding-right: 1180px
}

.ag-ltr .ag-row-group-indent-59 {
  padding-left: 1180px
}

.ag-rtl .ag-row-group-indent-59 {
  padding-right: 1180px
}

.ag-ltr .ag-column-select-indent-60 {
  padding-left: 1200px
}

.ag-rtl .ag-column-select-indent-60 {
  padding-right: 1200px
}

.ag-ltr .ag-row-group-indent-60 {
  padding-left: 1200px
}

.ag-rtl .ag-row-group-indent-60 {
  padding-right: 1200px
}

.ag-ltr .ag-column-select-indent-61 {
  padding-left: 1220px
}

.ag-rtl .ag-column-select-indent-61 {
  padding-right: 1220px
}

.ag-ltr .ag-row-group-indent-61 {
  padding-left: 1220px
}

.ag-rtl .ag-row-group-indent-61 {
  padding-right: 1220px
}

.ag-ltr .ag-column-select-indent-62 {
  padding-left: 1240px
}

.ag-rtl .ag-column-select-indent-62 {
  padding-right: 1240px
}

.ag-ltr .ag-row-group-indent-62 {
  padding-left: 1240px
}

.ag-rtl .ag-row-group-indent-62 {
  padding-right: 1240px
}

.ag-ltr .ag-column-select-indent-63 {
  padding-left: 1260px
}

.ag-rtl .ag-column-select-indent-63 {
  padding-right: 1260px
}

.ag-ltr .ag-row-group-indent-63 {
  padding-left: 1260px
}

.ag-rtl .ag-row-group-indent-63 {
  padding-right: 1260px
}

.ag-ltr .ag-column-select-indent-64 {
  padding-left: 1280px
}

.ag-rtl .ag-column-select-indent-64 {
  padding-right: 1280px
}

.ag-ltr .ag-row-group-indent-64 {
  padding-left: 1280px
}

.ag-rtl .ag-row-group-indent-64 {
  padding-right: 1280px
}

.ag-ltr .ag-column-select-indent-65 {
  padding-left: 1300px
}

.ag-rtl .ag-column-select-indent-65 {
  padding-right: 1300px
}

.ag-ltr .ag-row-group-indent-65 {
  padding-left: 1300px
}

.ag-rtl .ag-row-group-indent-65 {
  padding-right: 1300px
}

.ag-ltr .ag-column-select-indent-66 {
  padding-left: 1320px
}

.ag-rtl .ag-column-select-indent-66 {
  padding-right: 1320px
}

.ag-ltr .ag-row-group-indent-66 {
  padding-left: 1320px
}

.ag-rtl .ag-row-group-indent-66 {
  padding-right: 1320px
}

.ag-ltr .ag-column-select-indent-67 {
  padding-left: 1340px
}

.ag-rtl .ag-column-select-indent-67 {
  padding-right: 1340px
}

.ag-ltr .ag-row-group-indent-67 {
  padding-left: 1340px
}

.ag-rtl .ag-row-group-indent-67 {
  padding-right: 1340px
}

.ag-ltr .ag-column-select-indent-68 {
  padding-left: 1360px
}

.ag-rtl .ag-column-select-indent-68 {
  padding-right: 1360px
}

.ag-ltr .ag-row-group-indent-68 {
  padding-left: 1360px
}

.ag-rtl .ag-row-group-indent-68 {
  padding-right: 1360px
}

.ag-ltr .ag-column-select-indent-69 {
  padding-left: 1380px
}

.ag-rtl .ag-column-select-indent-69 {
  padding-right: 1380px
}

.ag-ltr .ag-row-group-indent-69 {
  padding-left: 1380px
}

.ag-rtl .ag-row-group-indent-69 {
  padding-right: 1380px
}

.ag-ltr .ag-column-select-indent-70 {
  padding-left: 1400px
}

.ag-rtl .ag-column-select-indent-70 {
  padding-right: 1400px
}

.ag-ltr .ag-row-group-indent-70 {
  padding-left: 1400px
}

.ag-rtl .ag-row-group-indent-70 {
  padding-right: 1400px
}

.ag-ltr .ag-column-select-indent-71 {
  padding-left: 1420px
}

.ag-rtl .ag-column-select-indent-71 {
  padding-right: 1420px
}

.ag-ltr .ag-row-group-indent-71 {
  padding-left: 1420px
}

.ag-rtl .ag-row-group-indent-71 {
  padding-right: 1420px
}

.ag-ltr .ag-column-select-indent-72 {
  padding-left: 1440px
}

.ag-rtl .ag-column-select-indent-72 {
  padding-right: 1440px
}

.ag-ltr .ag-row-group-indent-72 {
  padding-left: 1440px
}

.ag-rtl .ag-row-group-indent-72 {
  padding-right: 1440px
}

.ag-ltr .ag-column-select-indent-73 {
  padding-left: 1460px
}

.ag-rtl .ag-column-select-indent-73 {
  padding-right: 1460px
}

.ag-ltr .ag-row-group-indent-73 {
  padding-left: 1460px
}

.ag-rtl .ag-row-group-indent-73 {
  padding-right: 1460px
}

.ag-ltr .ag-column-select-indent-74 {
  padding-left: 1480px
}

.ag-rtl .ag-column-select-indent-74 {
  padding-right: 1480px
}

.ag-ltr .ag-row-group-indent-74 {
  padding-left: 1480px
}

.ag-rtl .ag-row-group-indent-74 {
  padding-right: 1480px
}

.ag-ltr .ag-column-select-indent-75 {
  padding-left: 1500px
}

.ag-rtl .ag-column-select-indent-75 {
  padding-right: 1500px
}

.ag-ltr .ag-row-group-indent-75 {
  padding-left: 1500px
}

.ag-rtl .ag-row-group-indent-75 {
  padding-right: 1500px
}

.ag-ltr .ag-column-select-indent-76 {
  padding-left: 1520px
}

.ag-rtl .ag-column-select-indent-76 {
  padding-right: 1520px
}

.ag-ltr .ag-row-group-indent-76 {
  padding-left: 1520px
}

.ag-rtl .ag-row-group-indent-76 {
  padding-right: 1520px
}

.ag-ltr .ag-column-select-indent-77 {
  padding-left: 1540px
}

.ag-rtl .ag-column-select-indent-77 {
  padding-right: 1540px
}

.ag-ltr .ag-row-group-indent-77 {
  padding-left: 1540px
}

.ag-rtl .ag-row-group-indent-77 {
  padding-right: 1540px
}

.ag-ltr .ag-column-select-indent-78 {
  padding-left: 1560px
}

.ag-rtl .ag-column-select-indent-78 {
  padding-right: 1560px
}

.ag-ltr .ag-row-group-indent-78 {
  padding-left: 1560px
}

.ag-rtl .ag-row-group-indent-78 {
  padding-right: 1560px
}

.ag-ltr .ag-column-select-indent-79 {
  padding-left: 1580px
}

.ag-rtl .ag-column-select-indent-79 {
  padding-right: 1580px
}

.ag-ltr .ag-row-group-indent-79 {
  padding-left: 1580px
}

.ag-rtl .ag-row-group-indent-79 {
  padding-right: 1580px
}

.ag-ltr .ag-column-select-indent-80 {
  padding-left: 1600px
}

.ag-rtl .ag-column-select-indent-80 {
  padding-right: 1600px
}

.ag-ltr .ag-row-group-indent-80 {
  padding-left: 1600px
}

.ag-rtl .ag-row-group-indent-80 {
  padding-right: 1600px
}

.ag-ltr .ag-column-select-indent-81 {
  padding-left: 1620px
}

.ag-rtl .ag-column-select-indent-81 {
  padding-right: 1620px
}

.ag-ltr .ag-row-group-indent-81 {
  padding-left: 1620px
}

.ag-rtl .ag-row-group-indent-81 {
  padding-right: 1620px
}

.ag-ltr .ag-column-select-indent-82 {
  padding-left: 1640px
}

.ag-rtl .ag-column-select-indent-82 {
  padding-right: 1640px
}

.ag-ltr .ag-row-group-indent-82 {
  padding-left: 1640px
}

.ag-rtl .ag-row-group-indent-82 {
  padding-right: 1640px
}

.ag-ltr .ag-column-select-indent-83 {
  padding-left: 1660px
}

.ag-rtl .ag-column-select-indent-83 {
  padding-right: 1660px
}

.ag-ltr .ag-row-group-indent-83 {
  padding-left: 1660px
}

.ag-rtl .ag-row-group-indent-83 {
  padding-right: 1660px
}

.ag-ltr .ag-column-select-indent-84 {
  padding-left: 1680px
}

.ag-rtl .ag-column-select-indent-84 {
  padding-right: 1680px
}

.ag-ltr .ag-row-group-indent-84 {
  padding-left: 1680px
}

.ag-rtl .ag-row-group-indent-84 {
  padding-right: 1680px
}

.ag-ltr .ag-column-select-indent-85 {
  padding-left: 1700px
}

.ag-rtl .ag-column-select-indent-85 {
  padding-right: 1700px
}

.ag-ltr .ag-row-group-indent-85 {
  padding-left: 1700px
}

.ag-rtl .ag-row-group-indent-85 {
  padding-right: 1700px
}

.ag-ltr .ag-column-select-indent-86 {
  padding-left: 1720px
}

.ag-rtl .ag-column-select-indent-86 {
  padding-right: 1720px
}

.ag-ltr .ag-row-group-indent-86 {
  padding-left: 1720px
}

.ag-rtl .ag-row-group-indent-86 {
  padding-right: 1720px
}

.ag-ltr .ag-column-select-indent-87 {
  padding-left: 1740px
}

.ag-rtl .ag-column-select-indent-87 {
  padding-right: 1740px
}

.ag-ltr .ag-row-group-indent-87 {
  padding-left: 1740px
}

.ag-rtl .ag-row-group-indent-87 {
  padding-right: 1740px
}

.ag-ltr .ag-column-select-indent-88 {
  padding-left: 1760px
}

.ag-rtl .ag-column-select-indent-88 {
  padding-right: 1760px
}

.ag-ltr .ag-row-group-indent-88 {
  padding-left: 1760px
}

.ag-rtl .ag-row-group-indent-88 {
  padding-right: 1760px
}

.ag-ltr .ag-column-select-indent-89 {
  padding-left: 1780px
}

.ag-rtl .ag-column-select-indent-89 {
  padding-right: 1780px
}

.ag-ltr .ag-row-group-indent-89 {
  padding-left: 1780px
}

.ag-rtl .ag-row-group-indent-89 {
  padding-right: 1780px
}

.ag-ltr .ag-column-select-indent-90 {
  padding-left: 1800px
}

.ag-rtl .ag-column-select-indent-90 {
  padding-right: 1800px
}

.ag-ltr .ag-row-group-indent-90 {
  padding-left: 1800px
}

.ag-rtl .ag-row-group-indent-90 {
  padding-right: 1800px
}

.ag-ltr .ag-column-select-indent-91 {
  padding-left: 1820px
}

.ag-rtl .ag-column-select-indent-91 {
  padding-right: 1820px
}

.ag-ltr .ag-row-group-indent-91 {
  padding-left: 1820px
}

.ag-rtl .ag-row-group-indent-91 {
  padding-right: 1820px
}

.ag-ltr .ag-column-select-indent-92 {
  padding-left: 1840px
}

.ag-rtl .ag-column-select-indent-92 {
  padding-right: 1840px
}

.ag-ltr .ag-row-group-indent-92 {
  padding-left: 1840px
}

.ag-rtl .ag-row-group-indent-92 {
  padding-right: 1840px
}

.ag-ltr .ag-column-select-indent-93 {
  padding-left: 1860px
}

.ag-rtl .ag-column-select-indent-93 {
  padding-right: 1860px
}

.ag-ltr .ag-row-group-indent-93 {
  padding-left: 1860px
}

.ag-rtl .ag-row-group-indent-93 {
  padding-right: 1860px
}

.ag-ltr .ag-column-select-indent-94 {
  padding-left: 1880px
}

.ag-rtl .ag-column-select-indent-94 {
  padding-right: 1880px
}

.ag-ltr .ag-row-group-indent-94 {
  padding-left: 1880px
}

.ag-rtl .ag-row-group-indent-94 {
  padding-right: 1880px
}

.ag-ltr .ag-column-select-indent-95 {
  padding-left: 1900px
}

.ag-rtl .ag-column-select-indent-95 {
  padding-right: 1900px
}

.ag-ltr .ag-row-group-indent-95 {
  padding-left: 1900px
}

.ag-rtl .ag-row-group-indent-95 {
  padding-right: 1900px
}

.ag-ltr .ag-column-select-indent-96 {
  padding-left: 1920px
}

.ag-rtl .ag-column-select-indent-96 {
  padding-right: 1920px
}

.ag-ltr .ag-row-group-indent-96 {
  padding-left: 1920px
}

.ag-rtl .ag-row-group-indent-96 {
  padding-right: 1920px
}

.ag-ltr .ag-column-select-indent-97 {
  padding-left: 1940px
}

.ag-rtl .ag-column-select-indent-97 {
  padding-right: 1940px
}

.ag-ltr .ag-row-group-indent-97 {
  padding-left: 1940px
}

.ag-rtl .ag-row-group-indent-97 {
  padding-right: 1940px
}

.ag-ltr .ag-column-select-indent-98 {
  padding-left: 1960px
}

.ag-rtl .ag-column-select-indent-98 {
  padding-right: 1960px
}

.ag-ltr .ag-row-group-indent-98 {
  padding-left: 1960px
}

.ag-rtl .ag-row-group-indent-98 {
  padding-right: 1960px
}

.ag-ltr .ag-column-select-indent-99 {
  padding-left: 1980px
}

.ag-rtl .ag-column-select-indent-99 {
  padding-right: 1980px
}

.ag-ltr .ag-row-group-indent-99 {
  padding-left: 1980px
}

.ag-rtl .ag-row-group-indent-99 {
  padding-right: 1980px
}

.ag-ltr {
  direction: ltr
}

.ag-ltr .ag-body,
.ag-ltr .ag-body-horizontal-scroll,
.ag-ltr .ag-body-viewport,
.ag-ltr .ag-floating-bottom,
.ag-ltr .ag-floating-top,
.ag-ltr .ag-header {
  flex-direction: row
}

.ag-rtl {
  direction: rtl
}

.ag-rtl .ag-body,
.ag-rtl .ag-body-horizontal-scroll,
.ag-rtl .ag-body-viewport,
.ag-rtl .ag-floating-bottom,
.ag-rtl .ag-floating-top,
.ag-rtl .ag-header {
  flex-direction: row-reverse
}

.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg)
}

.ag-layout-print.ag-body-viewport {
  flex: none
}

.ag-layout-print.ag-root-wrapper {
  display: inline-flex
}

.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%
}

.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,
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
  .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-root,
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .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 {
    page-break-inside: avoid
  }
}

.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch
}

.ag-chart {
  width: 100%;
  height: 100%
}

.ag-chart,
.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  overflow: hidden
}

.ag-chart-components-wrapper {
  flex: 1 1 auto
}

.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center
}

.ag-chart-title-edit.currently-editing {
  display: inline-block
}

.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden
}

.ag-charts-canvas {
  display: block
}

.ag-chart-menu {
  position: absolute;
  top: 10px;
  width: 24px;
  overflow: hidden;
  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;
  width: 0;
  min-width: 0;
  transition: min-width .4s
}

.ag-chart-menu-hidden~.ag-chart-docked-container {
  max-width: 0;
  overflow: hidden
}

.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.ag-chart-tabbed-menu-header {
  flex: none;
  -webkit-user-select: none;
  -moz-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;
  -webkit-user-select: none;
  -moz-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: .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-next,
.ag-chart-settings-prev {
  position: relative;
  flex: none
}

.ag-chart-settings-next-button,
.ag-chart-settings-prev-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 .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 {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0
}

.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center
}

.ag-chart .ag-chart-menu {
  opacity: 0;
  pointer-events: none
}

.ag-chart-menu-hidden:hover .ag-chart-menu {
  opacity: 1;
  pointer-events: all
}

.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between
}

.ag-charts-data-group-item {
  position: relative
}

.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row,
.ag-date-time-list-page-title-bar {
  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
}

.ag-aria-description-container {
  display: none !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1540px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

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

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

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

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

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

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333%
  }

  .offset-sm-2 {
    margin-left: 16.66667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333%
  }

  .offset-sm-5 {
    margin-left: 41.66667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333%
  }

  .offset-sm-8 {
    margin-left: 66.66667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333%
  }

  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333%
  }

  .offset-md-2 {
    margin-left: 16.66667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333%
  }

  .offset-md-5 {
    margin-left: 41.66667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333%
  }

  .offset-md-8 {
    margin-left: 66.66667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333%
  }

  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333%
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333%
  }

  .offset-lg-5 {
    margin-left: 41.66667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333%
  }

  .offset-lg-8 {
    margin-left: 66.66667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333%
  }

  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333%
  }

  .offset-xl-2 {
    margin-left: 16.66667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333%
  }

  .offset-xl-5 {
    margin-left: 41.66667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333%
  }

  .offset-xl-8 {
    margin-left: 66.66667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333%
  }

  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1540px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xxl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xxl-first {
    order: -1
  }

  .order-xxl-last {
    order: 13
  }

  .order-xxl-0 {
    order: 0
  }

  .order-xxl-1 {
    order: 1
  }

  .order-xxl-2 {
    order: 2
  }

  .order-xxl-3 {
    order: 3
  }

  .order-xxl-4 {
    order: 4
  }

  .order-xxl-5 {
    order: 5
  }

  .order-xxl-6 {
    order: 6
  }

  .order-xxl-7 {
    order: 7
  }

  .order-xxl-8 {
    order: 8
  }

  .order-xxl-9 {
    order: 9
  }

  .order-xxl-10 {
    order: 10
  }

  .order-xxl-11 {
    order: 11
  }

  .order-xxl-12 {
    order: 12
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333%
  }

  .offset-xxl-2 {
    margin-left: 16.66667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333%
  }

  .offset-xxl-5 {
    margin-left: 41.66667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333%
  }

  .offset-xxl-8 {
    margin-left: 66.66667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333%
  }

  .offset-xxl-11 {
    margin-left: 91.66667%
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .625rem + 2px);
  padding: .3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #d8e2ef;
  background-color: #18181B;
  background-clip: padding-box;
  border: 1px solid #344050;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #d8e2ef
}

.form-control:focus {
  color: #d8e2ef;
  background-color: #18181B;
  border-color: #4d5969;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(44, 123, 229, .25)
}

.form-control::-moz-placeholder {
  color: #748194;
  opacity: 1
}

.form-control::placeholder {
  color: #748194;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(186, 195, 204, .16);
  opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #d8e2ef;
  background-color: #18181B
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.3125rem + 1px);
  padding-bottom: calc(.3125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.1875rem + 1px);
  padding-bottom: calc(.1875rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .3125rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #9da9bb;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .375rem + 2px);
  padding: .1875rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .34375rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #5e6e82
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 75%;
  color: #00d27a
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .83333rem;
  line-height: 1.5;
  color: #18181B;
  background-color: rgba(0, 210, 122, .9);
  border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #00d27a;
  padding-right: calc(1.5em + .625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300d27a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .15625rem) center;
  background-size: calc(.75em + .3125rem) calc(.75em + .3125rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #00d27a;
  box-shadow: 0 0 0 .2rem rgba(0, 210, 122, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .625rem);
  background-position: top calc(.375em + .15625rem) right calc(.375em + .15625rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #00d27a;
  padding-right: calc(.75em + 2.46875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23b6c1d2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #18181B url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300d27a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(.75em + .3125rem) calc(.75em + .3125rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #00d27a;
  box-shadow: 0 0 0 .2rem rgba(0, 210, 122, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #00d27a
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #00d27a
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #00d27a
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #06ff97;
  background-color: #06ff97
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(0, 210, 122, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
  border-color: #00d27a
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #00d27a
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #00d27a;
  box-shadow: 0 0 0 .2rem rgba(0, 210, 122, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 75%;
  color: #e63757
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .83333rem;
  line-height: 1.5;
  color: #18181B;
  background-color: rgba(230, 55, 87, .9);
  border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #e63757;
  padding-right: calc(1.5em + .625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .15625rem) center;
  background-size: calc(.75em + .3125rem) calc(.75em + .3125rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 .2rem rgba(230, 55, 87, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .625rem);
  background-position: top calc(.375em + .15625rem) right calc(.375em + .15625rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #e63757;
  padding-right: calc(.75em + 2.46875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23b6c1d2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #18181B url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63757' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(.75em + .3125rem) calc(.75em + .3125rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 .2rem rgba(230, 55, 87, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #e63757
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #e63757
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #e63757
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #ec647d;
  background-color: #ec647d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(230, 55, 87, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
  border-color: #e63757
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #e63757
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #e63757;
  box-shadow: 0 0 0 .2rem rgba(230, 55, 87, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }

}

