@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[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: 0.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: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.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 {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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 !important;
  --webkit-appearance: none !important;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none !important;
}
::-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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.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: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  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;
  }
}
.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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-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.3333333333%;
  max-width: 33.3333333333%;
}
.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.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.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: 0.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: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.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: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.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 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.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 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.uib-typeahead-match {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.uib-typeahead-match:focus,
.uib-typeahead-match:hover {
  text-decoration: none;
  background-color: #e9ecef;
}
.uib-typeahead-match:focus a,
.uib-typeahead-match:hover a {
  color: #16181b;
}
.uib-typeahead-match.active,
.uib-typeahead-match:active {
  background-color: #007bff;
  cursor : pointer;
}

.uib-typeahead-match.active a,
.uib-typeahead-match:active a{
  color: #fff !important;
  text-decoration: none !important;
}

.uib-typeahead-match.disabled,
.uib-typeahead-match:disabled {
  pointer-events: none;
  background-color: transparent;
}
.uib-typeahead-match.disabled a,
.uib-typeahead-match:disabled a{
  color: #adb5bd;
}

.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-ul {
  background: #fff !important;
  border: solid 1px #00a11b !important;
  color: #00a11b !important;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
input[type="checkbox"] {
  margin-top: 6px;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  --webkit-print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50% !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block !important;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .modal-md{
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography h1 {
  font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography h2 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
  font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
  font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography h5 {
  font: 400 11.62px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography h6 {
  font: 400 9.38px/20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}
.mat-body-2,
.mat-body-strong {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-body-1 p,
.mat-body p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-caption,
.mat-small {
  font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle,
.mat-card {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-content,
.mat-card-subtitle {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-remove.mat-icon,
.mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell,
.mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
  border: none !important;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float.mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.79167em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.66667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
    .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server:focus
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-form-field-autofill-control:-webkit-autofill
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server[label]:not(:label-shown)
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-footer,
.mat-grid-tile-header {
  font-size: 14px;
}
.mat-grid-tile-footer .mat-line,
.mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-footer .mat-line:nth-child(n + 2),
.mat-grid-tile-header .mat-line:nth-child(n + 2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
}
.mat-radio-button,
.mat-select {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content,
.mat-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: 400;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group,
.mat-tab-label,
.mat-tab-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-tab-label,
.mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item,
.mat-list-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n + 2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n + 2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n + 2),
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n + 2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-nested-tree-node,
.mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  --webkit-appearance: none;
  --moz-appearance: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-active,
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled),
.mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox:after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14),
    0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
    0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2),
    0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2),
    0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2),
    0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2),
    0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2),
    0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2),
    0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2),
    0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2),
    0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}
.mat-autocomplete-panel
  .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: #fff;
  background: #3f51b5;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: #fff;
}
.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.mat-badge-content._mat-animation-noopable,
.ng-animate-disabled .mat-badge-content {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir="rtl"] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir="rtl"] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir="rtl"]
  .mat-badge-small.mat-badge-overlap.mat-badge-before
  .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir="rtl"]
  .mat-badge-small.mat-badge-overlap.mat-badge-after
  .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir="rtl"]
  .mat-badge-medium.mat-badge-overlap.mat-badge-before
  .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir="rtl"]
  .mat-badge-medium.mat-badge-overlap.mat-badge-after
  .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir="rtl"] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir="rtl"] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir="rtl"]
  .mat-badge-large.mat-badge-overlap.mat-badge-before
  .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir="rtl"]
  .mat-badge-large.mat-badge-overlap.mat-badge-after
  .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button,
.mat-icon-button,
.mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #3f51b5;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #ff4081;
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-accent[disabled],
.mat-button.mat-primary[disabled],
.mat-button.mat-warn[disabled],
.mat-button[disabled][disabled],
.mat-icon-button.mat-accent[disabled],
.mat-icon-button.mat-primary[disabled],
.mat-icon-button.mat-warn[disabled],
.mat-icon-button[disabled][disabled],
.mat-stroked-button.mat-accent[disabled],
.mat-stroked-button.mat-primary[disabled],
.mat-stroked-button.mat-warn[disabled],
.mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}
.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button[disabled] .mat-button-focus-overlay,
.mat-icon-button[disabled] .mat-button-focus-overlay,
.mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element,
.mat-icon-button .mat-ripple-element,
.mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: #000;
}
.mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}
.mat-fab.mat-accent,
.mat-fab.mat-primary,
.mat-fab.mat-warn,
.mat-flat-button.mat-accent,
.mat-flat-button.mat-primary,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-accent,
.mat-mini-fab.mat-primary,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-accent,
.mat-raised-button.mat-primary,
.mat-raised-button.mat-warn {
  color: #fff;
}
.mat-fab.mat-accent[disabled],
.mat-fab.mat-primary[disabled],
.mat-fab.mat-warn[disabled],
.mat-fab[disabled][disabled],
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled],
.mat-mini-fab.mat-accent[disabled],
.mat-mini-fab.mat-primary[disabled],
.mat-mini-fab.mat-warn[disabled],
.mat-mini-fab[disabled][disabled],
.mat-raised-button.mat-accent[disabled],
.mat-raised-button.mat-primary[disabled],
.mat-raised-button.mat-warn[disabled],
.mat-raised-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  background-color: #3f51b5;
}
.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
  background-color: #ff4081;
}
.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  background-color: #f44336;
}
.mat-fab.mat-accent[disabled],
.mat-fab.mat-primary[disabled],
.mat-fab.mat-warn[disabled],
.mat-fab[disabled][disabled],
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled],
.mat-mini-fab.mat-accent[disabled],
.mat-mini-fab.mat-primary[disabled],
.mat-mini-fab.mat-warn[disabled],
.mat-mini-fab[disabled][disabled],
.mat-raised-button.mat-accent[disabled],
.mat-raised-button.mat-primary[disabled],
.mat-raised-button.mat-warn[disabled],
.mat-raised-button[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-accent .mat-ripple-element,
.mat-fab.mat-primary .mat-ripple-element,
.mat-fab.mat-warn .mat-ripple-element,
.mat-flat-button.mat-accent .mat-ripple-element,
.mat-flat-button.mat-primary .mat-ripple-element,
.mat-flat-button.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-flat-button:not([class*="mat-elevation-z"]),
.mat-stroked-button:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*="mat-elevation-z"]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([disabled]):active:not([class*="mat-elevation-z"]) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button[disabled]:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*="mat-elevation-z"]),
.mat-mini-fab:not([class*="mat-elevation-z"]) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-fab:not([disabled]):active:not([class*="mat-elevation-z"]),
.mat-mini-fab:not([disabled]):active:not([class*="mat-elevation-z"]) {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab[disabled]:not([class*="mat-elevation-z"]),
.mat-mini-fab[disabled]:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group,
.mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}
.mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
[dir="rtl"]
  .mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}
.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: #000;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary
  .mat-ripple-element {
  background: #3f51b5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element {
  background: #ff4081;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:after {
  background: #000;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-table {
  background: #fff;
}
.mat-table-sticky,
.mat-table tbody,
.mat-table tfoot,
.mat-table thead,
[mat-footer-row],
[mat-header-row],
[mat-row],
mat-footer-row,
mat-header-row,
mat-row {
  background: inherit;
}
mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell,
.mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
.cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled
  > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: #fff;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-disabled
  > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: #fff;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-disabled
  > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel
  .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled="true"]),
.mat-expansion-panel
  .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled="true"]),
.mat-expansion-panel:not(.mat-expanded)
  .mat-expansion-panel-header:hover:not([aria-disabled="true"]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled="true"])
    .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled="true"] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled="true"]
  .mat-expansion-panel-header-description,
.mat-expansion-panel-header[aria-disabled="true"]
  .mat-expansion-panel-header-title {
  color: inherit;
}
.mat-form-field-label,
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid)
  .mat-form-field-infix:after {
  color: #3f51b5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent
  .mat-form-field-infix:after {
  color: #ff4081;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn
  .mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid
  .mat-form-field-label
  .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled
  .mat-form-field-underline {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.42) 0,
    rgba(0, 0, 0, 0.42) 33%,
    transparent 0
  );
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled
  .mat-form-field-underline {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.42) 0,
    rgba(0, 0, 0, 0.42) 33%,
    transparent 0
  );
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled
  .mat-form-field-underline:before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent
  .mat-form-field-outline-thick {
  color: #ff4081;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn
  .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid
  .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled
  .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled
  .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-type-mat-native-select.mat-form-field-disabled
  .mat-form-field-infix:after,
.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #3f51b5;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-accent .mat-input-element {
  caret-color: #ff4081;
}
.mat-form-field-invalid .mat-input-element,
.mat-warn .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid
  .mat-form-field-infix:after {
  color: #f44336;
}
.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eee;
}
.mat-action-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option,
.mat-list-single-selected-option:focus,
.mat-list-single-selected-option:hover {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: #fff;
}
.mat-menu-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled]:after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item-submenu-trigger:after,
.mat-menu-item .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item-highlighted:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: #fff;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar-fill:after {
  background-color: #3f51b5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #ff4081;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #f44336;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #ff4081;
}
.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: #000;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: #fff;
}
.mat-select-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer,
.mat-drawer.mat-drawer-push {
  background-color: #fff;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end,
[dir="rtl"] .mat-drawer-side {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir="rtl"] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}
.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}
.mat-primary .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
  background-color: #ff4081;
}
.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}
.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused
  .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused
  .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused
  .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover
  .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled
  .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled
  .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7) 2px,
    transparent 0,
    transparent
  );
  background-image: -moz-repeating-linear-gradient(
    0.0001deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7) 2px,
    transparent 0,
    transparent
  );
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7) 2px,
    transparent 0,
    transparent
  );
}
.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: #fff;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  background-color: #fff;
}
.mat-stepper-vertical-line:before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-header,
.mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label,
.mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*="mat-background-"] .mat-tab-header,
.mat-tab-nav-bar[class*="mat-background-"] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-background-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #3f51b5;
}
.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #fff;
}
.mat-tab-group.mat-background-primary
  .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.mat-tab-group.mat-background-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #ff4081;
}
.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: #fff;
}
.mat-tab-group.mat-background-accent
  .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.mat-tab-group.mat-background-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #fff;
}
.mat-tab-group.mat-background-warn
  .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: #fff;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: #fff;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}
.mat-toolbar .mat-focused .mat-form-field-ripple,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-select-value {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: #fff;
}
.mat-nested-tree-node,
.mat-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-snack-bar-container {
  color: hsla(0, 0%, 100%, 0.7);
  background: #323232;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #ff4081;
}
ag-grid,
ag-grid-angular,
ag-grid-aurelia,
ag-grid-ng2,
ag-grid-polymer {
  display: block;
}
.ag-rtl {
  direction: rtl;
}
.ag-ltr {
  direction: ltr;
}
.ag-select-agg-func-popup {
  position: absolute;
}
.ag-body-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-root-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex-grow: 1;
  height: 0;
  min-height: 0;
}
.ag-root {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-auto-height,
.ag-root.ag-layout-normal {
  overflow: hidden;
  width: 0;
  min-width: 0;
  flex: 1;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
.ag-font-style {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ag-header {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: flex;
}
.ag-pinned-left-header,
.ag-pinned-right-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.ag-header-viewport {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0;
  min-width: 0;
  flex: 1;
}
.ag-header-row {
  position: absolute;
}
.ag-header-container {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.ag-header-overlay {
  display: block;
  position: absolute;
}
.ag-header-cell {
  height: 100%;
  vertical-align: bottom;
}
.ag-floating-filter,
.ag-header-cell {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
}
.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px;
}
.ag-floating-filter-full-body {
  height: 20px;
  width: 100%;
}
.ag-floating-filter-input {
  width: 100%;
}
.ag-floating-filter-input:-moz-read-only {
  background-color: #eee;
}
.ag-floating-filter-input:read-only {
  background-color: #eee;
}
.ag-dnd-ghost,
.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid #000;
  box-sizing: border-box;
  cursor: move;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  text-overflow: ellipsis;
}
.ag-dnd-ghost-icon {
  float: left;
  padding: 2px;
}
.ag-dnd-ghost-icon,
.ag-dnd-ghost-label {
  display: inline-block;
}
.ag-header-group-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
}
.ag-header-group-cell-label {
  display: flex;
}
.ag-header-group-cell-label {
    justify-content: center!important;
}
.ag-header-cell-label,
.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-cell-resize {
  position: absolute;
  z-index: 4;
  cursor: col-resize;
  height: 100%;
  width: 4px;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-ltr .ag-pinned-right-header .ag-header-cell-resize,
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
.ag-ltr .ag-header-select-all {
  float: left;
}
.ag-rtl .ag-header-select-all {
  float: right;
}
.ag-header-expand-icon {
  padding-left: 4px;
}
.ag-header-cell-menu-button {
  float: right;
}
.ag-overlay {
  left: 0;
  position: absolute;
  top: 0;
}
.ag-overlay,
.ag-overlay-panel {
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.ag-overlay-panel {
  display: table;
}
.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ag-primary-cols-header-panel .ag-column-name-filter {
  flex-grow: 1;
  flex-shrink: 1;
}
.ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
  width: 100%;
}
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
}
.ag-column-panel {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh;
}
.ag-body-container.ag-layout-auto-height {
  min-height: 50px;
}
.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-body {
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.ag-body.ag-layout-normal {
  flex: 1;
  height: 0;
  min-height: 0;
}
.ag-rtl .ag-body {
  flex-direction: row-reverse;
}
.ag-ltr .ag-body {
  flex-direction: row;
}
.ag-rtl .ag-floating-top {
  flex-direction: row-reverse;
}
.ag-ltr .ag-floating-top,
.ag-ltr .ag-header {
  flex-direction: row;
}
.ag-rtl .ag-header {
  flex-direction: row-reverse;
}
.ag-floating-top {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-top,
.ag-pinned-right-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-floating-top-viewport {
  box-sizing: border-box;
  overflow: hidden;
  width: 0;
  min-width: 0;
  flex: 1;
}
.ag-floating-top-viewport.ag-layout-normal {
  height: 100%;
}
.ag-floating-bottom,
.ag-floating-top-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.ag-floating-bottom {
  overflow: hidden;
  width: 100%;
  display: flex;
}
.ag-pinned-left-floating-bottom,
.ag-pinned-right-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-floating-bottom-viewport {
  box-sizing: border-box;
  overflow: hidden;
  flex: 1;
  width: 0;
  min-width: 0;
}
.ag-floating-bottom-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.ag-pinned-left-cols-container {
  display: block;
  position: relative;
}
.ag-pinned-left-cols-viewport,
.ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-pinned-right-cols-container {
  display: block;
  position: relative;
}
.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
}
.ag-body-viewport-wrapper.ag-layout-auto-height,
.ag-body-viewport-wrapper.ag-layout-normal {
  height: 100%;
  width: 0;
  min-width: 0;
  flex: 1;
}
.ag-body-viewport-wrapper.ag-layout-auto-height {
  overflow: hidden;
}
.ag-body-viewport.ag-layout-auto-height {
  overflow-x: auto;
}
.ag-body-viewport.ag-layout-normal {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.ag-full-width-viewport {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-body-container {
  margin-bottom: -2px;
  position: relative;
}
.ag-body-container:not(.ag-layout-print) {
  display: block;
}
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s,
    opacity 0.2s;
}
.ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}
.ag-row {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-column-moving .ag-cell,
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
.ag-column-drop {
  box-sizing: border-box;
  width: 100%;
}
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 50px;
  overflow: hidden;
}
.ag-column-drop-vertical .ag-column-drop-list {
  flex-grow: 1;
  height: 20px;
  overflow-x: auto;
}
.ag-column-drop-vertical .ag-column-drop-cell {
  display: flex;
}
.ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop-vertical .ag-column-drop-empty-message {
  display: block;
}
.ag-column-drop-vertical .ag-column-drop-cell-button {
  line-height: 16px;
}
.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right;
}
.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left;
}
.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.ag-column-drop-horizontal .ag-column-drop-cell,
.ag-column-drop-horizontal .ag-column-drop-empty-message {
  display: inline-block;
}
.ag-column-drop-horizontal .ag-column-drop-list {
  height: 100%;
}
.ag-cell {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-cell-with-height {
  height: 100%;
}
.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;
}
.ag-cell-edit-input {
  height: 100%;
  width: 100%;
}
.ag-footer-cell-entire-row,
.ag-group-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.ag-menu,
.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px;
}
.ag-menu-list {
  border-collapse: collapse;
  display: table;
}
.ag-menu-option {
  display: table-row;
}
.ag-menu-option-icon,
.ag-menu-option-popup-pointer,
.ag-menu-option-shortcut,
.ag-menu-option-text {
  display: table-cell;
}
.ag-menu-separator {
  display: table-row;
}
.ag-menu-separator-cell {
  display: table-cell;
}
.ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
  position: relative;
}
.ag-rich-select {
  cursor: default;
  outline: none;
}
.ag-rich-select-row {
  white-space: nowrap;
}
.ag-rich-select-list,
.ag-set-filter-list {
  height: 200px;
  width: 200px;
}
.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.ag-virtual-list-item span:empty:not(.ag-icon) {
  border-left: 1px solid transparent;
}
.ag-filter-filter {
  box-sizing: border-box;
  width: 100%;
}
.ag-floating-filter-body input,
.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%;
}
.ag-filter-select {
  margin: 4px 4px 0;
  width: 110px;
}
.ag-list-selection,
.ag-tool-panel-wrapper {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-tool-panel-wrapper {
  box-sizing: border-box;
  width: 200px;
}
.ag-primary-cols-list-panel {
  flex-grow: 1;
  height: 50px;
  overflow: auto;
}
.ag-column-select-indent {
  display: inline-block;
}
.ag-ltr .ag-column-tool-panel-column {
  margin-left: 16px;
}
.ag-rtl .ag-column-tool-panel-column {
  margin-right: 16px;
}
.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-tool-panel-column-group .ag-column-tool-panel-column,
.ag-column-tool-panel-column-group .ag-column-tool-panel-column-group,
.ag-column-tool-panel-column .ag-column-tool-panel-column,
.ag-column-tool-panel-column .ag-column-tool-panel-column-group {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-column-tool-panel-column-group .ag-column-drag,
.ag-column-tool-panel-column .ag-column-drag {
  min-width: 16px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-side-bar .ag-column-select-panel {
  flex-grow: 4;
}
.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  transform: translateX(3px);
}
.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  transform: translateX(-3px);
}
.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%;
}
.ag-hidden {
  display: none !important;
}
.ag-visibility-hidden {
  visibility: hidden !important;
}
.ag-faded {
  opacity: 0.3;
}
.ag-width-half {
  display: inline-block;
  width: 50%;
}
.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right;
}
@-webkit-keyframes ag-shake-left-to-right {
  0% {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
@keyframes ag-shake-left-to-right {
  0% {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-icon-aggregation {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAyLjVoLTZsMiAzLjUtMiAzLjVoNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-aggregation,
.ag-icon-arrows {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-arrows {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDZsLTEuNDEgMS40MUwxNi4xNyA5SDR2MmgxMi4xN2wtMS41OCAxLjU5TDE2IDE0bDQtNHoiLz48cGF0aCBkPSJNNCA2bDEuNDEgMS40MUwzLjgzIDlIMTZ2MkgzLjgzbDEuNTggMS41OUw0IDE0bC00LTR6Ii8+PHBhdGggZD0iTTYgMTZsMS40MS0xLjQxTDkgMTYuMTdWNGgydjEyLjE3bDEuNTktMS41OEwxNCAxNmwtNCA0eiIvPjxwYXRoIGQ9Ik0xNCA0bC0xLjQxIDEuNDFMMTEgMy44M1YxNkg5VjMuODNMNy40MSA1LjQxIDYgNGw0LTR6Ii8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-asc {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-asc,
.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-checkbox-checked-readonly {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-checkbox-unchecked {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-checkbox-unchecked,
.ag-icon-column {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-column {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptMCAzaDR2N0gxeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-columns {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-columns,
.ag-icon-contracted {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-contracted {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-copy {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41aDV2NWgtNXoiLz48cGF0aCBkPSJNNy41IDIuNWgtNXY1aDJ2Mmg1di01aC0ydi0yeiIvPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-copy,
.ag-icon-cut {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-cut {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zIDMuMTJjLjY2Ny4wNzggMyAxLjc0NSA3IDUtLjMyNi4yMDQtLjY1OS4yMDQtMSAwLS4zNDEtLjIwNi0xLjY3NC0xLjIwNi00LTMgMCAuNjY2LS42NjcuNjY2LTIgMC0yLTEtMS0yLjEyIDAtMnoiLz48cGF0aCBkPSJNMyA4LjI2NGMuNjY3LS4wOCAzLTEuNzQ2IDctNS0uMzI2LS4yMDUtLjY1OS0uMjA1LTEgMC0uMzQxLjIwNC0xLjY3NCAxLjIwNC00IDMgMC0uNjY3LS42NjctLjY2Ny0yIDAtMiAxLTEgMi4xMTkgMCAyeiIvPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-desc {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-desc,
.ag-icon-expanded {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-expanded {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUgM2gydjZINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-eye-slash {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEwNS45OTktLjA5MkE1LjI0OCA1LjI0OCAwIDAwNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjxwYXRoIGQ9Ik00LjAwNCAyLjgzNWw0Ljk5MiA2LjMzIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMy4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9nPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-eye,
.ag-icon-eye-slash {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-eye {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEwNS45OTktLjA5MkE1LjI0OCA1LjI0OCAwIDAwNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-filter {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-filter,
.ag-icon-group {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-group {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjUgMS41aDN2MmgtM3ptMCA0aDN2MmgtM3ptMCA0aDN2MmgtM3oiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAzaDF2OEgyem0xIDNoNHYxSDN6bTItNGgzdjFINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAxMGg1djFIMnoiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik0xLjUgMS41aDN2MmgtM3oiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-indeterminate {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wNTYgNC41ODFhMy4wMDEgMy4wMDEgMCAwMDUuODg4IDBDOC4wNTkgNC4xOTQgNy4wNzggNCA2IDRjLTEuMDc4IDAtMi4wNi4xOTQtMi45NDQuNTgxeiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik00IDUuNWMuNjY3LS4zMzMgMS42NjctLjUgMy0uNSIgc3Ryb2tlPSIjOTc5Nzk3Ii8+PHBhdGggZD0iTTEgNmMxLjMzMy0xLjMzMyAzLTIgNS0yczMuNjY3LjY2NyA1IDJDOS42NjcgNy4zMzMgOCA4IDYgOHMtMy42NjctLjY2Ny01LTJ6IiBzdHJva2U9IiMwMDAiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-indeterminate,
.ag-icon-left {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-left {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-loading {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAxaDJ2M0g1eiIvPjxwYXRoIGlkPSJiIiBkPSJNNSA4aDJ2M0g1eiIvPjxwYXRoIGlkPSJjIiBkPSJNMSA1aDN2MkgxeiIvPjxwYXRoIGlkPSJkIiBkPSJNOCA1aDN2Mkg4eiIvPjxwYXRoIGlkPSJlIiBkPSJNNCAwaDJ2M0g0eiIvPjxwYXRoIGlkPSJmIiBkPSJNNCA3aDJ2M0g0eiIvPjxwYXRoIGlkPSJnIiBkPSJNMCA0aDN2MkgweiIvPjxwYXRoIGlkPSJoIiBkPSJNNyA0aDN2Mkg3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgMS41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNS41IDguNWgxdjJoLTF6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTEuNSA1LjVoMnYxaC0yeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2QiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik04LjUgNS41aDJ2MWgtMnoiLz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2UiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik00LjUuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2giLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik03LjUgNC41aDJ2MWgtMnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-loading,
.ag-icon-menu {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-menu {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-minus {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-minus,
.ag-icon-none {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-none {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-not-allowed {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-not-allowed,
.ag-icon-paste {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-paste {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjUgMi41aDd2N2gtN3oiLz48cGF0aCBkPSJNNi41IDEuNWgtMXYyaC0xdjFoM3YtMWgtMXYtMnoiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-pin {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMyAyaDZ2MUg4djRsMiAxSDdsLTEgMy0xLTNIMmwyLTFWM0gzeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiIGQ9Ik01IDNoMXY0SDV6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuMjgiIGZpbGw9IiNGRkYiIGQ9Ik00IDNoMXYzSDR6Ii8+PC9nPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-pin,
.ag-icon-pivot {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-pivot {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiByeD0iMSIvPjxwYXRoIGQ9Ik0xMC41IDMuNWgtOW0yLTJ2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgNi41bDEtMSAxIDFtLTMgMWwtMSAxIDEgMSIvPjxwYXRoIGQ9Ik04LjUgNS41djNoLTMiLz48L2c+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-plus {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNSAyaDJ2OEg1eiIvPjxwYXRoIGQ9Ik0yIDVoOHYySDJ6Ii8+PC9nPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-plus,
.ag-icon-right {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-right {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-small-left {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-small-left,
.ag-icon-small-right {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-small-right {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-small-up {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgN2w0LTQgNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-small-down,
.ag-icon-small-up {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-small-down {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-tick {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSA1LjVsMyAzIDYtNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-cross,
.ag-icon-tick {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-cross {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTBsOC04bTAgOEwyIDIiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-tree-open {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-tree-closed,
.ag-icon-tree-open {
  display: inline-block;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.ag-icon-tree-closed {
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    50% no-repeat;
  background-size: 12px 12px;
}
.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
    50% no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px;
}
.loading-filter {
  background-color: #e6e6e6;
  padding: 5px;
  position: absolute;
  top: 34px;
  z-index: 1;
}
.ag-details-grid,
.ag-details-row,
.loading-filter {
  height: 100%;
  width: 100%;
}
.ag-primary-cols-header-panel {
  display: flex;
  flex-direction: row;
}
.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px;
}
.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px;
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px;
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px;
}
.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px;
}
.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px;
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px;
}
.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px;
}
.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px;
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px;
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px;
}
.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px;
}
.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px;
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px;
}
.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px;
}
.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px;
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px;
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px;
}
.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px;
}
.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px;
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px;
}
.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px;
}
.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px;
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px;
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px;
}
.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px;
}
.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px;
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px;
}
.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px;
}
.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px;
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px;
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px;
}
.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px;
}
.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px;
}
.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px;
}
.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px;
}
.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px;
}
.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px;
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px;
}
.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px;
}
.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px;
}
.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px;
}
.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px;
}
.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px;
}
.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px;
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px;
}
.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px;
}
.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px;
}
.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px;
}
.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px;
}
.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px;
}
.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px;
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px;
}
.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px;
}
.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px;
}
.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px;
}
.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px;
}
.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px;
}
.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px;
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px;
}
.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px;
}
.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px;
}
.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px;
}
.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px;
}
.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px;
}
.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px;
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px;
}
.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px;
}
.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px;
}
.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px;
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px;
}
.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px;
}
.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px;
}
.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px;
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px;
}
.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px;
}
.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px;
}
.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px;
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px;
}
.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px;
}
.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px;
}
.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px;
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px;
}
.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px;
}
.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px;
}
.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px;
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px;
}
.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px;
}
.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px;
}
.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px;
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px;
}
.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px;
}
.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px;
}
.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px;
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px;
}
.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px;
}
.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px;
}
.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px;
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px;
}
.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px;
}
.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px;
}
.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px;
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px;
}
.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px;
}
.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px;
}
.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px;
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px;
}
.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px;
}
.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px;
}
.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px;
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px;
}
.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px;
}
.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px;
}
.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px;
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px;
}
.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px;
}
.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px;
}
.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px;
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px;
}
.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px;
}
.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px;
}
.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px;
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px;
}
.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px;
}
.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px;
}
.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px;
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px;
}
.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px;
}
.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px;
}
.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px;
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px;
}
.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px;
}
.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px;
}
.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px;
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px;
}
.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px;
}
.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px;
}
.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px;
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px;
}
.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px;
}
.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px;
}
.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px;
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px;
}
.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px;
}
.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px;
}
.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px;
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px;
}
.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px;
}
.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px;
}
.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px;
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px;
}
.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px;
}
.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px;
}
.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px;
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px;
}
.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px;
}
.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px;
}
.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px;
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px;
}
.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px;
}
.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px;
}
.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px;
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px;
}
.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px;
}
.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px;
}
.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px;
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px;
}
.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px;
}
.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px;
}
.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px;
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px;
}
.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px;
}
.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px;
}
.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px;
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px;
}
.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px;
}
.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px;
}
.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px;
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px;
}
.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px;
}
.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px;
}
.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px;
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px;
}
.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px;
}
.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px;
}
.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px;
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px;
}
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
.ag-side-bar .ag-side-buttons {
  width: 20px;
}
.ag-side-bar .ag-side-buttons div button {
  display: block;
  white-space: nowrap;
  outline: none;
}
.ag-side-bar .ag-side-buttons div button span {
  writing-mode: tb;
  writing-mode: vertical-lr;
}
.ag-side-bar .panel-container {
  width: 180px;
}
.ag-side-bar.full-width .panel-container {
  width: 200px;
}
.ag-rtl .ag-side-bar .ag-side-buttons button span {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-status-bar {
  display: flex;
  justify-content: space-between;
}
.ag-status-bar-center,
.ag-status-bar-left,
.ag-status-bar-right,
.ag-status-bar .ag-status-panel {
  display: inline-flex;
}
@media print {
  .ag-body-viewport {
    display: block;
  }
  .ag-row {
    page-break-inside: avoid;
  }
}
.ag-body .ag-body-viewport,
.ag-body .ag-pinned-left-cols-viewport,
.ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch;
}
.ag-theme-balham {
  background-color: #fff;
  color: #000;
  font: 400 12px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.ag-theme-balham .ag-header,
.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell,
.ag-theme-balham .ag-rich-select-value,
.ag-theme-balham .ag-root,
.ag-theme-balham .ag-row {
  box-sizing: border-box;
}
.ag-theme-balham .ag-cell-inline-editing,
.ag-theme-balham .ag-menu,
.ag-theme-balham .ag-overlay-loading-center,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-select-agg-func-popup,
.ag-theme-balham .ag-theme-balham.ag-dnd-ghost {
  border: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-tab-header .ag-tab {
  border: solid transparent;
  border-width: 1px 1px 0;
  display: inline-block;
  margin: 4px 4px 0;
  padding: 4px 8px;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  border-bottom: 2px solid;
  border-color: #bdc3c7;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 20px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 20px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 40px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 40px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 60px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 60px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 80px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 80px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 100px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 100px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 120px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 120px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 140px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 140px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 160px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 160px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 180px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 180px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 200px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 200px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 220px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 220px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 240px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 240px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 260px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 260px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 280px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 280px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 300px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 300px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 320px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 320px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 340px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 340px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 360px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 360px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 380px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 380px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 400px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 400px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
  padding-left: 560px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
  padding-right: 560px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 420px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 420px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
  padding-left: 588px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
  padding-right: 588px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 440px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 440px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
  padding-left: 616px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
  padding-right: 616px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 460px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 460px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
  padding-left: 644px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
  padding-right: 644px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 480px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 480px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
  padding-left: 672px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
  padding-right: 672px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 500px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 500px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
  padding-left: 700px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
  padding-right: 700px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 520px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 520px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
  padding-left: 728px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
  padding-right: 728px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 540px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 540px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
  padding-left: 756px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
  padding-right: 756px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 560px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 560px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
  padding-left: 784px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
  padding-right: 784px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 580px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 580px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
  padding-left: 812px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
  padding-right: 812px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 600px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 600px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
  padding-left: 840px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
  padding-right: 840px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 620px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 620px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
  padding-left: 868px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
  padding-right: 868px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 640px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 640px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
  padding-left: 896px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
  padding-right: 896px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 660px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 660px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
  padding-left: 924px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
  padding-right: 924px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 680px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 680px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
  padding-left: 952px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
  padding-right: 952px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 700px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 700px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
  padding-left: 980px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
  padding-right: 980px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 720px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 720px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
  padding-left: 1008px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
  padding-right: 1008px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 740px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 740px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
  padding-left: 1036px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
  padding-right: 1036px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 760px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 760px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
  padding-left: 1064px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
  padding-right: 1064px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 780px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 780px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
  padding-left: 1092px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
  padding-right: 1092px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 800px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 800px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
  padding-left: 1120px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
  padding-right: 1120px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 820px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 820px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
  padding-left: 1148px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
  padding-right: 1148px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 840px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 840px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
  padding-left: 1176px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
  padding-right: 1176px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 860px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 860px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
  padding-left: 1204px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
  padding-right: 1204px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 880px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 880px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
  padding-left: 1232px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
  padding-right: 1232px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 900px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 900px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
  padding-left: 1260px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
  padding-right: 1260px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 920px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 920px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
  padding-left: 1288px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
  padding-right: 1288px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 940px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 940px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
  padding-left: 1316px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
  padding-right: 1316px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 960px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 960px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
  padding-left: 1344px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
  padding-right: 1344px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 980px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 980px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
  padding-left: 1372px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
  padding-right: 1372px;
}
.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-balham .ag-ltr .ag-cell-first-right-pinned,
.ag-theme-balham .ag-rtl .ag-cell-first-right-pinned {
  border-left: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-ltr .ag-cell-last-left-pinned,
.ag-theme-balham .ag-rtl .ag-cell-last-left-pinned {
  border-right: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-value-change-delta {
  padding-right: 2px;
}
.ag-theme-balham .ag-value-change-delta-up {
  color: #43a047;
}
.ag-theme-balham .ag-value-change-delta-down {
  color: #e53935;
}
.ag-theme-balham .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-theme-balham .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  transition: background-color 0.1s;
}
.ag-theme-balham .ag-header {
  color: rgba(0, 0, 0, 0.54);
  font: 600 12px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.ag-theme-balham .ag-header-row,
.ag-theme-balham .ag-row {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
}

.ag-theme-balham .ag-row {
  height: 28px;
  background-color: #fff;
  background-color: var(--ag-background-color,#fff);
  color: #000;
  color: var(--ag-data-color,var(--ag-foreground-color,#000));
  border-width: 1px;
  border-color: #d9dcde;
  border-color: var(--ag-row-border-color,#d9dcde)
}
/*
.ag-theme-balham .ag-row-odd {
  background-color: #fcfdfe;
  background-color: var(--ag-odd-row-background-color,#fcfdfe)
}
.ag-theme-balham .ag-row-even {
  background-color: #fcfdfe;
  background-color: var(--ag-odd-row-background-color,#fcfdfe)
}*/
.ag-theme-balham .ag-row-hover {
  background-color: #ecf0f1;
  background-color: var(--ag-row-hover-color,#ecf0f1)
}
.ag-theme-balham .ag-numeric-cell {
  text-align: right;
}
.ag-theme-balham .ag-header-cell-label {
  display: flex;
  float: left;
  height: 100%;
  width: calc(100% - 16px);
}
.ag-theme-balham .ag-header-cell-label span {
  height: 100%;
}
.ag-theme-balham .ag-header-cell-label > span {
  float: left;
}
.ag-theme-balham .ag-header-cell-label .ag-header-icon {
  background-position-y: 10px;
  background-size: 14px 14px;
  height: 100%;
  margin: 0 0 0 4px;
  opacity: 0.87;
}
.ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
  overflow: visible !important;
  text-overflow: ellipsis;
  white-space: normal !important;
}
.ag-theme-balham .ag-numeric-header .ag-header-cell-label {
  flex-direction: row-reverse;
  float: right;
}
.ag-theme-balham .ag-numeric-header .ag-header-cell-label > span {
  float: right;
}
.ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button {
  float: left;
}
.ag-theme-balham .ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell {
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.ag-theme-balham .ag-cell {
  border: 1px solid transparent;
  padding-left: 11px;
  padding-right: 11px;
}
.ag-theme-balham .ag-row-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  background-position-x: left;
  background-position-y: 4px;
  float: left;
  height: 100%;
  width: 28px;
}
.ag-theme-balham .ag-column-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  background-position-x: left;
  background-position-y: 4px !important;
  height: 100%;
  min-width: 20px;
}
.ag-theme-balham .ag-row-dragging {
  opacity: 0.5;
  z-index: 10000;
}
.ag-theme-balham .ag-ltr .ag-cell-focus,
.ag-theme-balham .ag-rtl .ag-cell-focus {
  border: 1px solid #0091ea;
  outline: initial;
}
.ag-theme-balham .ag-header-cell-resize {
  width: 8px;
}
.ag-theme-balham .ag-icon-aggregation {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDZWNC41aC01di41MzJhMSAxIDAgMDAuMzYuNzY4bDEuNzE4IDEuNDMyYTEgMSAwIDAxMCAxLjUzNkw1Ljg2IDEwLjJhMSAxIDAgMDAtLjM2Ljc2OHYuNTMyaDVWMTAiLz48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMiIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-aggregation,
.ag-theme-balham .ag-icon-arrows {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-arrows {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxNFYzTTIgOC41aDExbS03LjUgNGwyIDIgMi0ybTAtOGwtMi0yLTIgMm0tMiAybC0yIDIgMiAybTggMGwyLTItMi0yIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-asc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-asc,
.ag-theme-balham .ag-icon-checkbox-checked-readonly {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-checked-readonly {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggc3Ryb2tlPSIjN0Y4QzhEIiBkPSJNMTIgNWwtNS41IDUuNUw0IDgiLz48L2c+PC9zdmc+);
}
.ag-theme-balham .ag-icon-checkbox-checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiM3RjhDOEQiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-checkbox-checked,
.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggZD0iTTQgOC41aDgiIHN0cm9rZT0iIzdGOEM4RCIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-checkbox-indeterminate {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBkPSJNNCA4LjVoOCIgc3Ryb2tlPSIjN0Y4QzhEIi8+PC9nPjwvc3ZnPg==);
}
.ag-theme-balham .ag-icon-checkbox-indeterminate,
.ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
}
.ag-theme-balham .ag-icon-checkbox-unchecked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
}
.ag-theme-balham .ag-icon-checkbox-unchecked,
.ag-theme-balham .ag-icon-column {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-column {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjV2OGgzdi04eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-columns {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
}
.ag-theme-balham .ag-icon-columns,
.ag-theme-balham .ag-icon-contracted {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-contracted {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-copy {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjQuNSIgeT0iNC41IiB3aWR0aD0iOCIgaGVpZ2h0PSI5IiByeD0iMiIvPjxwYXRoIGQ9Ik0xMSAyLjVINC41YTIgMiAwIDAwLTIgMlYxMyIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-copy,
.ag-theme-balham .ag-icon-cut {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-cut {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzQ4IDQuOTQ4Yy4xNjEtLjM1LjI1Mi0uNzM1LjI1Mi0xLjE0OGEyLjggMi44IDAgMTAtNS42IDAgMi44IDIuOCAwIDAwMi44IDIuOGMuNDEzIDAgLjc5OC0uMDkxIDEuMTQ4LS4yNTJMNi42IDggNC45NDggOS42NTJBMi43MjggMi43MjggMCAwMDMuOCA5LjRhMi44IDIuOCAwIDEwMCA1LjYgMi44IDIuOCAwIDAwMi44LTIuOGMwLS40MTMtLjA5MS0uNzk4LS4yNTItMS4xNDhMOCA5LjRsNC45IDQuOUgxNXYtLjdMNi4zNDggNC45NDh6TTMuOCA1LjJhMS40IDEuNCAwIDExMC0yLjggMS40IDEuNCAwIDAxMCAyLjh6bTAgOC40YTEuNCAxLjQgMCAxMTAtMi44IDEuNCAxLjQgMCAwMTAgMi44ek04IDguMzVBLjM0Ny4zNDcgMCAwMTcuNjUgOGMwLS4xOTYuMTU0LS4zNS4zNS0uMzUuMTk2IDAgLjM1LjE1NC4zNS4zNSAwIC4xOTYtLjE1NC4zNS0uMzUuMzV6bTQuOS02LjY1TDguNyA1LjlsMS40IDEuNEwxNSAyLjR2LS43aC0yLjF6IiBmaWxsPSIjN0Y4QzhEIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-desc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-desc,
.ag-theme-balham .ag-icon-expanded {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-expanded {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-eye-slash {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMDAxLjU4MyA4IDYuODk5IDYuODk5IDAgMDA4IDEyLjM3NSA2Ljg5OSA2Ljg5OSAwIDAwMTQuNDE3IDggNi44OTkgNi44OTkgMCAwMDggMy42MjV6Ii8+PHBhdGggZD0iTTggMTAuOTE3YTIuOTE4IDIuOTE4IDAgMDEwLTUuODM0IDIuOTE4IDIuOTE4IDAgMDEwIDUuODM0eiIvPjxwYXRoIGQ9Ik0zLjUgMy41bDkgOSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-eye,
.ag-theme-balham .ag-icon-eye-slash {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-eye {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMDAxLjU4MyA4IDYuODk5IDYuODk5IDAgMDA4IDEyLjM3NSA2Ljg5OSA2Ljg5OSAwIDAwMTQuNDE3IDggNi44OTkgNi44OTkgMCAwMDggMy42MjV6Ii8+PHBhdGggZD0iTTggMTAuOTE3YTIuOTE4IDIuOTE4IDAgMDEwLTUuODM0IDIuOTE4IDIuOTE4IDAgMDEwIDUuODM0eiIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-filter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAwOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAxLS4yOTMtLjcwN1YzLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-filter,
.ag-theme-balham .ag-icon-group {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-group {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjUgNS41aDFtMSAyaDFtMiAwaDRtLTcgMmgxbTIgMGg0bS02LTRoNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
}
.ag-theme-balham .ag-icon-indeterminate {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDQuNjI1Yy0yLjkxNyAwLTUuNDA4LjgxNC02LjQxNyAzLjM3NSAxLjAxIDIuNTYgMy41IDMuMzc1IDYuNDE3IDMuMzc1czUuNDA4LS44MTQgNi40MTctMy4zNzVjLTEuMDEtMi41Ni0zLjUtMy4zNzUtNi40MTctMy4zNzV6Ii8+PHBhdGggZD0iTTggOS45MTdDNi4zOSA5LjkxNyA1LjA4MyA5LjYxIDUuMDgzIDhTNi4zOSA2LjA4MyA4IDYuMDgzYzEuNjEgMCAyLjkxNy4zMDcgMi45MTcgMS45MTdTOS42MSA5LjkxNyA4IDkuOTE3eiIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-indeterminate,
.ag-theme-balham .ag-icon-left {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-loading {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxwYXRoIGQ9Ik03LjUgMTAuNXYzIiBvcGFjaXR5PSIuOCIvPjxwYXRoIGQ9Ik0xMC41IDcuNWgzIiBvcGFjaXR5PSIuNiIvPjxwYXRoIGQ9Ik0xLjUgNy41aDMiLz48cGF0aCBkPSJNNy41IDEuNXYzIiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Ik05LjUgNS41TDEyIDMiIG9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTkuNSA5LjVMMTIgMTIiIG9wYWNpdHk9Ii43Ii8+PHBhdGggZD0iTTUuNSA5LjVMMyAxMiIgb3BhY2l0eT0iLjkiLz48cGF0aCBkPSJNNS41IDUuNUwzIDMiIG9wYWNpdHk9Ii4zIi8+PC9nPjwvc3ZnPg==);
}
.ag-theme-balham .ag-icon-loading,
.ag-theme-balham .ag-icon-menu {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-minus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoMTF2MmgtMTF6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-minus,
.ag-theme-balham .ag-icon-none {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-none {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-not-allowed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOSAxMS4wMTJBMy43NSAzLjc1IDAgMDAxMS4wMTIgNS45bC01LjExNCA1LjExM3pNNC40ODcgOS42MDFMOS42IDQuNDg4QTMuNzUgMy43NSAwIDAwNC40ODggOS42ek03Ljc1IDEzLjVhNS43NSA1Ljc1IDAgMTEwLTExLjUgNS43NSA1Ljc1IDAgMDEwIDExLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-not-allowed,
.ag-theme-balham .ag-icon-paste {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-paste {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDNjMC0uNS0uNS0xLjUtMi0xLjVTNiAyLjUgNiAzSDRhMiAyIDAgMDAtMiAydjdhMiAyIDAgMDAyIDJoOGEyIDIgMCAwMDItMlY1YTIgMiAwIDAwLTItMmgtMnptLTIgLjI3M2MuMzY3IDAgLjY2Ny4yODYuNjY3LjYzNiAwIC4zNS0uMy42MzYtLjY2Ny42MzYtLjM2NyAwLS42NjctLjI4Ni0uNjY3LS42MzYgMC0uMzUuMy0uNjM2LjY2Ny0uNjM2ek0xMiAxM0g0YTEgMSAwIDAxLTEtMVY1YTEgMSAwIDAxMS0xaDF2Mmg2VjRoMWExIDEgMCAwMTEgMXY3YTEgMSAwIDAxLTEgMXoiIGZpbGw9IiM3RjhDOEQiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-pin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSAxMy41bDQtNE0xNCA2Yy0uMzkuNTI5LS43MjQuODYyLTEgMXMtLjYxLjEzOC0xIDBsLTIgMmMuMTM4LjkyLjEzOCAxLjU4NiAwIDItLjEzOC40MTQtLjQ3MS43NDgtMSAxTDQgN2MuMDgtLjQ3MS40MTQtLjgwNSAxLTEgLjU4Ni0uMTk1IDEuMjUyLS4xOTUgMiAwbDItMmMtLjE5NS0uMjc2LS4xOTUtLjYxIDAtMXMuNTI5LS43MjQgMS0xbDQgNHoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
.ag-theme-balham .ag-icon-pin,
.ag-theme-balham .ag-icon-pivot {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-pivot {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMy41IDQuNWgtOW0wIDB2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgMTIuNWwtMS0xIDEtMW01LTNsLTEtMS0xIDEiLz48cGF0aCBkPSJNNC41IDExLjVoLTJtNi05djJtLTMtMnYybTYtMnYyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTExLjUgNi41djNhMiAyIDAgMDEtMiAyaC0zIi8+PHBhdGggZD0iTTQuNSA4LjVoLTJtMi0zaC0yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
}
.ag-theme-balham .ag-icon-plus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoNHYtNGgydjRoNHYyaC00djRoLTJ2LTRoLTR6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-plus,
.ag-theme-balham .ag-icon-right {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-small-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNEw0IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-small-left,
.ag-theme-balham .ag-icon-small-right {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-small-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-small-up {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDhMOCA0IDQgOCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-small-down,
.ag-theme-balham .ag-icon-small-up {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-small-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgOGw0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-tick {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDZsLTUuNSA1LjVMNCA5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-cross,
.ag-theme-balham .ag-icon-tick {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-cross {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgNS41bC02IDZtMC02bDYgNiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-tree-open {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-icon-tree-closed,
.ag-theme-balham .ag-icon-tree-open {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-icon-tree-closed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-icon-tree-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA3LjVoOSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  display: inline-block;
}
.ag-theme-balham .ag-header-cell-menu-button .ag-icon-menu {
  display: block;
  height: 32px;
}
.ag-theme-balham .ag-icon-checkbox-checked:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwOTFFQSIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiMwMDkxRUEiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
}
.ag-theme-balham .ag-menu {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
  z-index: 5;
}
.ag-theme-balham .ag-menu .ag-menu-list {
  cursor: default;
  margin-bottom: 4px;
  margin-top: 4px;
  width: 100%;
}
.ag-theme-balham .ag-menu .ag-menu-option {
  line-height: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.ag-theme-balham .ag-menu .ag-menu-option > span {
  display: table-cell;
  vertical-align: middle;
}
.ag-theme-balham .ag-menu .ag-menu-option-active {
  background: #ecf0f1;
}
.ag-theme-balham .ag-menu .ag-menu-option-disabled {
  opacity: 0.5;
}
.ag-theme-balham .ag-menu .ag-menu-option-icon {
  padding-left: 4px;
  padding-right: 4px;
}
.ag-theme-balham .ag-menu .ag-menu-option-icon span {
  height: 16px;
  line-height: 0;
  margin-top: 4px;
}
.ag-theme-balham .ag-menu .ag-menu-option-shortcut {
  padding-left: 8px;
}
.ag-theme-balham .ag-menu .ag-menu-separator {
  margin-left: -4px;
}
.ag-theme-balham .ag-menu .ag-menu-separator > span {
  background-image: url("data:image/svg+xml;utf8,<svg width='1' height='8px' viewBox='0 0 1 8px' xmlns='http://www.w3.org/2000/svg'> <line x1='0' y1='4px' x2='1' y2='4px' stroke-width='1' stroke='#BDC3C7'/> </svg>");
  height: 8px;
}
.ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
  width: 24px;
}
.ag-theme-balham.ag-dnd-ghost {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #bdc3c7;
  color: rgba(0, 0, 0, 0.54);
  font: 600 12px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  height: 32px !important;
  line-height: 32px;
  margin: 0;
  padding: 0 8px;
  transform: translateY(8px);
  z-index: 5;
}
.ag-theme-balham.ag-dnd-ghost div,
.ag-theme-balham.ag-dnd-ghost span {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
}
.ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 4px;
  opacity: 0.87;
}
.ag-theme-balham .ag-tab-header {
  background: #f5f7f7;
  min-width: 220px;
  width: 100%;
}
.ag-theme-balham .ag-tab-header .ag-tab {
  border-bottom: 2px solid transparent;
  height: 16px;
  text-align: center;
  vertical-align: middle;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAwOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAxLS4yOTMtLjcwN1YzLjV6IiBzdHJva2U9IiMwMDkxRUEiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  display: inline-block;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
  display: inline-block;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiMwMDkxRUEiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
  display: inline-block;
}
.ag-theme-balham .ag-tab-body {
  padding: 4px 0;
}
.ag-theme-balham .ag-tab-body .ag-filter-select {
  margin: 4px;
  width: calc(100% - 8px);
}
.ag-theme-balham .ag-tab-body .ag-menu-list {
  margin-bottom: 0;
  margin-top: 0;
}
.ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
  padding-top: 0;
}
.ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
  padding-bottom: 0;
}
.ag-theme-balham
  .ag-tab-body
  .ag-menu-list
  > div:last-child
  > .ag-menu-option-popup-pointer {
  background-position-y: 0;
}
.ag-theme-balham .ag-filter-select {
  margin: 4px;
  width: calc(100% - 8px);
}
.ag-theme-balham .ag-filter input[type="radio"] {
  margin: 0 3px 0 6px;
  width: 12px;
  height: 17px;
  vertical-align: top;
}
.ag-theme-balham .ag-filter input[type="date"],
.ag-theme-balham .ag-filter input[type="text"] {
  padding-left: 4px;
}
.ag-theme-balham .ag-filter label {
  display: block;
  padding-left: 4px;
}
.ag-theme-balham .ag-filter .ag-set-filter-list {
  height: 182px;
  padding-top: 4px;
}
.ag-theme-balham .ag-filter .ag-filter-header-container {
  box-sizing: border-box;
  height: 28px;
}
.ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
  border-bottom: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-filter .ag-filter-checkbox {
  float: left;
  height: 28px;
  margin-right: 4px;
  padding-top: 2px;
}
.ag-theme-balham .ag-filter .ag-filter-value {
  height: 28px;
  line-height: 14px;
}
.ag-theme-balham .ag-filter .ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 8px 4px 4px;
}
.ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
  margin-left: 8px;
}
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group {
  height: 16px;
  line-height: 16px;
  margin-left: 0;
}
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  span,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column span {
  float: left;
  height: 100%;
}
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-select-indent,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-select-indent {
  width: 8px;
}
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-group-icons,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-group-icons,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-select-checkbox {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
  padding-top: 4px;
}
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 24px;
}
.ag-theme-balham .ag-filter-filter {
  margin-bottom: 4px;
}
.ag-theme-balham .ag-primary-cols-header-panel {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
  height: 32px;
  padding-top: 4px;
}
.ag-theme-balham .ag-primary-cols-header-panel a {
  margin: 0 4px;
  padding-top: 2px;
}
.ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .ag-group-child-count:before {
  content: " ";
}
.ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 0;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
  width: 100%;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-toolpanel-instance {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  flex: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
  flex-flow: column nowrap;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-toolpanel-instance
  .ag-filter-toolpanel-header {
  padding: 5px 0 5px 5px;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-body-wrapper {
  padding-top: 5px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
  border: 1px solid #bdc3c7;
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
  border-bottom: 1px solid #bdc3c7;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
  float: left;
  height: 100%;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-pivot-mode-panel
  .ag-pivot-mode-select,
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-pivot-mode-panel
  .ag-pivot-mode-select
  .ag-checkbox-label {
  margin-left: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 3px;
  padding-top: 0;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  border-bottom: 1px solid #bdc3c7;
  clear: both;
  overflow: auto;
  padding: 4px 0 8px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
  float: left;
  height: 20px;
  margin: 0 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
  clear: right;
  float: left;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 24px);
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-drop
  .ag-column-drop-empty-message {
  clear: both;
  color: rgba(0, 0, 0, 0.38);
  font: 600 12px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  line-height: 8px;
  padding-left: 16px;
  padding-right: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
  border-bottom: 0;
}
.ag-theme-balham .ag-filter-icon:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAxLS4yOTMuNzA3TDkuMjkzIDcuNzA3QTEgMSAwIDAwOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMDAtLjI5My0uNzA3TDMuNzkzIDQuNzkzYTEgMSAwIDAxLS4yOTMtLjcwN1YzLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-filter-icon:empty,
.ag-theme-balham .ag-sort-ascending-icon:empty {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-sort-ascending-icon:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-sort-descending-icon:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-sort-descending-icon:empty,
.ag-theme-balham .ag-sort-none-icon:empty {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-sort-none-icon:empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
  margin-left: 0;
  margin-right: 4px;
}
.ag-theme-balham .ag-paging-panel {
  align-items: center;
  border-top: 1px solid #bdc3c7;
  /*color: rgba(0, 0, 0, 0.54);*/
  color: #000;
  font-weight: 600;
  display: flex;
  height: 32px;
  justify-content: flex-end;
  padding: 0 12px;
}
.ag-theme-balham .ag-paging-button {
  border: 1px solid #000;
  background: #dee8f5;
}

.ag-theme-balham .ag-paging-row-summary-panel {
  text-align: right
}

.ag-theme-balham .ag-paging-panel > span {
  margin-left: 16px;
}
.ag-theme-balham button[ref="btFirst"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.ag-theme-balham button[ref="btFirst"][disabled] {
  opacity: 0.38;
}
.ag-theme-balham button[ref="btPrevious"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.ag-theme-balham button[ref="btPrevious"][disabled] {
  opacity: 0.38;
}
.ag-theme-balham button[ref="btLast"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.ag-theme-balham button[ref="btLast"][disabled] {
  opacity: 0.38;
}
.ag-theme-balham button[ref="btNext"] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}
.ag-theme-balham button[ref="btNext"][disabled] {
  opacity: 0.38;
}
.ag-theme-balham .ag-rtl button[ref="btFirst"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-rtl button[ref="btFirst"],
.ag-theme-balham .ag-rtl button[ref="btPrevious"] {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-rtl button[ref="btPrevious"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-rtl button[ref="btLast"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-rtl button[ref="btLast"],
.ag-theme-balham .ag-rtl button[ref="btNext"] {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-rtl button[ref="btNext"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}

.ag-theme-balham .ag-row-selected {
  border-bottom-color: #b7e4ff;
}

.ag-theme-balham .ag-row-selected {
  background-color: #b7e4ff;
  background-color: var(--ag-selected-row-background-color,#b7e4ff)
}
/*
.ag-theme-balham .ag-row-selected {
  border-bottom-color: #e4e4e4;
  background-color: var(--primary-color50);
}*/

.ag-theme-balham .ag-row-selected {
  border-bottom-color: #e4e4e4;
  background-color: #fff176;
}
/*
.ag-theme-balham .ag-row-selected {
  background-color: #b7e4ff;
}*/

.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.2);
}
.ag-theme-balham .ag-cell-inline-editing {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  background: #f5f7f7;
  height: 40px;
  line-height: normal;
  padding: 12px;
  z-index: 2;
}
.ag-theme-balham .ag-cell-inline-editing select {
  height: auto;
}
.ag-theme-balham .ag-popup-editor {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  background: #f5f7f7;
  padding: 0;
  z-index: 1;
}
.ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
  height: auto;
  padding: 12px;
}
.ag-theme-balham .ag-rich-select {
  background-color: #f5f7f7;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position-x: calc(100% - 4px);
  background-position-y: 8px;
  background-repeat: no-repeat;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-list {
  height: 182px;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-value {
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
}
.ag-theme-balham .ag-rich-select .ag-virtual-list-item {
  cursor: default;
  height: 28px;
  line-height: 28px;
}
.ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
  background-color: #ecf0f1;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-row {
  padding-left: 12px;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
  background-color: #b7e4ff;
}
.ag-theme-balham .ag-floating-filter-body {
  float: left;
  height: 100%;
  margin-right: 0;
  width: calc(100% - 24px);
}
.ag-theme-balham .ag-floating-filter-body input,
.ag-theme-balham .ag-floating-filter-full-body input {
  box-sizing: border-box;
}
.ag-theme-balham .ag-floating-filter-input {
  line-height: normal;
}
.ag-theme-balham .ag-floating-filter-button {
  float: right;
  line-height: 16px;
  margin-top: 10px;
}
.ag-theme-balham .ag-floating-filter-button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  height: 16px;
  padding: 0;
  width: 16px;
}
.ag-theme-balham .ag-cell-label-container,
.ag-theme-balham .ag-header-group-cell-label {
  height: 100%;
}
.ag-theme-balham .ag-header-group-cell-label span {
  float: left;
  height: 100%;
}
.ag-theme-balham .ag-header-select-all {
  height: 100%;
  margin-right: 12px;
}
.ag-theme-balham .ag-header-select-all span {
  height: 100%;
}
.ag-theme-balham
  .ag-header-select-all:not(.ag-hidden)
  + .ag-cell-label-container {
  float: left;
  width: calc(100% - 28px);
}
.ag-theme-balham .ag-group-contracted span,
.ag-theme-balham .ag-group-expanded span,
.ag-theme-balham .ag-selection-checkbox span {
  margin-right: 12px;
}
.ag-theme-balham .ag-selection-checkbox span {
  position: relative;
  top: 2px;
}
.ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-column-drop-horizontal {
  height: 28px;
  line-height: 16px;
  padding-left: 12px;
}
.ag-theme-balham .ag-column-drop-horizontal.ag-width-half {
  margin-bottom: -3px;
}
.ag-theme-balham .ag-column-drop-horizontal > div:first-child,
.ag-theme-balham .ag-column-drop-horizontal span {
  float: left;
  height: 100%;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
  margin-right: 12px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
.ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
.ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  overflow: hidden;
  text-indent: 100%;
  height: 100%;
  margin: 0 4px;
  opacity: 0.54;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  height: 100%;
  line-height: 28px;
  opacity: 0.38;
}
.ag-theme-balham .ag-column-drop-cell {
  background: #dde4e6;
  border-radius: 16px;
  box-sizing: border-box;
  height: 16px !important;
  margin-top: 4px;
  padding: 0 2px;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
  height: 100%;
  line-height: 16px;
  margin: 0 4px;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDQuNWwtNiA2Ii8+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI1LjUiLz48cGF0aCBkPSJNNC41IDQuNWw2IDYiLz48L2c+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  overflow: hidden;
  text-indent: 100%;
  min-width: 16px;
  height: 100%;
  margin: 0 2px;
  opacity: 0.54;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 0.87;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drag {
  margin-left: 8px;
  margin-top: 2px;
  width: 16px;
}
.ag-theme-balham .ag-select-agg-func-popup {
  border-radius: 2px;
  box-shadow: none;
  background: #fff;
  height: 70px;
  padding: 0;
}
.ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
  cursor: default;
  line-height: 20px;
  padding-left: 8px;
}
.ag-theme-balham .ag-menu-column-select-wrapper,
.ag-theme-balham .ag-set-filter-list {
  width: auto;
}
.ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
  float: left;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-top: 0;
}
.ag-theme-balham .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
}
.ag-theme-balham .ag-cell-data-changed-animation {
  background-color: transparent;
  transition: background-color 1s;
}
.ag-theme-balham .ag-stub-cell {
  padding-left: 12px;
  padding-top: 4px;
}
.ag-theme-balham .ag-stub-cell .ag-loading-icon {
  float: left;
  height: 100%;
}
.ag-theme-balham .ag-stub-cell .ag-loading-text {
  float: left;
  height: 100%;
  margin-left: 4px;
  margin-top: 4px;
}
.ag-theme-balham .ag-rtl .ag-numeric-cell {
  text-align: left;
}
.ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
  float: left;
}
.ag-theme-balham .ag-rtl .ag-header-cell-label {
  float: right;
  width: calc(100% - 16px);
}
.ag-theme-balham .ag-rtl .ag-header-cell-label > span {
  float: right;
}
.ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
  margin-top: 2px;
}
.ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
  float: right;
}
.ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label,
.ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
  float: left;
}
.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
  float: right;
}
.ag-theme-balham
  .ag-rtl
  .ag-tool-panel-wrapper
  .ag-pivot-mode-panel
  .ag-pivot-mode-select,
.ag-theme-balham
  .ag-rtl
  .ag-tool-panel-wrapper
  .ag-pivot-mode-panel
  .ag-pivot-mode-select
  .ag-checkbox-label {
  margin-right: 4px;
}
.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
  float: right;
}
.ag-theme-balham
  .ag-rtl
  .ag-tool-panel-wrapper
  .ag-column-drop
  .ag-column-drop-title {
  clear: left;
  float: right;
}
.ag-theme-balham
  .ag-rtl
  .ag-tool-panel-wrapper
  .ag-column-drop
  .ag-column-drop-empty-message {
  padding-left: 4px;
  padding-right: 16px;
}
.ag-theme-balham .ag-rtl .ag-filter-checkbox {
  float: right;
  margin-left: 4px;
}
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  span,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column
  span {
  float: right;
}
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-group-icons,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-group-icons,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-select-checkbox {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 0;
  margin-right: 24px;
}
.ag-theme-balham .ag-rtl .ag-icon-tree-closed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
}
.ag-theme-balham .ag-rtl .ag-header-group-cell-label {
  height: 100%;
}
.ag-theme-balham .ag-rtl .ag-header-group-cell-label span {
  float: right;
  height: 100%;
}
.ag-theme-balham
  .ag-rtl
  .ag-header-select-all:not(.ag-hidden)
  + .ag-cell-label-container {
  float: right;
}
.ag-theme-balham .ag-rtl .ag-group-contracted span,
.ag-theme-balham .ag-rtl .ag-group-expanded span,
.ag-theme-balham .ag-rtl .ag-header-select-all,
.ag-theme-balham .ag-rtl .ag-selection-checkbox span {
  margin-left: 12px;
  margin-right: 0;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
  padding-right: 12px;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal > div:first-child,
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal span {
  float: right;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
  margin-left: 12px;
  margin-right: 0;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow,
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  opacity: 0.87;
  width: 16px;
  height: 100%;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
}
.ag-theme-balham .ag-rtl .ag-floating-filter-body {
  float: right;
  margin-left: 0;
}
.ag-theme-balham .ag-rtl .ag-floating-filter-button {
  float: left;
}
.ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize:after {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}
.ag-theme-balham .ag-rtl .ag-column-drag {
  background-position-x: right;
}
.ag-theme-balham .ag-status-bar {
  background: #fff;
  border: 1px solid #bdc3c7;
  border-top: 0;
  color: rgba(0, 0, 0, 0.38);
  font: 600 12px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  padding-right: 16px;
  padding-left: 16px;
}
.ag-theme-balham .ag-name-value-value {
  color: #000;
}
.ag-theme-balham .ag-status-bar-center {
  text-align: center;
}
.ag-theme-balham .ag-name-value {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ag-theme-balham .ag-details-row {
  box-sizing: border-box;
  padding: 20px;
}
.ag-theme-balham .ag-overlay-loading-center {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
}
.ag-theme-balham .ag-side-bar {
  background-color: #f5f7f7;
  border-right: 1px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
  position: relative;
}
.ag-theme-balham .ag-side-bar .ag-side-buttons {
  padding-top: 16px;
  background: #fff;
  border-bottom: 1px solid #bdc3c7;
  position: relative;
}
.ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
  background: transparent;
  border: 0;
  color: #000;
  padding: 8px 0;
  width: 100%;
  margin: 0;
  min-height: 72px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  background-position-y: 4px;
  background-position-x: center;
  background-repeat: no-repeat;
}
.ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
  background-color: #f5f7f7;
  margin-left: -1px;
  padding-left: 1px;
  width: calc(100% + 1px);
  border-color: #bdc3c7;
}
.ag-theme-balham .ag-side-bar .ag-panel-container {
  border-right: 1px solid #bdc3c7;
  box-sizing: border-box;
}
.ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
  border-right: 0;
}
.ag-theme-balham .ag-side-bar .ag-column-drop {
  min-height: 50px;
}
.ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}
.ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
  border-left: 0;
}
.ag-theme-balham .ag-primary-cols-filter {
  box-sizing: border-box;
  width: 100%;
}
.ag-theme-balham .ag-primary-cols-filter-wrapper {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .sass-variables:after {
  content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
  display: none;
}
.ag-theme-balham .ag-header {
  background-color: #f5f7f7;
  border-bottom: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-pinned-right-header {
  border-left: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-pinned-left-header {
  border-right: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-cell-highlight {
  background-color: #0091ea !important;
}
.ag-theme-balham .ag-header-cell-resize:after {
  height: 80%;
  margin-top: 8px;
}
.ag-theme-balham .ag-header-cell:after,
.ag-theme-balham .ag-header-group-cell:after {
  border-right: 1px solid rgba(189, 195, 199, 0.5);
  content: " ";
  height: 16px;
  margin-top: 8px;
  position: absolute;
  right: 0;
  text-indent: -2000px;
  top: 0;
}
.ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
  border: 1px solid #bdc3c7;
  border-bottom: 0;
}
.ag-theme-balham
  .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-right: 0;
}
.ag-theme-balham .ag-row {
  border-bottom-color: #d9dcde;
}

.ag-theme-balham .ag-column-drag,
.ag-theme-balham .ag-row-drag {
  background-position-y: center;
}
.ag-theme-balham .ag-column-drop-cell {
  height: 24px !important;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  box-sizing: border-box;
  height: calc(100% - 4px);
  margin-bottom: 2px;
  margin-top: 2px;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 1;
}
.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-left: 8px;
  margin-right: 8px;
}
.ag-theme-balham
  .ag-column-drop-vertical
  .ag-column-drop-cell
  .ag-column-drop-cell-text {
  line-height: 24px;
  margin-left: 8px;
}
.ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 32px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  line-height: 32px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
  line-height: 24px;
  margin-left: 8px;
}
.ag-theme-balham .ag-filter .ag-filter-header-container {
  height: 24px;
}
.ag-theme-balham .ag-root {
  border: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-tab {
  box-sizing: initial;
}
.ag-theme-balham .ag-filter .ag-filter-value {
  line-height: 20px;
}
.ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
  padding-bottom: 8px;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-select-panel
  .ag-column-tool-panel-column,
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-select-panel
  .ag-column-tool-panel-column-group {
  height: 20px;
  line-height: 20px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  padding-bottom: 8px;
  padding-top: 8px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
  margin-bottom: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
  display: inline-block;
  float: none;
  margin-bottom: 4px;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-drop
  .ag-column-drop-empty-message {
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
}
.ag-theme-balham .ag-rtl .ag-side-bar,
.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
  border-left: 1px solid #bdc3c7;
  border-right: 0;
}
.ag-theme-balham .ag-icon-contracted,
.ag-theme-balham .ag-icon-expanded {
  transform: translateY(2px);
}
.ag-theme-balham .ag-rtl .ag-icon-expanded {
  transform: translateY(2px) rotate(180deg);
}
.ag-theme-balham .ag-menu-option {
  height: 28px;
  line-height: 28px;
}
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group {
  height: 20px;
  line-height: 20px;
}
.ag-theme-balham .ag-filter-filter {
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% - 8px);
}
.ag-theme-balham .ag-tab-header {
  border-bottom: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-tab-header .ag-tab {
  margin-bottom: -2px;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: #fff;
  border-bottom-color: transparent;
}
.ag-theme-balham .ag-menu,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-tab-body {
  background-color: #fff;
  color: #000;
}
.ag-theme-balham .ag-cell-inline-editing {
  height: 28px;
}
.ag-theme-balham .ag-cell-inline-editing input {
  box-sizing: border-box;
}
.ag-theme-balham .ag-cell-not-inline-editing input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.ag-theme-balham .ag-details-row {
  background-color: #fff;
}
.ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.ag-theme-balham .ag-overlay-loading-center {
  background-color: #fff;
  border: 1px solid #bdc3c7;
  color: #000;
  padding: 16px;
}
.ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.3);
}
.ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.4);
}
.ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.5);
}
.ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.6);
}
.ag-theme-balham .ag-rich-select-value {
  border-bottom: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-filter-apply-panel {
  border-top: 1px solid #bdc3c7;
}
.ag-theme-balham .ag-filter-toolpanel-body,
.ag-theme-balham .ag-header-cell-moving {
  background-color: #fff;
}
.notifier__container * {
  box-sizing: border-box;
}
.notifier__container-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.notifier__notification {
  display: flex;
  align-items: center;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.notifier__notification--material {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding: 11px 26px 10px;
}
.notifier__notification--material .notifier__notification-message {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 32px;
  font-size: 15px;
}
.notifier__notification--material .notifier__notification-button {
  display: inline-block;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  margin-right: -10px;
  margin-left: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.notifier__notification--material .notifier__notification-button:focus,
.notifier__notification--material .notifier__notification-button:hover {
  opacity: 1;
}
.notifier__notification--material .notifier__notification-button:active {
  transform: scale(0.82);
  opacity: 1;
}
.notifier__notification--success {
  background-color: #5cb85c;
  color: #fff;
}
.notifier__notification--success .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--default {
  background-color: #444;
  color: #fff;
}
.notifier__notification--default .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--error {
  background-color: #d9534f;
  color: #fff;
}
.notifier__notification--error .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--info {
  background-color: #5bc0de;
  color: #fff;
}
.notifier__notification--info .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--warning {
  background-color: #f0ad4e;
  color: #fff;
}
.notifier__notification--warning .notifier__notification-button-icon {
  fill: #fff;
}
.colorBlue {
  color: var(--primary-color500);
}
.wrapper,
body,
html {
  position: relative;
  overflow: initial;
}
#parent1 > .ag-theme-balham,
#parent > .ag-theme-balham,
.wrapper,
body,
html {
  height: 100%;
  width: 100%;
}
.appModal .modal-dialog .modal-content,.appModal .modal-dialog .modal-content app-modal,.appModal .modal-dialog .modal-content app-modal .modal-body .itemContainer > div,.appModal .modal-dialog .modal-content app-modal .modal-body form,.appModal app-openingbalance-ledger,.appModal challanorder-item,.appModal pending-challan,.itemContainer > div,.modal.modalFullHeight .modal-dialog .modal-content,.modal.modalFullHeight .modal-dialog .modal-content app-modal,.modal.modalFullHeight .modal-dialog .modal-content app-modal .modal-body .itemContainer  > div,.modal.modalFullHeight .modal-dialog .modal-content app-modal .modal-body form,.scroll-body {
  position: relative;
  height: 100%;
}
#btnsubscribe:hover,.addEffset span.effset,.blueBtn .effect {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.form-control .multiselect-dropdown .dropdown-btn .dropdown-down,.form-control .multiselect-dropdown .dropdown-btn .dropdown-up {
  border-left: 3px solid var(--primary-transc) !important;
  border-right: 3px solid var(--primary-transc) !important;
  top: 12px !important;
}
button.btn.blue-btn,button.btn.blue-btn-forced,button.btn.green-btn,button.btn.dark-green-btn,button.btn.dark-red-btn,button.btn.grey-btn,button.btn.orange-btn,button.btn.red-btn,button.btn.yellow-btn {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
}
button.btn.blue-btn-forced .cls-1,button.btn.blue-btn-forced svg,button.btn.blue-btn .cls-1,button.btn.blue-btn svg,button.btn.green-btn .cls-1,button.btn.dark-green-btn .cls-1,button.btn.dark-red-btn .cls-1,button.btn.green-btn svg,button.btn.dark-green-btn svg,button.btn.dark-red-btn svg,button.btn.grey-btn .cls-1,button.btn.grey-btn svg,button.btn.orange-btn .cls-1,button.btn.orange-btn svg,button.btn.red-btn .cls-1,button.btn.red-btn svg,button.btn.yellow-btn .cls-1,button.btn.yellow-btn svg {
    fill: #fff
}
button.btn.blue-btn-forced .shortcut,button.btn.blue-btn .shortcut,button.btn.green-btn .shortcut,button.btn.dark-green-btn .shortcut,button.btn.dark-red-btn .shortcut,button.btn.grey-btn .shortcut,button.btn.orange-btn .shortcut,button.btn.red-btn .shortcut,button.btn.yellow-btn .shortcut {
    border-right-color: transparentBlackColor(.1)
}
button.btn.blue-btn-forced .shortcut:after,button.btn.blue-btn .shortcut:after,button.btn.green-btn .shortcut:after,button.btn.dark-green-btn .shortcut:after,button.btn.dark-red-btn .shortcut:after,button.btn.grey-btn .shortcut:after,button.btn.orange-btn .shortcut:after,button.btn.red-btn .shortcut:after,button.btn.yellow-btn .shortcut:after {
    display: none
}
button.btn.blue-btn-forced .shortcut code,button.btn.blue-btn .shortcut code,button.btn.green-btn .shortcut code,button.btn.dark-green-btn .shortcut code,button.btn.dark-red-btn .shortcut code,button.btn.grey-btn .shortcut code,button.btn.orange-btn .shortcut code,button.btn.red-btn .shortcut code,button.btn.yellow-btn .shortcut code {
    color: #fff
}
.overflow-visible,.overflowModal .modal-body {
  overflow: visible !important;
  overflow-x: visible !important;
}
.form-control + .breadcrumb-item .form-control:focus,.form-control.ng-untouched:focus,.form-control:focus {
  border-color: var(--primary-color600) !important;
}
.rightServices,.shortcutKey {
  position: fixed;
  right: 0;
  top: 53px;
  height: calc(100% - 46px);
  border-radius: 5px 0 0 0;
  box-shadow: -2px 0 3px transparentBlackColor(0.1);
  z-index: 0;
  overflow: hidden;
}
@font-face {
  font-family: RobotoFont-light;
  src: url(roboto-light-webfont.eb4ac720491c6f34af71.eot);
  src: url(roboto-light-webfont.eb4ac720491c6f34af71.eot?#iefix)
      format("embedded-opentype"),
    url(roboto-light-webfont.85cfaa679a81cdba9ad6.woff2) format("woff2"),
    url(roboto-light-webfont.0637a23cd1fe087ddf09.woff) format("woff"),
    url(roboto-light-webfont.1a4675d0d69aeab08085.svg#robotoregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoFont;
  src: url(roboto-regular-webfont.eot);
  src: url(roboto-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(roboto-regular-webfont.woff2) format("woff2"),
    url(roboto-regular-webfont.woff) format("woff"),
    url(roboto-regular-webfont.svg#robotoregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoFont-medium;
  src: url(roboto-medium.eot);
  src: url(roboto-medium.eot?#iefix)
      format("embedded-opentype"),
    url(roboto-medium.woff2) format("woff2"),
    url(roboto-medium.woff) format("woff"),
    url(roboto-medium.svg#robotoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoFont-bold;
  src: url(roboto-bold.eot);
  src: url(roboto-bold.eot?#iefix)
      format("embedded-opentype"),
    url(roboto-bold.woff2) format("woff2"),
    url(roboto-bold.woff) format("woff"),
    url(roboto-bold.svg#robotoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu-R;
  src: url(Ubuntu-R.7f0b42d1d6a4d3e646c5.ttf);
}
@font-face {
  font-family: Ubuntu-B;
  src: url(Ubuntu-B.008e6bc48c8eaa5d2855.ttf);
}
@font-face {
  font-family: Ubuntu-L;
  src: url(Ubuntu-L.2759de5c01527bd9730b.ttf);
}
@font-face {
  font-family: margft-L;
  src: url(proximanovalight.9f70efb1c7de0b6f38bb.eot);
  src: local("margft-L"),
    url(proximanovalight.de328f622d11b46ed92a.woff) format("woff"),
    url(proximanovalight.5530d3f7d55331f58608.ttf) format("truetype");
}
@font-face {
  font-family: margft-R;
  src: url(ProximaNovaRegular.12c5a0bf8a594f5dca2d.eot);
  src: local("margft-R"),
    url(ProximaNovaRegular.26aa9c4564719dd6d047.woff) format("woff"),
    url(ProximaNovaRegular.d325c74976d581480f39.ttf) format("truetype");
}
.rr {
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
}
.rm,
.rr {
  font-weight: 400;
}
.rm {
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.rb {
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.split-btn.left-align .dropdown-menu {
  box-shadow: -1px -4px 7px rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  transform: translate3d(0, -130px, 0) !important;
}
.split-btn.left-align .dropdown-menu .dropdown-item {
  padding: 6px 10px;
}
.split-btn.left-align .dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-color600);
  color: #fff;
}
.split-btn.left-align .dropdown-menu.singal-menu {
  transform: translate3d(0, -82px, 0) !important;
}
button.btn {
  padding: 0.375rem 0.3rem;
  border: none;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 1px 2px;
  text-transform: capitalize;
  font-size: 1rem;
  background: #fff;
  margin: 0 2px;
}
button.btn svg {
  fill: #7a7a7a;
}
button.btn .box {
  display: flex;
  align-items: center;
}
button.btn .box .iconBtn svg {
  width: 12px;
  height: 12px;
}
button.btn .box span {
  padding: 0.01rem 0.5rem;
  display: flex;
  align-items: center;
}
button.btn small {
  display: block;
  font-weight: 600;
  font-size: 9px;
}
button.btn span.dText {
  float: right;
  padding-top: 3px;
}
button.btn span.shortcut {
  display: inline-block;
  border-right: 1px solid #cacaca;
  padding-right: 4px;
  position: relative;
}
button.btn span.shortcut > span {
  height: 0;
  line-height: 0;
  width: 100%;
  float: left;
}
button.btn span.shortcut:after {
  position: absolute;
  right: -2px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
button.btn img.iconBtn {
  margin-left: 3px;
}
button.btn:focus {
  border-color: var(--primary-color600);
  box-shadow: 0 0 0 1px var(--primary-color600);
}
button.btn.btn-outline-danger {
  background: #fff;
}
button.btn:active {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
button.btn.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
button.btn.blue-btn {
  background: var(--primary-color600);
}
button.btn.blue-btn-forced {
    background: var(--primary-color600)!important
}
button.btn.green-btn {
  background-color: #2ef08f;
}
button.btn.dark-green-btn {
  background-color: #418941;
}
button.btn.red-btn {
  background-color: #e74c3c;
}
button.btn.dark-red-btn {
  background-color: #c33d2f;
}
button.btn.orange-btn {
  background-color: #f78d50;
}
button.btn.grey-btn {
  color: #000;
}
button.btn.default-btn {
  min-height: 30px;
}
button.btn.default-btn code {
  color: #666;
}
button.btn.block-btn {
  display: block;
  width: 75%;
  font-size: 1.2rem;
  margin: 0.5rem auto;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
button.btn.block-btn .box {
  display: block;
}
button.btn.block-btn .box span {
  display: block;
  text-align: center;
  padding: 0.5rem;
}
button.btn.btn-pri {
  background-color: var(--primary-color600);
  color: #fff;
}
button.btn.btn-sec {
  background-color: #fff;
  color: #000;
}

.bg-grey {
  background-color: #f6f6f6 !important;
}

.bg-primary {
  background-color: var(--primary-color600) !important;
}
.color-white {
  color: #fbfbfb !important;
}
body * {
  scrollbar-width: auto;
}
.q-circle {
  background-color: var(--primary-color50);
}
b,
strong {
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
:root {
  font-size: 12px;
}
body {
  font-size: 1.2rem;
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
}
.col-form-label {
  white-space: nowrap;
}
.form-control {
  border-color: #c2c2c2;
  height: 25px;
  background: #fff;
  font-size: 1rem;
  color: #474747;
  padding: 0.18rem 0.5rem;
}
.form-control[type="password"] {
  font-size: 2rem;
}
/*
.form-control:focus {
  background-color: #faedf6 !important;
}*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control .ctrlInvalid:focus {
  border-color: #d86363 !important;
  box-shadow: none !important;
}
.form-control + .breadcrumb-item .form-control:focus {
  background-color: var(--primary-color50) !important;
}
.form-control .multiselect-dropdown > div {
  line-height: 1 !important;
}
.form-control .multiselect-dropdown .dropdown-btn .dropdown-up {
  border-bottom: 7px solid #474747 !important;
}
.form-control .multiselect-dropdown .dropdown-btn .dropdown-down {
  border-top: 7px solid #474747 !important;
}
.form-control .dropdown-btn {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  line-height: 1 !important;
}
.form-control .dropdown-btn span:first-child {
  float: left !important;
  line-height: 1 !important;
}
.table-responsive {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e4e4;
  min-height: 106px;
}
.table-responsive.ssc b {
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.min5r {
  min-height: 186px !important;
}
.scroll-body {
  overflow: auto;
}
.hide-vScroll {
  overflow-x: hidden;
}
.wrapper {
  display: flex;
}
.shadow-none {
  box-shadow: none;
}
.shadow-dark {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.shadow-dark .modal-dialog {
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.7);
}
.country-selector {
  opacity: 1 !important;
  bottom: 8px !important;
  text-align: left !important;
  padding-left: 0.3rem !important;
  height: 30px !important;
  top: -18px !important;
}
.hide-mat-input .mat-input-element {
  display: none !important;
}
.mks-signUp.mks-signin .form-control:focus {
  box-shadow: inset 0 50px 0 #fff !important;
}
.mks-signUp.mks-signin.lp {
  height: calc(100% - 145px);
}
.country-code {
  position: absolute;
  font-size: 1.3rem;
  padding: 13.5px 14px;
  z-index: 2;
  width: 120px;
}
.country-code + input {
  padding-left: 110px !important;
  font-size: 1.3rem;
}
.country-code + label span {
  padding-left: 5rem !important;
  display: inline-block;
}
.ht100 {
  height: 100%;
}
.ht45,
.ht100 {
  position: relative;
}
.ht45 {
  height: 45%;
}
.forget-pwd .modal-dialog {
  max-width: 335px;
}
.forget-pwd .modal-dialog .modal-content {
  border: #fff !important;
  background: #fff !important;
}
.h-auto {
  height: auto !important;
}
.max-h-auto {
  max-height: auto !important;
}
.min-h-auto {
  min-height: auto !important;
}
.collapsed .lft-cmp-menu ul.firstLavel > li > .list-unstyled,
.collapsed .lft-cmp-menu ul > li > a span {
  display: none !important;
}
/*
.multiselect-dropdown .dropdown-btn {
  width: 92% !important;
}*/
/*
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  right: -10px !important;
  top: -9px !important;
}*/
.rht-cmp {
  width: calc(100% - 200px);
  margin-left: 200px;
  transition: 0.4s;
  overflow-x: hidden;
}
.rht-cmp > header {
  background: var(--primary-color600);
}
.rht-cmp.expand {
  width: calc(100% - 50px);
  margin-left: 50px;
}
.rht-cmp .main-wrapper form {
  position: relative;
  height: 100%;
}
.notiPop {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 100px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  margin-top: 5px;
  transition: 0.3s;
  opacity: 0;
}
.notiPop:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.notiPop.anim {
  top: 100%;
  opacity: 1;
}
.rightServices {
  width: 150px;
  z-index: 1;
  overflow: auto;
}
.rightServices.dash-shortcut {
  font-size: 1rem;
}
.rightServices.dash-shortcut .keys {
  border: 1px solid #666;
  padding: 1px 0;
}
.rightServices.dash-shortcut .optionSection {
  height: calc(100% - 36px);
  overflow: scroll;
  overflow-x: hidden;
  padding-bottom: 100px;
}
.shortcutKey {
  width: 159px;
  z-index: 5;
  background: #f6f6f6;
  overflow: visible;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.shortcutKey .headingItem {
  background: #e4e4e4;
  padding: 4px 0 0;
  font-size: 1.2rem;
  border-top: 10px solid #a4a4a4;
}
.shortcutKey .headingItem span {
  display: inline-block;
  background: #f6f6f6;
  padding: 5px 8px;
  border-radius: 0 3px 0 0;
}
.shortcutKey .headingItem span svg {
  height: 18px;
  width: 18px;
  float: left;
  margin-right: 5px;
}
.shortcutKey .headingItem .itemcontrolClose.close {
  margin-right: 5px;
}
.shortcutKey .headingItem .itemcontrolClose.close span {
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  padding-top: 3px;
}
.shortcutKey ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100% - 54px);
  overflow: auto;
}
.shortcutKey ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.8);
}
.shortcutKey ul li:first-child {
  border-top: 0;
}
.shortcutKey ul li:last-child {
  border-bottom: 0;
}
.shortcutKey ul li a {
  display: block;
  color: #474747;
  text-decoration: none;
  padding: 3px 5px;
}
.shortcutKey ul li a span.word {
  display: inline-block;
  height: 24px;
  width: 28px;
  margin-right: 7px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #e0e0e0 49%, #ededed 55%, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-light",endColorstr="$bg-light",GradientType=0);
}
.shortcutKey ul li a:focus,
.shortcutKey ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.shortcutKey ul li.sapratorKey {
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.shortcutKey ul li.sapratorKey span.text {
  background: #f6f6f6;
  padding: 0 5px;
  z-index: 1;
  position: relative;
  color: #7a7a7a;
  font-style: italic;
  font-size: 1rem;
}
.shortcutKey ul li.sapratorKey span.lineBorder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  margin: auto;
}
.fixWidth.withShortcut {
  width: calc(100% - 157px);
}
.rightShortcutKey {
  position: fixed;
  right: 0;
  top: 53px;
  width: 161px;
  height: calc(100% - 46px);
  border-radius: 5px 0 0 0;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
  background: #f6f6f6;
  z-index: 10;
  overflow: hidden;
  border: 1px solid #a4a4a4;
}
.rightShortcutKey .head1 {
  text-align: right;
  background: #a4a4a4;
  padding: 0 8px;
  border-bottom: 1px solid #a4a4a4;
}
.rightShortcutKey .head1 a {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.rightShortcutKey .head1 a svg path {
  fill: #e4e4e4;
}
.rightShortcutKey .head2 {
  background: #c2c2c2;
}
.rightShortcutKey .head2 h2 {
  display: inline-block;
  background: #f6f6f6;
  font-size: 1.1rem;
  color: #252525;
  padding: 5px 10px;
  margin: 0;
}
.rightShortcutKey .shortWrapper ul {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
.rightShortcutKey .shortWrapper ul li {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.rightShortcutKey .shortWrapper ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
}
.rightShortcutKey .shortWrapper ul li a {
  display: block;
  color: #252525;
  font-size: 1rem;
  text-decoration: none;
}
.rightShortcutKey .shortWrapper ul li a span {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 24px;
  text-align: center;
  padding: 1px 0;
  margin-right: 5px;
  border-radius: 3px;
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-light",endColorstr="$sct-100",GradientType=0);
}
.rightShortcutKey .shortWrapper ul li.saprator {
  text-align: center;
  position: relative;
  border: 0;
  padding-top: 20px;
}
.rightShortcutKey .shortWrapper ul li.saprator:after {
  display: none;
}
.rightShortcutKey .shortWrapper ul li.saprator .text {
  padding: 0 5px;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
.rightShortcutKey .shortWrapper ul li.saprator .line {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
}
.d-pad {
  padding: 0 1rem;
}
.disp-none {
  display: none;
  transition: 0.4s;
}
.blurSection {
  filter: blur(5px);
}
.min-w-250 {
  min-width: 250px;
}
.w-350 {
  width: 350px;
}
.min-w-500 {
  min-width: 500px;
}
.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.75rem;
  padding-top: 0.15rem;
}
.custom-switch.custom-switch-lg .custom-control-label:before {
  border-radius: 1rem;
  height: 1.5rem;
  width: 2.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label:after {
  border-radius: 0.65rem;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
}
.custom-switch.custom-switch-lg
  .custom-control-input:checked
  ~ .custom-control-label:after {
  transform: translateX(1rem);
}
.addEffset {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 7px 0 0;
  text-align: center;
}
.addEffset img,
.addEffset svg {
  z-index: 1;
  position: relative;
}
.addEffset span.effset {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  border-radius: 100%;
  z-index: 0;
}
.addEffset:focus {
  box-shadow: none;
}
.addEffset:focus span.effset,
.addEffset:hover span.effset {
  width: 35px;
  height: 35px;
}
.addEffset img.icon {
  width: 20px;
  height: 20px;
}
.headbtns {
  display: flex;
  align-items: center;
}
.headbtns .addEffset svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 1px 0 0;
  padding: 0;
  float: none;
}
.headbtns a {
  margin: 0 0 0 4px;
}
.headbtns a.addEffset {
  height: 28px;
  width: 28px;
  padding-top: 4px;
  border-right: 1px solid #e4e4e4;
  margin-right: 5px;
  padding-right: 8px;
}
.headbtns a.addEffset span.effset {
  left: -1px;
}
.headbtns a.addEffset:focus span.effset,
.headbtns a.addEffset:hover span.effset {
  height: 28px;
  width: 28px;
  left: -8px;
}
.headbtns .btn-outline-secondary svg {
  margin: 0 6px 0 0;
}
.headbtns .btn-outline-secondary:hover {
  color: #fff !important;
}
.headbtns .btn-outline-secondary:hover svg path {
  fill: #fff;
}
.headbtns .btn {
  min-height: 30px;
}
.wid-y-n {
  width: 50px !important;
}
.maxL6 {
  width: 70px !important;
}
.maxL10 {
  width: 95px !important;
}
.maxL20 {
  width: 120px !important;
}
.bg-color {
  background: linear-gradient(180deg, #474747, #474747);
}
main {
  background: no-repeat 100% 100%
    #c2c2c2;
  max-height: calc(100% - 46px);
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  z-index: 1;
}
.rotCw90 {
  transform: rotate(90deg);
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "»";
}
::-webkit-scrollbar {
  width: 6px;
  max-height: 8px;
  display: block;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #a4a4a4;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.modal .modal-body .print-pre::-webkit-scrollbar {
  width: 10px !important;
}
.modal .modal-body .print-pre::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.mksD .dropdown a {
  color: #000;
}
.mksD .dropdown-menu {
  font-size: 1rem;
}
.mksD .dropdown-item {
  padding: 5px 15px 8px;
}
.mksD .dropdown-item:hover {
  background: #f6f6f6;
  color: #474747;
}
.mksD .dropdown-toggle:after {
  display: none;
}
.headbtns.mksD .dropdown a {
  margin: 0;
}
.mks-form .form-group {
  margin-bottom: 5px;
}
.mks-form select.form-control:not([size]):not([multiple]) {
  height: 25px;
  font-size: 1rem;
  padding: 0 3px;
  font-size: 0.9rem;
}
.mks-form .form-control {
  height: 25px;
  padding: 0 5px;
  font-size: 1rem;
  font-size: 0.9rem;
}
.mks-form .input-group-text svg {
  height: 15px;
}
.mks-form input[type="number"] {
  text-align: right;
}
.mks-form label {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
}
.mks-form label span {
  color: #ff0004;
  position: absolute;
  right: -8px;
  top: 0;
}
.mks-form label.reqMark {
  color: #b1413f;
}
.mks-form label.reqMark:after {
  content: "*";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  color: #b1413f;
}
.mks-form .custom-control-label:after,
.mks-form .custom-control-label:before {
  top: -3px;
}
.mks-form .checkboxHead {
  font-size: 18px;
}
.helpInfo {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.mhead {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  padding: 0;
  color: #474747;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  min-width: 100px;
  overflow: hidden;
}
.mhead span {
  background: #f6f6f6;
  display: block;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mhead:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 12px;
  left: 1rem;
  right: 1rem;
  z-index: -1;
  background: #e4e4e4;
}
.nav-tabs .nav-link {
  color: #474747;
}
.legent-title {
  background: #f1f1f1;
  border: 1px solid #e4e4e4;
  padding: 2rem 1rem 1rem;
  position: relative;
  border-radius: 10px;
}
.addInfo {
  padding-top: 2rem;
  margin-top: 2rem;
}
.bisInfo,
.gstInfo {
  padding-top: 2rem;
  margin-top: 1rem;
}
.currInfo,
.miscInfo {
  margin-top: 2rem;
}
.ai-head {
  position: absolute;
  top: -1.4rem;
  background: #f6f6f6;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.ai-head,
.uploadImg {
  border: 1px solid #e4e4e4;
}
.uploadImg {
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
}
.uploadImg label img {
  background: #fff;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}
.uploadImg .cross-btn {
  top: -12px;
  right: -12px;
  font-size: 2rem;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  line-height: 24px;
}
.uploadImg .closeBtn,
.uploadImg .cross-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #fff;
}
.uploadImg .closeBtn {
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 0 0 4px;
  box-shadow: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  z-index: 10;
}
.uploadImg:hover .closeBtn {
  display: block;
}
.uploadImg .closeBtn.closeBtn02 svg {
  height: 16px;
  width: 16px;
}
.uploadImg .closeBtn.closeBtn02 svg path {
  fill: #d86363;
}
.uploadImg .closeBtn.closeBtn02 svg path:hover {
  fill: #b1413f;
}
.uploadImg .closeBtn.closeBtn02.editIcon {
  right: auto;
  left: 0;
  border-radius: 0 0 4px 0;
  border-left: 0;
  border-right: 1px solid #e4e4e4;
}
.uploadImg .closeBtn.closeBtn02.editIcon svg path {
  fill: var(--primary-color600);
}
.uploadImg .closeBtn.closeBtn02.editIcon:hover svg path {
  fill: var(--primary-color700);
}
.btn * {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.save-btn {
  border-radius: 30px;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 2px;
  background: #fff;
  border-color: #90c340;
  color: #90c340;
}
.save-btn:hover {
  color: #fff;
  background: #90c340;
  border-color: #90c340;
}
.clr-btn {
  border-radius: 30px;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 2px;
  background: #fff;
  color: var(--primary-color300);
}
.clr-btn,
.clr-btn:hover {
  border-color: var(--primary-color300);
}
.clr-btn:hover {
  color: #fff;
  background: var(--primary-color300);
}
.cls-btn {
  border-radius: 30px;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 2px;
  background: #fff;
  border-color: #d86363;
  color: #d86363;
}
.cls-btn:hover {
  color: #fff;
  background: #d86363;
  border-color: #d86363;
}
.more-btn {
  border-radius: 30px;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 2px;
  background: #fff;
}
.mksBtn {
  background: none;
  border: none;
  padding: 5px 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.3s;
}
.mksBtn:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.mksBtn:focus,
.mksBtn:hover {
  color: var(--primary-color800);
  outline: none;
}
button:focus {
  outline: none;
}
.mks-search .btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2em;
  line-height: 1.3;
}
.mks-search .btn svg {
  position: relative;
  top: 2px;
}
.tbl {
  display: table;
  width: 100%;
}
.tbl-cl {
  display: table-cell;
}
.tbl-row {
  display: table-row;
}
.tbl-layout {
  table-layout: fixed;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.table-xs-mks td {
  padding: 0 0.3rem;
  font-size: 0.9rem;
}
.table-xs-mks th {
  font-size: 0.9rem;
  padding: 0.3rem;
}
.table-striped tbody tr,
.table-striped tbody tr:nth-of-type(2n),
.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.table-striped tbody tr:hover {
  background-color: var(--primary-color600);
  color: #fff;
}
.manageComp {
  position: relative;
  height: 100%;
}
.rad4 {
  border-radius: 4px;
}
.circle {
  border-radius: 50%;
}
.compList {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #8caa84;
}
.verify-icn {
  color: #666;
}
.verify,
.verify-icn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 16px;
}
.verify1 {
  font-size: 16px;
  margin-left: 1rem;
}
.verified,
.verified:focus,
.verified:hover {
  color: #67c98a;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: default;
  margin-left: 1rem;
}
.trialV-text {
  color: #ff0004;
}
.compList-dtl {
  padding: 1rem;
}
.compList-dtl .idv > span {
  padding: 0 1rem;
  position: relative;
}
.compList-dtl .idv > span i {
  color: #a4a4a4;
}
.compList-dtl .idv > span:first-child {
  padding-left: 0;
}
.compList-dtl .idv > span:last-child:after {
  display: none;
}
.compList-dtl .idv > span:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #e4e4e4;
  position: absolute;
  right: -2px;
  top: 1px;
}
.compList-dtl h4 {
  margin: 0;
  font-size: 20px;
  color: #252525;
}
.compList-dtl p {
  color: #a4a4a4;
}
.compList-pp {
  width: 55px;
}
.compList-pp > span {
  width: 40px;
  height: 40px;
  background: #d86363;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}
.compList-mbtn {
  background: #ebffeb;
}
.compList-mbtn a {
  border-left: 1px solid #fff;
  padding: 1rem;
  text-align: center;
}
.compList-mbtn button {
  text-align: center;
  background: #ebffeb;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.compList-mbtn button:hover {
  color: var(--primary-color500);
}
.search-btn {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  cursor: pointer;
}
.mng-btns a {
  background: #fff;
  border: 1px solid #67c98a;
  border-radius: 30px;
  padding: 1rem;
  color: #67c98a;
  margin-left: 5px;
  transition: 0.4s;
}
.mng-btns a:hover {
  background: #67c98a;
  color: #fff;
}
.swh {
  transition: 0.3s;
}
.swh:hover {
  background: rgba(56, 168, 147, 0.1);
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.mks-table {
  background: #fff;
}
.fa-edit {
  color: var(--primary-color500);
}
.fa-trash-alt {
  color: #ff0004;
}
.create-branch {
  background: #fbfbfb;
}
.create-branch .mks-form {
  padding: 1rem;
}
.userForm {
  padding: 2rem;
  border: 1px solid #e4e4e4;
  background: #f1f1f1;
}
.table-hover tbody tr:hover {
  background: var(--primary-color600);
  border-color: var(--primary-transc);
}
.table thead th {
  color: rgba(0, 0, 0, 0.6);
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
}
.table td,
.table th {
  vertical-align: middle;
}
.withoutValue {
  height: calc(100% - 40px);
}
.withValue50 {
  height: calc(100% - 50px);
}
.withValue100 {
  height: calc(100% - 100px);
}
.withValue110 {
  height: calc(100% - 110px);
}
.withValue130 {
  height: calc(100% - 130px);
}
.withValue150 {
  height: calc(100% - 150px);
}
.itemContainer {
  position: relative;
  height: 100%;
  min-height: 250px;
  padding: 7px;
}
.itemContainer .mksBtn {
  padding: 5px 5px;
  margin: 0px 2px; 
}
.itemContainer .mksBtn svg {
  height: 14px;
  width: auto;
  position: relative;
  top: -5px;
  left: -1px;
}
.itemContainer .mksBtn svg path {
  fill: #7a7a7a;
}
.itemContainer .mksBtn svg:hover path {
  fill: #000;
}
.itemContainer .innterContainer {
  padding: 7px;
  position: relative;
  z-index: 1;
  height: calc(100% - 73px);
  overflow: auto;
  overflow-x: hidden;
}
.itemContainer .innterContainer .min110 {
  min-height: 110px;
}
.itemContainer .innterContainer .viewBox {
  overflow: auto;
  overflow-x: hidden;
  min-height: 80px;
  padding: 6px 0;
}
.itemContainer .innterContainer .viewBox .borderLable {
  padding: 10px 5px 5px;
  margin: 0 2px;
  font-size: 1.1rem;
}
.itemContainer .innterContainer .viewBox .borderLable .myLable {
  left: 2px;
}
.itemContainer .innterContainer .viewBox .borderLable .min100 {
  width: 100px;
}
.itemContainer .innterContainer.pt12 {
  padding-top: 12px;
}
.itemContainer .innterContainer.min417 {
  min-height: 417px;
}
.itemContainer .innterContainer.min368 {
  min-height: 368px;
}
.itemContainer .innterContainer.min436 {
  min-height: 436px;
}
.itemContainer .innterContainer.min439 {
  min-height: 439px;
}
.itemContainer .innterContainer.min530 {
  min-height: 530px;
}
.itemContainer .innterContainer.fullHt-hdr {
  height: calc(100% - 36px);
}
.itemContainer ul.nav-tabs {
  position: relative;
  z-index: 1;
  padding-left: 6px;
  border: 0;
}
.itemContainer ul.nav-tabs li {
  margin: 0 4px;
}
.itemContainer ul.nav-tabs li a {
  display: block;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  padding: 5px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #7a7a7a;
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.itemContainer ul.nav-tabs li a.active,
.itemContainer ul.nav-tabs li a:hover {
  background: var(--primary-color600);
  border-color: var(--primary-color600);
  color: #fff !important;
  position: relative;
}
.itemContainer ul.nav-tabs.option02 {
  padding: 0;
  background: #e4e4e4;
  border-radius: 0 4px 0 0;
}
.itemContainer ul.nav-tabs.option02 li {
  margin: 0;
}
.itemContainer ul.nav-tabs.option02 li a {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #fff;
  position: relative;
  background: none;
  border-radius: 0;
  border-bottom: 0;
  border-top: 0;
  display: block;
  padding: 5px 12px;
  line-height: 1;
  box-shadow: none;
  font-size: 1.2rem;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.itemContainer ul.nav-tabs.option02 li a.active,
.itemContainer ul.nav-tabs.option02 li a:hover {
  color: #474747 !important;
  background: #f6f6f6;
  cursor: pointer;
}
.itemContainer .tab-content {
  border: 1px solid #c2c2c2;
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
  padding: 15px 12px 5px;
  position: relative;
  top: -2px;
  z-index: 0;
  box-shadow: inset 0 0 0 1px #fff;
}
.itemContainer .form-group {
  margin-bottom: 7px !important;
}
.itemContainer .form-group.mb-0 {
  margin-bottom: 0 !important;
}
.itemContainer .form-group.mb-2 {
  margin-bottom: 2px !important;
}
.itemContainer .form-group.mb-3 {
  margin-bottom: 3px !important;
}
.itemContainer .form-group label {
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  padding: 4px 0 0;
  line-height: 1;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.itemContainer .form-group label small {
  display: block;
}
.itemContainer .form-group label.pt3 {
  padding-top: 0;
}
.itemContainer .form-group .form-control {
  height: 25px;
  background: #fff;
  font-size: 1rem;
  color: #474747;
  padding: 0.18rem 0.5rem;
}
.itemContainer .form-group .form-control:disabled {
  background: #f6f6f6;
}
.itemContainer .form-group .form-control[type="password"] {
  font-size: 2rem;
}
.itemContainer .form-group textarea.form-control {
  height: 45px;
}
.itemContainer .form-group select.form-control {
  height: 25px;
  padding: 0;
}
.itemContainer .form-group .form-control.bgWhite:disabled {
  background: #fff;
}
.itemContainer .form-group .form-control.fontbold {
  font-weight: 700;
  font-size: 1.2rem;
}
.itemContainer .form-group .form-control.calIcon {
  background: url(calIcon.png) 100% no-repeat #fff;
  padding-right: 20px;
}
.itemContainer .form-group .input-group .input-group-append .input-group-text,
.itemContainer .form-group .input-group .input-group-prepend .input-group-text {
  height: 25px;
  font-size: 11px;
  padding: 0 8px;
  background: #f6f6f6;
  border-color: #c2c2c2;
}
.itemContainer .form-group .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.itemContainer .form-group .dropdown-menu .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemContainer .form-group ngb-typeahead-window.dropdown-menu.show {
  left: 0 !important;
  padding-top: 0;
  max-height: 195px !important;
  overflow-y: auto;
}

.itemContainer .form-group .dropdown-menu .uib-typeahead-match {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemContainer .form-group ul.dropdown-menu {
  left: 0 !important;
  padding-top: 0;
  max-height: 195px !important;
  overflow-y: auto;
}
.itemContainer table.table .yellow .form-group {
  margin-bottom: 0 !important;
}
.itemContainer .pageButton {
  position: relative;
  z-index: 0;
  margin: 0;
  background: #e4e4e4;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 2px;
  white-space: nowrap;
}
.itemContainer .pageButton::-webkit-scrollbar {
  display: none;
}
.itemContainer .pageButton .btn.bigBtn span.shortcut {
  padding: 8px;
}
.itemContainer .pageButton .btn.btnBlueText {
  min-height: 25px;
  padding: 0 10px;
}
.itemContainer .btnAddMore {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #000;
  font-size: 1rem;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 22px;
  width: 100%;
  float: left;
  line-height: 20px;
}
.itemContainer .btnAddMore:focus,
.itemContainer .btnAddMore:hover {
  background: var(--primary-color600);
  color: #fff;
  border-color: var(--primary-color500);
}
.itemContainer .btnAddMore.newBtn {
  max-width: 100%;
  border: 1px solid #c2c2c2;
  color: #000;
  background: url(btn-bgLine.f8ad6d547ba0aa24b9ce.jpg) 0 bottom repeat-x #fbfbfb;
  box-shadow: none;
  background-size: auto 100%;
}
.itemContainer .btnAddMore.newBtn:focus,
.itemContainer .btnAddMore.newBtn:hover {
  background: var(--primary-color600);
  color: #fff;
  border-color: var(--primary-color500);
}
.itemContainer .uploadImg {
  display: block;
  border: 1px dashed var(--primary-color300);
  background: #fbfbfb;
  padding: 5px;
  border-radius: 4px;
  overflow: hidden;
  min-height: 68px;
}
.itemContainer .uploadImg .custom-file {
  background: url(uploadImage.a184d298fc1feb4f176b.png) 50% no-repeat;
  min-height: 56px;
}
.itemContainer .uploadImg .custom-file-input {
  height: 56px;
}
.itemContainer .logoUploadFrame {
  border: 1px dashed var(--primary-color300);
  background: #fbfbfb;
  text-align: center;
  padding: 8px;
  position: relative;
  min-height: 83px;
  border-radius: 4px;
}
.itemContainer .logoUploadFrame img {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.itemContainer .logoUploadFrame .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 0 4px;
  box-shadow: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.itemContainer .logoUploadFrame .closeBtn:hover {
  background: var(--primary-color200);
}
.itemContainer .logoUploadFrame:hover .closeBtn {
  display: block;
}
.itemContainer .custom-file {
  height: auto;
  margin: 3px 0 0;
}
.itemContainer .custom-file .custom-file-input {
  padding: 8px;
  height: 22px;
}
.itemContainer .custom-file .custom-file-label {
  height: 22px;
  margin: 0;
  padding: 4px 8px;
  line-height: 1;
  font-size: 1rem;
}
.itemContainer .custom-file .custom-file-label:after {
  padding: 0 20px;
  height: 20px;
  font-size: 1rem;
  line-height: 20px;
}
.itemContainer .table .thead-dark th {
  padding: 2px 7px;
  background: #f6f6f6;
  border-color: #f6f6f6;
  line-height: 25px;
  font-size: 1rem;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  font-weight: 500;
  box-shadow: 0 -1px 0 #e4e4e4;
  color: #474747;
  border-left: 0;
  border-top: 0;
}
.itemContainer .table .thead-dark.static th {
  background: #7a7a7a;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.itemContainer .table td {
  padding: 4px 12px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  height: 20px;
  vertical-align: middle;
  word-break: break-all;
}
.itemContainer .table-bordered td {
  border-color: #e4e4e4;
  border-left: 0;
  border-bottom: 0;
}
.itemContainer .table-bordered tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}
.itemContainer .searchFilter {
  background: url(searchIcon.png) 96.5% no-repeat
    hsla(0, 0%, 100%, 0.6);
  padding-left: 10px;
  padding-right: 27px;
}
.itemContainer .searchFilter.dashboardSearch {
  border-radius: 60px;
}
.itemContainer .searchFilterBox .form-group .form-control {
  height: 25px;
}
.itemContainer .searchFilterBox .form-group .mat-form-field .form-control {
  height: 100% !important;
}
.itemContainer .tab-content.top0 {
  top: 0;
}
.itemContainer .configHead.form-group {
  background: #f6f6f6;
  padding: 12px 0;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itemContainer ul.nav-tabs.tabStyleTop {
  background: #e4e4e4;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0 0 4px;
  width: auto;
  z-index: 999;
  border-radius: 5px 0 0 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
.itemContainer ul.nav-tabs.tabStyleTop::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.itemContainer ul.nav-tabs.tabStyleTop li {
  margin: 0 2px 0 0;
}
.itemContainer ul.nav-tabs.tabStyleTop li a:hover {
  background: var(--primary-color100);
  border-color: var(--primary-color200);
  color: #474747 !important;
}
.itemContainer ul.nav-tabs.tabStyleTop li.active a {
  color: var(--primary-color600);
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  border-bottom-color: #f6f6f6;
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f6",GradientType=0);
}
.itemContainer ul.nav-tabs.tabStyleTop li.active a:hover {
  color: var(--primary-color600) !important;
}
.itemContainer ul.nav-tabs.tabStyleTop a {
  text-decoration: none;
  color: #7a7a7a;
  margin: 0;
  padding: 4px 10px;
  line-height: 16px;
  display: flex;
  background: #f6f6f6;
  font-size: 12px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  transition: 0.3s;
}
.itemContainer ul.nav-tabs.tabStyleTop a .tab-close {
  margin-left: 10px;
}
.itemContainer ul.nav-tabs.tabStyleTop a .tab-close svg {
  height: 6px;
  width: 6px;
  float: left;
  margin-top: 5px;
  transition: 0.3s;
}
.itemContainer ul.nav-tabs.tabStyleTop a .tab-close svg path {
  fill: #7a7a7a;
}
.itemContainer ul.nav-tabs.tabStyleTop a:hover .tab-close svg {
  transform: scale(1.5);
}
.itemContainer ul.nav-tabs.tabStyleTop a:hover .tab-close svg path {
  fill: #000;
}
.itemContainer ul.nav-tabs.tabStyleTop .arrowLink svg {
  position: relative;
  top: -1px;
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a {
  background: #fff;
  border-radius: 0;
  border-top: 0;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a:first-child {
  border-radius: 5px 5px 0 0;
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a:focus,
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: #e4e4e4;
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a.arrowLink {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.itemContainer ul.nav-tabs.tabStyleTop .dropdown a.arrowLink:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
}
.itemContainer .fixWidth.h510px {
  height: 510px !important;
}
.itemContainer .fixedTableOnHead .table td,
.itemContainer .fixedTableOnHead .table th {
  padding: 2px 8px;
  line-height: 15px;
  font-weight: 400;
}
.itemContainer .fixedTableOnHead .table thead {
  background: var(--primary-color100);
}
.itemContainer .fixedTableOnHead .table thead tr th {
  color: #000;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.itemContainer .fixedTableOnHead .table tbody tr td {
  color: #7a7a7a;
}
.itemContainer .newcard .saleMonth .form-control {
  padding: 0.18rem 0.3rem;
}
.itemContainer .QtyBox .table-bordered td {
  border-left: 1px solid var(--primary-color300);
}
.innterContainer.pt12 .table-responsive {
  position: relative;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.modal.fade.show {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.modal-content {
  border: 2px solid #fff;
  border-radius: 6px;
  background: #fbfbfb;
}
.modal-content .btnAddMore {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #000;
  font-size: 1rem;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 22px;
  width: 100%;
  float: left;
  line-height: 20px;
}
.modal-content .btnAddMore.newBtn {
  max-width: 100%;
  border: 1px solid #c2c2c2;
  color: #000;
  background: url(btn-bgLine.f8ad6d547ba0aa24b9ce.jpg) 0 bottom repeat-x #fbfbfb;
  box-shadow: none;
  background-size: auto 100%;
}
.modal-content .btnAddMore:focus,
.modal-content .btnAddMore:hover {
  background: var(--primary-color600);
  color: #fff;
  border-color: var(--primary-color500);
}
.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
.modal.modalFullHeight .modal-dialog {
  position: relative;
  height: calc(100% - 42px);
}
.modal.modalFullHeight .modal-dialog .modal-content app-modal .modal-body {
  position: relative;
  height: calc(100% - 36px);
}
.modal.modalFullHeight
  .modal-dialog
  .modal-content
  app-modal
  .modal-body
  .itemContainer
  > div
  .innterContainer {
  height: calc(100% - 37px);
}
.modal .modal-body {
  background: #f6f6f6;
  padding: 0.8rem 1rem;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  font-size: 1rem;
}
.modal .modal-body label {
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1rem;
}
.modal .modal-body .custom-control-label:after {
  top: 7px;
  left: -22px;
  background: no-repeat 50%/100% 50%;
}
.modal.mbody-x-vis-mob .modal-body {
  overflow-x: visible;
}
.modal .modal-header {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 7px 10px !important;
}
.modal .modal-header h5 {
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.modal .modal-header.withCb {
  padding: 3px 10px 4px !important;
}
.modal .separateDiv {
  padding: 15px 0;
  position: relative;
}
.modal .separateDiv .form-control {
  width: 60px;
  z-index: 1;
}
.modal .separateDiv .borderSpan {
  width: calc(100% + 2rem);
  height: 2px;
  margin: auto -1rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #fff;
  z-index: 0;
}
.modal .modal-footer {
  background: #fbfbfb;
  border-top: 1px solid #e4e4e4;
}
.modal .modal-footer .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-footer.p-2 {
  padding: 0 !important;
}
.modal .input-group-text {
  height: 25px;
  font-size: 11px;
  padding: 0 8px;
  background: #f6f6f6;
}
.modal .otherOption {
  min-height: 76px;
}
.modal .plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.modal .custom-control {
  padding-left: 25px;
  margin-right: 15px;
}
.modal .custom-control-label {
  padding-top: 3px;
}
.modal .custom-control-label:before {
  border: 1px solid #adb5bd;
  background: #fff;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  left: -25px;
}
.modal .modal-body.pageClass {
  padding: 0.8rem 1rem 0;
}
.modal .modal-body.pageClass .itemContainer,
.modal .modal-body.pageClass .itemContainer .innterContainer {
  padding: 0;
}
.modal .modal-body.pageClass .itemContainer .windowBox {
  background: no-repeat;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.modal .modal-body.pageClass .text-right.pageButton {
  margin: 0 -1rem;
}
.modal
  .modal-body.pageClass
  .itemContainer.forAgencyModalStyle
  .form-group.row.mr-0.ml-0
  .col-sm-9.pr-0 {
  padding-left: 11px;
}
.modal
  .custom-checkbox
  .custom-control-input:checked
  .modal
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label:after {
  height: 18px;
  width: 18px;
  left: -25px;
  top: 3px;
  background: url(check_icon.f2c4d2cae752d1071342.svg) 50% no-repeat #fff;
  background-size: 11px auto;
  border: 1px solid #e4e4e4;
}
.modal .custom-control-input {
  height: 20px;
  width: 20px;
  left: -1px;
  top: 2px;
  z-index: 1;
}
.modal .popupSbutton {
  height: 26px;
  min-width: 29px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin: 0 4px;
  text-align: center;
  padding: 3px 5px 0;
  color: #7a7a7a;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #fff;
  background: none;
  cursor: pointer;
}
.modal .popupSbutton svg {
  height: 18px;
  width: 18px;
}
.modal .popupSbutton svg path {
  fill: #7a7a7a;
}
.modal .popupSbutton:hover {
  background: #fff;
}
.modal .popupSbutton.settngInHeader {
  border: 0;
  margin: 0;
  padding: 2px 0 0;
  height: auto;
  width: auto;
  line-height: 1;
}
.modal .popupSbutton.settngInHeader svg {
  height: 16px;
  width: 16px;
}
.modal .tableData {
  background: none;
  padding: 10px 12px 0;
  margin: 0 -1rem 7px;
}
.modal .tableData input.form-control:disabled {
  background: #e4e4e4;
  cursor: no-drop;
  color: var(--primary-color600);
}
.modal .form-group {
  margin-bottom: 5px !important;
}
.modal .form-group label {
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  padding: 4px 0 0;
  line-height: 1;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.modal .form-group .form-control:disabled {
  background: #e9ecef;
}
.modal .form-group .form-control.inputHide {
  padding: 0;
  margin: 0;
  border-color: var(--primary-transc);
  border-radius: 0;
  background: none;
  height: 19px;
}
.modal .form-group .form-control.inputHide:focus {
  border-color: #e4e4e4;
  box-shadow: none !important;
}
.modal .form-group select.form-control {
  height: 25px;
  padding: 0;
}
.modal .form-group label.btn-bs-file {
  position: relative;
  border-radius: 0;
  display: block;
  background: #fff;
  margin: 0;
  min-height: 84px;
  padding: 25px 5px 5px;
}
.modal .form-control.calIcon {
  background: url(calIcon.png) 100% no-repeat #fff;
  padding-right: 20px;
}
.modal .pageButton.foModalStyle {
  padding-bottom: 10px;
}
.modal .pageButton.foModalStyle .blueBtn {
  margin-top: 0 !important;
}
.modal .pageButton.foModalStyle .blueBtn svg path {
  fill: #7a7a7a;
}
.modal .logoUploadFrame {
  border: 1px dashed var(--primary-color300);
  background: #fbfbfb;
  text-align: center;
  position: relative;
  min-height: 83px;
  border-radius: 4px;
  min-height: auto;
  padding: 0;
}
.modal .logoUploadFrame img {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.modal .logoUploadFrame .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 0 4px;
  box-shadow: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.modal .logoUploadFrame .closeBtn:hover {
  background: var(--primary-color200);
}
.modal .logoUploadFrame:hover .closeBtn {
  display: block;
}
.modal .custom-file {
  height: auto;
  margin: 3px 0 0;
}
.modal .custom-file .custom-file-input {
  padding: 8px;
  height: 22px;
}
.modal .custom-file .custom-file-label {
  height: 22px;
  margin: 0;
  padding: 4px 8px;
  line-height: 1;
  font-size: 1rem;
}
.modal .custom-file .custom-file-label:after {
  padding: 0 20px;
  height: 20px;
  font-size: 1rem;
  line-height: 20px;
}
.modal .searchFilter {
  background: url(searchIcon.png) 96.5% no-repeat
    hsla(0, 0%, 100%, 0.6);
  padding-left: 10px;
  padding-right: 27px;
  width: 100%;
}
.modal .form-group.openingAmount {
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 6px !important;
  float: right;
  margin-right: 15px;
}
.modal .form-group.openingAmount select {
  margin-right: 0;
}
.modal .form-group.openingAmount.billAdj {
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.modal .form-group.openingAmount.billAdj label {
  margin-right: 10px;
  position: relative;
  top: -2px;
  font-weight: 400;
  font-size: 14px;
}
.modal .form-group.mb-0 {
  margin-bottom: 0 !important;
}
.modal .modal-dialog .modal-content .modal-body.pageClass .blueBtn {
  padding: 0;
  border-radius: 4px;
}
.modal .modal-dialog .modal-content .modal-body .blueBtn {
  padding: 6px 18px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  #createItemForm
  .innterContainer.pt12 {
  padding-top: 6px !important;
}
.modal .modal-dialog .modal-content .itemContainer .pageButton {
  margin: 0 -12px;
}
.appModal app-openingbalance-ledger .modal-body,
.appModal challanorder-item .modal-body,
.appModal pending-challan .modal-body {
  height: calc(100% - 73px);
}
.appModal .modal-dialog {
  position: relative;
  height: calc(100% - 42px);
}
.appModal .modal-dialog .modal-content app-modal .modal-body {
  position: relative;
  height: calc(100% - 36px);
}

.appModal .modal-dialog .modal-content app-modal .modal-body.pageClass.attendancemodify {
  position: relative;
  height: calc(100% - 80px);
}
.appModal .modal-dialog .modal-content app-modal .modal-body  .itemContainer  > div  .innterContainer {
  height: calc(100% - 37px);
}
.appModal.halfModal .modal-dialog .modal-content {
  height: 50%;
}
.appModal.modal6Row .modal-dialog .modal-content {
  height: 376px;
}
.appModal.modal6Row .modal-dialog .modal-header {
  height: 51px;
  align-items: center;
}
.appModal.modal10Row .modal-dialog .modal-content {
  height: 425px;
}
.appModal.modal8Row .modal-dialog .modal-content {
  height: 375px;
}
.appModal.modal75 .modal-dialog .modal-content {
  height: 75%;
}
.appModal.normalModal .modal-dialog .modal-content {
  height: auto !important;
}
.appModal.withFooter .modal-body {
  position: relative;
  height: calc(100% - 72px) !important;
}
.appModal.hidecross .close {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.mks-custom-checkbox.custom-control-label:before {
  left: 0;
  width: 16px;
  height: 16px;
}
.mks-custom-checkbox.custom-control-label:after {
  left: -4px !important;
  width: 24px;
  height: 24px;
  top: -1px !important;
}
.newLabel .custom-control {
  padding-left: 25px;
  margin-right: 15px;
}
.newLabel .custom-control-label {
  padding-top: 3px;
}
.newLabel .custom-control-label:before {
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  left: -25px;
}
.newLabel
  .custom-checkbox
  .custom-control-input:checked
  .newLabel
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label:after {
  height: 18px;
  width: 18px;
  left: -25px;
  top: 3px;
  background: url(check_icon.f2c4d2cae752d1071342.svg) 50% no-repeat #fff;
  background-size: 11px auto;
  border: 1px solid #e4e4e4;
}
.newLabel .custom-control-input {
  height: 20px;
  width: 20px;
  left: -1px;
  top: 2px;
  z-index: 1;
}
.custom-control.radioControl {
  margin-right: 0;
}
.custom-control.radioControl .custom-control-input.radio {
  height: 15px;
  width: 15px;
  left: 2px;
  top: 4px;
}
.custom-control.radioControl
  .custom-control-input.radio:checked
  .custom-control.radioControl
  .custom-control-input.radio
  ~ .custom-control-label:before {
  background: #fff;
  border-color: var(--primary-color600);
}
.custom-control.radioControl
  .custom-control-input.radio:checked
  .custom-control.radioControl
  .custom-control-input.radio
  ~ .custom-control-label:after {
  left: -21px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: var(--primary-color600);
  border-radius: 100%;
}
.custom-control.radioControl .custom-control-label:before {
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  left: -23px;
}
.custom-control.radioControl .custom-control-label:after {
  height: 15px;
  width: 15px;
}
.custom-control.radioControl
  .custom-control-input:indeterminate
  .custom-control.radioControl
  .custom-control-input
  ~ .custom-control-label:before {
  background: #fff;
}
.custom-control.radioControl
  .custom-control-input:indeterminate
  .custom-control.radioControl
  .custom-control-input
  ~ .custom-control-label:after {
  background-image: none;
}
.searchFilterBox .popupSbutton {
  height: 26px;
  min-width: 29px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin: 0 4px;
  text-align: center;
  padding: 3px 5px 0;
  color: #7a7a7a;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #fff;
  background: none;
  cursor: pointer;
}
.searchFilterBox .popupSbutton svg {
  height: 18px;
  width: 18px;
}
.searchFilterBox .popupSbutton svg path {
  fill: #7a7a7a;
}
.searchFilterBox .popupSbutton:hover {
  background: #fff;
}
.searchFilterBox .blueBtn .box {
  display: flex !important;
  align-items: center;
}
.searchFilterBox .searchFilter {
  width: 100%;
}
.searchFilterBox input.searchFilter {
  height: 25px;
  background-color: #fff;
}
.searchFilterBox select.form-control:not([size]):not([multiple]) {
  height: 25px;
}
.btnInFrm .btn,
.searchFilterBox .btn {
  max-height: 25px;
  min-height: 25px !important;
  padding-top: 2px;
}
.newUploadDesign {
  position: relative;
  display: block;
  text-align: left;
  margin: 7px 0;
  border: 1px solid #c2c2c2;
  padding: 0.5rem;
}
.newUploadDesign .btn {
  height: 26px;
  min-width: 29px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  text-align: center;
  color: #7a7a7a;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #fff;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: none;
  width: 50%;
  display: inline-block;
}
.newUploadDesign .btn svg {
  height: 18px;
  width: 18px;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.newUploadDesign .btn svg path {
  fill: #7a7a7a;
}
.newUploadDesign .btn:focus,
.newUploadDesign .btn:hover {
  background: var(--primary-color300);
}
.newUploadDesign .imageSection {
  display: block;
  padding: 5px 10px;
  border: 1px solid #c2c2c2;
  text-align: center;
}
.newUploadDesign .imageSection img {
  display: inline-block;
  max-width: 100%;
  max-height: 60px;
}
.newUploadDesign .btn.edit {
  border-right: 0;
  border-radius: 0 0 0 4px;
}
.newUploadDesign .btn.delete {
  border-radius: 0 0 4px 0;
}
.newUploadDesign .btn.disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.newUploadDesign .btn.disable:hover {
  background: none;
}
.alertModal .modal-header {
  padding: 7px 10px 7px 15px !important;
  background-color: #fff;
  background-image: linear-gradient(90deg, #fff, #e4e4e4);
}
.alertModal .modal-header svg {
  float: left;
}
.alertModal .modal-header h5 {
  display: inline-block;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 18px;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.alertModal .modal-header .close {
  padding-top: 17px;
}
.alertModal .modal-body {
  text-align: center;
  padding: 30px;
}
.alertModal .modal-body p {
  margin: 0;
  font-size: 1rem;
  color: #474747;
}
.alertModal .modal-body .btn {
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  color: #000;
  line-height: 1;
  background: url(btnLineBg.png) 0 0 repeat-x #f1f1f1;
  padding: 10px 27px;
  margin: 15px 2px 0;
  border-radius: 30px;
  box-shadow: none;
  background-color: #fff;
  background-image: linear-gradient(#fff, var(--primary-color300));
}
.alertModal.redBox .modal-header {
  background-image: linear-gradient(90deg, #fff, #f3dddd);
  border-color: #f3dddd;
}
.alertModal.redBox .modal-header h5 {
  color: #b1413f;
}
.alertModal.redBox .modal-body {
  padding: 20px 15px;
  background-color: #fff;
}
.alertModal.redBox .borderLable {
  border-color: #f3dddd;
  border-radius: 6px;
}
.alertModal.redBox .borderLable .myLable {
  background-color: #fff;
}
.alertModal.redBox .lossAmt {
  margin: 15px 8px;
  color: #b1413f;
  font-size: 16px;
}
.alertModal.redBox .lossAmt span {
  font-weight: 600;
}
.alertModal.redBox .typeSure {
  background: #f6f6f6;
  margin: 0 -15px;
  padding: 10px;
  position: relative;
  color: #666;
}
.alertModal.redBox .typeSure span.big {
  font-size: 16px;
  text-transform: uppercase;
}
.alertModal.redBox .typeSure .col-form-label {
  padding: 0;
}
.alertModal.redBox .typeSure .input-group .blueBtn {
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.alertModal.redBox .typeSure .typeSureInput {
  font-size: 14px;
  text-transform: uppercase;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.alertModal.redBox .cls-error {
  fill: #c35454;
}
.alertModal.greenBox .modal-header {
  background-image: linear-gradient(90deg, #fff, #98fb98);
  border-color: #67c98a;
}
.alertModal.greenBox .modal-header h5,
.alertModal.greenBox .modal-header svg {
  color: green;
}
.alertModal.greenBox .modal-body {
  padding: 20px 15px;
  background-color: #fff;
}
.alertModal.greenBox .borderLable {
  border-color: #67c98a;
  border-radius: 6px;
}
.alertModal.greenBox .borderLable .myLable {
  background-color: #fff;
}
.alertModal.greenBox .lossAmt {
  margin: 15px 8px;
  color: #b1413f;
  font-size: 16px;
}
.alertModal.greenBox .lossAmt span {
  font-weight: 600;
}
.alertModal.greenBox .typeSure {
  background: #f6f6f6;
  margin: 0 -15px;
  padding: 10px;
  position: relative;
  color: #666;
}
.alertModal.greenBox .typeSure span.big {
  font-size: 16px;
  text-transform: uppercase;
}
.alertModal.greenBox .typeSure .col-form-label {
  padding: 0;
}
.alertModal.greenBox .typeSure .input-group .blueBtn {
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.alertModal.greenBox .typeSure .typeSureInput {
  font-size: 14px;
  text-transform: uppercase;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.alertModal.greenBox .cls-error {
  fill: #c35454;
}
.threeDotBtn .dropdown-toggle {
  padding: 0;
  line-height: 1;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
}
.threeDotBtn .dropdown-toggle svg {
  height: 10px;
  width: 10px;
}
.threeDotBtn .dropdown-toggle:after {
  display: none;
}
.threeDotBtn .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.threeDotBtn .dropdown-menu {
  border-radius: 10px;
  border: 2px solid var(--primary-color600);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.3);
  width: 190px;
  background: var(--primary-color50);
  padding: 12px 0 5px;
}
.threeDotBtn .dropdown-toggle.dot-bg,
.threeDotBtn .dropdown-toggle.dot-bg:hover,
.threeDotBtn.table tbody tr:hover .threeDotBtn .dropdown-toggle.dot-bg {
  background-image: url(3dot.61574bde70d0df7edc57.png) !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
.specialRateTable.table tbody tr.selectedRow {
  background: var(--primary-color600);
}
.specialRateTable.table
  tbody
  tr.selectedRow
  .threeDotBtn
  .dropdown-toggle.dot-bg {
  background-image: url(3dot.61574bde70d0df7edc57.png) !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
.specialRateTable.table tbody tr.selectedRow .threeDotBtn .dropdown-toggle,
.specialRateTable.table tbody tr.selectedRow .threeDotBtn .dropdown-toggleZ {
  background: hsla(0, 0%, 100%, 0.8);
}
.specialRateTable.table tbody tr.selectedRow:hover {
  background: var(--primary-color600);
}
.specialRateTable.table tbody tr.selectedRow:hover td {
  border-bottom-color: var(--primary-color600);
  border-color: var(--primary-color600);
  background: none;
  color: #fff;
}
.specialRateTable.table tbody tr.selectedRow:hover td .form-control.inputHide {
  color: #fff;
}
.specialRateTable.table tbody tr.selectedRow td {
  color: #fff;
  border-bottom-color: var(--primary-color600);
  border-color: var(--primary-color600);
  background: none;
}
.specialRateTable.table tbody tr.selectedRow td svg path {
  fill: #fff;
}
.specialRateTable.table tbody tr.selectedRow .form-control.inputHide {
  color: #fff;
  background: none;
}
.specialRateTable.table
  tbody
  tr.selectedRow
  .form-control.inputHide::-moz-placeholder {
  color: #fff;
  background: none;
}
.specialRateTable.table
  tbody
  tr.selectedRow
  .form-control.inputHide::placeholder {
  color: #fff;
  background: none;
}
.specialRateTable.table tbody tr td select.form-control {
  height: 25px;
  margin: 0;
  padding: 0 0.75rem;
  margin: 0 0 0 0.5rem !important;
}
.specialRateTable.table tbody tr td input.form-control {
  height: 25px;
  margin: 0;
  padding: 0 0.75rem;
}
.specialRateTable.table tbody tr:hover {
  background: #f1f1f1;
}
.specialRateTable.table tbody tr:hover td,
.specialRateTable.table tbody tr:hover td.bge5,
.specialRateTable.table tbody tr:hover th {
  color: #474747;
  background: none;
}
.specialRateTable.table tbody tr:hover .threeDotBtn .dropdown-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.specialRateTable.table tbody tr:hover .form-control.inputHide {
  color: #474747;
}
.specialRateTable.table tbody tr .form-group {
  margin-bottom: 0 !important;
}
.specialRateTable.table tbody tr ul li .form-group {
  margin-bottom: 7px !important;
}
.specialRateTable.table tbody tr ul li .form-group .form-control.ml-0 {
  margin-left: 0 !important;
}
.specialRateTable.table tbody tr.specialRateTable td.bge5 {
  color: #fff;
  border-bottom-color: var(--primary-color600);
  border-color: var(--primary-color600);
  background: none;
}
.specialRateTable.table tfoot {
  background: var(--primary-color200);
}
.specialRateTable.table tfoot tr td .blueText {
  color: var(--primary-color600);
  font-size: 1.2rem;
  font-weight: 600;
}
.lineHeight1 {
  line-height: 1;
}
.tooltip {
  font-size: 1rem !important;
  font-size: 0.6rem;
}
.helpTooltipIcon {
  color: #000;
  margin: 0 2px;
}
.helpTooltipIcon svg {
  position: relative;
  margin-bottom: -4px;
}
.specialRateTable {
  background: #fff;
  margin: 0;
}
.specialRateTable .thead-dark {
  background: #f6f6f6;
}
.specialRateTable .thead-dark th {
  background: #7a7a7a;
  border-color: #666;
  border-bottom: 0;
  z-index: 1;
  box-shadow: 0 0 0 0.1px #666;
}
.specialRateTable .thead-dark2 th {
  background: #a4a4a4;
  color: #fff;
  border-color: #7a7a7a;
  z-index: 1;
}
.specialRateTable td {
  color: #474747;
}
.specialRateTable td,
.specialRateTable th {
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 400;
  border-color: #e4e4e4;
}
.specialRateTable tr.blueColor td,
.specialRateTable tr.blueColor td .form-group .form-control {
  color: var(--primary-color600);
}
.specialRateTable .custom-control-label:before {
  height: 15px;
  width: 15px;
}
.specialRateTable
  .custom-checkbox
  .custom-control-input:checked
  .specialRateTable
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label:after {
  height: 15px;
  width: 15px;
  background-color: none;
}
.specialRateTable td.bge5 {
  background: #f1f1f1;
}
.blueText {
  color: var(--primary-color600);
}
.redText {
  color: #d86363;
}

.redDarkText {
    color: red
}
.tableData {
  background: none;
  padding: 10px 12px 0;
  margin: 0 -1rem 7px;
}
.tableData input.form-control:disabled {
  background: #e4e4e4;
  cursor: no-drop;
  color: var(--primary-color600);
}
.tableData .tataUl {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tableData .tataUl li {
  display: inline-block;
  padding-right: 10px;
}
.tableData .tataUl li .form-group {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding-left: 8px;
}
.tableData .tataUl li .form-group .form-control {
  background: none;
  border: 0;
  border-left: 1px solid #e4e4e4;
}
.tableData .tataUl li .form-group .blueColor {
  color: var(--primary-color500);
  min-width: 40px;
}
.tableData .tataUl li label {
  padding: 0 10px 0 0;
}
.tableData.withBg {
  margin: 0 0 10px;
  padding: 10px 0 3px;
}
#parent,
#parent1 {
  margin: 7px 0;
  border: 1px solid #e4e4e4;
}
#parent1 > .ag-theme-balham,
#parent > .ag-theme-balham {
  min-height: 104px;
}
.ng-otp-box .wrapper {
  filter: blur(0) !important;
  -webkit-filter: blur(0) !important;
  display: inline-block;
}
.theme-default.modal-open .wrapper {
  filter: blur(4px);
  transition: all 0.5s;
}
.tbl-fixed tbody {
  max-height: 150px;
  overflow: auto;
  display: block;
  position: absolute;
  width: calc(100% - 15px);
}
.tbl-fixed tbody td,
.tbl-fixed tbody tr {
  width: 100%;
}
.fixTblLayout {
  table-layout: fixed !important;
  width: 298%;
}
.fixTblLayout tbody {
  max-height: 150px;
  overflow: auto;
  display: block;
  position: relative;
  background: #fff;
  width: 298%;
}
.fixTblLayout tbody tr {
  display: flex;
}
.fixTblLayout tbody td {
  width: 33%;
}
.fixTblLayout thead {
  width: 298%;
}
.fixTblLayout thead th {
  width: 33%;
}
.toggle-box {
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
  margin-bottom: 0.5rem;
}
.pad1rem {
  padding: 1rem;
}
.tb-head {
  font-size: 1.1rem;
  padding: 0.3rem 1rem;
  cursor: pointer;
}
.tb-head,
.tb-head:hover {
  background: #f1f1f1;
}
.tb-head .tgl-icn {
  font-size: 1.5rem;
  line-height: 24px;
}
.plusIcon {
  position: relative;
}
.plusIcon:after {
  content: "+";
  display: block;
  position: absolute;
  right: -0.3rem;
  top: 2px;
}
option:empty {
  display: none;
}
.hsn-listing {
  display: block;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  --moz-appearance: textfield;
}
.addItem input[type="number"]::-webkit-inner-spin-button,
.addItem input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.addItem .mks-form .form-group {
  margin-bottom: 1rem;
  color: #474747;
  font-size: 1rem;
}
.addItem .mks-form .form-group input.form-control,
.addItem .mks-form .form-group select.form-control {
  border-radius: 3px;
}
.addItem .mks-form input.form-control,
.addItem .mks-form select.form-control {
  font-size: 0.9rem;
}
.addItem .checkboxHead {
  color: #474747;
}
.td2n {
  padding-left: 10px;
}
.th3n {
  padding-right: 44px;
}
.addItemForm.bggrey {
  background: #fbfbfb;
  padding: 1rem;
}
.addItemForm.bglgrey {
  padding: 0 1rem;
}
.uploadItemImg {
  border: 1px dashed #e4e4e4;
  text-align: center;
  padding: 1.5rem 0.5rem;
  border-radius: 4px;
  cursor: pointer;
}
.uploadItemImg .link {
  color: var(--primary-color600);
  font-size: 15px;
}
#imgupload:focus + .uploadItemImg {
  box-shadow: 0 0 5px rgba(17, 102, 194, 0.61);
}
.input-group.input-group-sm .input-group-text {
  height: 30px;
  background: var(--primary-color200);
}
.mks-dashboard .dashHeader {
  padding: 10px 12px;
  background: #fff;
}
.mks-dashboard .headFood {
  background: #f6f6f6;
  padding: 20px 15px 0;
  position: relative;
}
.mks-dashboard .headFood:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.mks-dashboard .headFood .lastSeen {
  float: left;
  line-height: 20px;
  color: #666;
}
.mks-dashboard .headFood .lastSeen svg {
  float: left;
  margin-right: 8px;
}
.mks-dashboard .headFood .lastSeen svg path {
  stroke: #7a7a7a;
  fill: #7a7a7a;
}
.mks-dashboard .headFood .actionBtn {
  float: right;
}
.mks-dashboard .headFood .actionBtn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mks-dashboard .headFood .actionBtn ul li {
  display: inline-block;
  margin-left: 15px;
}
.mks-dashboard .headFood .actionBtn ul li a {
  display: block;
  padding: 0;
  background: none;
  color: #666;
  font-size: 1rem;
  text-decoration: none;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  position: relative;
}
.mks-dashboard .headFood .actionBtn ul li a:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  height: 1px;
  width: 10%;
  background: var(--primary-color600);
  content: "";
  opacity: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.mks-dashboard .headFood .actionBtn ul li a svg {
  float: left;
  margin: 0 8px 0 0;
}
.mks-dashboard .headFood .actionBtn ul li a svg path {
  stroke: #7a7a7a;
  fill: #7a7a7a;
}
.mks-dashboard .headFood .actionBtn ul li a img {
  float: left;
  margin: 0 8px 0 0;
}
.mks-dashboard .headFood .actionBtn ul li a span {
  background: #d86363;
  border-radius: 20px;
  min-width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  line-height: 1;
  float: right;
  margin: 2px 0 0 3px;
  padding: 1px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  line-height: 12px;
}
.mks-dashboard .headFood .actionBtn ul li a:hover:after {
  bottom: -8px;
  opacity: 1;
}
.mks-dashboard .headFood .actionBtn ul li a.pr2 {
  padding-right: 2px;
}
.mks-dashboard .headFood .statusBox {
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin-top: 20px;
}
.mks-dashboard .headFood .statusBox .totalReceivable {
  padding: 20px 5% 0;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableText h2 {
  text-transform: uppercase;
  color: #a4a4a4;
  font-size: 14px;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableText h3 {
  color: #7a7a7a;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableText h3 small {
  font-size: 14px;
  text-transform: capitalize;
  color: #a4a4a4;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableIcon {
  width: 60px;
  display: inline-block;
  text-align: right;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableIcon svg {
  height: 50px;
  width: 50px;
  display: inline;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableIcon svg path {
  fill: #c2c2c2;
}
.mks-dashboard
  .headFood
  .statusBox
  .totalReceivable
  .receivableIcon
  svg
  path.blueColorPath {
  fill: var(--primary-color600);
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableline {
  display: block;
  height: 4px;
  border-radius: 10px;
  background: #e4e4e4;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableline span {
  width: 80%;
  height: 4px;
  background: #d86363;
  border-radius: 10px;
  display: block;
}
.mks-dashboard
  .headFood
  .statusBox
  .totalReceivable
  .receivableline.orange
  span {
  background: #d86363;
}
.mks-dashboard
  .headFood
  .statusBox
  .totalReceivable
  .receivableline.green
  span {
  background: #18bc99;
}
.mks-dashboard .headFood .statusBox .totalReceivable .receivableline.blue span {
  background: var(--primary-color600);
}
.mks-dashboard .headFood .totalReceivable .receivableText {
  width: calc(100% - 60px);
  display: inline-block;
}
.mks-dashboard .graphBox {
  background: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
}
.mks-dashboard .graphBox h2 {
  margin: 0;
  padding: 7px 0 0;
  display: block;
  font-size: 1.2rem;
  color: #7a7a7a;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.mks-dashboard .graphBox .form-control {
  margin: 0 5px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #474747;
  height: 25px;
  padding: 0 10px;
  width: auto;
  display: inline-block;
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #e3e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-light",endColorstr="$sct-200",GradientType=0);
}
.mks-dashboard .graphBox img {
  max-width: 100%;
}
.mks-dashboard .dashboardContainer,
.mks-dashboard .newgraphBox {
  background: #fff;
  padding: 15px;
}
.mks-dashboard .newgraphBox {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.mks-dashboard .newgraphBox h2 {
  margin: 0;
  padding: 7px 0 0;
  display: block;
  font-size: 1.2rem;
  color: #7a7a7a;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.mks-dashboard .newgraphBox .form-control {
  margin: 0 5px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #474747;
  height: 25px;
  padding: 0 10px;
  width: auto;
  display: inline-block;
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #e3e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-light",endColorstr="$sct-200",GradientType=0);
}
.mks-dashboard .newgraphBox img {
  max-width: 100%;
}
.conpamyFooter {
  background: #fff;
  padding: 0;
  margin-top: 7px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
}
.conpamyFooter h2 {
  font-size: 1.3rem;
  color: #666;
  margin: 0 0 5px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.conpamyFooter h2 small {
  color: #7a7a7a;
  display: block;
  font-size: 0.9rem;
}
.conpamyFooter h2.red {
  color: #666;
}
.conpamyFooter p {
  color: #7a7a7a;
  margin: 0;
}
.conpamyFooter ul {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.conpamyFooter ul li {
  display: block;
  color: #7a7a7a;
  padding: 2px 0;
}
.conpamyFooter ul li svg path {
  fill: #7a7a7a;
}
.conpamyFooter ul li.orange {
  color: #ff0004;
}
.conpamyFooter ul li.orange svg path {
  fill: #ff0004;
}
.conpamyFooter ul li.blue {
  color: var(--primary-color600);
}
.conpamyFooter ul li.blue svg path {
  fill: var(--primary-color600);
}
.conpamyFooter .bl-1 {
  position: relative;
  border-left: 1px solid #e4e4e4;
}
.conpamyFooter .bl-1:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
.conpamyFooter .getting-started-helps {
  padding: 15px 0;
}
.conpamyFooter .getting-started-helps .helpBox {
  text-align: center;
  padding: 15px 0;
}
.conpamyFooter .getting-started-helps .helpBox > a {
  text-decoration: none;
}
.conpamyFooter .getting-started-helps .helpBox > a svg {
  height: 80px;
  width: 80px;
}
.conpamyFooter .getting-started-helps .helpBox > a h2 {
  text-transform: uppercase;
  padding-top: 10px;
}
.conpamyFooter .getting-started-helps .helpBox p {
  padding: 0 10%;
  color: #a4a4a4;
}
.conpamyFooter .getting-started-helps .helpBox p a {
  color: #a4a4a4;
  text-decoration: none;
}
.conpamyFooter .dashboard-footer {
  background: #f6f6f6;
  padding: 15px;
  border-top: 1px dashed #c2c2c2;
}
.webLink {
  background: var(--primary-color200);
  color: #000;
}
.comp-logo span.comLogo {
  border-right: 1px solid #c2c2c2;
  display: inline-block;
  padding: 0 1rem 0 0;
  margin-right: 1rem;
}
.comp-logo span.comLogo img {
  max-width: 74px;
  max-height: 43px;
  min-width: 30px;
}
.comp-logo h6 {
  font-size: 1rem;
  text-transform: uppercase;
}
.comp-logo h6 small {
  font-size: 1.2rem;
  padding-left: 30px;
  text-transform: capitalize;
}
.comp-logo address {
  color: #a4a4a4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comp-logo .fixComDet {
  width: calc(100% - 100px);
}
.error-box {
  width: 40%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 15%;
  margin-left: -20%;
  border-radius: 4px;
}
.mks-error {
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  overflow: auto;
  overflow-x: hidden;
}
.autocomplete {
  width: 100%;
  position: relative;
}
.autocomplete ul {
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 1px solid var(--primary-color50);
  border-right: 1px solid var(--primary-color50);
  border-bottom: 1px solid var(--primary-color50);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
  padding: 0;
  max-height: 250px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.autocomplete li {
  text-align: left;
  list-style: none;
  width: 100%;
  padding: 5px;
  background-color: #fff;
}
.autocomplete li.active {
  width: 100%;
  background-color: var(--primary-color600);
  color: #fff;
}
.autocomplete li.active .highlight {
  background: #474747;
  color: #fff;
}
.autocomplete .highlight {
  background-color: #e4e4e4;
}
.field-validation-error {
  color: #d86363;
  font-size: 12px;
}
.settingMenu .bgDisable {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.3s ease-in;
  visibility: hidden;
}
.settingMenu .bgDisable.able {
  opacity: 1;
  visibility: visible;
}
.pageSettings {
  padding: 1rem 1.5rem;
  position: fixed;
  right: -420px;
  top: 0;
  bottom: 0;
  width: 420px;
  background: #fff;
  z-index: 9999;
  min-width: 200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in-out;
  overflow: auto;
}
.pageSettings .head {
  font-size: 1.3rem;
  color: #474747;
}
.pageSettings .close {
  font-size: 2rem;
}
.pageSettings.visibleIt {
  right: 0;
}
.yesNoFields ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
.yesNoFields ul li {
  border-bottom: 1px solid #f6f6f6;
  padding: 0.3rem 0;
  color: #000;
}
.yesNoFields ul li:hover .help-set,
.yesNoFields ul li:hover .play-set {
  color: #474747;
  cursor: pointer;
}
.yesNoFields span {
  display: inline-block;
  height: 20px;
  margin-left: 5px;
}
.help-set,
.play-set {
  color: #e4e4e4;
}
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.switch input {
  display: none;
}
.slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4e4e4;
}
.slider,
.slider:before {
  position: absolute;
  transition: 0.4s;
}
.slider:before {
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 4px;
  background-color: #fff;
  top: 2px;
}
input:checked + .slider {
  background-color: var(--primary-color600);
}
input:checked + .slider:before {
  transform: translateX(9px);
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color600);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.mhead.mb-2.flex-grow-1 {
  margin-bottom: 0 !important;
}
.redColor {
  color: #d86363;
}
.fixWidth {
  width: 990px;
  max-width: 1100px;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  width: calc(100% - 230px);
}
.fixWidth.nofixWidth {
  margin: 0 auto;
}
.fixWidth.wth30 {
  width: 400px;
}
.fixWidth.wth40 {
  width: 500px;
}
.fixWidth.wth600 {
  width: 600px;
}
.fixWidth.wth700 {
  width: 700px;
}
.fixWidth.wth800 {
  width: 800px;
}
.fixWidth.wth930 {
  width: 930px;
}
.fixWidth.wth950px {
  width: 950px;
}
.fixWidth.wth45 {
  width: 45%;
}
.fixWidth.wth50 {
  width: 50%;
}
.fixWidth.wth55 {
  width: 55%;
}
.fixWidth.wth60 {
  width: 60%;
}
.fixWidth.wth65 {
  width: 65%;
}
.fixWidth.wth70 {
  width: 70%;
}
.fixWidth.wth57 {
  width: 57%;
}
.windowBox {
  padding: 0;
  background: #f6f6f6;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  position: relative;
}
.pageHeader {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 3px 3px 3px 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  min-height: 36px;
  font-weight: 700;
}
.pageHeader .pdf-ex .sub-items {
  list-style: none;
  position: absolute;
  left: 100%;
  top: 5px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pageHeader .pdf-ex .sub-items svg {
  height: 16px !important;
  width: 14px !important;
}
.pageHeader .pdf-ex li a {
  display: block;
  position: relative;
  padding: 5px 10px;
}
.pageHeader.bal-n-due {
  position: absolute;
  right: 0;
  top: -32px;
  z-index: 999;
  font-size: 1rem;
  background: none;
}
.pageHeader.bal-n-due .mhead {
  font-size: 1rem;
}
.pageHeader .mhead span {
  background: none;
}
.pageHeader .mhead:after {
  display: none;
}
.pageHeader .dropdown-menu {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.pageHeader .dropdown-menu a {
  padding: 2px 10px;
  color: #000;
  margin: 0;
}
.pageHeader .dropdown-menu a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.pageHeader .dropdown-menu a svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.pageHeader .dropdown-menu .dropdown-item {
  position: relative;
}
.pageHeader .dropdown-menu .dropdown-item:hover .sub-items {
  visibility: visible;
  opacity: 1;
}
.pageHeader .dropdown-menu .dropdown-item.active,
.pageHeader .dropdown-menu .dropdown-item:active {
  background-color: #fff;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  max-height: 150px !important;
}
.blueBtn {
  display: inline-block;
  color: #000 !important;
  border-radius: 4px;
  margin-right: 3px;
  border: 1px solid #c2c2c2;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  white-space: nowrap;
  background: #fff;
  background: linear-gradient(
    180deg,
    #fff 0,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f6",GradientType=0);
  box-shadow: inset 0 0 1px 1px #fff;
}
.blueBtn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.4);
  content: "";
  z-index: 1;
}
.blueBtn .shortcut {
  padding: 1px 6px 1px 0;
  margin-right: 6px;
  display: inline-block;
  border-right: 1px solid #c2c2c2;
}
.blueBtn .iconBtn svg,
.blueBtn img.iconBtn {
  margin: 0 0 0 5px;
  float: right;
}
.blueBtn .iconBtn svg {
  height: 16px;
  width: 16px;
  height: 14px;
  width: 14px;
}
.blueBtn .iconBtn svg path {
  fill: #252525;
}
.blueBtn .iconBtn.cross svg {
  height: 10px;
  width: 10px;
  margin-top: 8px;
}
.blueBtn .box {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
}
.blueBtn .effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e4e4e4;
  z-index: 0;
  display: none;
}
.blueBtn:focus {
  border-color: var(--primary-color300);
  background: var(--primary-color200);
}
.blueBtn:focus .effect {
  width: 100%;
}
.blueBtn:focus .shortcut,
.blueBtn:hover {
  border-color: var(--primary-color300);
}
.blueBtn:hover {
  background: var(--primary-color100);
}
.blueBtn:hover .effect {
  width: 100%;
}
.blueBtn:hover .shortcut {
  border-color: var(--primary-color400);
}
.blueBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #e4e4e4;
}
.blueBtn:disabled:hover {
  border: 1px solid #e4e4e4;
}
.blueBtn:disabled:hover .shortcut {
  border-color: #e4e4e4;
}
.blueBtn.closeBtn .iconBtn svg {
  height: 9px;
  width: 9px;
  margin-top: 8.4px;
}
.blueBtn.activeFocus {
  border-color: var(--primary-color300);
  background: var(--primary-color200);
}
.blueBtn.newAction {
  transition: 0.02s;
  -moz-transition: 0.02s;
  -webkit-transition: 0.02s;
  -o-transition: 0.02s;
  -ms-transition: 0.02s;
}
.blueBtn.newAction.activeFocus {
  border-color: var(--primary-color600);
  color: #fff !important;
  background: var(--primary-color600);
}
.blueBtn.disabled {
  cursor: default;
}
.blueBtn.disabled:hover {
  background: #e8e8e8;
  border: 1px solid #e4e4e4;
}
.blueBtn.disabled:hover .shortcut {
  border-right: 1px solid #e4e4e4;
}
.blueBtn.btnNew {
  padding: 3px 10px;
}
.blueBtn.btnNew.saleBill {
  padding: 1px 4px;
  margin: 0 2px;
}
.blueBtn.newSpacing {
  padding: 0 10px !important;
  min-height: 26px;
}
.blueBtn.newSpacing .iconBtn svg {
  margin: 2px 0 0 6px;
}
.blueBtn.newSpacing.close .iconBtn svg {
  margin: 5px 0 0 6px;
  height: 10px;
  width: 10px;
}
.border-leftnew {
  border-left: 1px solid #e4e4e4;
  position: relative;
}
.border-leftnew:after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  left: 0;
  content: "";
}
.border-rightnew {
  border-right: 1px solid #c2c2c2;
  position: relative;
}
.border-rightnew:after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  right: 0;
  content: "";
}
.border-bottomnew {
  border-bottom: 1px solid #c2c2c2;
  position: relative;
}
.border-bottomnew:after {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  content: "";
}

.hr-red {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(217 6 6);
}

.borderLable {
  position: relative;
  padding: 10px 8px 5px;
  border: 1px solid #c2c2c2;
  box-shadow: inset 0 0 0 1px #fff;
  color: #000;
  line-height: 18px;
  font-size: 1.2rem;
}
.borderLable .imageSection {
  display: block;
  text-align: center;
}
.borderLable .imageSection img {
  max-height: 44px;
  min-width: 44px;
}
.borderLable .myLable {
  position: absolute;
  left: 4px;
  top: -11px;
  background: #f6f6f6;
  display: inline-block;
  padding: 0 4px;
  font-size: 1rem;
  color: #000;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.borderLable .ptb-8 {
  padding-top: 8px;
  padding-bottom: 20px;
}
.borderLable.mb20 {
  margin-bottom: 20px;
}
.borderLable.mb29 {
  margin-bottom: 29px;
}
.borderLable.minH141 {
  min-height: 127px;
}
.border-left-cust {
  border-left: 1px solid #c2c2c2;
}
.img-borderWithShadow {
  max-width: 100%;
  height: auto;
  box-shadow: inset 0 0 0 1px #fff;
}
.borderLable.pt12pb6 {
  padding-top: 12px;
  padding-bottom: 7px;
}
.borderLable.pb12 {
  padding-bottom: 12px;
}
.borderLable.pb0 {
  padding-bottom: 0;
}
.btn-bs-file {
  position: relative;
  padding: 2px 15px;
}
.btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}
.itemSetting {
  border-bottom: 1px solid #e4e4e4;
  padding: 2px 0;
}
.itemSetting .mReport {
  text-align: right;
}
.itemSetting .mReport .form-control {
  width: 40px;
  height: 20px;
}
.itemSetting .mReport .form-control.w40 {
  width: 40px;
}
.itemSetting .mReport .form-control.w90 {
  width: 90px;
}
.itemSetting .mReport .iconBtn {
  height: 18px;
  width: 18px;
}
.itemSetting .mReport .iconBtn svg path {
  fill: #7a7a7a;
}
.itemSetting .mReport .iconBtn:hover svg path {
  fill: var(--primary-color600);
}
.itemSetting .mReport .btnBlue {
  background: url(btnLineBg.png) 0 0 repeat-x;
  border-color: #c2c2c2;
  padding: 3px 8px;
  line-height: 1;
}
.bRadibot0 {
  border-radius: 4px 4px 0 0;
}
.bRadiAll {
  border-radius: 0;
}
.bRaditop0 {
  border-radius: 0 0 4px 4px;
}
.btb0 {
  border-top: 0;
  border-bottom: 0;
}
.pt10 {
  padding-top: 10px;
}
.pr30 {
  padding-right: 30px;
}
.pl-6 {
  padding-left: 6px;
}
.pl30 {
  padding-left: 30px;
}
.pl25 {
  padding-left: 25px;
}
.pl22 {
  padding-left: 22px;
}
.pl17 {
  padding-left: 17px;
}
.pr20 {
  padding-right: 20px;
}
.pl18 {
  padding-left: 18px;
}
.pl19 {
  padding-left: 19px;
}
.pl20 {
  padding-left: 20px;
}
.pl23 {
  padding-left: 23px;
}
.pr15 {
  padding-right: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pl12 {
  padding-left: 12px;
}
.pl13 {
  padding-left: 13px;
}
.pl14 {
  padding-left: 14px;
}
.pl5 {
  padding-left: 5px;
}
.pl16 {
  padding-left: 16px;
}
.purBillHt .form-group,
.saleBillHt .form-group {
  margin-bottom: 5px !important;
}
.exlimit {
  background-color: #fff !important;
}
.exlimit .el-head {
  font-size: 1.3rem;
  color: red;
}
.exlimit .el-bal {
  font-size: 1.3rem;
}
.exlimit .el-alert {
  color: red;
}
.exlimit .borderLable .myLable {
  left: 24px;
  right: 24px;
  text-align: center;
  background-color: #fff;
}
.sbt-cont {
  background: #e4e4e4;
  padding-right: 320px !important;
}
.ag-theme-balham .grid-btn {
  min-height: auto !important;
  height: 20px;
  padding: 1px 8px;
  line-height: 0;
}
.ag-theme-balham mark {
  background: #d3d089;
  font-weight: "RobotoFont-medium", Arial, Helvetica, sans-serif;
}
.ag-theme-balham .ag-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ag-theme-balham .ag-root {
  border: 0;
}
.ag-theme-balham .ag-header,
.ag-theme-balham .ag-header-row {
  border-bottom: none;
}
/*
.ag-theme-balham .ag-row-odd {
  background: #fff;
}
.ag-theme-balham .ag-row-even {
  background: #fff;
}*/
.ag-theme-balham .ag-row {
  border-bottom-color: #e4e4e4;
  cursor: pointer;
}
.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell {
  padding: 2px 7px;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif; 
  line-height: 15px;
  background: var(--primary-color100);
  border-bottom: 2px solid var(--primary-color200);
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  color: #000;
}
.ag-theme-balham .ag-header-cell:after,
.ag-theme-balham .ag-header-group-cell:after {
  display: none !important;
}
.ag-theme-balham .ag-header-cell .ag-header-cell-menu-button {
  position: absolute;
  top: -3px;
  right: 0;
}
.ag-theme-balham .ag-header-cell-resize,
.ag-theme-balham .ag-header-group-cell:after {
  display: none;
}
.ag-theme-balham .ag-cell {
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.24) !important;
  /*font-size: 1.2rem;*/
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
}
.ag-theme-balham .ag-cell:focus {
  outline: none !important;;
}
.ag-theme-balham .ag-cell.ag-cell-on-focus {
  outline: auto;
}
.ag-theme-balham .ag-cell.cell-clr {
  background-color: var(--primary-color50);
}
.ag-theme-balham .ag-cell.cell-clr-white {
  background-color: #fff;
}
.ag-theme-balham .ag-cell.bl-dark {
  border-left: 1px solid #a4a4a4;
}
.ag-theme-balham .ag-cell.br-dark {
  border-right: 1px solid #a4a4a4;
}

.ag-theme-balham .ag-row-selected .mksBtn svg path {
  fill: #474747;
}
.ag-theme-balham .ag-row-selected .ag-cell .compNameIcons .lock svg path {
  fill: #474747 !important;
}
.ag-theme-balham .ag-row-selected .ag-cell .textContent {
  color: var(--primary-color600);
  transition: ease-in-out;
}

.ag-theme-balham .ag-row-hover {
  background-color: #fbfbfb!important;
  transition: ease-in-out
}
/*
.ag-theme-balham .ag-row-hover {
  background-color: var(--primary-color50) !important;
  transition: ease-in-out;
}*/

.ag-theme-balham .ag-row-hover .textContent {
  color: var(--primary-color600);
}
.ag-theme-balham .bold {
  font-weight: 400;
}
.ag-theme-balham .bold,
.ag-theme-balham .bold .ag-cell {
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  line-height: 26px;
}
.ag-theme-balham .bold .ag-cell {
  font-size: 1.2rem;
}
.ag-theme-balham .not-bold {
  font-weight: 400;
}
.ag-theme-balham .not-bold,
.ag-theme-balham .not-bold .ag-cell {
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  line-height: 26px;
}
.ag-theme-balham .not-bold .ag-cell {
  color: #474747;
  font-size: 1.1rem;
}
.ag-theme-balham .ag-row-selected.bold {
  font-weight: 400;
}
.ag-theme-balham .ag-row-selected.bold .ag-cell {
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  line-height: 26px;
}
.ag-theme-balham .ag-header-cell-label {
  width: 100%;
}
.ag-theme-balham .ag-ltr .ag-cell-focus {
  border: 0;
  border-right: 1px solid #c2c2c2;
}
.ag-theme-balham .ag-cell:focus,.ag-theme-balham .ag-cell:hover {
  outline: none;
  background-color: #fff176
}

.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 20px;
}
.ag-theme-balham .ag-icon-asc,
.ag-theme-balham .ag-icon-desc {
  width: 7px;
}
.ag-theme-balham .ag-cell-inline-editing {
  height: 26px;
  padding: 0;
}
.ag-theme-balham .ag-cell-inline-editing.ag-cell-no-focus {
  height: 25px;
  background: none;
}
.ag-theme-balham.noBackground select.form-control:not([size]):not([multiple]) {
  height: 25px;
  height: 100%;
  padding: 0 3px;
}
.ag-theme-balham.noBackground
  editdate
  select.form-control:not([size]):not([multiple]) {
  height: 100%;
  padding: 0 3px;
}
.ag-theme-balham.noBackground .ag-row-selected {
  background: none;
  color: #000;
}
.ag-theme-balham.noBackground .ag-row-selected .ag-cell:first-child:focus {
  background-color: var(--primary-color600);
}
.ag-theme-balham.noBackground .ag-cell-inline-editing.ag-cell-no-focus {
  height: 26px;
  background: none;
}
.ag-theme-balham.noBackground.focusBorderEffect .ag-row-selected .ag-cell {
  background-color: var(--primary-color600);
  color: #fff;
}
.ag-theme-balham.agFooterStyle {
  min-height: 28px;
  max-height: 28px;
  min-height: 0;
}
.ag-theme-balham.agFooterStyle .ag-cell {
  font-size: 1.1rem;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.ag-theme-balham.agFooterStyle.greenFooter {
  min-height: auto !important;
  background: var(--primary-color100);
  border-top: 1px solid var(--primary-color200);
  border-bottom: 1px solid var(--primary-color200);
  box-sizing: border-box;
}
.ag-theme-balham.agFooterStyle.greenFooter .ag-row-even {
  background: none;
}
.ag-theme-balham.agFooterStyle.greenFooter .ag-header {
  display: none;
}
.ag-theme-balham.agFooterStyle.greenFooter .ag-layout-normal {
  min-height: 0;
}
.ag-theme-balham.agFooterStyle .ag-root,
.ag-theme-balham.agFooterStyle .ag-root-wrapper.ag-layout-normal {
  min-height: 26px;
  max-height: 26px;
}
.ag-theme-balham.autoFooter {
  background: #f6f6f6;
}
.ag-theme-balham.autoFooter .ag-row {
  cursor: default;
  border-bottom: none;
}
.ag-theme-balham.autoFooter .ag-row .ag-cell {
  border-right: none;
}
.ag-theme-balham.autoFooter .ag-row.ag-row-even,
.ag-theme-balham.autoFooter .ag-row.ag-row-odd {
  background: #f6f6f6;
}
.ag-theme-balham.autoFooter .ag-row:first-child {
  border-top: 1px solid var(--primary-color200);
  background-color: var(--primary-color100);
}
.ag-theme-balham.autoFooter .ag-row:first-child:hover {
  background-color: var(--primary-color100) !important;
}
.ag-theme-balham.autoFooter .ag-row-hover {
  background-color: #f6f6f6 !important;
}
.ag-theme-balham.focusBorderEffect .ag-ltr .ag-cell-focus {
  border: 0;
  border-right: 1px solid #e4e4e4;
  box-shadow: 1px 1px 0 var(--primary-color600) inset;
  border-right: 1px solid var(--primary-color600);
  border-bottom: 1px solid var(--primary-color600);
}
.ag-theme-balham.agFooterStyle4row,
.ag-theme-balham.agFooterStyle4row .ag-root,
.ag-theme-balham.agFooterStyle4row .ag-root-wrapper.ag-layout-normal {
  min-height: 91px;
  max-height: 91px;
  border: 0;
}
.ag-theme-balham.agFooterStyle4row
  .ag-root-wrapper.ag-layout-normal
  .ag-row.ag-row-even,
.ag-theme-balham.agFooterStyle4row
  .ag-root-wrapper.ag-layout-normal
  .ag-row.ag-row-odd {
  background: #fbfbfb;
}
.ag-theme-balham.agFooterStyle4row
  .ag-root-wrapper.ag-layout-normal
  .ag-row-even:first-child {
  background: #e4e4e4;
}
.ag-theme-balham.agFooterStyle4row .ag-cell,
.ag-theme-balham.agFooterStyle4row .ag-row {
  border-color: var(--primary-transc);
}
.ag-theme-balham.transactionGrid {
  height: calc(100% - 28px) !important;
}
.ag-theme-balham.transactionGrid .ag-root-wrapper.ag-layout-normal {
  min-height: auto !important;
}
.ag-theme-balham.colorgrid {
  color: #474747;
  font-size: 1rem !important;
}
.ag-theme-balham .ag-group-contracted span,
.ag-theme-balham .ag-group-expanded span {
  margin-right: 5px;
}
.ag-theme-balham.allowResize .ag-header-cell-resize {
  display: block;
}
.addExpense {
  max-height: 106px;
}
.addExpense .ag-theme-balham .ag-root {
  min-height: 104px;
}
.greenHead .ag-theme-balham .ag-cell.ag-cell-inline-editing {
  overflow: visible;
}
.greenHead .ag-theme-balham .ag-header-cell {
  background: #fff;
  background: var(--primary-color100);
  color: #000;
  line-height: 1.9rem;
}
.greenHead .min-width {
  width: 175px;
}
.contM-0 .ag-pinned-left-cols-container {
  margin: 0 !important;
}
.linH21 .ag-theme-balham .ag-cell {
  line-height: 20px;
}
.linH21 .ag-theme-balham .ag-header-cell {
  line-height: 18px;
}
.ag-pinned-left-cols-container .ag-row-selected .ag-cell-no-focus {
  background-color: var(--primary-color600);
  color: #fff !important;
}
.ag-pinned-left-cols-container .ag-row-selected .ag-cell-no-focus.excelStyle {
  background: #d3d089;
  color: #252525 !important;
}
.settingRoomSearch {
  background: url(searchIcon.png) 96.5% no-repeat
    hsla(0, 0%, 100%, 0.6);
  padding-left: 10px;
  padding-right: 27px;
}
.modal-body .searchFilterBox select.form-control:not([size]):not([multiple]) {
  height: 25px;
  padding: 0 0.75rem;
}
.modal-body
  .searchFilterBox
  select.form-control.ht28:not([size]):not([multiple]) {
  height: 25px;
}
.searchFilterHead .sortBox {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  min-width: 100px;
  max-width: 100px;
}
.searchFilterHead .sortBox:focus {
  box-shadow: none !important;
}
.searchFilterHead form {
  width: calc(100% - 100px);
}
.searchFilterHead .searchFilter {
  border-radius: 4px 0 0 4px;
  width: 100%;
}
.searchFilterHead .searchFilter:focus {
  box-shadow: none !important;
}
.navbar.searchList {
  padding: 0 0 13px;
}
.navbar.searchList .form-inline {
  width: 40%;
}
.navbar.searchList .form-inline .form-control {
  width: 100%;
}
.removeAfter .dropdown-toggle:after {
  display: none !important;
}
.pl3px {
  padding-left: 3px !important;
}
.pl10px {
  padding-left: 10px !important;
}
.pl23px {
  padding-left: 23px !important;
}
.lineHeight11 {
  line-height: 11px !important;
  padding-top: 1px !important;
}
.laserAddress {
  margin: 0;
  padding: 0;
  list-style: none;
}
.laserAddress li {
  display: block;
}
.laserAddress li .blueColor {
  color: var(--primary-color500);
  word-break: break-all;
}
.laserAddress li .blueColor.max-80 {
  max-width: calc(100% - 80px);
}
.laserAddress.minh54 {
  min-height: 54px;
}
.laserAddress.space li {
  padding: 2px 0;
  min-height: 22px;
}
.laserAddress.space li.invoiceValueGreen {
  background: #8caa84;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin: 0 -8px -5px;
  padding: 8px 9px;
}
.laserAddress.space li.invoiceValueGreen .addColenAfter {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.laserAddress.space li.invoiceValueGreen .addColenAfter:after {
  font-size: 12px;
}
.laserAddress.space li.invoiceValueGreen .addColenAfter .blueColor {
  color: #fff;
}
.laserAddress.saltPage {
  width: 100%;
  float: left;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #e4e4e4;
  padding: 0 !important;
}
.laserAddress.saltPage li {
  width: 100%;
  padding: 6px 0;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
  min-height: 31px;
}
.laserAddress.saltPage li:nth-child(2n) {
  background: hsla(0, 0%, 100%, 0.6);
}
.laserAddress.saltPage li:last-child {
  border-bottom: none;
}
.laserAddress.saltPage li.minh41 {
  min-height: 41px;
}
.laserAddress.saltPage li.minh55 {
  min-height: 55px;
}
.laserAddress.saltPage div {
  padding: 0 5px;
}
.laserAddress.saltPage div.nameWb {
  min-width: 120px;
  position: relative;
}
.laserAddress.saltPage div.nameWb:after {
  position: absolute;
  right: 0;
  top: -8px;
  width: 1px;
  height: calc(100% + 50px);
  content: "";
  background: #e4e4e4;
}
.laserAddress.saltPage div.blueColor {
  padding: 0 0 0 10px;
  line-height: 18px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-26 {
  margin-bottom: 22px;
}
.boxSec.totalView.saleBill {
  position: relative;
  top: -3px;
}
.boxSec.totalView.saleBill .tableBox {
  position: relative;
}
.boxSec.totalView.saleBill h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  top: -5px;
  position: relative;
}
.boxSec.totalView.saleBill .table {
  margin: 0;
  border: 1px solid #e4e4e4;
  border-top: 0;
  background: #fff;
}
.boxSec.totalView.saleBill .table th {
  background: #ebffeb;
  border-color: #e4e4e4;
  border-bottom: 2px solid #8caa84;
  color: #000;
  padding: 5px 8px 3px;
}
.boxSec.totalView.saleBill .table td {
  border-color: #e4e4e4;
  padding: 5px 8px;
  color: #7a7a7a;
}
.boxSec.totalView.saleBill .invoiceValueGreen {
  background: #8caa84;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -26px;
  background: var(--primary-transc);
  color: #000;
  padding: 1px 10px;
  width: 280px;
  font-weight: 700;
}
.boxSec.totalView.saleBill .invoiceValueGreen .addColenAfter {
  font-size: 16px;
  font-style: normal;
}
.boxSec.totalView.saleBill .invoiceValueGreen .addColenAfter:after {
  font-size: 12px;
}
.boxSec.totalView.saleBill .invoiceValueGreen .addColenAfter .blueColor {
  color: #fff;
  color: #000;
}
.saltNarcotic {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.saltNarcotic .form-group {
  margin: 0 !important;
}
.saltNarcotic .form-group .form-control:disabled {
  background: no-repeat;
  border: 0;
  color: var(--primary-color500);
}
.ptb10withbg {
  background: var(--primary-color200);
  padding: 10px;
  display: block;
}
.listFocusBlue {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listFocusBlue li {
  display: block;
  padding: 2px 15px;
  color: #000;
  line-break: 18px;
  cursor: pointer;
}
.listFocusBlue li span {
  display: inline-block;
  padding: 0 10px 0 0;
}
.listFocusBlue li.active,
.listFocusBlue li:hover {
  background: var(--primary-color600);
  color: #fff;
}
.blueColor {
  color: var(--primary-color500);
}
.requiredClass {
  border: 1px solid #d86363 !important;
}
.mat-dialog-container {
  padding: 0 !important;
  overflow: visible !important;
  border: 2px solid #fff;
  border-radius: 6px !important;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}
.mat-dialog-container .mat-dialog-title {
  padding: 7px 10px 7px 15px !important;
  border-radius: 6px 6px 0 0 !important;
  background-color: #fff;
  background-image: linear-gradient(90deg, #fff, #e4e4e4);
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 0;
}
.mat-dialog-container .mat-dialog-title svg {
  float: left;
  margin-right: 15px;
}
.mat-dialog-container .mat-dialog-title h5 {
  display: inline-block;
  padding-top: 2px;
  font-size: 18px;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.mat-dialog-container .close {
  position: absolute;
  top: 12px;
  right: 15px;
}
.mat-dialog-container .mat-dialog-content {
  text-align: center;
  padding: 30px;
  background: #f6f6f6;
  margin: 0;
}
.mat-dialog-container .mat-dialog-content p {
  margin: 0;
  font-size: 1rem;
  color: #474747;
}
.mat-dialog-container .btn {
  padding: 10px 27px;
  border-radius: 30px;
  box-shadow: none;
  background-color: #fff;
  background-image: linear-gradient(#fff, var(--primary-color300));
  border: 1px solid #c2c2c2;
  margin: 15px 2px 0;
}
.mat-chip-cust {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
.mat-chip-cust .mat-form-field {
  height: auto !important;
}
.mat-chip-cust .mat-form-field .mat-form-field-infix {
  padding: 2px !important;
}
.mat-chip-cust .mat-form-field-appearance-legacy .mat-form-field-flex {
  height: auto !important;
}
.mat-chip-cust .mat-chip-list {
  height: 25px !important;
}
.mat-chip-cust .mat-chip-list .mat-chip-list-wrapper .mat-standard-chip,
.mat-chip-cust .mat-chip-list .mat-chip-list-wrapper input.mat-input-element {
  min-height: 19px;
  font-size: 1rem;
  margin: 0 4px 4px;
}
.mat-chip-cust
  .mat-chip-list
  .mat-chip-list-wrapper
  .mat-standard-chip
  .mat-chip-remove,
.mat-chip-cust
  .mat-chip-list
  .mat-chip-list-wrapper
  .mat-standard-chip
  .mat-chip-trailing-icon,
.mat-chip-cust
  .mat-chip-list
  .mat-chip-list-wrapper
  input.mat-input-element
  .mat-chip-remove,
.mat-chip-cust
  .mat-chip-list
  .mat-chip-list-wrapper
  input.mat-input-element
  .mat-chip-trailing-icon {
  text-align: center;
  padding: 2px;
}
.mat-chip-cust .mat-chip-list .mat-chip-list-wrapper .mat-standard-chip {
  background-color: #e4e4e4;
}
.cdk-overlay-container {
  z-index: 99998 !important;
}
.ctrlInvalid {
  border: 1px solid #d86363 !important;
}
.input__field.ctrlInvalid {
  border: 0 !important;
}
input.ng-invalid.ng-pristine.ng-touched.ctrlInvalid {
  border: 1px solid #d86363 !important;
}
#chart-container img,
#chartContainer img {
  max-width: 100%;
}
.pl1 {
  padding-left: 1px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-19 {
  padding-left: 19px !important;
}
.pl-23 {
  padding-left: 23px !important;
}
.ellipsisText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.itemControlBlackBg {
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.itemControl,
.itemControlBlackBg {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 10;
}
.itemControl {
  right: -103%;
  bottom: 0;
  width: 600px;
  background: #f6f6f6;
  padding-bottom: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.itemControl .itemInnerCon {
  position: relative;
  height: 100%;
}
.itemControl .hborder {
  transition: 0.3s;
  border-radius: 14px;
}
.itemControl .hborder:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.itemControl .headingItem {
  background: #e4e4e4;
  padding: 4px 0 0;
  font-size: 1.2rem;
  border-top: 10px solid #c2c2c2;
}
.itemControl .headingItem span {
  display: inline-block;
  background: #f6f6f6;
  padding: 5px 8px;
  border-radius: 0 3px 0 0;
}
.itemControl .headingItem span svg {
  height: 18px;
  width: 18px;
  float: left;
  margin-right: 5px;
}
.itemControl .headingItem .itemcontrolClose.close {
  margin-right: 5px;
}
.itemControl .headingItem .itemcontrolClose.close span {
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  padding-top: 3px;
}
.itemControl .optionSection {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: calc(100% - 50px);
}
.itemControl .optionSection .optionMaxHeight {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
  height: 100%;
}
.itemControl .itemTitle {
  color: #7a7a7a;
  font-size: 1.1rem;
  padding: 5px 15px;
  line-height: 18px;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-light",endColorstr="$bg-light",GradientType=0);
}
.itemControl .itemTitle:hover {
  background: #f1f1f1;
}
.itemControl .itemTitle .form-control {
  height: 20px;
}
.itemControl .itemTitle .form-control.w-80 {
  width: 80px;
}
.itemControl .itemTitle .blueColor {
  color: #474747;
}
.itemControl .itemTitle select.form-control:not([size]):not([multiple]) {
  height: 20px;
  padding: 0;
  min-width: 80px;
}
.itemControl .itemTitle select.w-50.form-control:not([size]):not([multiple]) {
  min-width: 60px;
  max-width: 60px;
}
.itemControl .itemTitle svg path {
  fill: #000;
}
.itemControl .itemTitle .form-inline a,
.itemControl .itemTitle .form-inline label {
  float: left;
  margin-left: 5px;
}
.itemControl .itemTitle .form-inline a svg {
  width: 18px;
  height: 18px;
  float: left;
}
.itemControl .itemTitle .form-inline a:hover svg path {
  fill: var(--primary-color600);
}
.itemControl .itemTitle .form-inline .form-control {
  float: left;
  margin-left: 5px;
}
.itemControl .itemTitle .form-inline .btnAddMore {
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  font-size: 1rem;
  color: #474747;
  line-height: 1;
  background: url(btnLineBg.png) 0 0 repeat-x #f1f1f1;
  min-height: 22px;
  background-size: auto 100%;
  margin: 0 2px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  box-shadow: none;
  padding: 2px 10px;
}
.itemControl .itemTitle .form-inline .btnAddMore:focus,
.itemControl .itemTitle .form-inline .btnAddMore:hover {
  background: var(--primary-color600);
  color: #fff;
  border-color: var(--primary-color500);
}
.bg-0 {
  background-color: transparent;
}
.userConfig .actionTdBox .form-control {
  height: 20px;
}
.userConfig .actionTdBox .form-control:not([size]):not([multiple]) {
  height: 20px;
  min-width: 80px;
  padding: 0 5px;
  min-width: 100px;
  max-width: 100px;
}
.userConfig .actionTdBox .form-control.w-80 {
  width: 80px;
}
.userConfig .actionTdBox .form-control.w-60:not([size]):not([multiple]) {
  min-width: 60px;
  max-width: 60px;
  padding: 0 5px;
}
.userConfig .actionTdBox svg path {
  fill: #000;
}
.userConfig .actionTdBox a {
  margin: 0 3px;
  display: inline-block;
}
.userConfig .actionTdBox a svg {
  width: 18px;
  height: 18px;
  float: left;
}
.userConfig .actionTdBox a:hover svg path {
  fill: var(--primary-color600);
}
.userConfig .actionTdBox .btnAddMore {
  border-radius: 4px;
  padding: 2px 5px;
  border: 1px solid #c2c2c2;
  font-size: 1rem;
  color: #474747;
  line-height: 1;
  background: url(btnLineBg.png) 0 0 repeat-x #f1f1f1;
  background-size: auto 100%;
  margin: 0 2px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  box-shadow: none;
}
.userConfig .actionTdBox .btnAddMore:focus,
.userConfig .actionTdBox .btnAddMore:hover {
  background: var(--primary-color600);
  color: #fff;
  border-color: var(--primary-color500);
}
.userConfig .inptSmall .actionTdBox .form-control:not([size]):not([multiple]) {
  min-width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.userConfig .table tbody tr {
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #e0e0e0 49%, #ededed 55%, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bg-light",endColorstr="$bg-light",GradientType=0);
}
.userConfig .table tbody tr td {
  border-right-width: 0;
}
.userConfig .table tbody tr td:first-child {
  border-right-width: 1px;
}
.userConfig .configList {
  background: #f6f6f6;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  border-right: 2px solid #a4a4a4;
  overflow: auto;
  overflow-x: hidden;
  max-height: 504px;
}
.userConfig .configList li {
  width: 100%;
}
.userConfig .configList li a {
  color: #474747;
  font-size: 1rem;
  padding: 9px 15px;
  text-decoration: none;
  line-height: 18px;
}
.userConfig .configList li a.active,
.userConfig .configList li a:focus,
.userConfig .configList li a:hover {
  background: var(--primary-color600);
  color: #fff !important;
}
.userConfig .tab-content {
  margin: 0;
  padding: 0;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.userConfig .tab-content header {
  background: #f6f6f6;
  padding: 10px;
}
.userConfig .tab-content header h2 {
  font-size: 1.4rem;
  color: #474747;
  margin: 0;
  padding: 5px 0 0;
  line-height: 16px;
}
.userConfig .tab-content header h2 svg {
  height: 18px;
  width: 18px;
  float: left;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.userConfig .tab-content header h2 svg path {
  fill: #474747;
}
.userConfig .tab-content .form-control:disabled {
  background: #e4e4e4;
  color: #a4a4a4;
  cursor: not-allowed;
}
.userConfig .tab-content .listConfig {
  height: 100%;
}
.userConfig .tab-content .listConfig .setting-list {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
}
.userConfig .tab-content .listConfig .setting-list .controlbox svg {
  height: 24px;
  width: 24px;
}
.userConfig .tab-content .listConfig .treeView {
  position: relative;
  padding: 30px;
  font-size: 1.1rem;
}
.userConfig .tab-content .listConfig .treeView ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.userConfig .tab-content .listConfig .treeView ul > li {
  display: block;
  padding: 6px 0;
  position: relative;
}
.userConfig .tab-content .listConfig .treeView ul > li:after {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 30px;
  height: 1px;
  background: #7a7a7a;
  content: "";
}
.userConfig .tab-content .listConfig .treeView ul li {
  position: relative;
}
.userConfig .tab-content .listConfig .treeView ul li ul {
  margin-left: 65px;
  padding-top: 6px;
}
.userConfig .tab-content .listConfig .treeView ul li ul li:first-child:before {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 1px;
  height: calc(100% - 14px);
  background: #7a7a7a;
  content: "";
  width: 30px;
  height: 1px;
  left: -17px;
}
.userConfig .tab-content .listConfig .treeView ul li ul:before {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 1px;
  height: calc(100% - 14px);
  background: #7a7a7a;
  content: "";
  left: -17px;
  top: -4px;
  height: 24px;
}
.userConfig .tab-content .listConfig .treeView ul li ul:after {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 1px;
  height: calc(100% - 14px);
  background: #7a7a7a;
  content: "";
}
.userConfig .tab-content .listConfig .treeView ul li label {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.userConfig .tab-content .listConfig .treeView ul li > label {
  padding-left: 40px;
  display: block;
  color: #474747;
  text-decoration: none;
}
.userConfig .tab-content .listConfig .treeView ul li > label a.newLabel {
  color: #474747;
  text-decoration: none;
}
.userConfig .tab-content .listConfig .treeView ul li > label.active,
.userConfig .tab-content .listConfig .treeView ul li > label a.newLabel.active {
  color: var(--primary-color600);
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  ul
  li
  > label.active
  .plusMinusIcon {
  border-color: var(--primary-color600);
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  ul
  li
  > label.active
  .plusMinusIcon:after,
.userConfig
  .tab-content
  .listConfig
  .treeView
  ul
  li
  > label.active
  .plusMinusIcon:before {
  background: var(--primary-color600);
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  > ul
  > li
  ul
  > li:first-child
  > label
  > .newLabel:before {
  width: 14px;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  top: 0;
  height: 14px;
  background: #fff;
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  > ul
  > li
  ul
  > li:last-child
  > label
  > .newLabel:after {
  background: #fff;
  width: 14px;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  top: 15px;
  z-index: 1;
  height: calc(100% - 15px);
}
.userConfig .tab-content .listConfig .treeView > ul > li:last-child:before,
.userConfig
  .tab-content
  .listConfig
  .treeView
  > ul
  > li
  > ul
  > li:last-child:before {
  background: #fff;
  width: 14px;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.userConfig .tab-content .listConfig .treeView > ul:after {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 1px;
  height: calc(100% - 14px);
  background: #7a7a7a;
  content: "";
}
.userConfig .tab-content .listConfig .treeView .plusMinusIcon {
  height: 14px;
  width: 14px;
  border: 1px solid #666;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
}
.userConfig .tab-content .listConfig .treeView .plusMinusIcon:after,
.userConfig .tab-content .listConfig .treeView .plusMinusIcon:before {
  height: 2px;
  width: 8px;
  background: #666;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  content: "";
  transition: transform 0.2s;
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  .plusMinusIcon.dropdown-toggle.collapsed:before {
  transform: rotate(90deg);
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  .plusMinusIcon.dropdown-toggle:before {
  transform: rotate(0deg);
}
.userConfig .tab-content .listConfig .treeView .newLabel .custom-control-input {
  height: 16px;
  width: 16px;
  top: 0;
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  .newLabel
  .custom-control-label:after {
  height: 16px;
  width: 16px;
  border-color: #666;
  top: 0;
  border-radius: 2px;
  background-size: 10px;
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  .newLabel
  .custom-control-label:before {
  height: 16px;
  width: 16px;
  border-color: #666;
  top: 0;
  border-radius: 2px;
}
.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  ul
  li
  ul
  li:first-child:before {
  display: none;
}
.btnAddMore.bgEffect {
  border-radius: 4px;
  padding: 2px 5px;
  border: 1px solid #c2c2c2;
  font-size: 1rem;
  color: #474747;
  line-height: 1;
  background: url(btnLineBg.png) 0 0 repeat-x #f1f1f1;
  background-size: auto 100%;
  margin: 0 2px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  box-shadow: none;
}
.btnAddMore.bgEffect:hover {
  background: var(--primary-color600);
  color: #fff;
}
.itemControl.fixedSearchBox .optionSection,
.itemControl.fixedSearchBox .optionSection > div,
.itemControl.fixedSearchBox .optionSection > div control-room-salebill,
.itemControl.fixedSearchBox .optionSection > div control-room-salebill form {
  position: relative;
  height: 100%;
}
.itemControl.fixedSearchBox
  .optionSection
  > div
  control-room-salebill
  form
  .optionMaxHeight {
  position: relative;
  height: calc(100% - 50px);
  overflow: auto;
}
.itemControl.fixedSearchBox
  .optionSection
  > div
  control-room-salebill
  form
  > .d-flex.pb-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agencybox {
  display: block;
}
.agencybox .rightBox {
  width: 50%;
  float: left;
  padding-left: 35px;
}
.agencybox .rightBox label {
  width: calc(100% - 40px);
  margin: 0;
  padding: 0;
}
.agencybox .rightBox .blueColor {
  width: 40px;
  float: right;
}
.agencybox .leftBox {
  width: 50%;
  float: left;
}
.agencybox .leftBox label {
  width: calc(100% - 60px);
  margin: 0;
  padding: 0;
}
.agencybox .leftBox .blueColor {
  width: 60px;
  float: right;
}
.ng-select .ng-clear-wrapper {
  display: none;
}
.outlineNoneFocus input.form-control:active,
.outlineNoneFocus input.form-control:visited {
  background: var(--primary-color100) !important;
  border-radius: 0;
  color: #000 !important;
  border: 1px solid #fff !important;
}
.outlineNoneFocus input.form-control:focus {
  background: #faedf6 !important;
  border-radius: 0;
  color: #000 !important;
  border: 1px solid #fff !important;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell .form-control {
  background-color: none !important;
  color: #474747;
  border: 0 !important;
  padding: 0 7px;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell .form-control:focus {
  background: var(--primary-color100) !important;
  border-radius: 0;
  color: #000 !important;
  border: 1px solid #fff !important;
}
.gridWithoutTab
  .ag-theme-balham
  .ag-row-selected
  .ag-cell
  .form-control:active {
  background-color: none !important;
  color: #474747;
  border: 1px solid var(--primary-color600) !important;
}
.gridWithoutTab
  .ag-theme-balham
  .ag-row-selected
  .ag-cell
  select.form-control:focus
  option {
  background: #fff !important;
  color: #252525 !important;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell input {
  border-radius: 0;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell input:focus {
  min-height: 21px;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell input:active,
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell input:focus {
  background-color: none !important;
  color: #474747;
  border: 1px solid var(--primary-color600) !important;
}
.gridWithoutTab
  .ag-theme-balham
  .ag-row-selected
  .ag-cell
  input::-moz-placeholder {
  color: #fff;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell input::placeholder {
  color: #fff;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell:focus {
  background-color: none !important;
  color: #474747;
  border: 1px solid var(--primary-color600) !important;
}
.gridWithoutTab .ag-theme-balham .ag-row-selected .ag-cell .dr .form-control {
  line-height: 21px;
}
.gridWithoutTab .ag-theme-balham .ag-cell-inline-editing input.form-control {
  padding: 2px 7px 1px;
  border-radius: 0;
}
.gridWithTab .ag-theme-balham .ag-row-selected .ag-cell:focus {
  background-color: none !important;
  color: #474747;
  border: 1px solid var(--primary-color600) !important;
}
.width600Ledger {
  width: 600px;
}
.decimal-cell {
  display: block;
  text-align: right;
}
.alert {
  padding: 0.1rem 1rem;
}
.btnCenterModal .modal-dialog {
  max-width: 300px !important;
}
.btnCenterModal .modal-dialog .form-inline.text-center {
  display: block;
}
.btnCenterModalItemRepeat .modal-dialog {
  max-width: 440px !important;
}
.btnCenterModalItemRepeat .modal-dialog .form-inline.text-center {
  display: block;
}
.batchDetModal .headPart {
  background: #f1f1f1;
  margin: -9px -13px 0;
  padding: 5px 0;
}
.batchDetModal .form-control {
  min-width: 20px;
}
.batchDetModal .table-responsive {
  min-height: auto !important;
}
.batchDetModal .itemTableDetial {
  padding: 15px 0 0;
}
.batchDetModal .batchTable {
  border-bottom: 1px solid #c2c2c2;
  color: #7a7a7a;
  line-height: 18px;
  font-size: 1.1rem;
  margin: 15px 15px 0;
  width: 100%;
}
.batchDetModal .batchTable .table {
  margin: 0;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  background-color: #f6f6f6;
}
.batchDetModal .batchTable .table thead tr.secondBox th {
  background: #7a7a7a;
  color: #fff;
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
}
.batchDetModal .batchTable .table thead tr span.setPosition {
  position: absolute;
  left: 0;
  top: -9px;
  right: 0;
  text-align: center;
}
.batchDetModal .batchTable .table thead tr span.setPosition span {
  background: #f6f6f6;
  padding: 0 2px;
}
.batchDetModal .batchTable .table thead tr th {
  border: 0;
  border-right: 1px solid #e4e4e4;
  position: relative;
  padding: 2px 4px;
  font-weight: 400;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.batchDetModal .batchTable .table thead tr th:last-child {
  border-right: 0;
}
.batchDetModal .batchTable .table thead tr td {
  border: 0;
  border-right: 1px solid #e4e4e4;
  position: relative;
  padding: 2px 4px;
}
.batchDetModal .batchTable .table thead tr td:last-child {
  border-right: 0;
}
.batchDetModal .batchTable .table thead tr.firstBox th {
  padding: 6px;
  white-space: nowrap;
}
.batchDetModal .batchTable .table thead tr.firstBox th span {
  color: #000;
}
.batchDetModal .batchTable .table thead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}
.batchDetModal .batchTable .table tbody {
  position: relative;
}
.batchDetModal .batchTable .table tbody tr:last-child {
  color: var(--primary-color500);
}
.batchDetModal .batchTable .table tbody tr td {
  border-right: 1px solid #c2c2c2;
}
.batchDetModal .batchTable .table .br-0 {
  border-right: 0;
}
.max-w950px .modal-dialog {
  max-width: 950px !important;
}
.max-w98per .modal-dialog {
  width: 98% !important;
  max-width: 1600px !important;
}
.max-w800px .modal-dialog {
  max-width: 800px !important;
}
.max-w600px .modal-dialog {
  max-width: 600px !important;
}
.max-w700px .modal-dialog {
  max-width: 700px !important;
}
.max-w400px .modal-dialog,
.max-w450px .modal-dialog {
  max-width: 400px !important;
}
.max-w500px .modal-dialog {
  max-width: 500px !important;
}
.max-w300px .modal-dialog {
  max-width: 300px !important;
}
.max-w350px .modal-dialog {
  max-width: 350px !important;
}
.max-w255px .modal-dialog {
  max-width: 255px !important;
}
.max-index500 .modal-dialog {
  max-width: 500px !important;
}
.max-w350px.zIndexTop {
  z-index: 99999 !important;
}
.max-w530px .modal-dialog {
  max-width: 530px !important;
}
.max-w990px .modal-dialog {
  max-width: 990px !important;
}
.max-w1142px .modal-dialog {
  max-width: 1142px !important;
}
.max-w750px .modal-dialog {
  max-width: 750px !important;
}
.max-w925px .modal-dialog {
  max-width: 925px !important;
}
.max-w987px .modal-dialog {
  max-width: 987px !important;
}
.max-w720px .modal-dialog {
  max-width: 720px !important;
}
.max-w650px .modal-dialog {
  max-width: 650px !important;
}
.max-w250px .modal-dialog {
  max-width: 250px !important;
}
.max-w550px .modal-dialog {
  max-width: 550px !important;
}
.max-w1021px .modal-dialog,
.max-w1024px .modal-dialog {
  max-width: 1021px !important;
}
#ngb-live {
  display: none;
}
.alertModalHeader {
  padding: 10px !important;
}
.alertModalBody {
  text-align: center;
  padding: 1rem;
}
textarea {
  resize: none;
}
.verticalTab.userConfig {
  height: calc(100% - 41px);
  display: flex;
}
.verticalTab.userConfig .tab-pane.fade {
  height: calc(100% - 45px);
}
.verticalTab.userConfig .tab-pane.fade .listConfig.inptSmall {
  height: 100%;
}
.verticalTab.userConfig .nav-tabs.option02 {
  max-width: 180px;
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  border-right: 2px solid #a4a4a4;
  overflow: auto;
  overflow-x: hidden;
  border-radius: 0;
  display: block;
  min-width: 170px;
}
.verticalTab.userConfig .nav-tabs.option02 li {
  width: 100%;
}
.verticalTab.userConfig .nav-tabs.option02 li a {
  color: #474747;
  padding: 9px 15px;
  text-decoration: none;
  line-height: 18px;
  margin: 0;
  border: 0;
}
.verticalTab.userConfig .nav-tabs.option02 li a.active,
.verticalTab.userConfig .nav-tabs.option02 li a:focus,
.verticalTab.userConfig .nav-tabs.option02 li a:hover {
  background: var(--primary-color600);
  color: #fff !important;
}
.verticalTab.userConfig .nav-tabs.option02.lg-font {
  font-size: 1.3rem;
}
.verticalTab.userConfig .tab-content .listConfig .treeView .series {
  margin: 0;
  border-top: 1px solid #e4e4e4;
}
.verticalTab.userConfig .tab-content .listConfig .treeView .series .leftPart {
  background: #fff;
  border-right: 1px solid #e4e4e4;
  height: 455px;
  padding-top: 10px;
  overflow: auto;
  overflow-x: hidden;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li {
  padding: 4px 0;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul {
  margin-left: 17px;
  padding-top: 0;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul
  li {
  padding: 4px 0 4px 22px;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul
  li
  label.active
  a {
  color: var(--primary-color600);
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul
  li:after {
  width: 10px;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul
  li
  label {
  padding: 0;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul
  li
  a {
  text-decoration: none;
  color: #474747;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  ul:before {
  height: 24px;
  top: -9px;
  left: 6px;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  li
  > label {
  padding-left: 30px;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  ul
  > li:after {
  width: 17px;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .leftPart
  > ul:after {
  height: calc(100% - 21px);
  width: 1px;
  background: #666;
  position: absolute;
  left: 6px;
  top: 10px;
  content: "";
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  ul
  li
  ul
  li:first-child
  > label:before {
  left: 7px;
  width: 13px;
}
.verticalTab.userConfig .tab-content .listConfig .treeView .series .rightPart {
  background: #f6f6f6;
  padding-top: 10px;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  .series
  .rightPart
  .pageButton {
  margin: auto -15px 0;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  ul
  li
  ul
  li:first-child
  > label:before {
  position: absolute;
  left: 5px;
  top: -4px;
  height: 18px;
  width: 16px;
  background: #fff;
  content: "";
  z-index: 1;
}
.verticalTab.userConfig
  .tab-content
  .listConfig
  .treeView
  ul
  li
  ul
  li:last-child:before {
  position: absolute;
  left: 5px;
  top: 15px;
  height: 18px;
  width: 16px;
  background: #fff;
  content: "";
  z-index: 1;
}
.verticalTab.userConfig .actionTdBox {
  text-align: right;
}
.configHead .col-md-3 {
  padding: 0 8px;
}
.configHead .custom-control-label:before {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.5);
  height: 16px;
  width: 16px;
  border-radius: 0;
  top: 0.1rem;
  left: -22px;
}
.configHead .custom-control-label:after {
  left: -20px;
}
.configHead .custom-control-label::focus {
  box-shadow: none;
  outline: none;
}
.configHead
  .custom-checkbox
  .custom-control-input:checked
  .configHead
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label:before {
  background: rgba(0, 0, 0, 0.5);
}
.configHead .custom-control {
  padding-left: 30px;
}
.leftTabUserConfig .leftHeadMenu {
  background: #e4e4e4;
  color: #000;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  padding: 2px 0.7rem 1px;
  border-right: 2px solid #a4a4a4;
  border-bottom: 2px solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.leftTabUserConfig ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f6f6f6;
  height: 100%;
  position: relative;
  border-right: 2px solid #a4a4a4;
  overflow: auto;
  overflow-x: hidden;
}
.leftTabUserConfig ul.nav-tabs li {
  width: 100%;
  margin: 0;
  transition: 0.3s;
}
.leftTabUserConfig ul.nav-tabs li a.labelGrop {
  padding: 7px 0 7px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.leftTabUserConfig ul.nav-tabs li .custom-control-label {
  cursor: pointer;
  min-height: 18px;
}
.leftTabUserConfig ul.nav-tabs li .custom-control-label:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 16px;
  width: 16px;
  border-radius: 4px;
  top: 0;
  left: -22px;
}
.leftTabUserConfig ul.nav-tabs li .custom-control-label:after {
  left: -20px;
  background: no-repeat 60%/120% 89%;
  top: 3px;
}
.leftTabUserConfig ul.nav-tabs li .custom-control-label::focus {
  box-shadow: none;
  outline: none;
}
.leftTabUserConfig
  ul.nav-tabs
  li
  .custom-checkbox
  .custom-control-input:checked
  .leftTabUserConfig
  ul.nav-tabs
  li
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label:before {
  background: rgba(0, 0, 0, 0.5);
}
.leftTabUserConfig ul.nav-tabs li .custom-control {
  padding-left: 30px;
  padding-top: 8px;
  margin-right: 5px !important;
}
.leftTabUserConfig ul.nav-tabs li a {
  color: #474747;
  padding: 9px 15px;
  text-decoration: none;
  line-height: 18px;
  margin: 0;
  border: 0;
  position: relative;
  background: none;
  border-radius: 0;
  display: block;
  box-shadow: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}
.leftTabUserConfig ul.nav-tabs li a:hover {
  background: none;
}
.leftTabUserConfig ul.nav-tabs li a:focus {
  color: #474747 !important;
}
.leftTabUserConfig ul.nav-tabs li a.active {
  background: var(--primary-color600);
  color: #fff !important;
}
.leftTabUserConfig ul.nav-tabs li.active,
.leftTabUserConfig ul.nav-tabs li:hover {
  background: var(--primary-color600);
}
.leftTabUserConfig ul.nav-tabs li.active a.labelGrop,
.leftTabUserConfig ul.nav-tabs li:hover a.labelGrop {
  color: #fff !important;
}
.leftTabUserConfig ul.nav-tabs li.leftHeadMenu {
  background: #e4e4e4;
  color: #000;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  padding-left: 0.7rem;
}
.leftTabUserConfig ul.nav-tabs li.leftHeadMenu .custom-control-label:before {
  border-color: hsla(0, 0%, 100%, 0.7);
}
.leftTabUserConfig.userConfig {
  height: calc(100% - 72px);
}
.leftTabUserConfig.userConfig form {
  height: auto;
}
.leftTabUserConfig .fullHt-hdr {
  height: calc(100% - 42px);
}
.leftTabUserConfig .htwithourheader27 {
  height: calc(100% - 27px) !important;
}
.htwithoutheader {
  height: calc(100% - 50px);
}
.htwithourheader37 {
  height: calc(100% - 37px) !important;
}
.htwithourheader40 {
  height: calc(100% - 40px) !important;
}
.htwithourheader21 {
  height: calc(100% - 21px) !important;
}
.btnAddMore.report.mt-2px {
  margin: 2px 0 0;
}
.btnAddMore.report.mt-2px:focus {
  background: #fff;
  color: #474747;
}
.bold {
  font-weight: 500;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.noBold,
.normal {
  font-weight: 400;
}
.cancelledBill {
  color: #ff0004;
}
.openingDiff {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
}
.openingDiff span {
  color: var(--primary-color600);
}
.agencyTableDetail {
  padding: 8px 0;
}
.agencyTableDetail .row .inner {
  margin: 0;
  padding: 0;
}
.agencyTableDetail .row .inner .col-xs-12 {
  padding: 3px 2px;
}
.agencyTableDetail .bl-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 30px;
}
.ag-grid-textPosition .ag-header-group-text {
  width: 100%;
}
.ag-grid-center .ag-cell-label-container .ag-header-cell-label,
.ag-grid-center .ag-cell-label-container .ag-header-cell-label span {
  width: 100%;
  text-align: center;
}
.ag-grid-center .ag-sort-ascending-icon,
.ag-grid-center .ag-sort-descending-icon {
  display: none;
}
.ag-grid-right .ag-cell-label-container .ag-header-cell-label,
.ag-grid-right .ag-cell-label-container .ag-header-cell-label span {
  width: 100%;
  text-align: right;
  display: block;
}
.ag-grid-right
  .ag-cell-label-container
  .ag-header-cell-label
  span.ag-header-icon {
  width: 7px;
}
.reportHeader .ag-header-cell-sorted-asc .ag-header-icon,
.reportHeader .ag-header-cell-sorted-desc .ag-header-icon,
.reportHeader .ag-header-cell-sorted-none .ag-header-icon {
  opacity: 1 !important;
}
.reportHeader .ag-header-cell-sorted-asc .ag-header-icon,
.reportHeader .ag-header-cell-sorted-desc .ag-header-icon,
.reportHeader .ag-header-cell-sorted-none .ag-header-icon {
  opacity: 1 !important;
}
.reportHeader .ag-header-cell-sorted-asc .ag-header-cell-text,
.reportHeader .ag-header-cell-sorted-desc .ag-header-cell-text,
.reportHeader .ag-header-cell-sorted-none .ag-header-cell-text {
  padding-right: 15px;
  transition: 0.3s;
}
.modalBack,
.reportHeader .ag-header-cell-sorted-asc .ag-header-cell-label span,
.reportHeader .ag-header-cell-sorted-desc .ag-header-cell-label span,
.reportHeader .ag-header-cell-sorted-none .ag-header-cell-label span {
  transition: 0.3s;
}
.modalBack {
  border: 1px solid #e4e4e4;
  background: #f6f6f6;
  float: left;
  border-radius: 4px;
  margin-right: 6px;
  cursor: pointer;
  color: #7a7a7a;
  padding: 0 8px;
  --moz-transition:.3s;
  --webkit-transition:.3s;
  --o-transition:.3s;
  --ms-transition:.3s;
}

.modalBack svg {
  position: relative;
  bottom: -3px;
  margin-right: 5px;
}
.modalBack svg path {
  fill: #7a7a7a;
}
.modalBack:hover {
  background: var(--primary-color600);
  color: #fff;
}
.modalBack:hover svg path {
  fill: #fff;
}
.badge.userlist {
  font-size: inherit;
  font-weight: inherit;
  min-width: 55px;
  min-width: 65px;
}
.addBankModal thead {
  background: #a4a4a4;
}
.addBankModal thead tr th {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
.addBankModal td,
.addBankModal th {
  padding: 0.25rem !important;
}
.bankMaster {
  margin: 0 auto !important;
  padding: 0 !important;
  height: 18px;
  width: 18px;
  line-height: 1;
  margin: 0 auto;
}
.bankMaster .custom-control-input {
  left: -1px;
  top: -1px;
}
.bankMaster
  .custom-control-input:checked
  .bankMaster
  .custom-control-input
  ~ .custom-control-label:after {
  left: 0 !important;
  top: 0 !important;
}
.bankMaster .custom-control-label {
  float: left;
}
.bankMaster .custom-control-label:after,
.bankMaster .custom-control-label:before {
  left: 0;
  top: 0;
}
.bgWhite {
  background: #fff;
}
.disTab {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.vertMid {
  display: table-cell;
  vertical-align: middle;
}
.itemTableDetial {
  position: relative;
}
.itemTableDetial .boxSec.purchaseInfo {
  max-width: 250px;
  min-width: 161px;
}
.itemTableDetial .boxSec.purchaseInfo.disInfo2 {
  flex: 0 0 23.33333%;
  min-width: 250px;
}
.itemTableDetial .boxSec.purchaseInfo.home-delivery {
  max-width: 500px;
}
.itemTableDetial .boxSec.saleInfo,
.itemTableDetial .boxSec.taxInfo {
  min-width: 161px;
}
.itemTableDetial .boxSec.otherInfo {
  flex: 0 0 30.111%;
  max-width: 30.111%;
}
.itemTableDetial .boxSec.otherInfo2 .imageSection {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  z-index: 1;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 2px;
}
.itemTableDetial .boxSec.otherInfo2 .imageSection img {
  max-height: 44px;
  max-width: 44px;
}
.itemTableDetial .boxSec.generalInfo {
  flex: 0 0 50%;
  max-width: 50%;
}
.itemTableDetial .boxSec.saleInfo2 {
  flex: 0 0 33.111%;
  max-width: 33.111%;
}
.itemTableDetial .boxSec.saleInfo5 {
  flex: 0 0 33.555%;
  max-width: 33.555%;
}
.itemTableDetial .boxSec.otherInfo3 {
  flex: 0 0 38.333%;
  max-width: 38.333%;
}
.itemTableDetial .boxSec.otherInfo4 {
  flex: 0 0 39.888%;
  max-width: 39.888%;
}
.itemTableDetial .boxSec.itemImage {
  flex: 0 0 13%;
  max-width: 13%;
}
.itemTableDetial .boxSec.pl-15 {
  padding-left: 15px;
}
.itemTableDetial .boxSec.itemInfo {
  max-width: 35.111%;
}
.itemTableDetial .boxSec.itemInfo .col-sm-6 {
  padding: 2px 15px;
}
.itemTableDetial .boxSec.totalView.saleBill {
  min-width: 43%;
  max-width: 50%;
}
.itemTableDetial .boxSec.ledgerAddress {
  flex: 0 0 40.333333%;
  max-width: 40.333333%;
}
.itemTableDetial .boxSec.ledgerLicenceOther {
  flex: 0 0 34.666667%;
  max-width: 34.666667%;
}
.itemTableDetial .boxSec.ledgerCurrent {
  flex: 0 0 23.36%;
  max-width: 23.36%;
}
.itemTypeHead .dropdown-menu {
  width: calc(100% - 30px) !important;
  max-height: 200px;
  overflow-y: auto;
}
.itemTypeHead .dropdown-menu .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.errowMsgNew {
  position: absolute;
  right: 5px;
  top: 20%;
  height: 15px;
  width: 15px;
  background: #d86363;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 1;
  padding: 1px 0 0;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  z-index: 9;
}
.errowMsgNew:focus,
.errowMsgNew:hover {
  color: #fff;
  text-decoration: none;
}
.errowMsgNew.pr34 {
  right: 34px;
}
.errowMsgNew.pr18 {
  right: 18px;
}
.errowMsgNew.pr24 {
  right: 24px;
}
.errowMsgNew.pr8 {
  right: 8px;
}
.errowMsgNew.pr41 {
  right: 41px;
}
.errowMsgNew.prAuto {
  right: auto;
}
.errowMsgNew.pl18 {
  left: 18px;
}
.errowMsgNew.pr28 {
  right: 28px;
}
.errowMsgNew.pl34 {
  left: 34px;
}
.errowMsgNew.pl5 {
  left: 5px;
}
.errowMsgNew.pl42 {
  left: 42px;
}
.errowMsgNew.pl48 {
  left: 48px;
}
.errowMsgNew.pl7 {
  left: 7px;
}
.errowMsgNew.pl21 {
  left: 21px;
}
.errowMsgNew.pl210 {
  left: 210px;
}
.errowMsgNew.pt8 {
  top: 8px;
}
.errowMsgNew.pr20 {
  right: 20px;
}
.errowMsgNew.pr25 {
  right: 25px;
}
.errowMsgNew.pr22 {
  right: 22px;
}
.modal .popover,
.wrapper .popover {
  left: auto !important;
  right: 0 !important;
  top: 19px !important;
  will-change: none !important;
  transform: none !important;
  border-color: transparent;
}
.modal .popover .arrow,
.wrapper .popover .arrow {
  left: auto !important;
  right: 1px !important;
}
.modal .popover .popover-body,
.wrapper .popover .popover-body {
  background: #d86363;
  border-color: #d86363;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 11px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  padding: 0.35rem 0.4rem;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
}
.modal .popover.my-custom-class,
.wrapper .popover.my-custom-class {
  background: #f0f8ff !important;
  color: #000;
  top: 98px !important;
  width: calc(100% - 34px) !important;
  left: 15px !important;
  right: 15px !important;
  max-width: 100% !important;
}
.modal .popover.my-custom-class .arrow,
.wrapper .popover.my-custom-class .arrow {
  left: 15px !important;
  right: auto;
}
.modal .popover.my-custom-class .arrow:after,
.wrapper .popover.my-custom-class .arrow:after {
  border-bottom-color: #fff;
}
.modal .popover.my-custom-class .arrow:before,
.wrapper .popover.my-custom-class .arrow:before {
  border-bottom-color: #f0f8ff;
}
.modal .popover.my-custom-class .popover-body,
.wrapper .popover.my-custom-class .popover-body {
  background: #fff !important;
  color: #000 !important;
  padding: 15px;
  font-size: 1.2rem;
  box-shadow: 2px 1px 13px 3px rgba(0, 0, 0, 0.2);
  max-height: 320px;
  overflow: auto;
}
.modal .popover.my-custom-class .popover-body .head,
.wrapper .popover.my-custom-class .popover-body .head {
  font-size: 16px;
}
.modal .popover.my-custom-class .popover-body ol a,
.wrapper .popover.my-custom-class .popover-body ol a {
  padding: 8px;
  color: #000;
  border-bottom: 1px solid #eaeaea;
  display: block;
  cursor: pointer;
}
.modal .popover.my-custom-class .popover-body ol a:hover,
.wrapper .popover.my-custom-class .popover-body ol a:hover {
  background-color: var(--primary-color50);
  text-decoration: none;
}
.modal .popover.my-custom-class .popover-body ol a mark,
.wrapper .popover.my-custom-class .popover-body ol a mark {
  color: #007bff;
  background-color: #fff;
  padding: 0;
}
.modal .bs-popover-auto[x-placement^="bottom"] .arrow:after,
.modal .bs-popover-auto[x-placement^="bottom"] .arrow:before,
.wrapper .bs-popover-auto[x-placement^="bottom"] .arrow:after,
.wrapper .bs-popover-auto[x-placement^="bottom"] .arrow:before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #d86363;
}
.modal .bs-popover-bottom .arrow,
.wrapper .bs-popover-bottom .arrow {
  top: calc(-0.3rem + -1px);
}
.modal .bs-popover-bottom .arrow:after,
.modal .bs-popover-bottom .arrow:before,
.wrapper .bs-popover-bottom .arrow:after,
.wrapper .bs-popover-bottom .arrow:before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #d86363;
}
.modal .pr18 .popover .arrow,
.wrapper .pr18 .popover .arrow {
  right: 15px !important;
}
.modal .bs-popover-auto[x-placement^="right"] .arrow:after,
.modal .bs-popover-auto[x-placement^="right"] .arrow:before,
.modal .bs-popover-right .arrow:after,
.modal .bs-popover-right .arrow:before,
.wrapper .bs-popover-auto[x-placement^="right"] .arrow:after,
.wrapper .bs-popover-auto[x-placement^="right"] .arrow:before,
.wrapper .bs-popover-right .arrow:after,
.wrapper .bs-popover-right .arrow:before {
  border-right-color: #d86363;
}
.modal .bs-popover-top[_nghost-c5] .arrow,
.wrapper .bs-popover-top[_nghost-c5] .arrow {
  bottom: calc(-0.3rem + -1px);
}
.modal .bs-popover-auto[x-placement^="top"] .arrow:after,
.modal .bs-popover-auto[x-placement^="top"] .arrow:before,
.wrapper .bs-popover-auto[x-placement^="top"] .arrow:after,
.wrapper .bs-popover-auto[x-placement^="top"] .arrow:before {
  border-width: 0.3rem 0.3rem 0;
  border-top-color: #d86363;
}
.modal .bs-popover-top .arrow,
.wrapper .bs-popover-top .arrow {
  bottom: calc(-0.3rem + -1px);
}
.modal .bs-popover-top .arrow:after,
.modal .bs-popover-top .arrow:before,
.wrapper .bs-popover-top .arrow:after,
.wrapper .bs-popover-top .arrow:before {
  border-width: 0.3rem 0.3rem 0;
  border-top-color: #d86363;
}
.modal .rateInfo .popover,
.wrapper .rateInfo .popover {
  left: 0 !important;
  right: auto !important;
}
.modal .rateInfo .popover .arrow,
.wrapper .rateInfo .popover .arrow {
  left: 48px !important;
  right: auto !important;
}
.modal .leftArrow13 .popover,
.wrapper .leftArrow13 .popover {
  left: 0 !important;
  right: auto !important;
}
.modal .leftArrow13 .popover .arrow,
.wrapper .leftArrow13 .popover .arrow {
  left: 13px !important;
  right: auto !important;
}
.modal .discount .popover .arrow,
.wrapper .discount .popover .arrow {
  left: 12px !important;
  right: auto !important;
}
.modal .billLimit .popover .popover-body,
.wrapper .billLimit .popover .popover-body {
  min-width: 170px;
}
.modal .billLimit.left55 .popover .arrow,
.wrapper .billLimit.left55 .popover .arrow {
  left: 55px !important;
  right: auto !important;
}
.modal .billLimit.setLeft .errowMsgNew,
.wrapper .billLimit.setLeft .errowMsgNew {
  color: transparent;
  left: 33px;
  top: 0;
  height: 100%;
  width: 4px;
  border-radius: 0;
}
.modal .billLimit.setLeft .popover .arrow,
.wrapper .billLimit.setLeft .popover .arrow {
  left: auto !important;
  right: 22px !important;
}
.pop-open .popover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pop-open .popover .insert-items a {
  display: block;
  white-space: nowrap;
  padding: 3px 5px;
  font-size: 1.1rem;
}
.pop-open .popover .insert-items a:not([href]) {
  color: #000;
}
.country-search::-moz-placeholder {
  color: #696969;
}
.country-search::placeholder {
  color: #696969;
}
.errowMsgNew.loginPage {
  top: 21px;
  right: 5px;
  border-radius: 0 4px 4px 0;
  width: 41px;
  height: 41px;
  font-size: 20px;
  padding-top: 11px;
}
.errowMsgNew.loginPage.t19 {
  top: 19px;
}
.loginArrow .popover .arrow {
  left: auto !important;
  right: 13px !important;
}
.loginArrow .popover .popover-body {
  padding: 0.5rem 0.7rem;
}
.multiselect-dropdown[_ngcontent-c3] .dropdown-btn[_ngcontent-c3] {
  color: #7a7a7a;
}
.multiselect-dropdown[_ngcontent-c3]
  .dropdown-btn[_ngcontent-c3]
  .selected-item[_ngcontent-c3] {
  width: calc(100% - 34px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixDropWidForUser .dropdown-list[_ngcontent-c3] {
  width: calc(100% + 100px);
}
.fixDropWidForUser .dropdown-list[_ngcontent-c3] li[_ngcontent-c3] {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fixDropWidForUser .dropdown-list[_ngcontent-c3] li.item2:last-child {
  border-bottom: 0;
}
.fixDropWidForUser .dropdown-list[_ngcontent-c3] .item1 li[_ngcontent-c3] {
  padding: 6px 0;
}
.fixDropWidForUser .dropdown-list[_ngcontent-c3] .item2 {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.addColenAfter:after {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 20px;
  text-align: center;
  content: ":";
}
.salteType {
  background: none;
  margin: 0 -14px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.salteType .pageButton {
  border: 0;
  margin: 0;
  padding: 0;
}
marg-button:focus {
  box-shadow: none;
  outline: none;
}
.calender-icon .icon {
  position: absolute;
  right: 0;
  top: 3px;
  background: url(calIcon.png) 0 0 no-repeat #fff;
  width: 20px;
  height: 15px;
  display: block;
  content: "";
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="date"] {
  background: url(calIcon.png) right 50% no-repeat #fff !important;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type="date"]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}
.compNameIcons {
  display: block;
}
.compNameIcons span {
  float: left;
}
.compNameIcons span.textContent {
  width: calc(100% - 32px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.compNameIcons .lock {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.compNameIcons .lock svg {
  width: 16px;
  height: 16px;
}
.compNameIcons .lock svg path {
  fill: #7a7a7a;
}
.compNameIcons .check {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.compNameIcons .check svg {
  width: 16px;
  height: 16px;
}
.compNameIcons .check svg path {
  fill: #18bc99;
}
.afterLogin {
  height: 100%;
}
.afterLogin .fixWidth {
  width: 100%;
  height: 100%;
}
.afterLogin .ag-root-wrapper.ag-layout-normal,
.afterLogin .ag-theme-balham {
  height: 100%;
  max-height: 100%;
}
.afterLogin .ag-theme-balham .ag-root {
  max-height: 100%;
}
.afterLogin .windowBox {
  height: 100%;
  min-height: 300px;
}
.afterLogin .company-master,
.afterLogin .itemContainer,
.afterLogin > div,
.afterLogin form {
  height: 100%;
}
.afterLogin .innterContainer #parent.height258 {
  height: calc(100% - 35px);
  max-height: 100%;
}
.sbl-mr {
  width: 30px;
  height: 30px;
  background-color: #e4e4e4;
  padding-top: 3px;
  border-top-right-radius: 4px;
}
.sbl-mr a {
  cursor: pointer;
}
.saleBillGridHt {
  height: calc(100% - 269px) !important;
}
.heightLedger {
  height: calc(100% - 199px);
}
.defaultMinHeight,
.defaultMinHeight .ag-root-wrapper.ag-layout-normal,
.defaultMinHeight .ag-root-wrapper.ag-layout-normal .ag-root {
  min-height: 400px;
}
.dropdown-menu.show button:first-child.active {
  background: #7a7a7a;
  color: #fff;
}
.dropdown-menu.show button:first-child {
  background: #e4e4e4;
  text-align: center;
}
.dropdown-menu.show button svg {
  vertical-align: middle;
}
.dropdown-item.typeHeadNewBtn.active,
.dropdown-item.typeHeadNewBtn:active,
.typeHeadNewBtn {
  background: #e4e4e4;
}
.typeHeadNewBtn {
  padding: 0 8px;
  text-align: center;
}
.typeHeadNewBtn > button {
  width: 100%;
  height: auto;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  margin: 0;
  padding: 2px 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff 0, #e8e8e8);
}
.poRelative {
  position: relative;
  display: block;
}
.notFoundPopup {
  position: absolute;
  left: 0;
  top: 25px;
  background: #fff;
  border: 2px solid #f6f6f6;
  border-bottom-color: #f1bb16;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  width: 100%;
  z-index: 2;
  padding: 5px;
  color: #7a7a7a;
}
.notFoundPopup p {
  margin: 0;
  padding: 6px 0 0;
}
.notFoundPopup p span.ag-cell-wrapper {
  width: 100%;
  max-width: 100%;
}
.notFoundPopup p span.ag-cell-wrapper .ag-selection-checkbox,
.notFoundPopup p span.ag-cell-wrapper .ag-selection-checkbox .ag-icon {
  max-width: 20px;
  width: 20px;
}
.notFoundPopup p span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 110px);
  display: inline-block;
  padding-right: 5px;
}
.notFoundPopup svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  position: relative;
}
.notFoundPopup svg path {
  fill: #f1bb16;
}
.itemControl .notFoundPopup {
  left: 100%;
  top: -6px;
  padding: 1px;
}
.notFoundPopup.multiSelectDropDown .ag-theme-balham .ag-header-select-all {
  max-width: 20px;
  width: 20px;
  margin-right: 0;
  width: 25px;
}
.notFoundPopup.multiSelectDropDown .ag-theme-balham .ag-header-select-all span,
.notFoundPopup.multiSelectDropDown
  .ag-theme-balham
  .ag-header-select-all
  span
  .ag-icon {
  max-width: 20px;
  width: 20px;
}
.notFoundPopup.multiSelectDropDown
  .ag-theme-balham
  .ag-header-select-all:not(.ag-hidden)
  + .ag-cell-label-container {
  max-width: calc(100% - 30px);
  padding: 0;
}
.notFoundPopup.multiSelectDropDown
  .ag-theme-balham
  .ag-header-select-all:not(.ag-hidden)
  + .ag-cell-label-container
  .ag-header-cell-text {
  width: 100%;
  max-width: 100%;
}
.notFoundPopup.multiSelectDropDown
  .ag-theme-balham
  .ag-selection-checkbox
  span {
  top: 0;
  margin-top: 4px;
}
.notFoundPopup.multiSelectDropDown .ag-theme-balham .ag-header-cell-text {
  padding-left: 5px;
}
.notFoundPopup.multiSelectDropDown .ag-theme-balham .ag-cell,
.notFoundPopup.multiSelectDropDown .ag-theme-balham .ag-header-cell {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
}
.notFoundPopup.multiSelectDropDown p span.ag-cell-value {
  max-width: calc(100% - 30px);
  padding: 0 0 0 5px;
}
.buttonOnOff {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
}
.buttonOnOff:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  display: inline-block;
  color: #474747;
  content: "";
  margin: auto;
  border-top: 6px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.buttonOnOff:hover {
  background: #f6f6f6;
}
.buttonOnOff.closeArrow:after {
  transform: rotate(-180deg);
}
.autoCdropdown span.tLabel {
  background: var(--primary-color600);
  color: #fff;
  border-radius: 2px;
  padding: 0 5px;
  margin: 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  display: inline-block;
  position: relative;
}
.autoCdropdown span.tLabel a {
  color: maroon;
  text-decoration: none;
  margin-left: 5px;
  font-size: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  vertical-align: text-bottom;
  position: absolute;
  right: 2px;
  top: 2px;
}
.autoCdropdown span.tLabel:first-child {
  padding-right: 20px;
}
.autoCdropdown.form-control {
  padding-right: 20px !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
ngb-typeahead-window.dropdown-menu.show {
  min-width: 180px;
  left: 0 !important;
  padding-top: 0;
  max-height: 195px !important;
  overflow-y: auto;
  background-clip: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
ul.dropdown-menu {
  min-width: 180px;
  left: 0 !important;
  padding-top: 0;
  max-height: 195px !important;
  overflow-y: auto;
  background-clip: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
ngb-typeahead-window.dropdown-menu.show .dropdown-menu {
  width: 100% !important;
}
ul.dropdown-menu .dropdown-menu {
  width: 100% !important;
}
ngb-typeahead-window.dropdown-menu.show .dropdown-item {
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.6rem;
}
ul.dropdown-menu .uib-typeahead-match  {
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.6rem;
}

ul.dropdown-menu .uib-typeahead-match a {
  color: #101010;
}

ngb-typeahead-window.dropdown-menu.show .dropdown-item:first-child {
  background: #fff;
  border: 0;
  color: #474747;
  padding: 0.4rem 0.6rem;
  text-align: left;
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
}

ul.dropdown-menu .uib-typeahead-match:first-child {
  background: #fff;
  border: 0;
  color: #474747;
  padding: 0.4rem 0.6rem;
  text-align: left;
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
}
ul.dropdown-menu .uib-typeahead-match:first-child a {
  color: #474747;
}
ngb-typeahead-window.dropdown-menu.show .dropdown-item:first-child svg {
  position: relative;
  top: -2px;
  margin-right: 3px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
ul.dropdown-menu .uib-typeahead-match:first-child svg {
  position: relative;
  top: -2px;
  margin-right: 3px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
ngb-typeahead-window.dropdown-menu.show .dropdown-item:first-child.active {
  background: #007bff;
  color: #fff;
  cursor: pointer;
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
}

ul.dropdown-menu .uib-typeahead-match:first-child.active {
  background: #007bff;
  cursor: pointer;
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
}
ul.dropdown-menu .uib-typeahead-match:first-child.active a {
  color: #fff;
}

ngb-typeahead-window.dropdown-menu.show .dropdown-item:first-child.active svg {
  transform: rotate(90deg);
}
ul.dropdown-menu .uib-typeahead-match:first-child.active svg {
  transform: rotate(90deg);
}
ngb-typeahead-window.dropdown-menu.show .ngb-highlight {
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif !important;
}
ul.dropdown-menu .ngb-highlight {
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif !important;
}
.horizontalScroll .ag-body-viewport.ag-layout-normal {
  overflow: auto;
}
.horizontalScroll.impt .ag-body-viewport.ag-layout-normal {
  overflow: auto !important;
}
.underDevelopment {
  padding: 30px;
  text-align: center;
  min-height: 463px;
}
select.colored option {
  color: #000 !important;
  background-color: #fff !important;
  position: relative;
}
select.colored option[value="red"] {
  color: #fff !important;
  background-color: #ff0004 !important;
}
select.colored option[value="blue"] {
  color: #fff !important;
  background-color: #537ed3 !important;
}
select.colored option[value="green"] {
  color: #fff !important;
  background-color: #18bc99 !important;
}
select.colored option[value="purple"] {
  color: #fff !important;
  background-color: #7b1fa2 !important;
}
select.colored option[value="indigo"] {
  color: #fff !important;
  background-color: #6103fb !important;
}
select.colored option[value="pink"] {
  color: #fff !important;
  background-color: #ff0276 !important;
}
select.colored option[value="orange"] {
  color: #fff !important;
  background-color: #ff7400 !important;
}
select.colored option[value="yellow"] {
  color: #fff !important;
  background-color: #fabc03 !important;
}
select.colored option[value="teal"] {
  color: #fff !important;
  background-color: #08976d !important;
}
select.colored option[value="cyan"] {
  color: #fff !important;
  background-color: #097e90 !important;
}
select.colored option[value="gray"] {
  color: #fff !important;
  background-color: #636769 !important;
}
select.colored option[value="gray-dark"] {
  color: #fff !important;
  background-color: #2d3236 !important;
}
select.colored option[value="dark"] {
  color: #fff !important;
  background-color: #222528 !important;
}
select.colored option[value="darkblue"] {
  color: #fff !important;
  background-color: #00008B !important;
}
select.colored option[value="limegreen"] {
  color: #fff !important;
  background-color: #32CD32 !important;
}
select.colored option[value="bronze"] {
  color: #fff !important;
  background-color: #CD7F32 !important;
}
select.colored option[value="bright-lilac"] {
  color: #fff !important;
  background-color: #D891EF !important;
}
select.colored[value="red"] {
  color: #fff !important;
  background-color: #ff0004 !important;
}
select.colored[value="blue"] {
  color: #fff !important;
  background-color: #537ed3 !important;
}
select.colored[value="green"] {
  color: #fff !important;
  background-color: #18bc99 !important;
}
select.colored[value="purple"] {
  color: #fff !important;
  background-color: #7b1fa2 !important;
}
select.colored[value="indigo"] {
  color: #fff !important;
  background-color: #6103fb !important;
}
select.colored[value="pink"] {
  color: #fff !important;
  background-color: #ff0276 !important;
}
select.colored[value="orange"] {
  color: #fff !important;
  background-color: #ff7400 !important;
}
select.colored[value="yellow"] {
  color: #fff !important;
  background-color: #fabc03 !important;
}
select.colored[value="teal"] {
  color: #fff !important;
  background-color: #08976d !important;
}
select.colored[value="cyan"] {
  color: #fff !important;
  background-color: #097e90 !important;
}
select.colored[value="gray"] {
  color: #fff !important;
  background-color: #636769 !important;
}
select.colored[value="gray-dark"] {
  color: #fff !important;
  background-color: #2d3236 !important;
}
select.colored[value="dark"] {
  color: #fff !important;
  background-color: #222528 !important;
}
select.colored[value="darkblue"] {
  color: #fff !important;
  background-color: #00008B !important;
}
select.colored[value="limegreen"] {
  color: #fff !important;
  background-color: #32CD32 !important;
}
select.colored[value="bronze"] {
  color: #fff !important;
  background-color: #CD7F32 !important;
}
select.colored[value="bright-lilac"] {
  color: #fff !important;
  background-color: #D891EF !important;
}
.multiColorselect {
  position: relative;
  display: block;
}
.multiColorselect .selectBox {
  position: relative;
}
.multiColorselect .selectBox select {
  width: 100%;
}
.multiColorselect .selectBox .selectOption {
  padding-left: 2px;
}
.multiColorselect .selectBox .selectedOption > span {
  position: relative;
  top: -2px;
  padding-left: 0.5rem;
}
.multiColorselect .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.multiColorselect .checkboxes {
  border: 1px solid var(--primary-color50);
  background: #fff;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 999;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
}
.multiColorselect .checkboxes label {
  display: block;
  padding: 0.1rem 0.8rem;
  margin-bottom: 0;
}
.multiColorselect .checkboxes label input {
  margin-right: 0.5rem;
}
.multiColorselect .checkboxes label:hover {
  background-color: var(--primary-color600);
  color: #fff;
}
#changeStatus {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 100%;
  padding: 2px 0 0;
}
#changeStatus a {
  display: block;
  color: #7a7a7a;
  padding: 0 2px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#changeStatus a:hover {
  background: rgba(0, 0, 0, 0.05);
}
#changeStatus a:last-child {
  border-bottom: none;
}
#changeStatus a > span {
  position: relative;
  top: -2px;
}
#changeStatus svg {
  max-width: 20px;
  margin-right: 0.5rem;
  float: left;
}
.tableDoubleHeader .ag-header .ag-header-row:first-child .ag-header-group-cell {
  background: var(--primary-color100);
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.tableDoubleHeader .ag-header .ag-header-row:nth-child(2) .ag-header-cell {
  background: var(--primary-color50);
  border-bottom: 2px solid var(--primary-color100);
}
#purchaseTypeForm .fixWidth,
#saleTypeForm .fixWidth {
  max-width: 690px;
}
.customRadioNew .custom-control-label {
  padding: 0;
}
.customRadioNew .custom-control-label:before {
  background: #f6f6f6;
  border: 2px solid #a4a4a4;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  left: -1.5rem;
}
.customRadioNew
  .custom-control-input:checked
  .customRadioNew
  .custom-control-input
  ~ .custom-control-label:before {
  background: #f6f6f6;
}
.customRadioNew
  .custom-radio
  .custom-control-input:checked
  .customRadioNew
  .custom-radio
  .custom-control-input
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000'/%3E%3C/svg%3E");
}
.customRadioNew .borderLable {
  color: #474747;
}
.customRadioNew .custom-control-label.disabled {
  cursor: no-drop;
}
.customRadioNew .custom-control-label.disabled:before {
  background: #e4e4e4;
}
.customRadioNew .custom-control-label.disabled:after {
  display: inline;
  display: none;
}
.spacActive {
  padding-right: 15px;
}
.rightModal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  right: -320px;
}
.rightModal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
}
.rightModal .modal-body {
  padding: 15px 15px 80px;
}
.rightModal.fade.show .modal-dialog {
  right: 0;
}
.btnAddMore.report {
  border-radius: 4px;
  padding: 2px 5px;
  border: 1px solid #c2c2c2;
  font-size: 1rem;
  color: #474747;
  line-height: 1;
  background: url(btnLineBg.png) 0 0 repeat-x #f1f1f1;
  background-size: auto 100%;
  margin: 0 2px;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  box-shadow: none;
}
.btnAddMore.report:focus,
.btnAddMore.report:hover {
  background: var(--primary-color600);
  color: #fff;
}
.btnAddMore.report.mh28 {
  min-height: 28px;
}
.billAdjBox {
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  float: right;
  margin-right: 15px;
  float: none;
  margin: 0 !important;
  text-align: left;
  min-width: 270px;
}
.billLedger {
  font-size: 14px;
  font-weight: 600;
  color: #474747;
}
.billLedger span {
  color: #a4a4a4;
  font-weight: 400;
}
.itemContainer.headRadious0 .windowBox {
  border-radius: 0 0 5px 5px;
  position: relative;
}
.itemContainer.headRadious0 .windowBox form {
  position: relative;
  height: calc(100% - 36px);
}
.itemContainer.headRadious0 .windowBox form .innterContainer {
  height: calc(100% - 38px) !important;
}
.itemContainer.headRadious0 .pane {
  padding: 0 !important;
  height: calc(100% - 32px);
}
.payVoucher {
  display: block;
  padding: 10px 0 5px;
}
.payVoucher h2 {
  padding: 0;
}
.payVoucher h2,
.payVoucher h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #666;
}
.payVoucher h3 {
  padding: 10px 0 5px;
}
.payVoucher textarea.form-control {
  height: 60px;
  margin: 0;
  padding: 10px;
}
.checkmark {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 30%;
  left: 50%;
  margin-left: -15px;
  background-color: #18bc99;
  color: #fff;
  text-align: center;
  font-size: 20px;
  z-index: 2;
}
.print-thumb {
  transition: 0.3s;
}
.print-thumb .card-img-top {
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 257px;
  text-align: center;
  overflow: auto;
  margin: 0 auto;
}
.print-thumb .card-img-top img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.print-thumb .dct-btn {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 7px;
  top: 9px;
  color: #fff;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.print-thumb:hover .dct-btn {
  opacity: 1;
  visibility: visible;
}
.print-thumb .dct-btn-edit {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 7px;
  top: 59px;
  color: #fff;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.print-thumb:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.print-thumb:hover .card-img-top {
  opacity: 1;
}
.print-thumb:hover .dct-btn-edit {
  opacity: 1;
  visibility: visible;
}
.bar-hgt {
  height: calc(100% - 90px);
}
.barcode-thumb {
  transition: 0.3s;
}
.barcode-thumb .card-img-top {
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 157px;
  text-align: center;
  overflow: auto;
  margin: 0 auto;
}
.barcode-thumb .card-img-top img {
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.barcode-thumb .dct-btn {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 7px;
  top: 9px;
  color: #fff;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.barcode-thumb:hover .dct-btn {
  opacity: 1;
  visibility: visible;
}
.barcode-thumb .dct-btn-edit {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 7px;
  top: 59px;
  color: #fff;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.barcode-thumb:hover .dct-btn-edit {
  opacity: 1;
  visibility: visible;
}
.barcode-thumb .dct-btn-view {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 7px;
  top: 59px;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.barcode-thumb:hover .dct-btn-view {
  opacity: 1;
  visibility: visible;
}
.barcode-thumb .dct-btn-view svg {
  fill: #fff !important;
}
.barcode-thumb .dct-btn-export {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 7px;
  top: 9px;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.barcode-thumb:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.barcode-thumb:hover .card-img-top {
  opacity: 1;
}
.barcode-thumb:hover .dct-btn-export {
  opacity: 1;
  visibility: visible;
}
.barcode-thumb .dct-btn-export svg {
  fill: #fff !important;
}
.print-setting-bg {
  background-color: #f1f1f1;
}
.print-set .a4,
.print-set .a4-half,
.print-set .a5,
.print-set .a5-double {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border: 1px dashed #7a7a7a;
  cursor: pointer;
  padding: 1px;
}
.print-set .settings {
  height: calc(100% - 98px);
}
.print-set .print-set-tab {
  border-bottom: 1px solid #e4e4e4;
}
.print-set .print-set-tab .nav-link {
  padding: 4px 0;
  font-size: 12px;
  border: none;
  margin-right: 8px;
}
.print-set .print-set-tab .nav-link.active,
.print-set .print-set-tab .nav-link:hover {
  background: none;
  border: none;
  border-bottom: 2px solid var(--primary-color600);
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
}
.print-set .print-set-tab .nav-item {
  margin-bottom: 0;
}
.print-set #print-set-tab {
  padding: 16px 0;
  height: calc(100% - 30px);
  overflow: auto;
}
.print-set #print-set-tab .custom-control {
  line-height: 1.6;
}
.print-set #print-set-tab .custom-control .custom-control-label:hover {
  cursor: pointer;
}
.print-set .print-setting .active {
  background: var(--primary-color600);
  color: #fff;
}
.print-set .print-setting .a4 {
  height: 78px;
}
.print-set .print-setting .a4-half {
  height: 39px;
}
.print-set .print-setting .a5 {
  height: 45px;
}
.print-set .print-setting .a5-double {
  height: 60px;
}
.print-set .print-setting .custom-control-label {
  padding-top: 0;
  font-size: 12px;
}
.print-pre {
  padding-top: 10px;
  padding-bottom: 10px;
}
.print-pre .pp-page {
  overflow: auto;
  height: 100%;
}
.temp-area {
  height: calc(100% - 48px);
}
.table.sim-tbl th,
.table.sim-tbl tr {
  background: none !important;
}
.table.sim-tbl th {
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.table.sim-tbl td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.list-group-item.active {
  background-color: var(--primary-color600);
  border-color: var(--primary-color600);
}
.email-tbl td {
  position: relative;
  cursor: pointer;
  padding-right: 5px !important;
}
.email-tbl td a:hover {
  text-decoration: none;
}
.email-tbl td .act-btns {
  padding: 5px;
}
.email-tbl td .act-btns a {
  background: #f1f1f1;
  margin: 0 5px;
}
.email-tbl td .act-btns a:hover {
  background: #e4e4e4;
}
.email-tbl td:hover .act-btns {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
#tblMain tbody tr td label {
  display: inline;
  margin-bottom: 0;
}
#dvBarCode {
  margin: 0 auto;
  background: #fff;
}
.clone-temp {
  height: calc(100% - 30px);
}
.sms-pre .sms-pre-area {
  background: url(mobile.750b0478c78e5016bb0b.png) #fff center 20px no-repeat;
  min-height: 300px;
}
.sms-pre .sms-pre-area .sms-text {
  font-size: 12px;
  width: 205px;
  margin: 0 auto;
  top: 138px;
  position: relative;
  background: #efefef;
  color: #000;
  padding: 10px;
  border-radius: 6px;
  height: 130px;
  overflow: auto;
}
.sms-pre small {
  display: block;
}
.non-ag-grid .table thead th {
  background-color: var(--primary-color100);
  border-bottom: 2px solid var(--primary-color200);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.24);
  font-family: RobotoFont, Arial, Helvetica, sans-serif;
  /*font-size: 1.1rem;
  font-weight: 600;*/
  white-space: nowrap;
  color: #000;
}
.non-ag-grid .table thead th:last-child {
  border-right: none;
}
.non-ag-grid .table tbody td {
  box-shadow: inset -1px 0 0 #c2c2c2;
  padding: 4px 5px;
}
.non-ag-grid .table tbody td:last-child {
  border-right: none;
}
.ag-theme-balham .ag-icon-menu {
  font-weight: 700;
  background-image: none;
  position: relative;
}
.ag-theme-balham .ag-icon-menu:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 502.11 507.12'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M218.41 507.12c2.88-2.07 6.29-3.68 8.57-6.28 22.33-25.4 44.4-51 66.71-76.45 6.88-7.85 9.82-16.64 9.76-27.1-.25-44.39 0-88.77-.19-133.16a37.41 37.41 0 0110.41-26.84Q380 165.52 446.23 93.57c16.1-17.47 32.13-35 48.35-52.37 6.22-6.67 8.95-14.18 6.81-23.1-2.79-11.67-11.9-18-25.54-18H26.39c-1.48 0-3.1-.33-4.43.14C17.53 1.78 12.47 2.69 9 5.49c-11.69 9.36-11.88 24.19-1 36q89.57 97.2 179.24 194.27c8 8.61 11.83 18 11.8 29.8-.24 73.92-.06 147.84-.2 221.76 0 9.63 3.17 16.6 12.69 19.84z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 13px 13px;
  height: 13px;
  width: 13px;
  top: 8px;
  right: 4px;
  position: absolute;
}
.ag-grid-header-print-svgIcon {
  background: url(printIcon.7c5dc01efb8ec08e7b7c.svg) 50% no-repeat #7a7a7a !important;
  background-size: 11px auto;
}
.ag-grid-header-edit-svgIcon {
  background: url(editIcon1.3371e4e5c98e3bc93a40.svg) 50% no-repeat #7a7a7a !important;
  background-size: 11px auto;
}
.ag-grid-header-sync-svgIcon {
  background: url(syncIcon.3c75b8e509078d8412c9.svg) 50% no-repeat #7a7a7a !important;
  background-size: 11px auto;
}
.ppAGfooter {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.ppAGfooter:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 100%, 0.8);
  content: "";
}
.ppAGfooter li {
  display: inline-block;
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  line-height: 1;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}
.ppAGfooter li:first-child {
  width: 519px;
  padding: 0 0 0 11px;
}
.ppAGfooter li:nth-child(2),
.ppAGfooter li:nth-child(3) {
  width: 81px;
  text-align: right;
  padding: 0 11px 0 0;
}
.ppAGfooter li:nth-child(4) {
  width: 289px;
  text-align: right;
  padding: 0 11px 0 0;
}
.withFocusEff.ag-theme-balham .ag-ltr .ag-cell-focus {
  background: rgba(0, 0, 0, 0.08);
}
.maxWidth118 {
  max-width: 118px;
}
.multiColumnGridPopUp thead {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #252525;
}
.multiColumnGridPopUp > table {
  margin-top: 5px;
}
.multiColumnGridPopUp th {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1px 6px;
}
.multiColumnGridPopUp th:last-child {
  border-right: 0;
}
.multiColumnGridPopUp td {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1px 6px;
}
.multiColumnGridPopUp td:last-child {
  border-right: 0;
}
.remove-arrow > div {
  padding-left: 28px !important;
}
.remove-arrow .ag-group-contracted,
.remove-arrow .ag-group-expanded {
  display: none;
}
.mgc {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding: 10px;
}
.mgc > li {
  list-style: none;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  font-size: 15px;
  position: relative;
}
.mgc > li a {
  color: #5a90e7;
  position: relative;
  z-index: 1;
  display: block;
}
.mgc > li a:not([href]) {
  color: #585d67 !important;
}
.mgc > li ul {
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-bottom: 10px;
}
.mgc > li ul li {
  list-style: none;
}
.mgc > li ul li.sub-label a {
  font-size: 12px;
  color: #585d67;
}
.mgc > li ul li .atf-icn img {
  width: 13px;
  height: 13px;
  transition: 0.3s;
  position: relative;
  transform: scale(1);
  cursor: pointer;
}
.mgc > li ul li .atf-icn:hover img {
  transform: scale(1.5);
}
.mgc > li .mgc-cont {
  position: relative;
}
.mgc > li .mgc-cont > div > a {
  padding: 1rem 0 !important;
}
.mgc > li .mgc-cont .mgc-shd {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  left: -15px;
  z-index: 0;
}
.mgc > li .mgc-cont:hover .mgc-shd {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transform: scale(1.02);
}
.mgc > li:first-child {
  grid-row: 1 / span 2;
}
.mgc > li:first-child:after {
  display: none;
}
.mgc > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: -20px;
  left: -20px;
  width: 1px;
  background: #e7e7e7;
}
.atf-icn {
  padding-right: 1rem;
  line-height: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.atf-icn img {
  width: 17px;
  height: 16px;
}
.reportUi .tabHeading {
  display: block;
  position: relative;
  z-index: 1;
  bottom: -2px;
}
.reportUi .tabHeading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reportUi .tabHeading ul li {
  display: inline-block;
  padding: 10px 15px 8px;
  background: #fbfbfb;
  border-radius: 5px 5px 0 0;
  position: relative;
  text-transform: uppercase;
  color: #666;
  min-width: 230px;
  font-size: 1.1rem;
  font-weight: 600;
}
.reportUi .tabHeading ul li span.rightShape {
  position: absolute;
  right: -31px;
  top: 0;
  width: 37px;
  height: 37px;
  display: inline-block;
}
.reportUi .tabHeading ul li span.rightShape svg {
  height: 37px;
  width: 37px;
}
.reportUi .tabHeading ul li span.rightShape svg path {
  fill: #fbfbfb;
}
.reportUi .reportContent .headPart input,
.reportUi .reportContent .headPart select {
  height: 28px;
}
.reportUi .reportContent .headPart .selectedDate {
  color: #666;
  padding-top: 4px;
}
.reportUi .reportContent .headPart .selectedDate svg {
  margin-right: 10px;
  position: relative;
  bottom: -2px;
}
.reportUi .reportContent .headPart .selectedDate svg path {
  fill: #666;
}
.reportUi .reportContent .leftItems {
  background: #fff;
  border: 1px solid #e4e4e4;
  position: relative;
}
.reportUi .reportContent .leftItems .searchBox .form-control.searchFilter {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
.reportUi .reportContent .leftItems .msgBox {
  border: 1px solid #d3d089;
  padding: 2px 5px;
  line-height: 16px;
  color: #686408;
  font-size: 0.9rem;
}
.reportUi .reportContent .leftItems .dropBtnSec ul {
  margin: 0;
  padding: 3px 6px;
  list-style: none;
}
.reportUi .reportContent .leftItems .dropBtnSec ul li {
  display: block;
}
.reportUi .reportContent .leftItems .dropBtnSec ul li a {
  display: block;
  position: relative;
  border: 1px solid #c6c5c5;
  margin: 4px 0;
  padding: 6px 6px 6px 20px;
  color: #252525;
  text-decoration: none;
  border-radius: 4px;
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 89.4%, 0.5) 44%,
    hsla(0, 0%, 84.3%, 0.5) 0,
    hsla(0, 0%, 78.8%, 0.5) 0,
    hsla(0, 0%, 100%, 0.1)
  );
}
.reportUi .reportContent .leftItems .dropBtnSec ul li a svg {
  width: 3px;
  height: 15px;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}
.reportUi .reportContent .leftItems .dropBtnSec ul li a svg path {
  fill: #e4e4e4;
}
.reportUi .reportContent .leftItems .dropBtnSec ul li a:focus,
.reportUi .reportContent .leftItems .dropBtnSec ul li a:hover {
  border-color: var(--primary-color600);
  box-shadow: none;
  outline: none;
  background: #fbfbfb;
}
.reportUi .reportContent .dragItems {
  background: #fff;
  border: 1px solid #e4e4e4;
  height: 150px;
}
.reportUi .reportContent .dragItems .dropBtnSec ul {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.reportUi .reportContent .dragItems .dropBtnSec ul li {
  margin-top: 5px;
  font-size: 11px;
  list-style: none;
  font-weight: 600;
}
.reportUi .reportContent .dragItems .dropBtnSec ul li:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.3em solid var(--primary-color600);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(270deg);
  margin-right: 5px;
}
.h80per {
  height: 80%;
}
.blueBtn.newSpacing.cross .iconBtn svg {
  margin: 5px 0 0 6px;
  height: 10px;
  width: 10px;
}
.multiSelectDropDown .ag-theme-balham .ag-cell {
  padding-left: 8px;
  padding-right: 8px;
}
.btn.datePicker {
  padding: 1px 5px 0;
  border-radius: 0;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  min-height: 21px;
}
.btn.datePicker svg path {
  fill: #7a7a7a;
}
.btn.datePicker:focus {
  background: var(--primary-color600);
  box-shadow: none;
}
.btn.datePicker:focus svg path,
.btn.datePicker:focus svg rect {
  fill: #fff;
}
.btn.datePicker:hover {
  background: var(--primary-color600);
  box-shadow: none;
}
.btn.datePicker:hover svg path,
.btn.datePicker:hover svg rect {
  fill: #fff;
}
.w-40 {
  width: 40% !important;
}
.seriesFoot {
  color: #666;
  font-style: italic;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 15px 5px;
  background: none;
  margin: auto -15px 0;
  display: block;
  text-align: left;
}
.excelStyle {
  background: var(--primary-color50);
  text-align: center;
}
.fixedTableOnHead {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fbfbfb;
  z-index: 1000;
  height: 103px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background: #fff;
}
.fixedTableOnHead .table-responsive {
  min-height: auto !important;
}
.fixedTableOnHead.withTwoRow {
  height: 63px;
  overflow: auto;
}
.notFoundPopup.fixHeightBox,
.notFoundPopup.fixHeightBox1 {
  width: 525px;
  height: 145px;
}
.notFoundPopup.fixHeightBox1 .ag-theme-balham,
.notFoundPopup.fixHeightBox1 .ag-theme-balham .ag-root-wrapper,
.notFoundPopup.fixHeightBox .ag-theme-balham,
.notFoundPopup.fixHeightBox .ag-theme-balham .ag-root-wrapper {
  min-height: 80px;
  max-height: 120px;
}
.notFoundPopup.fixHeightBox1.gridWithoutTab .ag-theme-balham .ag-root,
.notFoundPopup.fixHeightBox.gridWithoutTab .ag-theme-balham .ag-root {
  min-height: 130px;
  max-height: 130px;
}
.notFoundPopup.fixHeightBox1 {
  width: 475px;
}
.cancelledBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 40px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  transform: rotate(-13deg);
  color: #b1413f;
  opacity: 0.4;
  z-index: 1;
}
.multiColumnContainer {
  font-size: 1rem;
}
.multiColumnContainer .ng-dropdown-panel {
  width: 500px;
}
.multiColumnContainer .ng-dropdown-panel .ng-dropdown-panel-items {
  max-height: 149px !important;
}
.multiColumnContainer .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 0 10px;
}
.multiColumnContainer
  .ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-marked {
  background: var(--primary-color200);
}
.multiColumnContainer .ng-dropdown-panel .ng-dropdown-header {
  padding: 3px 7px;
}
.multiColumnContainer .ng-dropdown-header {
  background: #7a7a7a;
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.multiColumnContainer .multiColumnBody {
  border-bottom: 1px solid #e4e4e4;
}
.multiColumnContainer .multiColumRowData {
  border-right: 1px solid #e4e4e4;
  padding: 3px 15px;
}
.multiColumnContainer.multiColumnHeadGreen .ng-dropdown-header {
  background: #ebffeb;
  color: #000;
  border-bottom-color: #8caa84;
}
.multiColumnContainer.multiColumnHeadGreen .ng-dropdown-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.drag-overlay {
  z-index: 1;
}
.dragPopuppp {
  position: absolute;
  right: 15px;
  top: 45px;
  z-index: 11;
}
.dragPopuppp .drag-block {
  width: 300px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 0;
  cursor: all-scroll;
}
.dragPopuppp .pageHeader {
  padding: 5px 7px 3px 6px;
  border-radius: 6px 6px 0 0;
}
.dragPopuppp .pageHeader .mhead {
  float: left;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif !important;
  padding: 4px;
}
.dragPopuppp .wrapperModal {
  padding: 5px 10px 1px;
  height: 350px;
  overflow: auto;
  background: #fbfbfb;
}
.dragPopuppp .wrapperModal .borderLable {
  font-size: 1rem;
}
.dragPopuppp .wrapperModal .borderLable .myLable {
  background: #fbfbfb !important;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  color: #000;
}
.dragPopuppp .wrapperModal .focusBox {
  line-height: 22px;
  background: #f1f1f1 !important;
  position: relative;
  margin: 0 -6px;
  padding: 3px 6px;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif !important;
  color: #474747;
}
.dragPopuppp .wrapperbatchModal {
  padding: 5px 10px 1px;
  height: 288px;
  overflow: auto;
  background: #fbfbfb;
}
.dragPopuppp .wrapperbatchModal .borderLable {
  font-size: 1rem;
}
.dragPopuppp .wrapperbatchModal .borderLable .myLable {
  background: #fbfbfb !important;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  color: #000;
}
.dragPopuppp .wrapperbatchModal .focusBox {
  line-height: 22px;
  background: #f1f1f1 !important;
  position: relative;
  margin: 0 -6px;
  padding: 3px 6px;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif !important;
  color: #474747;
}
.rag-red .ag-cell,
.rag-red .ag-cell .form-control {
  color: #ff0004 !important;
}
.rag-blue .ag-cell,
.rag-blue .ag-cell .form-control {
  color: #85a6de !important;
}
.rag-green .ag-cell,
.rag-green .ag-cell .form-control {
  color: #18bc99 !important;
}
.rag-yellow .ag-cell,
.rag-yellow .ag-cell .form-control {
  color: #f1bb16 !important;
}
.rag-orange .ag-cell,
.rag-orange .ag-cell .form-control {
  color: orange !important;
}
.rag-purple .ag-cell,
.rag-purple .ag-cell .form-control {
  color: #7b1fa2 !important;
}
.rag-maroon .ag-cell,
.rag-maroon .ag-cell .form-control {
  color: maroon !important;
}
.rag-pink .ag-cell,
.rag-pink .ag-cell .form-control {
  color: #fa24cc !important;
}
.ag-popup-editor {
  width: 109px !important;
}
.netRateActive {
  position: relative;
}
.netRateActive:after {
  display: block;
  position: absolute;
  content: "N";
  font-size: 10px;
  color: #ff0004;
  z-index: 55;
  top: 0;
  right: 0;
}
.lotRateActive {
  position: relative;
}
.lotRateActive:after {
  display: block;
  position: absolute;
  content: "L";
  font-size: 10px;
  color: #ff0004;
  z-index: 55;
  top: 0;
  right: 0;
}
.unselectable {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mat-form-field-appearance-legacy.mat-form-field {
  width: 100%;
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  border-top: 0 !important;
  padding: 0.25rem 0 0 !important;
}
.mat-form-field-appearance-legacy .mat-form-field-infix .form-control {
  height: 18px;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper,
.mat-form-field-appearance-legacy .mat-form-field-underline {
  display: none;
}
.mat-form-field-appearance-legacy
  .mat-form-field-suffix
  .mat-datepicker-toggle-default-icon {
  width: 18px !important;
  height: 20px;
}
.mat-form-field-appearance-legacy .mat-form-field-flex {
  height: 20px !important;
  display: flex;
  align-items: center;
}
.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}
.dib100 {
  width: 100%;
}
.dib,
.dib100 {
  display: inline-block;
}
.btn-danger *,
.transition,
.transitionAll,
.transitionAll * {
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}
.clear {
  clear: both;
}
.al {
  text-align: left !important;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.aj {
  text-align: justify !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.i {
  font-style: italic;
}
.white {
  color: #fff !important;
}
.ttu {
  text-transform: uppercase !important;
}
.ttc {
  text-transform: capitalize !important;
}
.ttn {
  text-transform: none !important;
}
.lh1 {
  line-height: 1;
}
.lhn {
  line-height: normal;
}
.lh12px {
  line-height: 12px;
}
.lh14px {
  line-height: 14px;
}
.lh16px {
  line-height: 16px;
}
.lh18px {
  line-height: 18px;
}
.lh20px {
  line-height: 20px;
}
.lh22px {
  line-height: 22px;
}
.lh24px {
  line-height: 24px;
}
.lh26px {
  line-height: 26px;
}
.lh28px {
  line-height: 28px;
}
.lh30px {
  line-height: 30px;
}
.fs11px {
  font-size: 11px;
}
.fs12px {
  font-size: 12px;
}
.fs13px {
  font-size: 13px !important;
}
.fs14px {
  font-size: 14px !important;
}
.fs15px {
  font-size: 15px !important;
}
.fs16px {
  font-size: 16px !important;
}
.fs17px {
  font-size: 17px !important;
}
.fs18px {
  font-size: 18px !important;
}
.fs19px {
  font-size: 19px !important;
}
.fs20px {
  font-size: 20px !important;
}
.fs21px {
  font-size: 21px !important;
}
.fs22px {
  font-size: 22px !important;
}
.fs23px {
  font-size: 23px !important;
}
.fs24px {
  font-size: 24px !important;
}
.fs25px {
  font-size: 25px;
}
.fs26px {
  font-size: 26px;
}
.fs27px {
  font-size: 27px;
}
.fs28px {
  font-size: 28px;
}
.fs29px {
  font-size: 29px;
}
.fs30px {
  font-size: 30px;
}
.fs31px {
  font-size: 31px;
}
.fs32px {
  font-size: 32px;
}
.fs33px {
  font-size: 33px;
}
.fs34px {
  font-size: 34px;
}
.fs35px {
  font-size: 35px;
}
.fs36px {
  font-size: 36px;
}
.fs37px {
  font-size: 37px;
}
.fs38px {
  font-size: 38px;
}
.fs39px {
  font-size: 39px;
}
.fs40px {
  font-size: 40px;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.w100 {
  width: 100%;
}
.w99 {
  width: 99%;
}
.w98 {
  width: 98%;
}
.w97 {
  width: 97%;
}
.w96 {
  width: 96%;
}
.w95 {
  width: 95%;
}
.w94 {
  width: 94%;
}
.w93 {
  width: 93%;
}
.w92 {
  width: 92%;
}
.w91 {
  width: 91%;
}
.w90 {
  width: 90%;
}
.w89 {
  width: 89%;
}
.w88 {
  width: 88%;
}
.w87 {
  width: 87%;
}
.w86 {
  width: 86%;
}
.w85 {
  width: 85%;
}
.w84 {
  width: 84%;
}
.w83 {
  width: 83%;
}
.w82 {
  width: 82%;
}
.w81 {
  width: 81%;
}
.w80 {
  width: 80%;
}
.w79 {
  width: 79%;
}
.w78 {
  width: 78%;
}
.w77 {
  width: 77%;
}
.w76 {
  width: 76%;
}
.w75 {
  width: 75%;
}
.w74 {
  width: 74%;
}
.w73 {
  width: 73%;
}
.w72 {
  width: 72%;
}
.w71 {
  width: 71%;
}
.w70 {
  width: 70%;
}
.w69 {
  width: 69%;
}
.w68 {
  width: 68%;
}
.w67 {
  width: 67%;
}
.w66 {
  width: 66%;
}
.w65 {
  width: 65%;
}
.w64 {
  width: 64%;
}
.w63 {
  width: 63%;
}
.w62 {
  width: 62%;
}
.w61 {
  width: 61%;
}
.w60 {
  width: 60%;
}
.w59 {
  width: 59%;
}
.w58 {
  width: 58%;
}
.w57 {
  width: 57%;
}
.w56 {
  width: 56%;
}
.w55 {
  width: 55%;
}
.w54 {
  width: 54%;
}
.w53 {
  width: 53%;
}
.w52 {
  width: 52%;
}
.w51 {
  width: 51%;
}
.w50 {
  width: 50%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w47 {
  width: 47%;
}
.w46 {
  width: 46%;
}
.w45 {
  width: 45%;
}
.w44 {
  width: 44%;
}
.w43 {
  width: 43%;
}
.w42 {
  width: 42%;
}
.w41 {
  width: 41%;
}
.w40 {
  width: 40%;
}
.w39 {
  width: 39%;
}
.w38 {
  width: 38%;
}
.w37 {
  width: 37%;
}
.w36 {
  width: 36%;
}
.w35 {
  width: 35%;
}
.w34 {
  width: 34%;
}
.w33 {
  width: 33%;
}
.w32 {
  width: 32%;
}
.w31 {
  width: 31%;
}
.w30 {
  width: 30%;
}
.w29 {
  width: 29%;
}
.w28 {
  width: 28%;
}
.w27 {
  width: 27%;
}
.w26 {
  width: 26%;
}
.w25 {
  width: 25%;
}
.w24 {
  width: 24%;
}
.w23 {
  width: 23%;
}
.w22 {
  width: 22%;
}
.w21 {
  width: 21%;
}
.w20 {
  width: 20%;
}
.w19 {
  width: 19%;
}
.w18 {
  width: 18%;
}
.w17 {
  width: 17%;
}
.w16 {
  width: 16%;
}
.w15 {
  width: 15%;
}
.w14 {
  width: 14%;
}
.w13 {
  width: 13%;
}
.w12 {
  width: 12%;
}
.w11 {
  width: 11%;
}
.w10 {
  width: 10%;
}
.w9 {
  width: 9%;
}
.w8 {
  width: 8%;
}
.w7 {
  width: 7%;
}
.w6 {
  width: 6%;
}
.w5 {
  width: 5%;
}
.w4 {
  width: 4%;
}
.w3 {
  width: 3%;
}
.w2 {
  width: 2%;
}
.w1 {
  width: 1%;
}
.withFlexCol {
  margin: 0 -15px;
}
.withFlexCol > .flexCol {
  padding-left: 15px;
  padding-right: 15px;
}
.flexCol.flexColFull {
  width: 100% !important;
}
.flexCol-1 > .flexCol {
  width: 100%;
}
.flexCol-2 > .flexCol {
  width: 50%;
}
.flexCol-3 > .flexCol {
  width: 33.3333333333%;
}
.flexCol-4 > .flexCol {
  width: 25%;
}
.flexCol-5 > .flexCol {
  width: 20%;
}
.flexCol-6 > .flexCol {
  width: 16.6666666667%;
}
.flexCol-7 > .flexCol {
  width: 14.2857142857%;
}
.flexCol-8 > .flexCol {
  width: 12.5%;
}
.flexCol-9 > .flexCol {
  width: 11.1111111111%;
}
.flexCol-10 > .flexCol {
  width: 10%;
}
.flexCol-11 > .flexCol {
  width: 9.0909090909%;
}
.flexCol-12 > .flexCol {
  width: 8.3333333333%;
}
.tablePagebtn {
  background-color: #e4e4e4;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-radius: 5px;
  -moz-radius: 5px;
}
.tablePagebtn .pageButton .btnNew {
  padding: 5px 11px;
  border: 0;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.7);
  background-color: var(--primary-color600);
  color: #fff;
}
.tablePagebtn .pageButton .btnNew:hover {
  color: #fff;
  background-color: #474747;
  border-color: #fff;
}
.tablePagebtn .pageButton .btnNew.btn-gray {
  background-color: #a4a4a4;
  color: #fff;
}
fieldset {
  border: 1px solid var(--primary-color300) !important;
  margin: 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  padding-left: 10px !important;
}
fieldset,
legend {
  background-color: #fbfbfb;
}
legend {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  border-radius: 4px;
  padding: 5px;
  width: auto;
}
.section {
  padding-top: 10px;
  padding-bottom: 10px;
}
.compLogo {
  padding: 10px;
}
.compLogo .branchLogo img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.compLogo .coName {
  color: #c2c2c2;
  float: left;
  width: calc(100% - 50px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.plus-icns {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 7px 0 0 10px;
}
.plus-icns span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  border-radius: 100%;
  z-index: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.plus-icns:hover span {
  width: 35px;
  height: 35px;
  left: -7px;
}
.plus-icns .megaMenu {
  width: 550px;
  padding: 5px 15px 16px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-top: 17px;
  border-radius: 10px;
  max-height: 500px;
  overflow: auto;
}
.plus-icns .megaMenu .rem-fav {
  position: absolute;
  right: 8px;
  top: 9px;
  transform: scale(1.5);
  min-height: 20px;
  line-height: 0;
}
.plus-icns .megaMenu .rem-fav:hover {
  background-color: #f1f1f1;
}
.plus-icns .megaMenu a {
  display: block;
  color: #474747;
  line-height: 28px;
  border-bottom: 1px solid #f1f1f1;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.plus-icns .megaMenu a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.3em solid var(--primary-color600);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(270deg);
  margin-right: 5px;
}
.plus-icns .megaMenu a:hover {
  color: var(--primary-color500);
}
.switchCo .leftBtn {
  background: var(--primary-color600);
  padding: 1px 8px;
  border-radius: 10px;
  margin-top: 5px;
  display: inline-block;
}
.switchCo a {
  text-decoration: none;
  list-style: none;
}
.switchCo .icon img {
  width: 13px;
  margin-right: 5px;
}
.expandView .rht-cmp.expand {
  margin-left: 200px;
}
.stockReport .card-header {
  padding: 0;
}
.stockReport .card-header a {
  font-weight: 700;
  padding: 10px;
  display: block;
  background: #fbfbfb;
  cursor: pointer;
}
.stockReport .card-header .collapse {
  line-height: 24px;
  background-color: #fff;
  max-height: 340px;
  overflow: scroll;
  transition: all 0.2 ease-out !important;
}
.stockReport .card-header .collapse li {
  padding: 0 10px;
}
.stockReport .card {
  border: none;
  border-radius: 0;
  background: #fff;
}
.green {
  color: #18bc99;
}
.red {
  color: #d86363;
}
.amtBox {
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
  border-radius: 5px;
}
.amtBox .target {
  padding: 15px;
  text-align: center;
}
.amtBox .amtTxt {
  font-size: 18px;
}
.amtBox .bdrR {
  border-right: 1px solid #e4e4e4;
}
.manageTemp .listBox {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.manageTemp .listBox .listBody {
  padding: 10px;
}
.manageTemp .listBox .listBody a {
  color: #7a7a7a;
}
.manageTemp .listBox .listBody a.list-group-item.active {
  background: #fbfbfb;
  border-color: #e4e4e4;
}
.manageTemp .listBox .listTitle {
  padding: 10px 10px 0;
}
.manageTemp .previewBox {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.manageTemp .previewBox .previewBody {
  max-height: 600px;
  overflow-y: auto;
  margin: 0;
}
.manageTemp .previewBox .previewBody .flexCol {
  padding: 10px;
}
.manageTemp .previewBox .previewBody .flexCol h6 {
  font-weight: 700;
}
.manageTemp .previewBox .previewBody a {
  text-align: center;
  border: 1px solid var(--primary-color300);
  background: #fbfbfb;
  display: block;
  border-radius: 5px;
  padding: 5px;
  color: #474747;
  text-transform: uppercase;
}
.manageTemp .previewBox .previewBody a img {
  width: 100%;
  height: auto;
}
.manageTemp .previewBox .previewBody a:focus,
.manageTemp .previewBox .previewBody a:hover {
  border-color: var(--primary-color600);
  color: var(--primary-color600);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.04);
}
.manageTemp .previewBox .previewTitle {
  padding: 20px 10px 0;
}
.manageTemp .previewTemp {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.manageTemp .previewTemp .previewTempBody {
  max-height: 600px;
  overflow-y: auto;
  margin: 0;
}
.manageTemp .previewTemp .previewTempBody .flexCol {
  margin-bottom: 20px;
  margin-top: 20px;
}
.manageTemp .previewTemp .previewTempBody .flexCol h6 {
  font-weight: 700;
}
.manageTemp .previewTemp .previewTempBody a {
  text-align: center;
  border: 1px solid var(--primary-color300);
  background: #fbfbfb;
  display: block;
  border-radius: 5px;
  padding: 5px;
  color: #474747;
  text-transform: uppercase;
  height: 450px;
  width: 350px;
}
.manageTemp .previewTemp .previewTempBody a img {
  width: 100%;
  height: auto;
}
.manageTemp .previewTemp .previewTempTitle {
  padding: 20px 10px 0;
}
.manageTemp .tabsBox {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.manageTemp .tabsBox .tabsBody {
  padding: 10px;
}
.manageTemp .tabsBox .tabsTitle {
  padding: 10px 10px 0;
}
.listBox .listBody a.list-group-item:hover {
  background: #fbfbfb;
  border-color: #e4e4e4;
}
ul.pageDesign {
  padding: 0;
  margin: 0;
}
ul.pageDesign li {
  list-style: none;
  display: flex;
}
.pageDesign .pageIcon {
  width: 60px;
  margin-right: 10px;
}
.pageDesign .pageIcon img {
  width: 100%;
}
.pageDesign .details {
  flex: 1;
}
.pageButton .iconBtn .cls-1 {
  fill: #474747;
}
.pageButton .btnNew {
  transition: 0.5;
  padding: 5px 11px;
  border: 0;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.7);
  background-color: var(--primary-color600);
  color: #fff;
}
.pageButton .btnNew:hover {
  transition: 0.5;
  color: #fff;
  background-color: #474747;
  border-color: #fff;
}
.pageButton .btnNew.btn-gray {
  background-color: #a4a4a4;
  color: #fff;
}
.pageButton .btnNew.btn-gray:hover {
  transition: 0.5;
  color: #fff;
  background-color: #474747;
  border-color: #fff;
}
.pageButton .btn {
  min-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.newBtnBg.blueBtn {
  background: var(--primary-color600);
  border-color: var(--primary-color600);
  color: #fff !important;
  border-radius: 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
}
.newBtnBg.blueBtn:hover {
  transition: 0.5;
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}
.newBtnBg.blueBtn:hover .shortcut {
  border-color: #a4a4a4;
}
.newBtnBg.blueBtn .iconBtn svg path {
  fill: #fff;
}
.newBtnBgGray.blueBtn {
  background: #a4a4a4;
  border-color: #a4a4a4;
  color: #fff !important;
  border-radius: 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
}
.newBtnBgGray.blueBtn:hover {
  transition: 0.5;
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}
.newBtnBgGray.blueBtn:hover .shortcut {
  border-color: #a4a4a4;
}
.newBtnBgGray.blueBtn .iconBtn svg path {
  fill: #fff;
}
.newBtnBg.blueBtn.newSpacing .iconBtn svg,
.newBtnBgGray.blueBtn.newSpacing .iconBtn svg {
  margin: 3px 0 0 6px;
}
.errowMsgNew.pt7 {
  top: 5px;
}
.QtyBox {
  overflow: auto;
  max-width: 410px;
  width: 100%;
}
.QtyBox tbody tr td,
.QtyBox tbody tr td input {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.QtyBox tbody tr td input {
  margin: 0 !important;
  border: none;
  border: 1px solid #fff !important;
}
.QtyBox tfoot tr {
  background-color: #e4e4e4;
  color: #000;
}
.QtyBox tfoot tr td {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.QtyBox thead tr th {
  height: 30px;
  vertical-align: middle;
  background-color: var(--primary-color100);
  color: #000;
  font-weight: 700;
  border-color: var(--primary-color200);
}
.QtyBox thead tr th:nth-child(3),
.QtyBox thead tr th:nth-child(4) {
  width: 80px;
  text-align: right;
}
.QtyBox thead tr th:nth-child(5) {
  text-align: right;
}
.createItem .tab-content {
  border: none;
}
.gstrWrapper .gstr {
  max-height: 341px;
  min-height: 341px;
  overflow-y: auto;
}
.gstrWrapper .pageTitle h2 {
  font-size: 16px;
}
.gstrWrapper .gstrForm.table-responsive .table {
  margin: 0;
  border: 1px solid #e4e4e4;
}
.gstrWrapper .gstrForm.table-responsive .table .thead-dark th {
  background: var(--primary-color100);
  border-color: var(--primary-color200);
  padding: 4px 8px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
}
.gstrWrapper .gstrForm.table-responsive .table .thead-dark th:first-child {
  text-align: left;
}
.gstrWrapper .gstrForm.table-responsive .table .thead-light {
  border-color: var(--primary-transc);
}
.gstrWrapper .gstrForm.table-responsive .table .thead-light th {
  background: var(--primary-color50);
  padding: 4px 8px;
  color: #474747;
  font-weight: 500;
  text-align: center;
}
.gstrWrapper .gstrForm.table-responsive .table .thead-light th:last-child {
  border-right-color: #e4e4e4;
}
.gstrWrapper .gstrForm.table-responsive .table td {
  padding: 8px;
  border-color: #e4e4e4;
}
.gstrWrapper .gstrForm.table-responsive .table td:nth-child(2) {
  border-left-color: #a4a4a4;
}
.gstrWrapper .gstrForm.table-responsive .table td.bgColorDisable {
  background-color: #e4e4e4;
}
.gstrWrapper .gstrForm.table-responsive .form-control {
  height: auto;
  border-radius: 4px;
  line-height: 1;
  padding: 0;
  text-align: center;
  border-color: var(--primary-transc);
  color: #7a7a7a;
  font-size: 0.9rem;
  font-weight: 400;
  background: none;
}
.gstrWrapper .gstrForm.table-responsive .form-control:focus {
  border-color: var(--primary-color600);
  box-shadow: none;
  outline: none;
}
.gstrWrapper
  .gstrForm.table-responsive
  .table-striped
  tbody
  tr:nth-of-type(2n) {
  background-color: #fbfbfb;
}
.gstrWrapper .gstrForm.table-responsive .table-striped tbody tr:hover {
  background-color: var(--primary-color600);
}
.gstrWrapper .gstrForm.table-responsive .form-control.active {
  border-color: var(--primary-color600);
  box-shadow: none;
  outline: none;
}
.gstrForm.table-responsive .table td {
  text-align: right;
}
.gstrForm.table-responsive .table td:first-child {
  text-align: left;
}
.dr span {
  position: absolute;
  right: 10px;
  top: 0;
}
.whatsUpUI .modal-body,
.whatsUpUI .modal-content {
  background: #eaeaea url(bg-tech.2eaf55c99a5f73d6ccb8.png) repeat 0 0;
}
.con-bx .con-hd {
  background-color: #009788;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.con-bx .con-sec {
  padding: 0 1rem 1rem;
  height: calc(100% - 85px);
  overflow: auto;
}
.con-bx .con-sec .con-msg-date {
  font-size: 1.1rem;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  background: #eaeaea;
  margin-bottom: 1rem;
}
.con-bx .con-sec .con-msg-box {
  background-color: #f6f6f6;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem 1.5rem 0.8rem;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.2rem;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
  min-width: 150px;
  max-width: 80%;
}
.con-bx .con-sec .con-msg-box:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
}
.con-bx .con-sec .con-msg-box .con-msg-time {
  position: absolute;
  bottom: 1px;
  right: 12px;
  font-size: 0.9rem;
  color: #707173;
}
.con-bx .con-sec .con-msg-box .con-av {
  bottom: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
.con-bx .con-sec .con-msg-box .con-av img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.con-bx .con-sec .con-msg-box.user {
  background-color: #d9fac5;
  margin-left: 50px;
  margin-right: 10px;
  border-top-right-radius: 0;
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.con-bx .con-sec .con-msg-box.user .con-av {
  right: -50px;
}
.con-bx .con-sec .con-msg-box.user:after {
  right: -20px;
  border-left: 10px solid #d9fac5;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.con-bx .con-sec .con-msg-box.partner {
  background-color: #f6f6f6;
  margin-right: 50px;
  margin-left: 10px;
  border-top-left-radius: 0;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.con-bx .con-sec .con-msg-box.partner .con-av {
  left: -50px;
}
.con-bx .con-sec .con-msg-box.partner:after {
  left: -20px;
  border-left: 10px solid transparent;
  border-right: 10px solid #f6f6f6;
  border-bottom: 10px solid transparent;
}
.con-bx .con-im {
  margin-top: 5px;
  padding: 0 1rem;
}
.con-bx .con-im .con-sent .con-sent-icn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009788;
  padding: 10px 0.3rem 0.3rem;
  text-align: center;
  cursor: pointer;
}
.con-bx .con-im .con-sent .con-sent-icn svg {
  fill: #fff;
}
.con-bx .con-im .con-input {
  background-color: #fff;
  border: none;
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  margin-right: 1rem;
}
.con-bx .con-im .con-input:focus {
  outline: none;
}
.con-bx .con-im .con-input::-moz-placeholder {
  color: #666;
}
.con-bx .con-im .con-input::placeholder {
  color: #666;
}
.aghd {
  color: var(--primary-color600);
  text-align: center;
  font-size: 1.2rem;
}
::-moz-placeholder {
  color: #f6f6f6;
}
::placeholder {
  color: #f6f6f6;
}
.comp-plan .text-danger,
.comp-plan .text-success {
  font-size: 18px;
  line-height: 0;
  font-weight: 700;
}
.comp-plan .sticky-top {
  box-shadow: 0 -1px 1px #ccc, 0 1px 1px #ccc;
}
.sale-history {
  background-color: #f1f1f1;
  font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
}
.sale-history .address,
.sale-history .date {
  color: #000;
}
.sale-history .h6 {
  color: #666;
  font-size: 0.9rem;
}
.sale-history .det-sec {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c2c2c2;
}
.sale-history .det-sec:last-child {
  border-bottom: none;
}
.sale-history .inv-list .ctload {
  width: 28px;
  height: 25px;
  font-size: 18px;
  display: block;
}
.sale-history .inv-list .ctload:hover {
  text-decoration: none;
}
.sale-history .inv-list .card {
  margin-bottom: 2px;
  border: 1px solid #c2c2c2;
}
.sale-history .inv-list .card:hover {
  background-color: var(--primary-color50);
}
.sale-history .inv-list .card-body {
  background-color: #fff;
}
.sale-history .inv-list .inv {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
}
.sale-history .inv-list .inv.collapsed {
  background-color: #f6f6f6;
}
.sale-history .inv-list .inv.collapsed:hover {
  background-color: var(--primary-color50);
}
.sale-history .inv-list ul {
  padding: 0;
  list-style: none;
}
.sale-history .inv-list ul li {
  border-bottom: 1px solid #e4e4e4;
}
.sale-history .inv-list ul li .item-btn {
  border: none;
  padding: 5px;
  color: var(--primary-color600);
  background-color: #fff;
  width: 100%;
  text-align: left;
  transition: 0.3s;
}
.sale-history .inv-list ul li .item-btn:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}
.sharebody {
  height: 222px;
}
.sharebody .sb-1,
.sharebody .sb-2 {
  height: 200px;
  position: absolute;
  left: 15px;
  right: 15px;
  transition: 0.3s;
}
.sharebody .sb-1 {
  transform: translateX(0);
}
.sharebody .sb-1.sb-354 {
  transform: translateX(-354px) !important;
}
.sharebody .sb-2 {
  height: 200px;
  position: absolute;
  left: 15px;
  right: 15px;
  transform: translateX(354px);
}
.sharebody .sb-2.sb-0 {
  transform: translateX(0);
}
.closeshortkeypanel,
.shortkeypanel {
  display: none !important;
}
.pos-btns .btn {
  font-size: 1.3rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
.pos-machine-view {
  font-size: 1.25rem;
}
.pos-machine-view .mat-dat input.form-control {
  height: 33px !important;
  position: relative;
  top: 6px;
  font-size: 1.3rem !important;
}
.pos-machine-view .mat-dat button {
  top: 7px;
}
.pos-machine-view .viewBox .total-amt {
  font-size: 1.5rem;
}
.pos-machine-view .payble-amt {
  font-size: 2rem;
}
.pos-machine-view label {
  margin-bottom: 0;
}
.pos-machine-view .form-control {
  height: 3rem !important;
  font-size: 1.3rem;
}
.pos-machine-view .pmv-btm {
  height: calc(100% - 116px);
}
.pos-machine-view .pmv-cat-list {
  padding: 0;
  list-style: none;
}
.pos-machine-view .pmv-cat-list li a {
  padding: 0.7rem 5px 0.7rem 16px;
  font-size: 1.1rem;
  display: block;
  color: #000;
}
.pos-machine-view .pmv-cat-list li a:hover {
  text-decoration: none;
}
.pos-machine-view .pmv-cat-list li.active a,
.pos-machine-view .pmv-cat-list li:hover a {
  background-color: var(--primary-color600);
  color: #fff;
}
.pos-machine-view .pmv-items-list {
  height: calc(100% - 50px);
  overflow-x: hidden;
}
.pos-machine-view .pmv-items-list .pmv-grid .pmv-items {
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 4px;
  line-height: 1.3;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
  height: calc(100% - 10px);
}
.pos-machine-view .pmv-items-list .pmv-grid .pmv-items img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 80px;
}
.pos-machine-view
  .pmv-items-list
  .pmv-grid
  .pmv-items
  .pmv-item-name
  span
  + span {
  color: var(--primary-color600);
  line-height: 1.5;
}
.pos-machine-view .pmv-items-list .pmv-grid .pmv-items .mw30 {
  min-width: 30px;
}
.icici_integ .bank-logo {
  max-width: 200px;
}
.barcode-des .tox-tinymce,
.barcode-des .tox.tox-tinymce {
  height: 100% !important;
}
@media (max-width: 1100px) {
  .flexColMd-1 > .flexCol {
    width: 100%;
  }
  .flexColMd-2 > .flexCol {
    width: 50%;
  }
  .flexColMd-3 > .flexCol {
    width: 33.3333333333%;
  }
  .flexColMd-4 > .flexCol {
    width: 25%;
  }
  .flexColMd-5 > .flexCol {
    width: 20%;
  }
  .flexColMd-6 > .flexCol {
    width: 16.6666666667%;
  }
  .flexColMd-7 > .flexCol {
    width: 14.2857142857%;
  }
  .flexColMd-8 > .flexCol {
    width: 12.5%;
  }
  .flexColMd-9 > .flexCol {
    width: 11.1111111111%;
  }
  .flexColMd-10 > .flexCol {
    width: 10%;
  }
  .flexColMd-11 > .flexCol {
    width: 9.0909090909%;
  }
  .flexColMd-12 > .flexCol {
    width: 8.3333333333%;
  }
}
@media (max-width: 980px) {
  .flexCol980-1 > .flexCol {
    width: 100%;
  }
  .flexCol980-2 > .flexCol {
    width: 50%;
  }
  .flexCol980-3 > .flexCol {
    width: 33.3333333333%;
  }
  .flexCol980-4 > .flexCol {
    width: 25%;
  }
  .flexCol980-5 > .flexCol {
    width: 20%;
  }
  .flexCol980-6 > .flexCol {
    width: 16.6666666667%;
  }
  .flexCol980-7 > .flexCol {
    width: 14.2857142857%;
  }
  .flexCol980-8 > .flexCol {
    width: 12.5%;
  }
  .flexCol980-9 > .flexCol {
    width: 11.1111111111%;
  }
  .flexCol980-10 > .flexCol {
    width: 10%;
  }
  .flexCol980-11 > .flexCol {
    width: 9.0909090909%;
  }
  .flexCol980-12 > .flexCol {
    width: 8.3333333333%;
  }
}
@media (max-width: 700px) {
  .flexColSm-1 > .flexCol {
    width: 100%;
  }
  .flexColSm-2 > .flexCol {
    width: 50%;
  }
  .flexColSm-3 > .flexCol {
    width: 33.3333333333%;
  }
  .flexColSm-4 > .flexCol {
    width: 25%;
  }
  .flexColSm-5 > .flexCol {
    width: 20%;
  }
  .flexColSm-6 > .flexCol {
    width: 16.6666666667%;
  }
  .flexColSm-7 > .flexCol {
    width: 14.2857142857%;
  }
  .flexColSm-8 > .flexCol {
    width: 12.5%;
  }
  .flexColSm-9 > .flexCol {
    width: 11.1111111111%;
  }
  .flexColSm-10 > .flexCol {
    width: 10%;
  }
  .flexColSm-11 > .flexCol {
    width: 9.0909090909%;
  }
  .flexColSm-12 > .flexCol {
    width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .itemTableDetial .boxSec.purchaseInfo.disInfo2,
  .itemTableDetial .boxSec.purchaseInfo.taxInfo,
  .itemTableDetial .boxSec.totalView.saleBill {
    min-width: 100%;
    max-width: 100%;
  }
  .flexColXs-1 > .flexCol {
    width: 100%;
  }
  .flexColXs-2 > .flexCol {
    width: 50%;
  }
  .flexColXs-3 > .flexCol {
    width: 33.3333333333%;
  }
  .flexColXs-4 > .flexCol {
    width: 25%;
  }
  .flexColXs-5 > .flexCol {
    width: 20%;
  }
  .flexColXs-6 > .flexCol {
    width: 16.6666666667%;
  }
  .flexColXs-7 > .flexCol {
    width: 14.2857142857%;
  }
  .flexColXs-8 > .flexCol {
    width: 12.5%;
  }
  .flexColXs-9 > .flexCol {
    width: 11.1111111111%;
  }
  .flexColXs-10 > .flexCol {
    width: 10%;
  }
  .flexColXs-11 > .flexCol {
    width: 9.0909090909%;
  }
  .flexColXs-12 > .flexCol {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1920px) {
  .pl-6 {
    padding-left: 2px;
  }
  .sale-history,
  .sale-history .h6 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1920px) {
  .rightServices {
    width: 230px;
  }
}
@media screen and (max-width: 1440px) {
  .rightServices {
    width: 230px;
  }
}
@media screen and (max-width: 1400px) {
  .rightServices {
    width: 195px;
  }
}
@media screen and (max-width: 1366px) {
  .rightServices {
    width: 161px;
  }
  .fixWidth {
    width: calc(100% - 160px);
  }
  .modal .withModal {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) {
  .rightServices {
    display: none;
  }
  .fixWidth {
    width: 100%;
  }
  .itemTableDetial .boxSec.purchaseInfo.disInfo2,
  .itemTableDetial .boxSec.purchaseInfo.taxInfo {
    width: 250px;
    max-width: 250px;
    flex: auto;
  }
  .dropItem {
    position: absolute;
    top: 43px;
    background: #fff;
    z-index: 555;
    color: #000 !important;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .dropItem small {
    font-size: 1.2rem;
  }
  .dropItem .numb {
    display: block;
  }
  .dropItem .numb a {
    display: block;
    padding: 1rem 0;
    color: var(--primary-color600) !important;
    font-size: 1.5rem;
    border-top: 1px solid #c2c2c2;
  }
}
@media only screen and (max-width: 1024px) {
  .mgc {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 992px) {
  .barcode-thumb .dct-btn,
  .print-thumb .dct-btn {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  .barcode-thumb .card-img-top,
  .print-thumb .card-img-top {
    height: 314px;
  }
  .itemContainer ul.nav-tabs.tabStyleTop {
    overflow: scroll;
  }
  .verticalTab.userConfig .tab-pane.fade .listConfig {
    overflow: auto;
  }
  .searchFilterBox .shortcut {
    display: none !important;
  }
  .pageButton .btn.float-left {
    float: none !important;
  }
  .pageButton .shortcut {
    display: none !important;
  }
  .pageButton .blueBtn {
    padding-right: 0;
    padding-left: 0;
  }
  .pageButton .blueBtn .box {
    padding: 3px 8px;
  }
  .blueBtn .iconBtn svg {
    margin: 3px 5px;
  }
  .ag-body-viewport.ag-layout-normal {
    overflow-x: auto !important;
  }
  .agFooterStyle .ag-body-viewport.ag-layout-normal {
    overflow-x: hidden !important;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .itemContainer .form-group label,
  .modal .form-group label {
    white-space: nowrap;
  }
  .b-logo {
    width: 100%;
  }
  .blackout {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  .mks-dashboard .headFood .lastSeen {
    text-align: center;
    float: none;
    display: block;
    margin-bottom: 1rem;
  }
  .mks-dashboard .headFood .lastSeen svg {
    float: none;
    margin-bottom: -5px;
  }
  .mks-dashboard .headFood .actionBtn {
    float: none;
    display: block;
    text-align: center;
  }
  .mks-dashboard .headFood .actionBtn ul li {
    margin-left: 0;
  }
  .mks-dashboard .headFood .actionBtn ul li a {
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #e4e4e4;
    display: block;
  }
  .theme-default.modal-open .cdk-overlay-container {
    z-index: 99999 !important;
  }
  .mat-form-field-appearance-legacy .mat-form-field-label {
    left: 5px;
  }
  .mat-form-field-appearance-legacy
    .mat-form-field-wrapper
    .form-control.mat-input-element {
    display: block;
    width: 100%;
    padding: 0 0 0 5px;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    background-color: var(--primary-transc);
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}
@media only screen and (max-width: 768px) {
  .mgc {
    grid-template-columns: auto auto;
  }
  .bill-value-text {
    font-size: 1.3rem;
  }
  .mhead {
    font-size: 15px;
  }
  .width600Ledger {
    width: auto !important;
  }
  .fh-header {
    position: relative;
    height: calc(100% - 10px);
  }
  main {
    height: calc(100% - 46px) !important;
  }
  .afterLogin {
    height: calc(100% - 5px) !important;
  }
  .mks-dashboard .headFood .actionBtn {
    text-align: left;
  }
  .mks-dashboard .headFood .actionBtn ul li {
    width: 33%;
  }
  .plus-icns .megaMenu {
    width: auto;
    min-width: 150px;
  }
  .blueBtn.closeBtn .iconBtn svg {
    margin-top: 4.4px;
  }
  .laserAddress.saltPage span.blueColor {
    padding: 0;
  }
  .laserAddress.saltPage span.nameWb {
    width: 100%;
  }
  .laserAddress.saltPage span.nameWb:after {
    display: none;
  }
  .rightServices,
  .shortcutKey {
    right: -170px;
  }
  .closeshortkeypanel,
  .shortkeypanel {
    display: block !important;
  }
  .fixWidth.withShortcut {
    width: 100%;
  }
  .tinymce-editor .tox.tox-tinymce.tox-platform-touch {
    width: 768px;
  }
  .pageHeader .dropdown-menu.show {
    font-size: 1.4rem;
  }
  .pageHeader .dropdown-menu.show a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pl20-pr-0-sm {
    padding-left: 20px;
    padding-right: 0;
  }
  .pl15-pr-0-sm {
    padding-left: 15px;
  }
  .pl15-pr-0-sm,
  .pr-only-sm-0 {
    padding-right: 0;
  }
  .mgc {
    grid-template-columns: auto auto;
  }
  #prescription {
    min-height: 212px;
  }
  .leftTabUserConfig.userConfig {
    height: calc(100% - 72px);
  }
  .leftTabUserConfig.userConfig form {
    height: auto;
  }
  .leftTabUserConfig .fullHt-hdr {
    height: calc(100% - 70px);
  }
  .leftTabUserConfig .htwithourheader27 {
    height: calc(100% - 62px) !important;
  }
  .verticalTab.userConfig .nav-tabs.option02 {
    min-width: 110px;
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .searchFilterBox {
    float: none !important;
  }
  .split-btn.left-align .dropdown-menu {
    width: calc(100% + 45px);
  }
  .topNav .navbar-expand-lg .navbar-nav .nav-link.signIn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .itemTableDetial .boxSec {
    max-width: 100% !important;
    width: 48%;
  }
  .itemTableDetial .boxSec:last-child {
    margin-bottom: 0 !important;
  }
  .sbt-cont {
    padding-right: 0 !important;
  }
  .pageHeader.bal-n-due {
    top: 0;
    position: relative;
  }
  .itemContainer .innterContainer .viewBox {
    max-height: 150px;
  }
  .itemContainer.headRadious0 .windowBox form {
    height: calc(100% - 36px) !important;
  }
  #reconciliationForm .payVoucher {
    max-width: 220px !important;
  }
  #reconciliationForm .payVoucher.position-absolute {
    position: relative !important;
  }
  .print-pre .shadow.bg-white {
    transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    transform-origin: left top;
  }
  .print-pre #template-parent.pp-page {
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform-origin: left top;
  }
}
@media only screen and (min-width: 601px) and (max-width: 650px) {
  .tinymce-editor .tox.tox-tinymce.tox-platform-touch {
    width: 433px;
  }
}
@media only screen and (max-width: 600px) {
  .itemTableDetial .boxSec {
    max-width: 100% !important;
    width: 99%;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  .barcode-thumb .card-img-top,
  .h-auto-mob,
  .print-thumb .card-img-top {
    height: auto !important;
  }
  .mgc {
    grid-template-columns: auto;
  }
  .v-scroll {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .itemTableDetial .boxSec {
    margin-bottom: 1rem;
  }
  .itemTableDetial .boxSec:last-child {
    margin-bottom: 0;
  }
  .itemContainer .pageButton {
    white-space: pre-wrap;
  }
  .tablePagebtn {
    background: none;
  }
  .itemContainer.headRadious0 .windowBox.h-100 {
    height: auto !important;
  }
  .border-rightnew {
    border-right: none;
  }
  .border-rightnew:after {
    background: none;
  }
  .itemContainer .form-group label,
  .modal .form-group label {
    margin-bottom: 0.5rem;
  }
  .col-form-label + div {
    padding-left: 0;
    padding-right: 0;
  }
  .mks-dashboard .headFood .actionBtn ul li {
    width: 49%;
  }
  .mks-dashboard .headFood .actionBtn ul li a span {
    margin-right: 4px;
  }
  button.btn .box .iconBtn {
    display: none !important;
  }
  .helpPanel .channel-scroll {
    width: 252px;
  }
}
@media only screen and (max-width: 480px) {
  .mks-dashboard .headFood .actionBtn ul li {
    width: 100%;
  }
  .mks-dashboard .graphBox .form-control {
    margin: 0;
  }
  .comp-logo h6 small {
    display: block;
    padding-left: 0;
    float: none;
  }
  .comp-logo h6 small span {
    display: block;
  }
  .megaMenu.show {
    left: 7px !important;
    right: 7px !important;
    position: fixed !important;
    bottom: 0;
    top: 29px !important;
    width: calc(100% - 14px) !important;
    transform: none !important;
    overflow: auto;
  }
  .helpline-no,
  .megaMenu.show {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .helpline-no {
    left: 7px;
    right: 7px;
    position: fixed;
    top: 46px;
  }
  .topHeader {
    padding-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .rht-cmp.expand .plus-icns {
    left: 73px;
  }
  .rht-cmp.expand .help-no {
    left: 64px;
    position: relative;
  }
  .addEffset {
    width: 27px;
  }
  .pageButton {
    font-size: 0.9rem;
  }
  .pageButton .blueBtn .box {
    padding: 3px 5px;
  }
  .blueBtn .iconBtn svg {
    margin: 1px 2px 1px 3px;
  }
  .blueBtn.closeBtn .iconBtn svg {
    margin-top: 4.4px;
  }
  .itemContainer ul.nav-tabs.option02 {
    flex-wrap: nowrap;
  }
  .itemContainer ul.nav-tabs.option02 li a {
    padding: 5px 6px;
    font-size: 0.9rem;
  }
}
.animate {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#frmfilters .mat-form-field-infix {
  border-top: 0.6em solid transparent;
}
.mat-form-field {
  width: 100%;
  height: 25px;
}
.mat-form-field .mat-form-field-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.mat-form-field .mat-select-arrow {
  position: relative;
  top: 0.4rem;
  margin: 0;
}
.mat-form-field .mat-form-field-infix {
  padding: 0;
}
.mat-form-field .mat-form-field-infix label {
  padding: 0 0 0 3px !important;
}
.mat-form-field .mat-form-field-infix .form-control {
  border-color: #c2c2c2;
  background: #fff;
  font-size: 1rem;
  color: #474747;
  padding: 0.18rem 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mat-form-field .mat-form-field-infix .form-control:disabled {
  background: #f6f6f6;
}


.md-form-field {
  width: 100%;
  height: 25px;
}
.md-form-field .md-form-field-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.md-form-field .md-select-arrow {
  position: relative;
  top: 0.4rem;
  margin: 0;
}
.md-form-field .md-form-field-infix {
  padding: 0;
}
.md-form-field .md-form-field-infix label {
  padding: 0 0 0 3px !important;
}
.md-form-field .md-form-field-infix .form-control {
  border-color: #c2c2c2;
  background: #fff;
  font-size: 1rem;
  color: #474747;
  padding: 0.18rem 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.md-form-field .md-form-field-infix .form-control:disabled {
  background: #f6f6f6;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  background: #fff;
  height: 25px;
  top: 0;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--primary-color600);
}
.mat-form-field-appearance-outline .mat-form-field-outline,
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #c2c2c2;
}
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-start {
  border-radius: 0.25rem 0 0 0.25rem !important;
  border-width: 1px !important;
}
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-end {
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border-width: 1px !important;
}
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-gap {
  border-width: 1px !important;
}
.mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0.25rem 0 0 0.25rem !important;
  border-width: 1px !important;
}
.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border-width: 1px !important;
}
.mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border-width: 1px !important;
}
.itemContainer .mks-tabs-content {
  border: 1px solid #e4e4e4;
  box-shadow: none;
  top: 0;
  font-size: 1.2rem;
  background-color: #fff;
}
.itemContainer .mks-tabs-content .report-head {
  font-size: 1.3rem;
  color: #007bff;
  margin-bottom: 1rem;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.itemContainer .mks-tabs-content ul li a {
  color: #007bff;
  display: block;
  padding: 0.2rem 0;
}
.itemContainer .mks-tabs-content.r-tab-cont {
  height: calc(100% - 78px);
  overflow: auto;
}
.itemContainer .mks-tabs .nav-link {
  padding: 0.7rem 0;
  font-size: 1.2rem;
  font-family: RobotoFont-medium, Arial, Helvetica, sans-serif;
}
.itemContainer .mks-tabs.nav-tabs {
  border-bottom-color: #e5e5e5;
}
.itemContainer .mks-tabs.nav-tabs .nav-item {
  margin-right: 2rem;
}
.itemContainer .mks-tabs.nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: 2px solid var(--primary-color600);
  color: var(--primary-color600);
}
.itemContainer .mks-tabs.nav-tabs .nav-link {
  border: none;
  color: #585d67;
  display: block;
  position: relative;
  box-shadow: none;
}
.itemContainer .mks-tabs.nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  content: "";
  display: block;
  background: var(--primary-color600);
  transition: 0.3s;
}
.itemContainer .mks-tabs.nav-tabs .nav-link.active {
  position: relative;
  background: none !important;
  border: none;
  color: var(--primary-color600) !important;
}
.itemContainer .mks-tabs.nav-tabs .nav-link.active:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  display: block;
  background: var(--primary-color600);
}
.itemContainer .mks-tabs.nav-tabs .nav-link:hover {
  color: var(--primary-color600) !important;
  background: none !important;
  border: none;
}
.graph-header {
  min-height: 65px;
  border-bottom: 2px solid #e4e4e4;
}
.create-new,
pdvs-autocomplete ngb-typeahead-window.dropdown-menu.show {
  width: 100% !important;
}
.create-new,
pdvs-autocomplete ul.dropdown-menu {
  width: 100% !important;
}
.create-new {
  position: absolute;
  bottom: -228px;
  background: #fff;
  display: block;
  padding: 6px;
  z-index: 99999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  min-width: 180px;
}
#btnsubscribe:hover {
  text-decoration: none;
  background: #059c32;
  color: #fff;
  border-color: #059c32;
}
#txttrialcaption {
  color: #fff;
}
.arrow-btm {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  padding-left: 5px;
}
.arrow-btm:after,
.arrow-btm:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 11px;
  display: inline-block;
  width: 5px;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000;
  z-index: 1;
}
.arrow-btm:before {
  top: 9px;
  border-top: 5px solid #fff;
  z-index: 2;
}
.disabled-tab {
  pointer-events: none;
  opacity: 0.5;
  display: block;
  background: #ccc;
}
.ck-editor__editable {
  height: 200px;
}
.editor .ck-editor__editable_inline {
  min-height: 100% !important;
}
.editor .ck.ck-editor {
  height: 100%;
}
.editor .ck.ck-editor__main {
  height: calc(100% - 48px);
}
.plBtnRight {
  position: absolute;
  right: -28px;
}
.fb-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: var(--primary-color600);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  padding-top: 10px;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.3);
  border: 4px solid var(--primary-color500);
  -webkit-animation: animbg 1s linear 1s infinite alternate;
  animation: animbg 1s linear 1s infinite alternate;
  -moz-animation: animbg 1s linear 1s infinite alternate;
}
.fb-btn a {
  display: inline-block;
}
.fb-btn svg {
  fill: #fff;
  -webkit-animation: animfirst 1s linear 1s infinite alternate;
  animation: animfirst 1s linear 1s infinite alternate;
  -moz-animation: animfirst 1s linear 1s infinite alternate;
  transform: rotate3d(0, 0, 0, 0);
}
@-webkit-keyframes animfirst {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }
  25% {
    transform: rotateY(45deg);
  }
  75% {
    transform: rotateY(135deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
@keyframes animfirst {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }
  25% {
    transform: rotateY(45deg);
  }
  75% {
    transform: rotateY(135deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes animbg {
  0% {
    background: var(--primary-color600);
  }
  to {
    background: var(--primary-color900);
    border: 4px solid var(--primary-color800);
  }
}
@keyframes animbg {
  0% {
    background: var(--primary-color600);
  }
  to {
    background: var(--primary-color900);
    border: 4px solid var(--primary-color800);
  }
}
notifier-container ul {
  margin-bottom: 0;
}
.yt-card .yt-tut-icn svg {
  transform: scale(3);
}
.example-container {
  width: 100%;
  max-width: 100%;
  margin: 0 25px 25px 0;
  display: inline-block;
  vertical-align: top;
}
.example-list {
  border: 1px solid #ccc;
  min-height: 60px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.example-box-List {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: #fff;
  font-size: 14px;
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.example-box:last-child {
  border: none;
}
.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.example-box {
  padding: 0 5px;
  height: auto;
  cursor: move;
  display: inline-flex;
  background: #fff;
  position: absolute;
  z-index: 100;
  -o-object-fit: cover;
  object-fit: cover;
}
.example-box:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.example-boundary {
  width: 97%;
  height: 97%;
  border: 2px dotted #ccc;
  position: relative;
}
.mat-dialog-actions {
  margin-bottom: 0 !important;
}


.md-datepicker-triangle-button.md-button.md-icon-button {
    display: none !important;
}
.md-datepicker-input-container {
    border-bottom-style: none !important;
}

.md-datepicker-input-container {
    height: 18px !important;
    width: 90px !important;
    margin-left: 0px !important;
    vertical-align: -webkit-baseline-middle !important;
}

.md-datepicker-input {
  min-width: 90px !important;
  max-width: 90px !important;
  padding: 0 !important;
  font-size: 13px !important;
}

.md-button.md-icon-button {
    display: none !important;
}

.md-datepicker-calendar-pane
{
	z-index: 100000 !important;
}

.loader-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    z-index: 500000000;
}

.loader{
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 4px solid;
    border-color: #fff #fff transparent;
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    border-radius: 50%;
}

.modal .custom-modal-form {
  margin-block-end: 0em !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.ag-theme-balham .ag-floating-bottom .ag-floating-bottom-viewport .ag-floating-bottom-container .ag-cell-value {
    background: #dee8f4;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: RobotoFont-bold, Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #000;
}
.ag-pinned-left-floating-bottom div {
    background: #dee8f3;
}