@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #047ABA;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #EEAE1A;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #047ABA;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #EEAE1A;
  --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, 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;
}

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

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

@-ms-viewport {
  width: device-width;
}

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, 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: #FFFFFF;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #047ABA;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #02496f;
  text-decoration: underline;
}

pre,
code,
kbd,
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 {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  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: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.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-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  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 .table {
  background-color: #FFFFFF;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b9daec;
}

.table-hover .table-primary:hover {
  background-color: #a5cfe7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5cfe7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fae8bf;
}

.table-hover .table-warning:hover {
  background-color: #f8e0a7;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f8e0a7;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.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: #FFFFFF;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #43bafb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 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: #FFFFFF;
  background-color: #047ABA;
  border-color: #047ABA;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #036195;
  border-color: #035988;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #047ABA;
  border-color: #047ABA;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #035988;
  border-color: #03517c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #EEAE1A;
  border-color: #EEAE1A;
}

.btn-warning:hover {
  color: #212529;
  background-color: #d29710;
  border-color: #c68f0f;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #EEAE1A;
  border-color: #EEAE1A;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c68f0f;
  border-color: #ba860e;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #047ABA;
  background-color: transparent;
  background-image: none;
  border-color: #047ABA;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #047ABA;
  border-color: #047ABA;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #047ABA;
  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: #FFFFFF;
  background-color: #047ABA;
  border-color: #047ABA;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #EEAE1A;
  background-color: transparent;
  background-image: none;
  border-color: #EEAE1A;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #EEAE1A;
  border-color: #EEAE1A;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #EEAE1A;
  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: #EEAE1A;
  border-color: #EEAE1A;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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: #FFFFFF;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #047ABA;
  background-color: transparent;
}

.btn-link:hover {
  color: #02496f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #047ABA;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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 input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #047ABA;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #74ccfc;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #047ABA;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #047ABA;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 122, 186, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(4, 122, 186, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #047ABA;
}

.custom-radio .custom-control-input:checked ~ .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='%23FFFFFF'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 122, 186, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #43bafb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 186, 251, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 186, 251, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #43bafb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #43bafb;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #047ABA;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #74ccfc;
}

.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: #047ABA;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #74ccfc;
}

.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: #047ABA;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #74ccfc;
}

.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 {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}

.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: #FFFFFF;
  background-color: #047ABA;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #FFFFFF;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.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-header + .list-group .list-group-item:first-child {
  border-top: 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-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #047ABA;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #02496f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(4, 122, 186, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 1;
  color: #FFFFFF;
  background-color: #047ABA;
  border-color: #047ABA;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  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;
}

.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: #FFFFFF;
  background-color: #047ABA;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #035988;
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #FFFFFF;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #EEAE1A;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c68f0f;
}

.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1d2124;
}

.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;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #023f61;
  background-color: #cde4f1;
  border-color: #b9daec;
}

.alert-primary hr {
  border-top-color: #a5cfe7;
}

.alert-primary .alert-link {
  color: #011f2f;
}

.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: #7c5a0e;
  background-color: #fcefd1;
  border-color: #fae8bf;
}

.alert-warning hr {
  border-top-color: #f8e0a7;
}

.alert-warning .alert-link {
  color: #4e3909;
}

.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 {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #047ABA;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #FFFFFF;
}

.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #047ABA;
  border-color: #047ABA;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #023f61;
  background-color: #b9daec;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #023f61;
  background-color: #a5cfe7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #023f61;
  border-color: #023f61;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #7c5a0e;
  background-color: #fae8bf;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7c5a0e;
  background-color: #f8e0a7;
}

.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7c5a0e;
  border-color: #7c5a0e;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #FFFFFF;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="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-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #FFFFFF;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

.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: #047ABA !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #035988 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #EEAE1A !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c68f0f !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #FFFFFF !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: #047ABA !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #EEAE1A !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 iframe,
.embed-responsive embed,
.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.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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;
  }
}

.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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@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;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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-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-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-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-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-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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #047ABA !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #035988 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #EEAE1A !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c68f0f !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loadingDots {
  50% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loadingDots {
  50% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.d {
  -webkit-animation: loadingDots 1.5s ease-out infinite;
          animation: loadingDots 1.5s ease-out infinite;
}

.d-2 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.d-3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes SlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes SlideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

aside.main-aside .menu ul > li:nth-child(1) {
  -webkit-animation: SlideRight 0.5s ease 0.1s;
          animation: SlideRight 0.5s ease 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(2) {
  -webkit-animation: SlideRight 0.5s ease 0.2s;
          animation: SlideRight 0.5s ease 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(3) {
  -webkit-animation: SlideRight 0.5s ease 0.3s;
          animation: SlideRight 0.5s ease 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(4) {
  -webkit-animation: SlideRight 0.5s ease 0.4s;
          animation: SlideRight 0.5s ease 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(5) {
  -webkit-animation: SlideRight 0.5s ease 0.5s;
          animation: SlideRight 0.5s ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(6) {
  -webkit-animation: SlideRight 0.5s ease 0.6s;
          animation: SlideRight 0.5s ease 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(7) {
  -webkit-animation: SlideRight 0.5s ease 0.7s;
          animation: SlideRight 0.5s ease 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(8) {
  -webkit-animation: SlideRight 0.5s ease 0.8s;
          animation: SlideRight 0.5s ease 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(9) {
  -webkit-animation: SlideRight 0.5s ease 0.9s;
          animation: SlideRight 0.5s ease 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(10) {
  -webkit-animation: SlideRight 0.5s ease 1s;
          animation: SlideRight 0.5s ease 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes anim {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
}

@keyframes anim {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
}

.row-view {
  -webkit-animation: anim 0.5s ease;
          animation: anim 0.5s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.table tr {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: anim 0.5s ease;
          animation: anim 0.5s ease;
}

.table tr:nth-child(1) {
  -webkit-animation: anim 0.5s ease;
          animation: anim 0.5s ease;
}

.table tr:nth-child(2) {
  -webkit-animation: anim 1s ease;
          animation: anim 1s ease;
}

.table tr:nth-child(3) {
  -webkit-animation: anim 1.5s ease;
          animation: anim 1.5s ease;
}

.table tr:nth-child(4) {
  -webkit-animation: anim 2s ease;
          animation: anim 2s ease;
}

.table tr:nth-child(5) {
  -webkit-animation: anim 2.5s ease;
          animation: anim 2.5s ease;
}

.table tr:nth-child(6) {
  -webkit-animation: anim 3s ease;
          animation: anim 3s ease;
}

.table tr:nth-child(7) {
  -webkit-animation: anim 3.5s ease;
          animation: anim 3.5s ease;
}

.table tr:nth-child(8) {
  -webkit-animation: anim 4s ease;
          animation: anim 4s ease;
}

.table tr:nth-child(9) {
  -webkit-animation: anim 4.5s ease;
          animation: anim 4.5s ease;
}

.table tr:nth-child(10) {
  -webkit-animation: anim 5s ease;
          animation: anim 5s ease;
}

.table tr:nth-child(11) {
  -webkit-animation: anim 5.5s ease;
          animation: anim 5.5s ease;
}

.table tr:nth-child(12) {
  -webkit-animation: anim 6s ease;
          animation: anim 6s ease;
}

.table tr:nth-child(13) {
  -webkit-animation: anim 6.5s ease;
          animation: anim 6.5s ease;
}

.table tr:nth-child(14) {
  -webkit-animation: anim 7s ease;
          animation: anim 7s ease;
}

.table tr:nth-child(15) {
  -webkit-animation: anim 7.5s ease;
          animation: anim 7.5s ease;
}

.table tr:nth-child(16) {
  -webkit-animation: anim 8s ease;
          animation: anim 8s ease;
}

.table tr:nth-child(17) {
  -webkit-animation: anim 8.5s ease;
          animation: anim 8.5s ease;
}

.table tr:nth-child(18) {
  -webkit-animation: anim 9s ease;
          animation: anim 9s ease;
}

.table tr:nth-child(19) {
  -webkit-animation: anim 9.5s ease;
          animation: anim 9.5s ease;
}

.table tr:nth-child(20) {
  -webkit-animation: anim 10s ease;
          animation: anim 10s ease;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

.swing {
  -webkit-animation: swing ease-in-out 0.2s infinite alternate;
          animation: swing ease-in-out 0.2s infinite alternate;
  -webkit-transform-origin: center -20px;
          transform-origin: center -20px;
}

.modal-open .modal {
  opacity: 1;
}

.custom-Modal .form-elements {
  padding: 1.81818rem;
}

.custom-Modal .btn {
  margin-top: 0.90909rem;
  margin-bottom: 0.60606rem;
}

.custom-Modal .modal-content {
  -webkit-box-shadow: 0rem 0.30303rem 2.42424rem rgba(0, 32, 72, 0.1);
          box-shadow: 0rem 0.30303rem 2.42424rem rgba(0, 32, 72, 0.1);
  border-width: 0rem;
  border-radius: 0.60606rem;
}

.custom-Modal .modal-header {
  padding: 1.81818rem;
  background-color: #EFF6F9;
  border-radius: 0.60606rem 0.60606rem 0rem 0rem;
  border-width: 0rem;
  color: #333333;
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
}

.custom-Modal .modal-header span {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  margin-left: 0.60606rem;
}

.custom-Modal .modal-header.bg-white {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
}

.custom-Modal .modal-header.pop-head-1, .custom-Modal .modal-header.pop-head-2, .custom-Modal .modal-header.pop-head-3 {
  height: 15.15152rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-Modal .modal-header.pop-head-1 > .close, .custom-Modal .modal-header.pop-head-2 > .close, .custom-Modal .modal-header.pop-head-3 > .close {
  position: absolute;
  right: 1.81818rem;
  top: 1.81818rem;
}

.custom-Modal .modal-header.pop-head-1 {
  background-image: url(../../images/doc-pop-1.jpg);
}

.custom-Modal .modal-header.pop-head-2 {
  background-image: url(../../images/doc-pop-2.jpg);
}

.custom-Modal .modal-header.pop-head-3 {
  background-image: url(../../images/doc-pop-3.jpg);
}

.custom-Modal .modal-header + .text-center .modal-body {
  padding-top: 3.0303rem;
}

.custom-Modal .modal-header + .text-center .modal-body .footer-modal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-Modal .modal-body {
  padding: 1.81818rem;
}

.custom-Modal .modal-body > p {
  font-size: 1.09091rem;
  line-height: 1.69697rem;
}

.custom-Modal .modal-body > h6 {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 600;
  margin: 0 0 1.51515rem;
}

.custom-Modal .head-info {
  padding: 0.60606rem;
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
  background-color: #F5FBFE;
}

.custom-Modal .head-info span {
  font-weight: 400;
  color: #999999;
}

.custom-Modal .close {
  opacity: 1;
}

.custom-Modal .close svg {
  height: 0.84848rem;
}

.custom-Modal .footer-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.custom-Modal .footer-modal .btn {
  min-width: 9.09091rem;
  height: 3.0303rem;
}

.custom-Modal .footer-modal .btn.btn-primary {
  width: auto;
  margin-left: 1.51515rem;
}

.custom-Modal .footer-modal .btn.btn-primary.w-100 {
  margin-left: 0rem;
}

.custom-Modal .footer-modal .btn.discard-btn {
  background-color: #FFFFFF;
  color: #788DA5;
  min-width: auto;
}

@media (min-width: 576px) {
  .custom-Modal.modal-small .modal-dialog, .custom-Modal#EditUser .modal-dialog, .custom-Modal#createNewUser .modal-dialog {
    max-width: 30.90909rem;
  }
}

@media (min-width: 576px) {
  .custom-Modal.modal-med .modal-dialog, .custom-Modal.membership-modal .modal-dialog {
    max-width: 36.36364rem;
  }
}

@media (min-width: 576px) {
  .custom-Modal.modal-larg .modal-dialog {
    max-width: 45.45455rem;
  }
}

@media (min-width: 576px) {
  .custom-Modal.modal-xlarg .modal-dialog, .custom-Modal.committee-modal .modal-dialog {
    max-width: 57.57576rem;
  }
}

.membership-modal .selected-list, .committee-modal .selected-list {
  margin: 0 -1.81818rem 1.21212rem;
}

.membership-modal .modal-content > p {
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  margin: 0;
}

.membership-modal .modal-content .probation-label,
.membership-modal .modal-content .tree-view {
  display: none;
}

.membership-modal#EditMembers .items-list {
  max-height: 50vh;
  padding: 0;
}

.new-role-modal .accordion-default .item .item-head {
  padding: 1.21212rem 1.81818rem;
  border: 0;
  border-radius: 0;
}

.new-role-modal .accordion-default .item .item-head h5 {
  color: #6C9BB4;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
}

.new-role-modal .accordion-default .item .item-body {
  padding: 1.81818rem;
}

.search-with-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.search-with-filter .modal-body {
  min-width: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.search-with-filter .modal-body > form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-with-filter .modal-body > form .footer-modal {
  margin-top: auto;
}

.search-with-filter .modal-body .footer-modal .btn {
  margin-bottom: 0;
}

.search-with-filter.active .modal-body {
  min-width: calc(100% - 20.30303rem);
}

.search-with-filter .filter-container {
  position: relative;
  z-index: 1;
  min-width: 20.30303rem;
  border-bottom-right-radius: 0.60606rem;
  -webkit-box-shadow: -0.30303rem 0 2.42424rem rgba(0, 32, 72, 0.1);
          box-shadow: -0.30303rem 0 2.42424rem rgba(0, 32, 72, 0.1);
  background-color: #FFFFFF;
  overflow: auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-with-filter .filter-container .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.51515rem 1.21212rem;
}

.search-with-filter .filter-container .filter-header > h5 {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  color: #788DA5;
  font-weight: 400;
  margin: 0;
}

.search-with-filter .filter-container .apply-filter {
  margin-top: 1.81818rem;
  margin-top: auto;
  padding: 0.90909rem 1.81818rem;
  background-color: #F6F9FE;
  -webkit-box-shadow: 0 -2px 0 #E8F1F5;
          box-shadow: 0 -2px 0 #E8F1F5;
}

.search-with-filter .filter-container .apply-filter .btn {
  margin: 0;
  width: 100%;
}

.forms-modal .search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.51515rem;
}

.forms-modal .search-filter .form-group {
  min-width: 60%;
  margin: 0;
}

.forms-modal .search-filter .filter-btn {
  margin: 0;
}

.forms-modal .selected-list {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 -1.81818rem 2.42424rem;
  background-color: #EFF6F9;
}

.forms-modal .selected-list .title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.60606rem 0;
  -webkit-transition: padding ease 0.2s;
  transition: padding ease 0.2s;
}

.forms-modal .selected-list .items-list {
  max-height: 15.45455rem;
}

.forms-modal .selected-list.active .title {
  padding-bottom: 0;
}

.forms-modal .selected-list.active .toggle-btn img:first-child {
  display: none;
}

.forms-modal .selected-list.active .toggle-btn img:last-child {
  display: block;
}

.forms-modal .selected-list .selected-accord {
  display: none;
  padding: 0.42424rem 0;
}

.forms-modal .search-with-filter .modal-body {
  position: relative;
  z-index: 2;
  background-color: #F5FBFE;
}

.forms-modal .search-with-filter.active .modal-body {
  padding-right: 1.21212rem !important;
  z-index: 0;
}

.forms-modal .search-with-filter.active .search-filter .form-group {
  min-width: 100%;
}

.forms-modal .search-with-filter .items-list > ul, .forms-modal .search-with-filter .items-list > div > ul {
  max-height: 26.06061rem;
  overflow: auto;
}

.forms-modal .search-with-filter .tab-content {
  max-height: 20rem;
  overflow: auto;
}

.stepper-container {
  margin-bottom: 3.0303rem;
}

.stepper .step {
  background-color: #F5FBFE;
  border-bottom: 1px solid rgba(160, 190, 206, 0.6);
}

.stepper .step.active .step-title {
  border: 0;
  background-color: transparent;
}

.stepper .step.active .step-title:before {
  display: none;
}

.stepper .step.active .step-content {
  display: block;
}

.stepper .step.done .step-title:before {
  background-color: #047ABA;
}

.stepper .step:not(.done) .step-title:before {
  height: calc(100% + 2px);
  top: -1px;
}

.stepper .step:first-child .step-title {
  border-top: 0;
}

.stepper .step .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.90909rem 1.81818rem;
  background-color: #F1F5F8;
  position: relative;
  cursor: pointer;
}

.stepper .step .step-title:before {
  content: "";
  width: 0.30303rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #A0BECE;
}

.stepper .step .step-title .step-count {
  width: 2.42424rem;
  height: 2.42424rem;
  margin-right: 0.90909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #A0BECE;
  border-radius: 50%;
}

.stepper .step .step-title h4 {
  color: #6C9BB4;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
}

.stepper .step .step-content {
  display: none;
  padding: 1.21212rem 1.81818rem;
}

.stepper .step .step-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.stepper .step .step-btn .btn:not(.btn-primary) {
  color: #788DA5;
  border-radius: 25px;
  background-color: #EEF7FC;
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  padding: 0.72727rem 1.81818rem;
  text-transform: capitalize;
}

.stepper .step .step-btn .btn:not(.btn-primary) + .btn {
  margin-left: 1.21212rem;
}

.stepper .step .step-btn .btn:not(.btn-primary):hover {
  color: #047ABA;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.tree-view > .title {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.90909rem;
}

.tree-view .tree-list, .tree-view .tree-custom {
  border-radius: 0.36364rem;
  border: 1px solid rgba(160, 190, 206, 0.5);
  background-color: #FFFFFF;
}

.tree-view .tree-list > ul li > div, .tree-view .tree-custom > ul li > div {
  cursor: pointer;
  padding: 0.60606rem 0.90909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.63636rem;
}

.tree-view .tree-list > ul li > div .arrow, .tree-view .tree-custom > ul li > div .arrow {
  margin-right: 0.90909rem;
}

.tree-view .tree-list > ul li > div .arrow img, .tree-view .tree-custom > ul li > div .arrow img {
  height: 0.84848rem;
}

.tree-view .tree-list > ul li > div .custom-check, .tree-view .tree-custom > ul li > div .custom-check {
  margin-right: 0.60606rem;
}

.tree-view .tree-list > ul li > div .custom-check input, .tree-view .tree-custom > ul li > div .custom-check input {
  display: block;
  width: 1.09091rem;
  height: 1.09091rem;
  cursor: pointer;
}

.tree-view .tree-list > ul li > div label:not(.switch), .tree-view .tree-custom > ul li > div label:not(.switch) {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}

.tree-view .tree-list > ul li > div label.custom-control-label, .tree-view .tree-custom > ul li > div label.custom-control-label {
  overflow: initial;
}

.tree-view .tree-list > ul li > div .switch, .tree-view .tree-custom > ul li > div .switch {
  margin-right: 0.60606rem;
}

.tree-view .tree-list > ul li > div .datepicker, .tree-view .tree-custom > ul li > div .datepicker {
  padding: 0.60606rem 0.90909rem;
  padding-left: 2.42424rem;
  height: 2.42424rem;
  width: 9.69697rem;
  background-image: url(../../images/icons/date-picker-icon.svg);
  background-repeat: no-repeat;
  background-size: 0.84848rem;
  background-position: left 0.90909rem center;
}

.tree-view .tree-list > ul li > div .datepicker:disabled, .tree-view .tree-custom > ul li > div .datepicker:disabled {
  display: none;
}

.tree-view .tree-list > ul li.active > div .arrow img, .tree-view .tree-custom > ul li.active > div .arrow img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tree-view .tree-list > ul li.active > ul, .tree-view .tree-custom > ul li.active > ul {
  display: block;
}

.tree-view .tree-list > ul li ul, .tree-view .tree-custom > ul li ul {
  padding-left: 2.42424rem;
  display: none;
}

.tree-view .tree-list > ul li.no-child .arrow, .tree-view .tree-custom > ul li.no-child .arrow {
  opacity: 0;
}

.tree-view .tree-list > ul > li.active > div, .tree-view .tree-custom > ul > li.active > div {
  background-color: #E4EEF2;
}

.tree-view .tree-list > ul > li > ul > li.active > div, .tree-view .tree-custom > ul > li > ul > li.active > div {
  background-color: #EFF6F9;
}

.tree-view .tree-list > ul > li > ul > li ul > li.active > div, .tree-view .tree-custom > ul > li > ul > li ul > li.active > div {
  background-color: #F5FBFE;
}

.treeview ul {
  list-style: none;
}

.treeview ul li {
  padding-top: 2.42424rem;
  padding-left: 3.0303rem;
  position: relative;
}

.treeview ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px dashed #BBBBBB;
  width: 1px;
  height: 100%;
}

.treeview ul li:after {
  content: "";
  position: absolute;
  border-top: 2px dashed #BBBBBB;
  top: 3.63636rem;
  left: 0;
  width: 3.0303rem;
}

.treeview ul li:last-child:before {
  top: 0;
  height: 3.63636rem;
}

.treeview > ul > li {
  padding-left: 1.21212rem;
}

.treeview > ul > li:after, .treeview > ul > li:last-child:before {
  content: unset;
}

.treeview > ul > li:before {
  top: 2.42424rem;
  left: 1.21212rem;
  height: calc(100% - 3.63636rem);
}

.treeview > ul > li:not(:last-child) > ul > li:before {
  content: unset;
}

.treeview > ul > li > .treeview__level > div:before {
  background-color: #EEAE1A;
}

.treeview > ul > li > ul > li .treeview__level > div:before {
  background-color: #047ABA;
}

.treeview > ul > li > ul > li > ul > li .treeview__level > div:before {
  background-color: #788DA5;
}

.treeview > ul > li > ul > li > ul > li > ul > li .treeview__level > div:before {
  background-color: #6C9BB4;
}

.treeview > ul > li > ul > li > ul > li > ul > li > ul > li .treeview__level > div:before {
  background-color: #A0BECE;
}

.treeview__level {
  position: relative;
  z-index: 1;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  display: inline-block;
  font-weight: 500;
}

.treeview__level > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.90909rem;
  margin-left: -1.21212rem;
}

.treeview__level > div:before {
  content: attr(data-level);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.42424rem;
  width: 2.42424rem;
  min-width: 2.42424rem;
  border-radius: 50%;
  border: 4px solid #E8F1F5;
  background-color: #047ABA;
  color: #fff;
  font-size: 0.9697rem;
  line-height: 1.57576rem;
  margin-right: 0.60606rem;
}

.treeview__level-btns {
  margin-left: 1.51515rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.treeview__level-btns .date {
  border-radius: 1.81818rem;
  font-size: 0.9697rem;
  line-height: 1.81818rem;
  font-weight: 500;
  padding: 0.30303rem 1.21212rem;
  background-color: #E8F1F5;
  color: #333333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.treeview__level .btn-actions .radioBtns {
  padding: 0.60606rem 0.90909rem;
  background-color: #E8F1F5;
}

.treeview__level .btn-actions .radioBtns label {
  margin: 0;
}

.treeview__level .btn-actions .btn-outline {
  border: 0.12121rem solid rgba(160, 190, 206, 0.1);
  background-color: #E8F1F5;
}

.treeview__level .level-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.treeview__level .level-text {
  border: 0;
  min-width: 15vw;
  height: 3.63636rem;
  outline: none;
  padding: 0;
  background: transparent;
  display: none;
}

.treeview__level .level-type, .treeview__level .level-cancel, .treeview__level .level-save {
  display: none;
}

.treeview__level .level-new-btns {
  display: none;
  margin-left: 0.30303rem;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.treeview__level .level-new-btns .btn {
  margin-left: 0.30303rem;
}

.treeview__level .level-new-btns .btn + .btn {
  margin-top: 0.30303rem;
}

.treeview__level.selected .level-new-btns, .treeview__level.selected .level-cancel {
  display: block;
}

.treeview__level.selected .level-add {
  display: none;
}

.treeview__level.editMode > div {
  background-color: #EFF6F9;
  border-color: #047ABA !important;
}

.treeview__level.editMode .level-text, .treeview__level.editMode .level-type, .treeview__level.editMode .level-cancel, .treeview__level.editMode .level-save {
  display: block;
}

.treeview__level.editMode .level-title, .treeview__level.editMode .level-edit, .treeview__level.editMode .level-remove, .treeview__level.editMode .level-add, .treeview__level.editMode .level-new-btns {
  display: none;
}

html[lang=en] .lang-btn[data-lang=ar] {
  display: block;
}

html[lang=en] .lang-btn[data-lang=en] {
  display: none;
}

html[lang=ar] .lang-btn[data-lang=en] {
  display: block;
}

html[lang=ar] .lang-btn[data-lang=ar] {
  display: none;
}

html {
  font-size: 0.9697rem;
}

@media (max-width: 1600px) {
  html {
    font-size: 0.84848rem;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.78788rem;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 0.72727rem;
  }
}

@media (max-width: 580px) {
  html {
    font-size: 0.66667rem;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-family: "Poppins", sans-serif;
  background-color: #F5FBFE;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background-color: rgba(4, 122, 186, 0.26);
}

::-webkit-scrollbar-thumb {
  background-color: #00468e;
  border-radius: 0.30303rem;
}

a,
.btn {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a {
  color: #047ABA;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #00468e;
}

h1,
h2,
h3,
h4,
p {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button:focus,
a:focus {
  outline: none;
}

.lg-outer {
  direction: ltr;
}

.preloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
  color: #4990E1;
  text-transform: uppercase;
  font-size: 50px;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background: #FFFFFF;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EEF7FC;
  border-radius: 25px;
  overflow: auto;
  -webkit-box-shadow: 0 2px 5px rgba(23, 105, 159, 0.1);
          box-shadow: 0 2px 5px rgba(23, 105, 159, 0.1);
}

.tabs ul li.nav-item {
  margin: 0;
}

.tabs ul li a {
  padding: 0.84848rem 1.81818rem;
  border-radius: 25px;
  color: #6C9BB4;
  display: block;
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  font-weight: 500;
  white-space: nowrap;
}

.tabs ul li a:hover {
  color: #047ABA;
}

.tabs ul li a.active {
  color: #FFFFFF;
  background-color: #047ABA;
}

.tabs + .tab-content {
  margin-top: 1.81818rem;
}

.badge {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
  border-radius: 0.30303rem;
  padding: 0.18182rem 0.90909rem;
  border: 1px solid;
  white-space: inherit;
}

.badge.badge-pill {
  padding: 0.30303rem 1.21212rem;
  border-radius: 1.51515rem;
  border-color: #A0BECE;
  color: #788DA5;
}

.badge.badge-primary {
  border-color: rgba(120, 141, 165, 0.1);
  background-color: #E8F1F5;
  color: #788DA5;
}

.badge.badge-success {
  border-color: rgba(187, 205, 184, 0.3);
  background-color: #D9EED5;
  color: #3B6D31;
}

.badge.badge-warning {
  border-color: rgba(238, 174, 26, 0.3);
  background-color: #FCF6E9;
  color: #D89A0A;
}

.badge.badge-danger {
  border-color: rgba(217, 193, 191, 0.3);
  background-color: #FBE0DD;
  color: #8B3E35;
}

.badge.badge-blue {
  border-color: #D1E0F5;
  background-color: #EEF5FF;
  color: #5C9AF8;
}

.badge.badge-curious-blue {
  border-color: #D4E9EF;
  background-color: #E8FAFF;
  color: #2BA7C8;
}

.badge.badge-red {
  border-color: #FFD9D8;
  background-color: #FFEBEB;
  color: #F45653;
}

.badge.badge-green {
  border-color: #DDF8D7;
  background-color: #EDFFE9;
  color: #63C44E;
}

.badge.badge-orange {
  border-color: #F6E3C4;
  background-color: #FFF3DF;
  color: #EB9707;
}

.badge.badge-waikawa-gray {
  border-color: #E2E7F2;
  background-color: #EFF5FF;
  color: #5A74A1;
}

.badge.badge-yellow {
  border-width: 0px;
  background-color: #F3E9D9;
  color: #666666;
}

.badge .popover-icon img {
  height: 0.9697rem;
}

.badge-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.badge-listing > span {
  margin-right: 0.90909rem;
  margin-bottom: 0.90909rem;
}

.badge-listing > span:last-child {
  margin-right: 0rem;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-primary {
  padding: 0.75758rem 1.45455rem;
  background-color: #047ABA;
  color: #FFFFFF;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-width: 0px;
  height: 3.0303rem;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  background-color: #00468e;
}

.btn.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #047ABA;
}

.btn.btn-grey {
  color: #FFFFFF;
  padding: 0.72727rem 1.21212rem;
  background-color: #A0BECE;
}

.btn.btn-grey:hover, .btn.btn-grey:focus {
  background-color: #92bcd3;
  -webkit-box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
}

.btn.btn-aquaWhite {
  color: #6C9BB4;
  padding: 0.72727rem 1.21212rem;
  background-color: #EFF6F9;
  border: 1px solid rgba(160, 190, 206, 0.5);
}

.btn.btn-aquaWhite:hover, .btn.btn-aquaWhite:focus {
  -webkit-box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
}

.btn.btn-aquaWhite > img, .btn.btn-aquaWhite > svg {
  max-height: 1.33333rem;
}

.btn.btn-blue {
  color: #047ABA;
  padding: 0.72727rem 1.21212rem;
  background-color: transparent;
  border: #047ABA;
  font-weight: 500;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
  -webkit-box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
}

.btn.btn-blue > img, .btn.btn-blue > svg {
  max-height: 1.33333rem;
}

.btn.btn-outline, .sweet-alert .btn.cancel {
  background-color: transparent;
  border: 1px solid #A0BECE;
}

.btn.btn-outline:hover, .sweet-alert .btn.cancel:hover, .btn.btn-outline:focus, .sweet-alert .btn.cancel:focus {
  -webkit-box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
}

.btn.btn-circle {
  width: 2.78788rem;
  height: 2.78788rem;
  border-radius: 50%;
  padding: 0;
}

.btn.btn-circle > img, .btn.btn-circle > svg {
  max-height: 0.9697rem;
}

.btn.btn-circle:hover, .btn.btn-circle:focus {
  -webkit-box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
}

.btn.grey-btn {
  border-width: 0;
  background-color: #E8F1F5;
}

.btn.btn-black {
  border-width: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

.btn.btn-trans {
  background-color: transparent;
}

.btn.btn-trans:hover, .btn.btn-trans:focus {
  -webkit-box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
}

.btn.toggle-btn {
  margin: 0;
  background-color: transparent;
}

.btn.toggle-btn img {
  width: 0.90909rem;
}

.btn.toggle-btn img:last-child {
  display: none;
}

.btn.btn-warning {
  color: #FFFFFF;
}

.btn.btn-transparent {
  cursor: pointer;
  background-color: transparent;
  border-width: 0px;
  outline: 0px;
  padding: 0px;
  margin: 0px;
}

.btn.btn-transparent:focus, .btn.btn-transparent.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn > span, .btn > img {
  vertical-align: middle;
}

.btn > img, .btn > svg {
  max-height: 0.78788rem;
}

.btn img + span, .btn span + img, .btn svg + span, .btn span + svg {
  margin-left: 0.60606rem;
}

.btn.loading {
  background-image: url(../../images/icons/loading.svg);
  background-position: left 0.60606rem center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.42424rem;
}

.btn.filter-btn {
  position: relative;
  padding: 0.75758rem 0.90909rem;
  color: #788DA5;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px rgba(23, 105, 159, 0.1);
          box-shadow: 0 2px 5px rgba(23, 105, 159, 0.1);
}

.btn.filter-btn:hover, .btn.filter-btn.active {
  -webkit-box-shadow: 0 2px 5px rgba(23, 105, 159, 0.4);
          box-shadow: 0 2px 5px rgba(23, 105, 159, 0.4);
}

.btn.filter-btn.active {
  color: #788DA5;
  background-color: #FFFFFF;
}

.btn.filter-btn.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.filter-btn.has-values:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.60606rem;
  height: 0.60606rem;
  border-radius: 50%;
  background-color: #047ABA;
}

.btn.btn-white {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.12121rem 0.12121rem 0.24242rem rgba(0, 32, 72, 0.05);
          box-shadow: 0.12121rem 0.12121rem 0.24242rem rgba(0, 32, 72, 0.05);
  color: #788DA5;
  padding: 0.30303rem 0.90909rem;
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
}

.sweet-overlay {
  z-index: 1050;
}

.sa-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sa-button-container .btn {
  margin: 0 0.30303rem;
}

.sweet-alert {
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.sweet-alert > h2 {
  margin: 0 0 1.21212rem;
}

.sweet-alert > p {
  margin: 0 0 1.21212rem;
}

.sweet-alert .btn {
  padding: 0 1.45455rem;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 500;
  height: 3.0303rem;
  min-width: 6.06061rem;
}

.sweet-alert .btn.cancel {
  border-color: rgba(0, 0, 0, 0.1);
}

.sweet-alert .sa-icon {
  overflow: hidden;
}

.one-card {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0rem 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
          box-shadow: 0rem 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
  border-radius: 0.60606rem;
}

.one-card .card-head {
  padding: 1.81818rem;
}

.one-card .card-head .title {
  padding-right: 0.60606rem;
  color: #333333;
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
}

.one-card .card-head .count {
  color: #999999;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
}

.one-card .card-body {
  padding: 1.21212rem 1.81818rem 1.81818rem;
}

.one-card .table-responsive .table td:first-child {
  width: 60%;
}

.card {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.09091rem solid rgba(160, 190, 206, 0.3);
}

.card .card-body {
  padding: 1.21212rem;
}

.card .card-body .info {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  margin-bottom: 1.21212rem;
  color: #999999;
}

.card .card-body .info span {
  color: #333333;
  margin-left: 0.30303rem;
  font-weight: 500;
}

.card .card-body .card-title {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  margin: 0 0 0.90909rem;
}

.card .card-body .card-text {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
}

.card .card-body > .btn-actions {
  margin-top: 2.12121rem;
}

.image-upload {
  position: relative;
  max-width: 10.90909rem;
  margin: 0px auto;
}

@media (max-width: 500px) {
  .image-upload {
    max-width: 7.27273rem;
  }
}

.image-upload .image-edit {
  position: absolute;
  right: 0.18182rem;
  z-index: 1;
  bottom: 0.18182rem;
  overflow: hidden;
}

.image-upload .image-edit input {
  display: none;
}

.image-upload .image-edit .img-btn {
  display: inline-block;
  height: 2.42424rem;
  width: 2.42424rem;
  margin-bottom: 0;
  border-radius: 50%;
  background-color: #047ABA;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  .image-upload .image-edit .img-btn {
    width: 2.42424rem;
    height: 2.42424rem;
  }
}

.image-upload .image-edit .img-btn:after {
  content: url("../../images/insert-picture-icon.svg");
  position: absolute;
  top: 0.60606rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 100%;
}

.image-upload .image-preview {
  width: 10.90909rem;
  height: 10.90909rem;
  min-height: 10.90909rem;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  .image-upload .image-preview {
    width: 7.27273rem;
    height: 7.27273rem;
    min-height: 7.27273rem;
  }
}

.image-upload .image-preview > span {
  font-size: 3.0303rem;
  font-weight: 500;
}

.image-upload .image-preview > div {
  background-image: url("../../images/User-Photo.png");
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.upload-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.upload-logo > div label {
  color: #666666;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  margin: 0 0 0.30303rem;
  font-weight: 500;
}

.upload-logo > div p {
  color: #AAAAAA;
  font-size: 0.72727rem;
  line-height: 1.09091rem;
}

.upload-logo .image-upload {
  margin: 0;
  margin-right: 1.21212rem;
}

.upload-logo .image-upload .image-preview {
  width: 4.54545rem;
  height: 4.54545rem;
  min-height: 4.54545rem;
  background-color: #A0BECE;
  border-radius: 0.36364rem;
  overflow: hidden;
  border: 1px solid rgba(108, 155, 180, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.upload-logo .image-upload .image-preview > div {
  background-image: url(../../images/icons/insert-picture-icon.svg);
  border-radius: 0;
}

.upload-logo .image-upload .image-preview > div:not(.active) {
  background-size: 2.30303rem;
}

.upload-logo .image-upload .image-edit {
  bottom: -0.50505rem;
  right: -0.75758rem;
}

.upload-logo .image-upload .image-edit input[type=file] {
  min-width: 100%;
  visibility: hidden;
  position: absolute;
  display: block;
}

.upload-logo .image-upload .image-edit .img-btn {
  width: 1.51515rem;
  height: 1.51515rem;
  border: 0.12121rem solid #F5FBFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload-logo .image-upload .image-edit .img-btn:after {
  content: "";
  background-image: url(../../images/icons/plus-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.66667rem;
  height: 0.66667rem;
  position: static;
  margin: auto;
}

.btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.81818rem;
}

.btn-groups .btn {
  margin: 0rem 0.75758rem;
  background-color: #6C9BB4;
  height: 2.72727rem;
  border-radius: 1.39394rem;
  padding: 0.69697rem 1.21212rem;
  margin-bottom: 0.60606rem;
}

.btn-groups .btn svg {
  margin-right: 0.60606rem;
}

.btn-groups .btn.outline-btn {
  background-color: transparent;
  width: 2.78788rem;
  height: 2.78788rem;
  border-radius: 50%;
  padding: 0.78788rem 0.93939rem;
  border: 1px solid #A0BECE;
}

.btn-groups .btn.outline-btn svg {
  margin-right: 0rem;
}

.btn-groups .btn.edit-btn {
  background-color: #A0BECE;
}

.btn-groups .btn.edit-btn:hover {
  background-color: #A0BECE;
}

.btn-groups .btn:hover {
  -webkit-box-shadow: 0rem 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 0.30303rem 0.72727rem rgba(0, 0, 0, 0.15);
  background-color: #6C9BB4;
}

.btn-groups .btn:hover svg path {
  fill: #FFFFFF;
}

.popover-icon {
  display: inline-block;
  margin-left: 0.30303rem;
  cursor: help;
}

.popover-icon img {
  width: 100%;
}

.popover {
  background-color: #788DA5;
  border-radius: 0.60606rem;
}

.popover .popover-header, .popover .arrow {
  display: none;
}

.popover .popover-body {
  padding: 0.90909rem;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 500;
  color: #FFFFFF;
}

.created-time span {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
}

.created-time .txt {
  color: #999999;
}

.created-time .value {
  color: #333333;
}

.no-data {
  text-align: center;
  padding-top: 3.63636rem;
}

@media (max-width: 991px) {
  .no-data {
    margin-bottom: 1.81818rem;
  }
}

.no-data h3 {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
  color: #333333;
  margin-top: 1.81818rem;
}

.no-data p {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #333333;
  margin: auto;
  margin-top: 1.09091rem;
  width: 100%;
}

@media (min-width: 768px) {
  .no-data p {
    width: 50%;
  }
}

@media (min-width: 1660px) {
  .no-data p {
    width: 25%;
  }
}

.no-data .btn.btn-primary {
  margin: auto;
  margin-top: 2.42424rem;
}

.choose-list > div label {
  cursor: pointer;
  color: #6C9BB4;
  padding: 1.51515rem;
  background-color: #EFF6F9;
  border: 0.09091rem solid rgba(160, 190, 206, 0.3);
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  font-weight: 500;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.choose-list > div label:hover {
  border-color: #A0BECE;
}

.choose-list > div label:hover:after {
  border-color: #A0BECE;
}

.choose-list > div label:after {
  content: "";
  width: 1.39394rem;
  height: 1.39394rem;
  border-radius: 50%;
  -webkit-transition: border ease 0.2s;
  transition: border ease 0.2s;
  border: 0.09091rem solid rgba(160, 190, 206, 0.3);
}

.choose-list > div input {
  display: none;
}

.choose-list > div input:checked + label {
  color: #FFFFFF;
  background-color: #047ABA;
}

.choose-list > div input:checked + label:after {
  background-color: #FFFFFF;
  background-image: url(../../images/icons/check-mark.svg);
  background-position: center right 3px;
  background-size: 0.78788rem;
  background-repeat: no-repeat;
}

.choose-list.square-check > div label {
  border-radius: 0.60606rem;
  font-size: 1.09091rem;
  font-weight: 600;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.60606rem;
  padding: 0.60606rem 0.90909rem;
  color: #000000;
  min-height: 4.24242rem;
}

.choose-list.square-check > div label:after {
  margin-right: 0.60606rem;
}

.btn-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-actions .btn {
  min-width: 2.78788rem;
  height: 2.78788rem;
}

.btn-actions .btn + .btn {
  margin: 0.18182rem;
}

.search-control {
  background-image: url(../../images/icons/search-icon.svg);
  background-position: right 0.90909rem center;
  background-repeat: no-repeat;
}

.selected-list {
  padding: 0.90909rem 1.81818rem;
  background-color: #F5FBFE;
}

.selected-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selected-list .title > h5 {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  color: #999999;
  margin: 0;
}

ul.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.30303rem -0.30303rem 0;
}

ul.chips li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(108, 155, 180, 0.5);
  border-radius: 20px;
  padding: 0.30303rem;
  margin: 0.30303rem;
}

ul.chips li .name-image .profile-img-container {
  width: 1.69697rem;
  min-width: 1.69697rem;
  height: 1.69697rem;
  margin-right: 0.30303rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

ul.chips li .name-image .name {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-size: 500;
}

ul.chips li .remove {
  cursor: pointer;
  padding: 0 0.60606rem;
}

ul.chips li .remove img {
  height: 0.42424rem;
}

.items-list {
  overflow: auto;
}

.items-list .no-search {
  padding: 4.84848rem 1.21212rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-list .no-search img {
  margin: auto;
  max-width: 100%;
  max-height: 13.93939rem;
}

.items-list ul li + li .list-item {
  margin-top: 0.60606rem;
}

.items-list ul li > ul {
  padding-left: 2.42424rem;
  padding-right: 1.21212rem;
  display: none;
}

.items-list ul li > ul .profile-img-container {
  border-radius: 0;
}

.items-list ul li > ul .list-item {
  margin-top: 0.30303rem;
}

.items-list ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.60606rem;
  padding: 0.60606rem 0.90909rem;
  background-color: #EFF6F9;
  border: 0.09091rem solid rgba(160, 190, 206, 0.3);
}

.items-list ul .list-item .checkbox-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-list ul .list-item .checkbox-name input[type=checkbox] {
  cursor: pointer;
}

.items-list ul .list-item .checkbox-name .name-image {
  margin-left: 0.60606rem;
}

.items-list ul .list-item .name-image .profile-img-container {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.items-list ul .list-item .remove-btn {
  margin: 0;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.items-list ul .list-item .remove-btn img {
  height: 0.60606rem;
}

.items-list ul .list-item .remove-btn:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.items-list ul .list-item .toggle-btn {
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.items-list ul .list-item .toggle-btn img {
  width: 0.90909rem;
}

.items-list ul .list-item .toggle-btn img:last-child {
  display: none;
}

.items-list ul .list-item .form-control {
  min-width: 10.18182rem;
  height: 2.18182rem;
  padding: 0.24242rem 1.21212rem;
  background-color: transparent;
}

.items-list ul .list-item .form-control:disabled {
  display: none;
}

.items-list ul .list-item.active .toggle-btn img:first-child {
  display: none;
}

.items-list ul .list-item.active .toggle-btn img:last-child {
  display: block;
}

.accordion-default .item + .item {
  margin-top: 1.21212rem;
}

.accordion-default .item .item-head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.60606rem;
  padding: 0.60606rem 0.90909rem;
  background-color: #EFF6F9;
  border: 0.09091rem solid rgba(160, 190, 206, 0.3);
}

.accordion-default .item .item-head .filter-type {
  margin-left: auto;
  color: #047ABA;
  text-align: right;
  font-size: 0.84848rem;
  line-height: 1.09091rem;
}

.accordion-default .item .item-head > h5 {
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  font-weight: 600;
  margin: 0;
}

.accordion-default .item .item-body {
  padding: 1.81818rem;
  padding-left: 3.0303rem;
  padding-right: 3.0303rem;
  display: none;
  border-radius: 0.60606rem;
}

.accordion-default .item.yellow .item-head {
  border: 0.09091rem solid #EEAE1A;
  background-color: #FCF8F2;
}

.accordion-default .item .checkbox-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-default .item .checkbox-name .name-image {
  margin-left: 1.21212rem;
}

.accordion-default .item .name-image .profile-img-container {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-default .item .remove-btn {
  margin: 0;
  background: none;
}

.accordion-default .item .remove-btn img {
  height: 0.60606rem;
}

.accordion-default .item .remove-btn:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.accordion-default .item .toggle-btn {
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-default .item .toggle-btn img {
  width: 0.90909rem;
}

.accordion-default .item .toggle-btn img:last-child {
  display: none;
}

.accordion-default .item.active .toggle-btn img:first-child {
  display: none;
}

.accordion-default .item.active .toggle-btn img:last-child {
  display: block;
}

.accordion-default .item.active:not(.no-active-st) .item-head {
  background-color: #047ABA;
  border-color: transparent;
  border-radius: 0.60606rem 0.60606rem 0 0;
}

.accordion-default .item.active:not(.no-active-st) .item-head > h5 {
  color: #FFFFFF;
}

.accordion-default .item.active .item-body {
  -webkit-box-shadow: 0rem 0.30303rem 0.60606rem rgba(0, 32, 72, 0.08);
          box-shadow: 0rem 0.30303rem 0.60606rem rgba(0, 32, 72, 0.08);
}

.group-title, .items-list .title {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  color: #999999;
  margin: 0 0 0.60606rem;
}

.download-item .btn {
  padding: 0.72727rem 1.51515rem;
  font-size: 0.9697rem;
  color: #6C9BB4;
  border: 0.09091rem solid #6C9BB4;
  font-weight: 500;
  margin: 0;
}

.download-item .btn img {
  max-height: 1.33333rem;
}

.details-items {
  padding: 1.81818rem;
  padding-right: 1.81818rem;
}

.details-items .label-text {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.30303rem;
  display: block;
}

.details-items div.label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.details-items .label-value {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
  display: block;
  word-break: break-word;
}

.img-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-item .img-container {
  width: 2.72727rem;
  height: 2.72727rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
  margin-right: 0.60606rem;
}

.user-item .img-container img {
  height: 100%;
  width: 100%;
}

.user-item .img-info span {
  display: block;
}

.user-item .img-info .name {
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  font-weight: 600;
  color: #333333;
}

.user-item .img-info .userName {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  color: #333333;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-list li span {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
}

.info-list li:first-child {
  padding-right: 0.60606rem;
  border-right: 1px solid rgba(160, 190, 206, 0.4);
}

.info-list li:last-child {
  padding-left: 0.60606rem;
}

.no-data.no-member {
  padding-top: 0rem;
}

.no-data.no-member p {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
  color: #333333;
}

.no-data.no-member img {
  max-width: 100%;
}

.line {
  background-color: rgba(160, 190, 206, 0.3);
  border-radius: 1px;
  height: 1px;
  margin-bottom: 2.42424rem;
}

.customDropdown .download-dropDown {
  position: relative;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.63636rem;
  width: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1.5px solid #6C9BB4;
  padding: 0.72727rem 1.0303rem 0.72727rem 1.51515rem;
}

.customDropdown .download-dropDown .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customDropdown .download-dropDown .select-item > img {
  max-height: 1.21212rem;
}

.customDropdown .download-dropDown .select-item img.up {
  display: none;
}

.customDropdown .download-dropDown .select-item.active + .dropDown-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.customDropdown .download-dropDown .select-item.active .drop-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.customDropdown .download-dropDown span {
  padding-left: 0.60606rem;
  padding-right: 1.09091rem;
  color: #6C9BB4;
  font-size: 0.9697rem;
  line-height: 1.81818rem;
  font-weight: 500;
}

.customDropdown .dropDown-item {
  position: absolute;
  right: 0px;
  top: 120%;
  margin-top: 3px;
  background-color: #FFFFFF;
  border-radius: 0.30303rem;
  min-width: 10.90909rem;
  -webkit-box-shadow: 0rem 0.30303rem 2.42424rem rgba(8, 71, 151, 0.3);
          box-shadow: 0rem 0.30303rem 2.42424rem rgba(8, 71, 151, 0.3);
  z-index: 100;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.customDropdown .dropDown-item li a, .customDropdown .dropDown-item li span {
  display: block;
  text-align: left;
  padding: 0.72727rem 0.90909rem;
}

.customDropdown .dropDown-item li a span, .customDropdown .dropDown-item li span span {
  font-size: 0.90909rem;
  line-height: 1.57576rem;
  font-weight: 500;
  color: #6C9BB4;
}

.customDropdown .dropDown-item li a > span, .customDropdown .dropDown-item li span > span {
  padding: 0;
}

.customDropdown .dropDown-item li a:hover, .customDropdown .dropDown-item li span:hover {
  background-color: #047ABA;
}

.customDropdown .dropDown-item li a:hover span, .customDropdown .dropDown-item li a:hover .size, .customDropdown .dropDown-item li span:hover span, .customDropdown .dropDown-item li span:hover .size {
  color: #FFFFFF;
}

.list-comments .one-comment .comment-content {
  background-color: #F8FDFF;
  border-radius: 0.60606rem;
  padding: 1.21212rem;
}

.list-comments .one-comment .comment-content + .comment-content {
  margin-top: 0.90909rem;
}

.list-comments .one-comment .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.90909rem;
}

@media (max-width: 500px) {
  .list-comments .one-comment .comment-head {
    display: block;
  }
}

.list-comments .one-comment .comment-head .date {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #666666;
}

@media (max-width: 500px) {
  .list-comments .one-comment .comment-head .date {
    margin-top: 0.90909rem;
  }
}

.list-comments .one-comment .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-comments .one-comment .desc .toggledText {
  padding-left: 3.93939rem;
}

@media (max-width: 500px) {
  .list-comments .one-comment .desc .toggledText {
    padding-left: 0rem;
  }
}

.list-comments .one-comment p {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
}

.list-comments .one-comment + .one-comment {
  margin-top: 0.90909rem;
}

.list-comments .subComment {
  margin-top: 0.60606rem;
  padding-left: 3.63636rem;
}

@media (max-width: 767px) {
  .list-comments .subComment {
    padding-left: 0.60606rem;
  }
}

.list-comments .replay-comment {
  padding-left: 3.0303rem;
  margin-top: 0.90909rem;
}

@media (max-width: 767px) {
  .list-comments .replay-comment {
    padding-left: 0.60606rem;
  }
}

.list-comments .replay-comment + .replay-comment {
  margin-top: 0.90909rem;
}

.login-card .login-form .btn.btn-primary {
  margin: auto;
}

.attachments {
  padding-bottom: 1.51515rem;
}

.attachments h3 {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.51515rem;
}

.attachments h3 span {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #999999;
}

.attachments .files-list {
  margin-top: 0rem;
}

.attachments .files-list .file-item {
  margin-bottom: 0.90909rem;
}

.data-loading {
  min-height: 15.15152rem;
}

.data-loading-larg {
  min-height: 30.30303rem;
}

.data-loading, .data-loading-larg {
  border-radius: 3px;
  background-image: url(../../images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.dynamic-list-container {
  margin-bottom: 2.42424rem;
}

.dynamic-list-container .dynamic-list .one-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.51515rem;
}

.dynamic-list-container .dynamic-list .one-item .form-group {
  margin-bottom: 0;
  width: calc(100% - 3.63636rem);
}

.dynamic-list-container .dynamic-list .one-item > .btn {
  margin-left: 1.81818rem;
}

.dynamic-list-container .dynamic-list .one-item:first-child > .btn {
  display: none;
}

.error-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.error-container .vector-img {
  max-width: 23.0303rem;
  margin-bottom: 3.63636rem;
}

.error-container .vector-img img {
  width: 100%;
}

.error-container h3 {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #EEAE1A;
  margin-bottom: 1.21212rem;
  text-align: center;
}

.error-container p {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2.42424rem;
  text-align: center;
}

.error-container .btn {
  min-width: 9.69697rem;
}

.read-more {
  cursor: pointer;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #047ABA;
}

.toggledText span.trimmed {
  display: none;
}

.read-more .more:before {
  content: 'Read More';
}

.showAll .toggledText span.morePoints {
  display: none;
}

.showAll .toggledText span.trimmed {
  display: inline;
}

.showAll .read-more .more:before {
  content: 'Read Less';
}

.btns-group {
  padding-top: 1.21212rem;
}

.btns-group .discard-btn {
  background-color: transparent;
}

.reason_notes {
  white-space: pre-wrap;
  text-align: left;
}

.reason_notes > div {
  text-align: left;
}

.g-recaptcha > div {
  margin: auto;
}

.group-info {
  margin-bottom: 1.51515rem;
}

.group-info > label {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  color: #999999;
  margin-bottom: 0.30303rem;
}

.group-info > div b {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
}

.group-info > div a {
  text-decoration: underline;
}

.group-info > div .profile-img-container {
  width: 2.72727rem;
  min-width: 2.72727rem;
  height: 2.72727rem;
  margin-right: 0.60606rem;
}

.btn.toggle-accordion img {
  max-height: 1.45455rem;
}

.cke_button__cut, .cke_button__copy, .cke_button__paste, .cke_button__pastetext, .cke_button__pastefromword,
.cke_button__unlink, .cke_button__image, .cke_button__source, .cke_toolbar_last, .cke_resizer {
  display: none !important;
}

.communications-links .communications-link {
  background-color: #EFF6F9;
  border-radius: 0.60606rem;
  padding: 1.21212rem 1.81818rem;
  -webkit-box-shadow: 0rem 0.18182rem 0rem #b0ccd8;
          box-shadow: 0rem 0.18182rem 0rem #b0ccd8;
  display: block;
  height: 100%;
}

.communications-links .communications-link img {
  margin-bottom: 1.39394rem;
  width: 40px;
  height: 40px;
  display: block;
}

.communications-links .communications-link .communications-link-content {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  display: block;
}

.other-item label.error {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding-top: 0px;
  position: absolute;
  font-size: 0.48485rem;
}

.form-group:has(.other-item label.error) {
  margin-bottom: 1.21212rem;
}

.no-data-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.21212rem;
}

.no-data-btn .btn.btn-primary {
  margin: 0;
}

.bollating-note {
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}

.line-height-30 {
  line-height: 1.81818rem;
  word-break: break-word;
}

.line-height-30 > * {
  margin-bottom: 1.21212rem;
}

.form-elements .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .form-elements .title-container {
    display: block;
  }
}

.form-elements .title-container .other-item {
  position: relative;
  margin-left: 0.60606rem;
}

@media (max-width: 575px) {
  .form-elements .title-container .other-item {
    margin-top: 0.60606rem;
  }
}

.form-elements .title-container .other-item .form-control {
  width: 6rem;
  height: 2.42424rem;
  padding: 0.78788rem 0.90909rem 0.24242rem;
  font-size: 0.72727rem;
  line-height: 1.33333rem;
}

.form-elements .title-container .other-item .form-control:focus ~ .form-control-placeholder {
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
}

.form-elements .title-container .other-item .form-control:not([value=""]) ~ label {
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
}

.form-elements .title-container .other-item .form-control-placeholder {
  top: 0.42424rem;
  left: 0.90909rem;
  font-size: 0.72727rem;
}

.form-elements label {
  margin-bottom: 0rem;
}

.form-elements .eyeIcon {
  position: absolute;
  right: 1.51515rem;
  top: 0.90909rem;
  z-index: 4;
}

.form-elements .eyeIcon i {
  color: #666666;
}

.form-elements .eyeIcon .fa-eye-slash {
  color: #047ABA;
}

.form-elements .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.42424rem;
}

.form-elements .form-check .forget-pass {
  color: #047ABA;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .form-elements .form-check .forget-pass {
    font-size: 0.66667rem;
    line-height: 1.33333rem;
  }
}

.form-elements .form-check .form-check-label {
  color: #555555;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
}

@media (max-width: 575px) {
  .form-elements .form-check .form-check-label {
    font-size: 0.66667rem;
    line-height: 1.33333rem;
  }
}

.form-elements .form-check .form-check-input {
  top: 0.12121rem;
}

.form-elements textarea {
  height: 6.66667rem !important;
  resize: none;
}

.has-error, .error {
  font-weight: 500;
  color: #dc3545;
  font-size: 0.72727rem;
  line-height: 1.27273rem;
  display: block;
  padding-top: 0.42424rem;
}

@media (max-width: 575px) {
  .has-error, .error {
    font-size: 0.60606rem;
    line-height: 1.09091rem;
  }
}

input[type=checkbox] {
  cursor: pointer;
  width: 1.09091rem;
  height: 1.09091rem;
}

.form-group {
  position: relative;
  margin-bottom: 1.51515rem;
}

.form-group > span {
  display: block;
  width: auto !important;
}

.form-group > span.clear {
  position: absolute;
  top: 0.90909rem;
  right: 0.30303rem;
  width: 1.81818rem !important;
  height: 1.81818rem;
  line-height: 1.81818rem;
  text-align: center;
  font-size: 1.51515rem;
  cursor: pointer;
}

.form-group > span.clear:hover {
  color: #dc3545;
}

.form-group .group-title, .form-group .items-list .title, .items-list .form-group .title {
  color: #333333;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 500;
  margin: 0.90909rem 0;
}

.form-group.d-flex .group-title, .form-group.d-flex .items-list .title, .items-list .form-group.d-flex .title {
  margin-top: 0;
  margin-bottom: 0;
}

.form-group textarea {
  margin-top: 2.72727rem;
}

.form-group textarea ~ .form-control-placeholder {
  top: -1.57576rem;
  left: 0px;
}

.form-group textarea:focus ~ .form-control-placeholder, .form-group textarea:not([value=""]) ~ .form-control-placeholder {
  -webkit-transform: none !important;
          transform: none !important;
  font-size: 0.84848rem !important;
  line-height: 1.57576rem !important;
  color: #999999;
}

.form-control-placeholder {
  position: absolute;
  top: 0.9697rem;
  left: 1.51515rem;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  width: 100%;
  pointer-events: none;
}

#PhoneNumber::-webkit-input-placeholder {
  text-align: right;
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
  z-index: 999;
}

#PhoneNumber:-ms-input-placeholder {
  text-align: right;
  transform: translate3d(0, -45%, 0);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
  z-index: 999;
}

#PhoneNumber::-ms-input-placeholder {
  text-align: right;
  transform: translate3d(0, -45%, 0);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
  z-index: 999;
}

#PhoneNumber::placeholder {
  text-align: right;
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
  z-index: 999;
}

.phone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .phone-container {
    display: block;
  }
}

.phone-container > div:first-child {
  width: 35%;
}

@media (max-width: 575px) {
  .phone-container > div:first-child {
    width: 100%;
  }
}

.phone-container > div:last-child {
  width: calc(65% - 1.81818rem);
  margin-left: 1.81818rem;
}

@media (max-width: 575px) {
  .phone-container > div:last-child {
    margin-left: 0rem;
    width: 100%;
  }
}

.form-control {
  height: 3.33333rem;
  border-radius: 1.69697rem;
  border: 1.5px solid rgba(108, 155, 180, 0.25);
  background-color: #FFFFFF;
  padding: 1.21212rem 1.21212rem 0;
  color: #333333;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  margin-left: 3px;
}

.form-control:focus ~ .form-control-placeholder, .form-control:not([value=""]) ~ .form-control-placeholder {
  -webkit-transform: translateY(-0.66667rem);
          transform: translateY(-0.66667rem);
  font-size: 0.66667rem;
  line-height: 1.33333rem;
  color: #999999;
}

.form-control.datepicker ~ label.form-control-placeholder, .form-control.datetimepicker ~ label.form-control-placeholder {
  padding-left: 1.51515rem;
  background-image: url(../../images/icons/date-picker-icon.svg);
  background-repeat: no-repeat;
  background-size: 0.84848rem;
  background-position: left center;
}

.form-control::-webkit-input-placeholder {
  color: #333333;
}

.form-control:-ms-input-placeholder {
  color: #333333;
}

.form-control::-ms-input-placeholder {
  color: #333333;
}

.form-control::placeholder {
  color: #333333;
}

.form-control[readonly] {
  background-color: #FFFFFF;
}

.phone-container .form-control {
  padding-right: 1.51515rem;
}

select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background-image: none;
  appearance: none;
  background-image: url("../../images/menu-icon.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.21212rem);
  background-position-y: 50%;
}

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  border-radius: 0.90909rem;
  min-height: 6.66667rem;
}

.floating-select {
  width: 100%;
  display: block;
  outline: none;
}

.floating-select:focus ~ .select-floatLabel.floating-label {
  top: 1.21212rem;
  -webkit-transform: translate3d(0, -80%, 0);
          transform: translate3d(0, -80%, 0);
  font-size: 0.72727rem;
  line-height: 1.45455rem;
  color: #999999;
}

.floating-select:not([value=""]):valid ~ .select-floatLabel.floating-label {
  top: 1.21212rem;
  -webkit-transform: translate3d(0, -80%, 0);
          transform: translate3d(0, -80%, 0);
  font-size: 0.72727rem;
  line-height: 1.45455rem;
  color: #999999;
}

.select-floatLabel {
  top: 1.63636rem;
}

.radioBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radioBtns > span {
  margin-right: 0.30303rem;
}

.radioBtns > div {
  margin-right: 0.60606rem;
  margin-bottom: 0.12121rem;
}

.radioBtns > div:last-child {
  margin-right: 0rem;
}

.radioBtns label {
  cursor: pointer;
  border: 1px solid rgba(160, 190, 206, 0.8);
  padding: 0.42424rem;
  line-height: 1.45455rem;
  font-size: 0.9697rem;
  color: #6C9BB4;
  font-weight: 500;
  background-color: rgba(239, 246, 249, 0.3);
  border-radius: 1.15152rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3.93939rem;
  height: 2.30303rem;
}

.radioBtns label:hover {
  -webkit-box-shadow: 0rem 0.12121rem 0.60606rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.12121rem 0.60606rem rgba(0, 0, 0, 0.1);
}

.radioBtns input {
  opacity: 0;
  position: absolute;
}

.radioBtns input:checked + label {
  border-color: transparent;
  color: #FFFFFF;
  background-color: #6C9BB4;
}

.radioBtns input:focus:not(:checked) + label {
  border: 1px solid rgba(160, 190, 206, 0.8);
  color: #6C9BB4;
  background-color: rgba(239, 246, 249, 0.3);
}

.radioBtns p {
  padding-right: 0.90909rem;
}

.radioBtns.has-checkMark label {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  padding: 0.54545rem 1.81818rem;
  white-space: nowrap;
}

.radioBtns.has-checkMark input:checked + label {
  padding-left: 2.42424rem;
}

.radioBtns.has-checkMark input:checked + label:before {
  content: '';
  width: 0.60606rem;
  height: 0.48485rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.0303rem;
  margin: auto;
  background-image: url(../../images/icons/check-mark-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.select2-container {
  width: 100%;
}

.select2-container.select2-container--default .select2-selection--multiple {
  border-radius: 1.93939rem;
  border: 1.5px solid rgba(66, 98, 119, 0.2);
  background-color: #FFFFFF;
  padding: 1.21212rem 1.51515rem 0;
  width: 100%;
  display: block;
  outline: none;
  color: #333333;
  font-size: 0.84848rem;
  line-height: 1.33333rem;
  font-weight: 500;
  position: relative;
}

.select2-container.select2-container--default .select2-selection--multiple::before {
  content: url("../../images/menu-icon.svg");
  position: absolute;
  right: 1.09091rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #047ABA;
  border-radius: 1.15152rem;
  border-width: 0;
  margin-right: 0.60606rem;
  min-width: 4.24242rem;
  height: 1.39394rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.48485rem 0.60606rem;
  color: #FFFFFF;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  padding: 0.12121rem 0.60606rem;
  height: auto;
  white-space: pre-wrap;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFFFFF;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  padding-left: 0.42424rem;
}

.select2-container.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1.5px solid rgba(66, 98, 119, 0.2);
}

.select2-container.select2-container--default.select2-container--open .select2-selection--multiple::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 1.93939rem;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #333333;
}

.select2-container.select2-container--default .select2-results__option {
  color: #333333;
  line-height: 1.57576rem;
  font-size: 0.84848rem;
  font-weight: 400;
  margin: 0.90909rem 0;
  margin-bottom: 1.45455rem;
  padding: 0rem 0.90909rem;
}

.select2-dropdown {
  border-width: 0;
  -webkit-box-shadow: 0rem 0.60606rem 1.21212rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 0.60606rem 1.21212rem rgba(0, 0, 0, 0.15);
  border-radius: 0.24242rem;
}

.select2-container--open .select2-dropdown--below {
  border-width: 0;
  -webkit-box-shadow: 0rem 0.60606rem 1.21212rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 0.60606rem 1.21212rem rgba(0, 0, 0, 0.15);
  border-radius: 0.24242rem;
}

label.select-floatLabel {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  color: rgba(51, 51, 51, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  top: 0.9697rem;
  left: 1.51515rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}

label.select-floatLabel.selected {
  top: 0rem;
  font-size: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select2-results__option[aria-selected=true] {
  display: none;
}

.select2-results__options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-results__options li .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.12121rem;
  height: 2.12121rem;
  margin-right: 0.60606rem;
}

.select2-results__options li img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.roles-container {
  background-color: #F5FBFE;
  border-radius: 0.36364rem;
  margin: 1.51515rem 0;
}

.roles-container .roles-head {
  padding: 1.36364rem 1.51515rem;
  background-color: #F1F5F8;
  border-radius: 0.36364rem 0.36364rem 0rem 0rem;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  color: #6C9BB4;
  font-weight: 400;
}

.roles-container .roles-listing {
  padding: 1.81818rem;
}

.switch {
  display: inline-block;
  position: relative;
  height: 1.33333rem;
  width: 3.0303rem;
}

.switch input {
  display: none;
}

.switch .slider {
  width: 100%;
  height: 100%;
  background-color: #CCCCCC;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  content: "";
  position: absolute;
  bottom: -0.12121rem;
  height: 1.57576rem;
  width: 1.57576rem;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #fff;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.switch .slider.round {
  border-radius: 1.0303rem;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #1D7AC6;
}

.switch input:checked + .slider:before {
  left: 100%;
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
}

.switch input:disabled + .slider {
  opacity: 0.3;
}

.switch.small {
  height: 1.09091rem;
  width: 2.42424rem;
  min-width: 2.42424rem;
}

.switch.small .slider:before {
  height: 1.33333rem;
  width: 1.33333rem;
}

.switch.small input:checked + .slider:before {
  left: 100%;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

.common-section {
  background-image: url("../../images/Texture.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.common-section .row {
  min-height: 100vh;
  padding: 4.84848rem 0;
}

@media (max-width: 991px) {
  .common-section .row {
    padding: 1.81818rem 0;
  }
}

.common-section .logo-container {
  text-align: center;
  margin-bottom: 2.42424rem;
}

.common-section .haveAccount {
  margin-top: 3.63636rem;
  text-align: center;
}

@media (max-width: 991px) {
  .common-section .haveAccount {
    margin-top: 1.81818rem;
  }
}

.common-section .haveAccount span {
  font-weight: 400;
  color: #555555;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
}

@media (max-width: 575px) {
  .common-section .haveAccount span {
    display: block;
  }
}

.common-section .haveAccount a {
  font-weight: 500;
  color: #047ABA;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  padding-left: 0.42424rem;
}

.card-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0rem 0.30303rem 2.42424rem rgba(0, 32, 72, 0.1);
          box-shadow: 0rem 0.30303rem 2.42424rem rgba(0, 32, 72, 0.1);
  border-radius: 0.60606rem;
  padding: 2.42424rem 1.81818rem;
}

@media (max-width: 575px) {
  .card-item {
    padding: 1.21212rem 0.90909rem;
  }
}

.card-item h1 {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  margin-bottom: 3.0303rem;
  color: #333333;
  text-align: center;
}

@media (max-width: 575px) {
  .card-item h1 {
    font-size: 1.21212rem;
    line-height: 1.51515rem;
    margin-bottom: 1.81818rem;
  }
}

.common-section.registration-section .haveAccount {
  margin-top: 2.42424rem;
}

@media (max-width: 575px) {
  .common-section.registration-section .haveAccount {
    margin-top: 1.21212rem;
  }
}

.common-section.registration-section .btn {
  margin-top: 0.90909rem;
  margin-bottom: 0.60606rem;
}

.common-section.registration-section .terms {
  text-align: center;
}

.common-section.registration-section .terms span {
  font-weight: 400;
  color: #999999;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
}

@media (max-width: 575px) {
  .common-section.registration-section .terms span {
    display: block;
  }
}

.common-section.registration-section .terms a {
  font-weight: 500;
  color: #047ABA;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  padding-left: 0.42424rem;
}

.nav-btn {
  border: 0;
  padding: 0;
  font-size: 0.18182rem;
  background: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}

.nav-btn img:first-child {
  display: none;
}

.nav-btn img:last-child {
  display: block;
}

.nav-btn.open img:first-child {
  display: block;
}

.nav-btn.open img:last-child {
  display: none;
}

.nav-btn > i {
  display: block;
  width: 8em;
  height: 1em;
  margin: 1em auto;
  background-color: #047ABA;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.nav-btn > i:first-child {
  -webkit-transform: translate(-3em, 0.9em) rotateZ(-45deg);
          transform: translate(-3em, 0.9em) rotateZ(-45deg);
  width: 50%;
}

.nav-btn > i:last-child {
  -webkit-transform: translate(-3em, -0.9em) rotateZ(45deg);
          transform: translate(-3em, -0.9em) rotateZ(45deg);
  width: 50%;
}

.nav-btn:hover i {
  background-color: #00468e;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100vh;
}

.main-wrapper.collape-side .content-wrapper {
  padding-left: 4.84848rem;
}

.main-wrapper.collape-side aside.main-aside {
  width: 4.84848rem;
  overflow: visible;
}

.main-wrapper.collape-side aside.main-aside .logo-container a {
  height: auto;
}

.main-wrapper.collape-side aside.main-aside .logo-container h6 {
  display: none;
  margin-left: -0.78788rem;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li > a {
  padding: 1.33333rem 0.90909rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li > a span, .main-wrapper.collape-side aside.main-aside .menu > ul > li > a i {
  display: none;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li ul {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 15.15152rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none !important;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li ul li a {
  padding: 0.90909rem;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li ul li a span {
  white-space: nowrap;
  margin: 0;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li:hover > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.15152rem;
  height: 100%;
  margin: 0;
  padding: 0.90909rem;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  background-color: #FFFFFF;
  border: 1px solid rgba(4, 122, 186, 0.1);
  border-left-width: 0;
}

.main-wrapper.collape-side aside.main-aside .menu > ul > li:hover ul {
  display: block !important;
}

.main-wrapper.collape-side .main-header .nav-btn > i {
  -webkit-transform: none;
          transform: none;
  width: 8em;
}

.main-wrapper.collape-side .main-header h6 {
  display: block;
  margin: auto 0.60606rem;
}

@media (max-width: 767px) {
  .main-wrapper.collape-side aside.main-aside {
    width: 0;
    overflow: hidden;
  }
  .main-wrapper.collape-side header.main-header .logo-container {
    display: block;
  }
  .main-wrapper.collape-side .content-wrapper {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 1366px) {
  .main-wrapper aside.main-aside {
    width: 20.60606rem;
  }
}

@media (max-width: 767px) {
  .main-wrapper:not(.collape-side) {
    overflow: hidden;
  }
  .main-wrapper .content-wrapper {
    padding: 0;
    -webkit-transform: translateX(20.60606rem);
            transform: translateX(20.60606rem);
  }
}

aside.main-aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 23.0303rem;
  height: 100vh;
  background-color: #047ABA;
  -webkit-box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
          box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
  overflow: auto;
  -webkit-transition: width linear 0.2s;
  transition: width linear 0.2s;
}

aside.main-aside .logo-container {
  background-color: #EEF7FC;
  text-align: center;
  padding: 1.33333rem 0.90909rem;
  border-bottom: 1px solid rgba(4, 122, 186, 0.1);
}

aside.main-aside .logo-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.06061rem;
}

aside.main-aside .logo-container img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  max-width: 100%;
  max-height: 100%;
}

aside.main-aside .logo-container h6 {
  margin: 0.90909rem 0 0;
}

aside.main-aside .menu > ul > li {
  position: relative;
}

aside.main-aside .menu > ul > li a {
  padding: 1.33333rem 2.12121rem;
  padding-right: 1.21212rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  position: relative;
}

aside.main-aside .menu > ul > li a svg {
  width: 1.51515rem;
}

aside.main-aside .menu > ul > li a svg path {
  fill: #EEF7FC;
}

aside.main-aside .menu > ul > li a span {
  margin-left: 1.21212rem;
}

aside.main-aside .menu > ul > li a .arrow {
  width: 0.66667rem;
  height: 0.42424rem;
  margin-left: auto;
  background-image: url(../../images/icons/menu-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

aside.main-aside .menu > ul > li:hover > a, aside.main-aside .menu > ul > li.active > a {
  color: #047ABA;
  background-color: #FFFFFF;
}

aside.main-aside .menu > ul > li:hover > a svg path, aside.main-aside .menu > ul > li.active > a svg path {
  fill: #047ABA;
}

aside.main-aside .menu > ul > li.active > a {
  background-color: #EFF6F9;
}

aside.main-aside .menu > ul > li.active > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.30303rem;
  background-color: #EEAE1A;
}

aside.main-aside .menu > ul > li.active > a .arrow {
  background-image: url(../../images/icons/menu-icon-active.svg);
}

aside.main-aside .menu > ul > li.active ul {
  display: block;
}

aside.main-aside .menu > ul > li ul {
  display: none;
  background-color: #F5FBFE;
}

aside.main-aside .menu > ul > li ul li > a {
  padding-left: 6.06061rem;
  color: #6C9BB4;
  border-top: 1px solid rgba(4, 122, 186, 0.2);
}

aside.main-aside .menu > ul > li ul li:hover a, aside.main-aside .menu > ul > li ul li.active a {
  background-color: #FFFFFF;
}

.content-wrapper {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-left: 23.0303rem;
}

@media (max-width: 1366px) {
  .content-wrapper {
    padding-left: 20.60606rem;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16.9697rem;
  }
}

header.main-header {
  background-color: #EEF7FC;
  padding: 1.21212rem 2.12121rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header.main-header .logo-container {
  display: none;
  margin-right: 1.21212rem;
}

header.main-header .logo-container img {
  max-height: 3.0303rem;
}

header.main-header > h6 {
  display: none;
}

header.main-header .userAccount-drop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 2.12121rem;
}

header.main-header .userAccount-drop #arrow-up {
  display: none;
}

header.main-header .userAccount-drop #arrow-down {
  display: block;
}

header.main-header .userAccount-drop .profile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.42424rem;
  height: 2.42424rem;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
  background-color: white;
}

header.main-header .userAccount-drop .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
}

header.main-header .userAccount-drop .profile-image span {
  margin: auto;
  border-radius: 50%;
  font-weight: 600;
}

header.main-header .userAccount-drop .profile-image:after {
  content: '';
  position: absolute;
  background-color: #00AA1D;
  width: 0.60606rem;
  height: 0.60606rem;
  border-radius: 50%;
  right: 0.06061rem;
  z-index: 1;
  bottom: 0.06061rem;
}

header.main-header .userAccount-drop .user-name {
  font-size: 0.90909rem;
  font-weight: 400;
  color: #333333;
  padding-left: 0.84848rem;
  line-height: 1.39394rem;
  display: none;
}

@media (min-width: 576px) {
  header.main-header .userAccount-drop .user-name {
    display: initial;
  }
}

header.main-header .userAccount-drop .custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 13.0303rem;
  border-radius: 0.60606rem;
  background-color: #FFFFFF;
  margin-top: 0.90909rem;
  -webkit-box-shadow: 0 0.18182rem 0.36364rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.18182rem 0.36364rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 100;
  top: 120%;
  opacity: 0;
  visibility: hidden;
}

header.main-header .userAccount-drop .custom-dropdown-menu li {
  padding: 2px;
}

header.main-header .userAccount-drop .custom-dropdown-menu li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

header.main-header .userAccount-drop .custom-dropdown-menu li a {
  display: block;
  padding: 0.90909rem;
  color: #666666;
  border-radius: 0.36364rem;
  font-size: 0.90909rem;
  line-height: 1.39394rem;
  font-weight: 500;
  text-decoration: none;
}

header.main-header .userAccount-drop .custom-dropdown-menu li a svg {
  margin-right: 0.72727rem;
}

header.main-header .userAccount-drop .custom-dropdown-menu li a:hover {
  color: #FFFFFF;
  background-color: #047ABA;
}

header.main-header .userAccount-drop .custom-dropdown-menu li a:hover svg path {
  fill: #FFFFFF;
}

header.main-header .userAccount-drop .custom-dropdown-menu::before {
  position: absolute;
  top: -0.60606rem;
  left: 0.90909rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.60606rem solid transparent;
  border-right: 0.60606rem solid transparent;
  border-bottom: 0.60606rem solid #FFFFFF;
}

@media (max-width: 576px) {
  header.main-header .userAccount-drop .custom-dropdown-menu {
    right: 0;
    left: auto;
  }
  header.main-header .userAccount-drop .custom-dropdown-menu::before {
    right: 8px;
    left: auto;
  }
}

header.main-header .userAccount-drop.active #arrow-up {
  display: block;
}

header.main-header .userAccount-drop.active #arrow-down {
  display: none;
}

header.main-header .userAccount-drop.active .custom-dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.notification-btn {
  position: relative;
}

.notification-btn > span {
  position: relative;
  display: block;
  cursor: pointer;
}

.notification-btn .notification-count {
  background-color: #047ABA;
  border: 1.5px solid #446475;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  left: 10px;
  color: #FFFFFF;
  padding: 0 3px;
  height: 1.21212rem;
  font-size: 0.90909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.notification-btn svg path {
  fill: #71A2BC;
}

@media (max-width: 500px) {
  .notification-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.notification-btn .notification-panel {
  margin-top: 0.90909rem;
  width: 30.30303rem;
  max-width: calc(100vw - 160px);
  position: absolute;
  top: 100%;
  right: -0.60606rem;
  background-color: #FFFFFF;
  border-radius: 0.48485rem;
  -webkit-box-shadow: 0 0.18182rem 0.36364rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.18182rem 0.36364rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  z-index: 100;
}

.notification-btn .notification-panel.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.notification-btn .notification-panel::before {
  position: absolute;
  top: -0.60606rem;
  right: 0.60606rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.60606rem solid transparent;
  border-right: 0.60606rem solid transparent;
  border-bottom: 0.60606rem solid #EEEEEE;
}

.notification-btn .notification-panel .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.60606rem 0.90909rem;
  background-color: #EEEEEE;
}

.notification-btn .notification-panel .notification-header h3 {
  font-size: 1.0303rem;
  line-height: 1.51515rem;
  margin: 0;
}

.notification-btn .notification-panel .notification-list {
  max-height: 30.30303rem;
  overflow: auto;
}

.notification-btn .notification-panel .notification-list div {
  border-left: 2px solid transparent;
}

.notification-btn .notification-panel .notification-list div.new {
  border-left-color: #047ABA;
}

.notification-btn .notification-panel .notification-list div a {
  display: block;
  padding: 0.60606rem 0.90909rem;
  color: inherit;
}

.notification-btn .notification-panel .notification-list div + div {
  border-top: 1px solid #CCCCCC;
}

.notification-btn .notification-panel .notification-list div:hover {
  background-color: #F5F5F5;
}

.notification-btn .notification-panel .notification-list div .title {
  font-size: 0.9697rem;
  line-height: 1.21212rem;
  font-weight: 500;
}

.notification-btn .notification-panel .notification-list div .date {
  font-size: 0.78788rem;
}

.navbar.head-nav {
  padding: 1.81818rem 0;
}

.navbar.head-nav h2 {
  font-size: 1.45455rem;
  line-height: 2.18182rem;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar.head-nav .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
}

.navbar.head-nav .breadcrumb .breadcrumb-item {
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.navbar.head-nav .breadcrumb .breadcrumb-item a {
  font-weight: 500;
}

.navbar.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.60606rem;
}

.navbar.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url(../../images/icons/breadcrumb-arrow.svg);
  padding-right: 0.60606rem;
}

.main-content {
  padding: 0 2.12121rem;
}

.page {
  min-height: calc(100vh - 15.75758rem);
  padding: 3.63636rem 0;
}

.page.error-page {
  height: calc(100vh - 75px);
  padding: 0;
}

footer {
  border-top: 1px solid #A0BECE;
  padding: 1.81818rem 0;
  text-align: center;
  font-size: 0.90909rem;
  line-height: 1.33333rem;
  color: #666666;
}

.page > .tabs {
  margin-bottom: 4.24242rem;
}

.page > .list-container {
  margin-top: 3.63636rem;
}

select.form-control {
  cursor: pointer;
}

.list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-actions label {
  margin-bottom: 0px;
}

.list-actions > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.30303rem;
}

@media (max-width: 580px) {
  .list-actions > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 767px) {
  .list-actions > div:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.list-actions .list-count {
  margin-right: 1.51515rem;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0px;
}

@media (max-width: 580px) {
  .list-actions .list-count {
    margin-bottom: 0.30303rem;
  }
}

.list-actions .list-count b {
  font-weight: 500;
  padding-right: 0.30303rem;
}

.list-actions .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 0.84848rem;
  line-height: 1.45455rem;
}

.list-actions .sort label {
  color: #888888;
  margin-right: 0.60606rem;
}

.list-actions .sort .form-control {
  color: #666666;
  height: auto;
  line-height: inherit;
  padding: 0.60606rem 0.90909rem;
  padding-right: 2.12121rem;
  background-color: transparent;
  background-position-x: calc(100% - 0.90909rem);
  max-width: 12.12121rem;
}

.list-actions .search {
  margin-right: 1.51515rem;
  background-color: #FFFFFF;
  position: relative;
  width: 2.78788rem;
  -webkit-box-shadow: 0 2px 5px rgba(23, 105, 159, 0.1);
          box-shadow: 0 2px 5px rgba(23, 105, 159, 0.1);
  border-radius: 1.51515rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  direction: rtl;
  -webkit-transition: width ease 0.2s;
  transition: width ease 0.2s;
}

.list-actions .search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}

.list-actions .search:hover {
  -webkit-box-shadow: 0 2px 5px rgba(23, 105, 159, 0.5);
          box-shadow: 0 2px 5px rgba(23, 105, 159, 0.5);
}

.list-actions .search .btn {
  width: 2.78788rem;
  height: 2.78788rem;
  border-radius: 50%;
  background-color: transparent;
}

.list-actions .search .btn img {
  max-height: 1.09091rem;
}

.list-actions .search .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-actions .search input {
  border: 0;
  outline: none;
  padding: 0.60606rem 0.90909rem;
  border-radius: 1.51515rem;
}

.list-actions .search.active {
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(23, 105, 159, 0.4);
          box-shadow: 0 2px 5px rgba(23, 105, 159, 0.4);
}

.list-actions .filter-btn.btn {
  margin-right: 1.51515rem;
}

.filters-container {
  display: none;
  margin-top: 1.81818rem;
}

.filters-container .card {
  border: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
          box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
}

.list-container .list-sam-paging {
  margin-top: 2.12121rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .list-container .list-sam-paging {
    display: block;
  }
}

.list-container .pag-nav {
  padding: 1.51515rem 0 2.12121rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class^="table-responsive"] .table td, [class^="table-responsive"] .table th {
  white-space: nowrap;
}

[class^="table-responsive"] .table td:first-child {
  white-space: normal;
  width: 40%;
  min-width: 200px;
}

.users-managment .table td:first-child {
  width: auto;
  min-width: initial;
}

@media (min-width: 1140px) {
  .users-managment .table .name-image .name b {
    max-width: 250px;
    display: inline-block;
    white-space: break-spaces;
    vertical-align: top;
    word-break: break-word;
    margin-bottom: 2px;
  }
}

.list-multi-select {
  display: none;
  margin-top: 2.42424rem;
  margin-bottom: -2.42424rem;
}

.btn-action {
  width: 2.42424rem;
  height: 2.42424rem;
  background: none;
  border-radius: 50%;
  padding: 0;
  line-height: 2.42424rem;
}

.btn-action img {
  max-height: 1.21212rem;
}

.btn-action:hover {
  background-color: #DCE3E6;
}

table.table {
  margin: 0;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 0.60606rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
          box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
}

table.table th, table.table td {
  vertical-align: middle;
  border: 0;
  font-size: 0.84848rem;
  line-height: 1.45455rem;
}

table.table th a, table.table td a {
  color: #333333;
}

table.table th a:hover, table.table td a:hover {
  color: #047ABA;
}

table.table thead {
  background-color: #FFFFFF;
}

table.table thead th {
  padding: 1.21212rem;
  color: #999999;
  font-weight: 400;
}

table.table thead th a {
  color: #999999;
  padding-right: 0.90909rem;
  background-position: center right;
  background-size: 0.48485rem;
  background-repeat: no-repeat;
}

table.table thead th a.order_by_desc {
  background-image: url(../../images/icons/dec-arrow.svg);
}

table.table thead th a.order_by_asc {
  background-image: url(../../images/icons/asc-arrow.svg);
}

table.table thead th:last-child {
  text-align: right;
}

table.table input {
  cursor: pointer;
}

table.table.no-head tbody tr:first-child td:first-child {
  border-top-left-radius: 0.60606rem;
}

table.table.no-head tbody tr:first-child td:last-child {
  border-top-right-radius: 0.60606rem;
}

table.table tbody tr:nth-child(odd) {
  background-color: #EFF6F9;
}

table.table tbody tr:nth-child(even) {
  background-color: #FBFEFF;
}

table.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.60606rem;
}

table.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.60606rem;
}

table.table tbody tr td {
  padding: 1.21212rem;
  border: 1px solid transparent;
}

table.table tbody tr td:not(:first-child) {
  border-left: 0;
}

table.table tbody tr td:not(:last-child) {
  border-right: 0;
}

table.table tbody tr td:last-child {
  text-align: right;
}

table.table tbody tr:hover td {
  border-color: #047ABA;
}

table.table .td-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.date {
  color: #333333;
  font-weight: 400;
  line-height: 1.45455rem;
  font-size: 0.84848rem;
}

.name-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.name-image .profile-img-container {
  margin-right: 0.60606rem;
}

.name-image .profile-img-container.rounded-0 {
  height: auto;
}

.name-image .name {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  word-break: break-word;
}

.name-image .name b {
  font-weight: 600;
  word-break: break-word;
}

.name-image .name div + div {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
}

.name-image .name.no-image div:first-child {
  font-weight: 600;
  word-break: break-word;
}

.name-image .name.no-image div:last-child {
  font-weight: 500;
  word-break: break-word;
}

.name-image .name.only-name {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 500;
}

.name-image.flag {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.name-image.flag .profile-img-container {
  width: 1.81818rem;
  min-width: 1.81818rem;
  height: 1.81818rem;
  margin-right: 0.30303rem;
  margin-bottom: 0.30303rem;
  border-radius: 0;
}

.name-image.with-count .profile-img-container {
  margin-right: 0.30303rem;
  width: 1.81818rem;
  min-width: 1.81818rem;
  height: 1.81818rem;
  -webkit-box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 0, 0, 0.1);
}

.profile-img-container {
  width: 3.0303rem;
  min-width: 3.0303rem;
  height: 3.0303rem;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}

.profile-img-container img {
  margin: auto;
  width: 100%;
}

.profile-img-container span {
  margin: auto;
  color: #333333;
  font-size: 0.84848rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 1.21212rem;
  }
}

.pagination li a {
  width: 2.54545rem;
  height: 2.54545rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E8F1F5;
  border-radius: 50%;
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  font-weight: 500;
}

.pagination li a:hover:not(.disabled), .pagination li a.active:not(.disabled) {
  color: #FFFFFF;
  background-color: #047ABA;
}

.pagination li a:hover:not(.disabled) svg path, .pagination li a.active:not(.disabled) svg path {
  fill: #FFFFFF;
}

.pagination li a.disabled {
  opacity: 0.5;
}

.pagination li + li {
  margin-left: 0.60606rem;
}

.memeber-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.memeber-list li {
  width: 2.42424rem;
  height: 2.42424rem;
  margin-left: -0.60606rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #F5F8F9;
}

.memeber-list li img {
  width: 100%;
  border: 1.5px solid #EFF6F9;
  border-radius: 50%;
  min-height: 100%;
}

.memeber-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #6C9BB4;
  border: 1.5px solid #E8F1F5;
  border-radius: 50%;
}

.memeber-list li:first-child {
  margin-left: 0rem;
}

.pattern-listing li {
  color: #333333;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  margin-bottom: 1.21212rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-word;
  background-image: url(../../images/icons/bullet-icon.svg);
  background-position: left center;
  background-size: 1.21212rem;
  background-repeat: no-repeat;
  padding-left: 2.42424rem;
}

.cards-listing {
  padding-top: 1.81818rem;
}

.cards-listing .one-card {
  cursor: pointer;
  background-color: #EFF6F9;
  border-radius: 0.60606rem;
  border: 0px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cards-listing .one-card.active {
  border: 4px solid #EEAE1A;
}

.cards-listing .one-card.not-active {
  opacity: 0.6;
}

.cards-listing .one-card .date {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
}

.cards-listing .one-card .date .text {
  font-weight: 400;
  color: #999999;
  padding-right: 0.30303rem;
}

.cards-listing .one-card .date .value {
  font-weight: 500;
  color: #333333;
}

.cards-listing .one-card .date.full-date {
  font-weight: 600;
  color: #047ABA;
  font-size: 1.09091rem;
  line-height: 1.45455rem;
  margin-bottom: 0.9697rem;
}

.cards-listing .one-card .badge-listing {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.cards-listing .one-card .badge-listing .badge.badge-primary {
  color: #666666;
  font-weight: 500;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  padding: 0.48485rem 0.60606rem;
  border-width: 0px;
  border-radius: 0.48485rem;
}

.cards-listing .one-card .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards-listing .one-card .location span {
  font-weight: 500;
  color: #333333;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  margin-left: 0.48485rem;
  height: calc(1.45455rem * 2);
  overflow: hidden;
  word-break: break-word;
}

.cards-listing .one-card .one-card-desc {
  padding: 1.81818rem;
  padding-bottom: 0.90909rem;
}

.cards-listing .one-card .one-card-desc > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.51515rem;
}

.cards-listing .one-card .one-card-desc > p {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.90909rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cards-listing .one-card .one-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #E8F1F5;
  border-radius: 0 0 0.60606rem 0.60606rem;
  padding: 1.51515rem 1.81818rem;
}

@media (max-width: 1191px) {
  .cards-listing .one-card .one-card-footer {
    display: block;
  }
}

.cards-listing .one-card .one-card-footer .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1191px) {
  .cards-listing .one-card .one-card-footer .action-list {
    margin-bottom: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .cards-listing .one-card .one-card-footer .action-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cards-listing .one-card .one-card-footer .action-list li {
  padding-right: 1.21212rem;
  padding-left: 1.21212rem;
  border-right: 1px solid rgba(160, 190, 206, 0.4);
  border-radius: 1px;
}

.cards-listing .one-card .one-card-footer .action-list li span {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
}

.cards-listing .one-card .one-card-footer .action-list li:first-child {
  padding-left: 0rem;
}

.cards-listing .one-card .one-card-footer .action-list li:last-child {
  padding-right: 0rem;
  border-width: 0px;
}

@media (max-width: 450px) {
  .cards-listing .one-card .one-card-footer .action-list li:last-child {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0.90909rem;
  }
}

.cards-listing .one-card .one-card-footer .action-list .viewers-btn:hover span {
  color: #047ABA;
}

.cards-listing .one-card .one-card-footer .action-list .viewers-btn:hover svg path {
  fill: #047ABA;
}

.cards-listing .listing-items .row > div {
  margin-bottom: 1.81818rem;
}

@media (max-width: 991px) {
  .cards-listing .listing-items .row > div {
    margin-bottom: 1.81818rem;
  }
}

.user-profile .one-card.userInfo {
  padding: 2.42424rem 1.81818rem;
}

@media (max-width: 991px) {
  .user-profile .one-card.userInfo {
    margin-bottom: 1.81818rem;
  }
}

.user-profile .one-card.userInfo .info-data {
  padding: 1.81818rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(160, 190, 206, 0.3);
  border-radius: 1px;
}

.user-profile .one-card.userInfo .info-data .name {
  font-weight: 400;
  color: #333333;
  font-size: 1.45455rem;
  line-height: 2.18182rem;
  text-align: center;
  margin-bottom: 0.60606rem;
  word-break: break-word;
}

.user-profile .one-card.userInfo .info-data .name strong {
  font-weight: 600;
  word-break: break-word;
}

.user-profile .one-card.userInfo .info-data .email {
  font-weight: 400;
  color: #333333;
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  text-align: center;
  margin-bottom: 1.51515rem;
  word-break: break-word;
}

.user-profile .one-card.userInfo .info-data .status {
  display: inline-block;
  width: 4.42424rem;
  height: 1.51515rem;
  background-color: #D9EED5;
  border-radius: 0.78788rem;
  text-align: center;
  padding: 0.15152rem 0.90909rem;
  font-weight: 400;
  color: #3B6D31;
  font-size: 0.84848rem;
  text-transform: capitalize;
  line-height: 1.45455rem;
}

@media (max-width: 1700px) {
  .user-profile .one-card.userInfo .btn-groups .btn {
    margin: 0rem 0.24242rem;
    margin-bottom: 0.60606rem;
  }
  .user-profile .one-card.userInfo .btn-groups .btn svg {
    margin-right: 0.30303rem;
  }
  .user-profile .one-card.userInfo .btn-groups .btn.outline-btn {
    padding: 0.60606rem 0.75758rem;
  }
  .user-profile .one-card.userInfo .btn-groups .btn.outline-btn svg {
    margin-right: 0rem;
  }
}

.user-profile .one-card.userInfo .details {
  padding: 1.81818rem 0;
}

.user-profile .one-card.userInfo .details > div:first-child {
  margin-bottom: 1.81818rem;
}

.user-profile .one-card.userInfo .details > div > div {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  text-align: center;
  word-break: break-word;
}

.user-profile .one-card.userInfo .details > div > div.text {
  font-weight: 400;
  color: #999999;
}

.user-profile .one-card.userInfo .details > div > div .value {
  font-weight: 500;
  color: #333333;
}

.user-profile .one-card.card-table {
  padding-bottom: 1.81818rem;
}

.user-profile .one-card.card-table .list-container {
  margin-top: 0rem;
}

.user-profile .one-card.card-table .list-container table thead tr th {
  color: #999999;
  font-weight: 400;
  line-height: 1.45455rem;
  font-size: 0.84848rem;
  padding: 1.21212rem 1.81818rem;
  white-space: nowrap;
}

.user-profile .one-card.card-table .list-container table tbody tr td {
  padding: 0.9697rem 1.81818rem;
}

.user-profile .one-card.card-table .list-container table tbody tr td .name div:first-child {
  font-weight: 600;
}

.user-profile .one-card.card-table .list-container table tbody tr td .name div:last-child {
  font-weight: 500;
}

.user-profile .one-card.card-table .list-container table tbody tr td .represented-org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-profile .one-card.card-table .list-container table tbody tr td .represented-org .text {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
  margin-right: 0.60606rem;
}

.user-profile .one-card.card-table .list-container table tbody tr td .represented-org .type {
  font-size: 0.72727rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #788DA5;
  border: 1px solid #A0BECE;
  border-radius: 0.90909rem;
  padding: 0.24242rem 0.60606rem;
  height: 1.51515rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-profile .one-card.card-table .list-container table tbody tr td .profile-img-container {
  border-radius: 0;
}

.user-profile .one-card.card-table.org-table .list-container {
  margin-top: 0rem;
}

.user-profile .one-card.card-table.org-table .list-container table thead tr th:last-child {
  text-align: right;
}

.user-profile .one-card.card-table.org-table .list-container table tbody tr td:last-child {
  text-align: right;
}

.committe-modal .card, .toggle-cards .card {
  border-width: 0px;
  background-color: transparent;
}

.committe-modal .card > div, .toggle-cards .card > div {
  border: 1.5px dashed #6C9BB4;
  background-color: #EFF6F9;
  border-radius: 0.60606rem;
  overflow: hidden;
  margin-bottom: 0.90909rem;
}

.committe-modal .card > div .card-header, .toggle-cards .card > div .card-header {
  background-color: #EFF6F9;
  padding: 1.21212rem;
  border-width: 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.committe-modal .card > div .card-header > div:first-child, .toggle-cards .card > div .card-header > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.committe-modal .card > div .card-header p, .toggle-cards .card > div .card-header p {
  color: #333333;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 500;
}

.committe-modal .card > div .card-header .head-icons, .toggle-cards .card > div .card-header .head-icons {
  margin-right: 0.60606rem;
}

.committe-modal .card > div .card-header .head-icons img:first-child, .toggle-cards .card > div .card-header .head-icons img:first-child {
  display: none;
}

.committe-modal .card > div .card-header .head-icons img:last-child, .toggle-cards .card > div .card-header .head-icons img:last-child {
  display: block;
}

.committe-modal .card > div .card-header.collapsed .head-icons img:first-child, .toggle-cards .card > div .card-header.collapsed .head-icons img:first-child {
  display: block;
}

.committe-modal .card > div .card-header.collapsed .head-icons img:last-child, .toggle-cards .card > div .card-header.collapsed .head-icons img:last-child {
  display: none;
}

.committe-modal .card > div .card-body .form-group, .toggle-cards .card > div .card-body .form-group {
  margin-bottom: 1.21212rem;
}

.committe-modal .card > div .card-body .form-control, .toggle-cards .card > div .card-body .form-control {
  color: #333333;
}

.committe-modal .card > div .card-body .form-control::-webkit-input-placeholder, .toggle-cards .card > div .card-body .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.committe-modal .card > div .card-body .form-control:-ms-input-placeholder, .toggle-cards .card > div .card-body .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.committe-modal .card > div .card-body .form-control::-ms-input-placeholder, .toggle-cards .card > div .card-body .form-control::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.committe-modal .card > div .card-body .form-control::placeholder, .toggle-cards .card > div .card-body .form-control::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.committe-modal .card > div .card-body .title, .toggle-cards .card > div .card-body .title {
  color: #999999;
  font-size: 0.72727rem;
  line-height: 1.45455rem;
  font-weight: 400;
  margin-bottom: 0.60606rem;
  margin-left: 0.60606rem;
}

.committe-modal .card > div .card-body .input-group, .toggle-cards .card > div .card-body .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.committe-modal .card > div .card-body .input-group > div, .toggle-cards .card > div .card-body .input-group > div {
  width: 47%;
}

.committee-details .details-part1 {
  background-color: rgba(4, 122, 186, 0.03);
  border-radius: 0.60606rem;
  padding: 1.81818rem;
  margin-bottom: 4.84848rem;
}

@media (max-width: 991px) {
  .committee-details .details-part1 {
    margin-bottom: 1.81818rem;
  }
}

.committee-details .details-part1 h2 {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.81818rem;
}

.committee-details .details-part1 .desc {
  margin-bottom: 1.21212rem;
}

.committee-details .details-part1 .desc p {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #333333;
}

.committee-details .details-part1 .btn-groups {
  margin-top: 0rem;
}

.committee-details .details-part1 .btn-groups button {
  margin-bottom: 0px;
}

.committee-details .details-part1 .btn-groups button:first-child {
  margin-left: 0rem;
}

.committee-details .details-part1 .btn-groups button:last-child {
  margin-right: 0rem;
}

.committee-details .details-part1 .details-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.45455rem;
}

.committee-details .details-part1 .details-head > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.committee-details .details-part1 .details-head .head-tag {
  margin-right: 1.51515rem;
  background-color: #E8F1F5;
  padding: 0.48485rem 0.60606rem;
  border-radius: 0.48485rem;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #666666;
}

.committee-details .details-part1 .role-listing ul li {
  color: #333333;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  margin-bottom: 1.21212rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("../../images/bullet-icon.png");
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .committee-details .details-part1 .role-listing ul li {
    font-size: 1.09091rem;
    line-height: 1.81818rem;
  }
}

.committee-details .details-part1 .role-listing ul li span {
  padding-left: 2.42424rem;
}

.committee-details .details-part1 .role-listing ul li:last-child {
  margin-bottom: 0rem;
}

.committee-details .details-part2 {
  margin-bottom: 4.84848rem;
}

@media (max-width: 991px) {
  .committee-details .details-part2 {
    margin-bottom: 1.81818rem;
  }
}

@media (max-width: 992px) {
  .committee-details .details-part2 .committee-item {
    margin-bottom: 1.21212rem;
  }
}

.committee-details .details-part2 .committee-item .text {
  font-size: 0.9697rem;
  line-height: 1.57576rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.60606rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.committee-details .details-part2 .committee-item .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.committee-details .details-part2 .committee-item .value span {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  font-weight: 400;
  color: #666666;
  padding-left: 0.30303rem;
}

.committee-details .details-part2 .manage-committee {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  padding: 1.48485rem 1.81818rem;
  border-radius: 0.60606rem;
  -webkit-box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 32, 72, 0.1);
          box-shadow: 0rem 0.12121rem 0.24242rem rgba(0, 32, 72, 0.1);
  min-width: 20.24242rem;
  width: 100%;
  margin-bottom: 0.90909rem;
}

.committee-details .details-part2 .manage-committee p {
  margin-left: 0.90909rem;
  font-size: 0.9697rem;
  line-height: 1.57576rem;
  font-weight: 400;
  color: #6C9BB4;
}

.committee-members h2 {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
}

.committee-members h2 .count {
  color: #999999;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  vertical-align: middle;
  font-weight: 400;
}

.committee-members .list-actions {
  margin: 3.0303rem 0 2.42424rem;
}

.committee-modal .search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.51515rem;
}

.committee-modal .search-filter .form-group {
  min-width: 60%;
  margin: 0;
}

.committee-modal .search-filter .filter-btn {
  margin: 0;
}

.committee-modal .selected-list {
  padding-top: 0;
  padding-bottom: 0;
}

.committee-modal .selected-list .title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.60606rem 0;
}

.committee-modal .selected-list .items-list {
  max-height: 15.45455rem;
}

.committee-modal .selected-list.active .toggle-btn img:first-child {
  display: none;
}

.committee-modal .selected-list.active .toggle-btn img:last-child {
  display: block;
}

.committee-modal .selected-list .selected-accord {
  display: none;
  padding: 0.42424rem 0;
}

.filter-section {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
}

.filter-section .title {
  padding: 0.90909rem 1.21212rem;
  background-color: #EFF6F9;
}

.filter-section > ul li {
  padding: 0.60606rem 1.21212rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-section > ul li .switch {
  margin: 0;
}

.filter-section > ul li > label {
  margin: 0;
  cursor: pointer;
}

.filter-section > ul li > label input {
  vertical-align: text-bottom;
  margin-right: 0.60606rem;
}

.member-list-modal .items-list ul {
  max-height: 60vh;
  overflow: auto;
}

.list-accordion .accordion-item + .accordion-item {
  margin-top: 0.90909rem;
}

.list-accordion .accordion-item .item-header {
  border-radius: 3.63636rem;
  padding: 0.90909rem;
  background-color: #EFF6F9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 32, 72, 0.1);
          box-shadow: 0 2px 4px rgba(0, 32, 72, 0.1);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.list-accordion .accordion-item .item-header > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-accordion .accordion-item .item-header > .row .toggle-btn {
  margin-left: auto;
}

.list-accordion .accordion-item .item-header .badge {
  margin: 1px;
  margin-right: 0.60606rem;
}

.list-accordion .accordion-item .item-header .badge:last-child {
  margin-right: 0;
}

.list-accordion .accordion-item .item-content {
  display: none;
}

.list-accordion .accordion-item.active .item-header {
  background-color: #047ABA;
  border-radius: 0.60606rem 0.60606rem 0 0;
  color: #FFFFFF;
}

.list-accordion .accordion-item.active .item-header .toggle {
  display: none;
}

.list-accordion .accordion-item.active .toggle-btn img:first-child {
  display: none;
}

.list-accordion .accordion-item.active .toggle-btn img:last-child {
  display: block;
}

.membership-info, .details-page-info {
  padding: 1.81818rem;
  background-color: #EFF6F9;
  border-radius: 0.60606rem;
  margin-bottom: 3.63636rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.membership-info .img-container, .details-page-info .img-container {
  width: 13.33333rem;
  height: 100%;
  min-width: 13.33333rem;
  min-height: 13.33333rem;
  background-color: #FFFFFF;
  border-radius: 0.60606rem;
  -webkit-box-shadow: 0 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
          box-shadow: 0 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.21212rem;
  margin-right: 1.81818rem;
}

.membership-info .img-container img, .details-page-info .img-container img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.membership-info .info-section, .details-page-info .info-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.membership-info .info-section .budge-actions, .details-page-info .info-section .budge-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.membership-info .info-section .budge-actions .badge, .details-page-info .info-section .budge-actions .badge {
  font-weight: 500;
  margin: 1px;
}

.membership-info .info-section > h1, .details-page-info .info-section > h1 {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  margin: 1.51515rem 0;
  word-break: break-word;
}

.membership-info .info-section .info-list, .details-page-info .info-section .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.membership-info .info-section .info-list.info-list, .details-page-info .info-section .info-list.info-list {
  margin-top: 1.51515rem;
}

.membership-info .info-section .info-list > div, .details-page-info .info-section .info-list > div {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  color: #999999;
  max-width: 38%;
}

.membership-info .info-section .info-list > div.flags-container, .details-page-info .info-section .info-list > div.flags-container {
  max-width: 70%;
}

.membership-info .info-section .info-list > div span, .details-page-info .info-section .info-list > div span {
  color: #333333;
  font-weight: 500;
}

.membership-info .info-section .info-list > div a, .details-page-info .info-section .info-list > div a {
  font-weight: 600;
  word-break: break-word;
}

.membership-info .info-section .info-list > div + div, .details-page-info .info-section .info-list > div + div {
  padding-left: 1.81818rem;
  margin-left: 1.81818rem;
  position: relative;
}

.membership-info .info-section .info-list > div + div::before, .details-page-info .info-section .info-list > div + div::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 1.09091rem;
  background-color: rgba(160, 190, 206, 0.4);
}

@media (max-width: 767px) {
  .membership-info, .details-page-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .membership-info .img-container, .details-page-info .img-container {
    margin: 0 0 1.81818rem;
  }
  .membership-info .info-section, .details-page-info .info-section {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.membership-cards .row .one-card {
  height: 100%;
}

.contact-info h4 {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
  margin: 0 0 0.30303rem;
}

.contact-info h5 {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #666666;
  margin: 0;
}

.contact-info ul {
  margin-top: 2.42424rem;
}

.contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-info ul li + li {
  margin-top: 3.0303rem;
}

.contact-info ul li img {
  width: 3.0303rem;
  min-width: 3.0303rem;
  margin-right: 0.90909rem;
}

.contact-info ul li h6 {
  font-size: 0.9697rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #666666;
  margin: 0 0 0.24242rem;
}

.contact-info ul li p {
  font-size: 0.9697rem;
  line-height: 1.81818rem;
  font-weight: 500;
  word-break: break-word;
}

.membership-scops {
  margin: 4.84848rem 0;
}

.membership-scops .tree-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.90909rem;
}

.membership-scops .tree-header h4 {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  margin-right: 1.81818rem;
  font-weight: 600;
}

.suspended-reason {
  background-color: #788DA5;
  width: 26.06061rem;
  max-width: 100%;
}

.suspended-reason p {
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  color: #FFFFFF;
}

.suspended-reason p.date img {
  opacity: 0.6;
  height: 0.9697rem;
  margin-right: 0.60606rem;
  vertical-align: middle;
  display: inline-block;
}

.suspended-reason p + p {
  margin: 0.90909rem 0 0;
}

.membership-modal-head {
  padding: 0.90909rem 1.81818rem;
  background-color: #FBFEFF;
  -webkit-box-shadow: 0 1px 0 #E8F1F5;
          box-shadow: 0 1px 0 #E8F1F5;
}

.membership-modal-head .profile-img-container {
  border-radius: 0;
}

.membership-committee {
  margin-top: 3.63636rem;
}

.membership-committee > h2 {
  margin-bottom: 1.81818rem;
}

.membership-committee .badge-warning {
  background-color: transparent;
  color: #EEAE1A;
  border-color: #EEAE1A;
}

.scopes-page {
  margin-top: -1.81818rem;
}

.scopes-page .treeview__level > div {
  border-radius: 1.81818rem;
  background-color: #EFF6F9;
  border: 0.12121rem solid #E8F1F5;
  margin-left: -1.81818rem;
}

.scopes-page .treeview__level > div:before {
  width: 3.63636rem;
  min-width: 3.63636rem;
  height: 3.63636rem;
}

.scopes-page .treeview__level > div .btn-actions .btn + .btn {
  margin-left: 0.30303rem;
}

.scopes-page .treeview > ul > li:before {
  height: calc(100% - 4.84848rem);
}

.doc-modal .request-type-group input {
  position: absolute;
  opacity: 0;
}

.doc-modal .request-type-group input:checked + label {
  border: 0.15152rem solid #047ABA;
  -webkit-box-shadow: 0 0.24242rem 0.48485rem rgba(0, 32, 72, 0.1);
          box-shadow: 0 0.24242rem 0.48485rem rgba(0, 32, 72, 0.1);
}

.doc-modal .request-type-group input:checked + label:after {
  opacity: 1;
}

.doc-modal .request-type-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9.09091rem;
  cursor: pointer;
  background-color: rgba(239, 246, 249, 0.3);
  border-radius: 0.60606rem;
  border: 0.06061rem solid rgba(160, 190, 206, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0.90909rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.doc-modal .request-type-group label img {
  height: 3.0303rem;
  margin-bottom: 0.90909rem;
}

.doc-modal .request-type-group label h6 {
  font-size: 0.84848rem;
  line-height: 1.21212rem;
  font-weight: 500;
  color: #6C9BB4;
}

.doc-modal .request-type-group label:hover {
  border-color: #047ABA;
}

.doc-modal .request-type-group label:after {
  content: '';
  width: 1.33333rem;
  height: 1.33333rem;
  background-image: url(../../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0.60606rem;
  right: 0.60606rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

.download-template {
  background-color: #F1F5F8;
  border-radius: 0.36364rem;
  padding: 1.21212rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-template > div:last-child {
  margin-left: 0.90909rem;
}

.download-template > div > img {
  width: 8.78788rem;
}

.download-template > div h5 {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  margin: 0;
  font-weight: 400;
}

.download-template > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.90909rem 0;
}

.download-template > div .btn {
  padding: 0.72727rem 1.51515rem;
  font-size: 0.9697rem;
  color: #6C9BB4;
  border: 0.09091rem solid #6C9BB4;
  font-weight: 500;
  margin: 0;
}

.download-template > div .btn img {
  max-height: 1.33333rem;
}

.download-template > div p.grey-text {
  color: #AAAAAA;
  font-size: 0.72727rem;
  line-height: 1.09091rem;
  margin: 0;
  font-weight: 400;
}

.files-preview-container .attch-title {
  font-weight: 500;
  color: #333333;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  margin-bottom: 0.90909rem;
}

.files-preview-container .file-input-wrapper {
  position: relative;
}

.files-preview-container .file-input-wrapper > input {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.files-preview-container .files-list {
  margin-top: 0.90909rem;
}

.files-preview-container .has-error {
  display: none;
}

.files-preview-container .clear-files {
  color: red;
  margin: 0 1.21212rem;
  position: relative;
  z-index: 3;
}

.files-preview-container .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(4, 122, 186, 0.2);
  background-color: #FBFEFF;
  border-radius: 0.36364rem;
  overflow: hidden;
}

.files-preview-container .file-item + .file-item {
  margin-top: 0.30303rem;
}

.files-preview-container .file-item:hover {
  border-color: #047ABA;
}

.files-preview-container .file-item .file-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.60606rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 37px);
          flex: 0 0 calc(100% - 37px);
  max-width: calc(100% - 37px);
  text-align: left;
}

.files-preview-container .file-item .file-details .file-icon {
  margin-right: 0.60606rem;
}

.files-preview-container .file-item .file-details .file-icon svg, .files-preview-container .file-item .file-details .file-icon img {
  height: 1.81818rem;
}

.files-preview-container .file-item .file-details > div:not(.file-icon) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 37px);
          flex: 0 0 calc(100% - 37px);
  max-width: calc(100% - 37px);
}

.files-preview-container .file-item .file-details label {
  font-size: 0.84848rem;
  line-height: 1.21212rem;
  text-transform: capitalize;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin: 0;
}

.files-preview-container .file-item .file-details span {
  font-size: 0.84848rem;
  line-height: 1.21212rem;
  color: #AAAAAA;
  display: block;
  margin-top: 0.30303rem;
}

.files-preview-container .file-item .btn-actions .btn {
  margin: 0;
  background: none;
}

.files-preview-container .file-item .file-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
}

.files-preview-container .file-item .file-btn > * {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.files-preview-container .file-item .file-btn .download svg {
  width: 0.9697rem;
}

.files-preview-container .file-item .file-btn .btn-delete {
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}

.files-preview-container .file-item .file-btn .btn-delete:hover svg path {
  fill: #dc3545;
}

.dnd-container {
  position: relative;
  padding: 1.51515rem 0.90909rem;
  background-color: #F8FCFF;
  border: 1px dashed #A0BECE;
  border-radius: 0.36364rem;
  text-align: center;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  color: #788DA5;
}

.dnd-container input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dnd-container label {
  cursor: pointer;
  color: #047ABA;
  margin: 0;
  text-decoration: underline;
  font-weight: 600;
}

.dnd-container img {
  height: 2.12121rem;
}

.dnd-container h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  margin: 0.90909rem 0 0.30303rem;
}

.dnd-container span {
  font-weight: 500;
  color: #999999;
  margin-right: 0.60606rem;
}

.fileover {
  -webkit-animation: shake 1s;
          animation: shake 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.document-details .document-details-head {
  background-color: #FFFFFF;
  border-radius: 0.60606rem;
  -webkit-box-shadow: 0rem 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
          box-shadow: 0rem 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
  margin-bottom: 3.0303rem;
}

.document-details .document-details-head .circulated-committees {
  background-color: #FCF8F2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-details .document-details-head .circulated-committees > div:first-child {
  padding: 1.81818rem 1.81818rem 0rem 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document-details .document-details-head .circulated-committees .desc {
  font-size: 1.33333rem;
  line-height: 2.06061rem;
  font-weight: 600;
  color: #333333;
  padding: 1.51515rem 1.81818rem 0.90909rem 1.81818rem;
}

.document-details .document-details-head .circulated-committees .circulated-committees-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.document-details .document-details-head .circulated-committees .circulated-committees-footer .download-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: left;
  padding-left: 1.81818rem;
}

.document-details .document-details-head .circulated-committees .circulated-committees-footer .download-item .btn {
  display: inline-block;
}

.document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw {
  background-image: url(../../images/icons/doc-head-white-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 6.66667rem;
  width: 16.06061rem;
  padding-left: 3.63636rem;
  padding-top: 0.90909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1600px) {
  .document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw {
    padding-left: 4.24242rem;
  }
}

@media (max-width: 340px) {
  .document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw {
    padding-left: 2.42424rem;
  }
}

.document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1200px) {
  .document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw a {
    padding: 0.60606rem 1.21212rem;
  }
}

.document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw a span {
  display: inline-block;
  white-space: pre-wrap;
  text-align: left;
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #788DA5;
  padding-left: 0.42424rem;
}

.document-details .document-details-head .details-items {
  padding-bottom: 0.90909rem;
}

.document-details .document-details-head .details-items .one-item {
  margin-bottom: 2.72727rem;
}

.document-details .document-details-head .details-items .user-item {
  margin-top: 0.36364rem;
}

.document-details .circulatedCommittees {
  padding-bottom: 2.42424rem;
}

.document-details .files-list .file-item {
  margin-bottom: 0.90909rem;
}

.document-details .comment-title {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.81818rem;
}

.document-details .comment-title .count-number {
  font-size: 1.09091rem;
  line-height: 1.93939rem;
  font-weight: 400;
  color: #999999;
  padding-left: 0.60606rem;
}

.document-details .noDraft-documents {
  padding-bottom: 2.42424rem;
}

.document-details .noDraft-documents .noDraft-img img {
  width: 100%;
}

.document-details .noDraft-documents .noDraft-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.document-details .noDraft-documents .noDraft-content h4 {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.21212rem;
}

.document-details .noDraft-documents .noDraft-content p {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #333333;
}

@media (min-width: 1200px) {
  .document-details .noDraft-documents .noDraft-content p {
    width: 90%;
  }
}

.document-details .vertical-tabs .tab-content .details-items {
  padding: 0px;
}

.document-details .vertical-tabs .tab-content .details-items .one-item {
  margin-bottom: 2.72727rem;
}

.document-details .vertical-tabs .tab-content .tabs {
  margin-top: 2.12121rem;
  margin-bottom: 1.81818rem;
}

.document-details .vertical-tabs .tab-content table.table {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.document-details .vertical-tabs .tab-content table.table .committee-name {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
}

.document-details .vertical-tabs .tab-content table.table .voted-on {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #333333;
}

.document-details .vertical-tabs .accordion-default {
  margin-top: 5.45455rem;
}

.document-details .vertical-tabs .accordion-default .item .item-body {
  padding-bottom: 0rem;
}

@media (max-width: 575px) {
  .document-details .vertical-tabs .accordion-default .item .item-body {
    padding-left: 0.60606rem;
    padding-right: 0.60606rem;
  }
}

.document-details .vertical-tabs .draft-document .badge-listing {
  padding-bottom: 0.60606rem;
}

.document-details .vertical-tabs .draft-document h3 {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.21212rem;
}

.document-details .vertical-tabs .draft-document .files-preview-container {
  height: 100%;
  margin-right: 1.81818rem;
}

@media (max-width: 1600px) {
  .document-details .vertical-tabs .draft-document .files-preview-container {
    margin-right: 0rem;
  }
}

.document-details .vertical-tabs .draft-document .files-preview-container .files-list {
  margin-top: 0rem;
  height: 100%;
}

.document-details .vertical-tabs .draft-document .files-preview-container .files-list .file-item {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .document-details .vertical-tabs .draft-document .files-preview-container .files-list .file-item {
    margin-bottom: 1.21212rem;
    height: auto;
  }
}

.document-details .vertical-tabs .draft-document .details-items > .row > div {
  margin-bottom: 2.42424rem;
}

.document-details .vertical-tabs .draft-document .details-items .one-item {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .document-details .vertical-tabs .draft-document .details-items .one-item {
    margin-bottom: 1.21212rem;
  }
}

.document-details .vertical-tabs .draft-document .details-items .label-text {
  margin-bottom: 0.12121rem;
}

.document-details .vertical-tabs .draft-document .accordion-default {
  margin-top: 1.21212rem;
  margin-bottom: 2.42424rem;
}

.document-details .vertical-tabs .draft-document-details .info-list li {
  padding: 0px;
  border-width: 0px;
}

.document-details .vertical-tabs .draft-document-details .details-items .one-item {
  margin-bottom: 1.81818rem;
}

.document-details .no-comments {
  padding: 6.06061rem 0;
}

.document-details .no-comments p {
  margin-top: 1.81818rem;
}

.document-details .comments-container {
  padding-bottom: 2.42424rem;
}

.document-details .comments-container .list-actions {
  margin-bottom: 1.81818rem;
}

.document-details .comments-container .list-actions > div > .btn {
  width: 2.78788rem;
  height: 2.78788rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  padding: 0.60606rem;
  -webkit-box-shadow: 0rem 0.12121rem 0.30303rem rgba(23, 105, 159, 0.1);
          box-shadow: 0rem 0.12121rem 0.30303rem rgba(23, 105, 159, 0.1);
}

.document-details .comments-container .list-actions > div > .btn img {
  max-height: 100%;
  max-width: 100%;
}

.document-details .comments-container .list-actions > div .sort {
  margin-bottom: 0rem;
  margin-right: 1.51515rem;
}

.document-details .comments-container .list-actions > div .sort .form-control {
  min-width: 8.84848rem;
}

.document-details .comments-container .list-actions .group-title, .document-details .comments-container .list-actions .items-list .title, .items-list .document-details .comments-container .list-actions .title {
  color: #333333;
  margin-bottom: 0;
  font-weight: 500;
}

.document-details .comments-container .list-accordion .accordion-item .text {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
}

.document-details .comments-container .list-accordion .accordion-item.active .text {
  color: #FFFFFF;
}

.document-details .comments-container .list-accordion .accordion-item.active .item-content {
  -webkit-box-shadow: 0rem 0.30303rem 0.60606rem rgba(0, 32, 72, 0.08);
          box-shadow: 0rem 0.30303rem 0.60606rem rgba(0, 32, 72, 0.08);
}

.document-details .comments-container .list-accordion .accordion-item .item-content {
  padding: 1.81818rem;
  padding-bottom: 0rem;
}

@media (max-width: 991px) {
  .document-details .comments-container .list-accordion .accordion-item .item-header > .row > div {
    margin-bottom: 1.21212rem;
  }
}

.document-details .comments-container .show-more {
  margin-top: 2.72727rem;
}

.document-details .comments-container .show-more > button {
  margin: auto;
}

@media (max-width: 575px) {
  .document-details .comments-container .show-more > button {
    width: 100%;
  }
}

.vertical-tabs .nav-tabs {
  display: block;
  border-bottom: 0px !important;
}

@media (max-width: 991px) {
  .vertical-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vertical-tabs .tabs-left {
  border-bottom-width: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 4.84848rem;
}

.vertical-tabs .tabs-left > li {
  float: none;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .vertical-tabs .tabs-left > li {
    width: 100%;
  }
}

.vertical-tabs .tabs-left > li > a {
  margin-right: 0;
  display: block;
  font-size: 0.9697rem;
  line-height: 1.63636rem;
  font-weight: 600;
  color: #6C9BB4;
  background-color: #F5FBFE;
  border-radius: 0rem;
  margin: 0rem;
  padding: 1.45455rem 1.21212rem;
  -webkit-box-shadow: 0rem 0.12121rem 0rem rgba(4, 122, 186, 0.05);
          box-shadow: 0rem 0.12121rem 0rem rgba(4, 122, 186, 0.05);
}

@media (max-width: 1191px) {
  .vertical-tabs .tabs-left > li > a {
    font-size: 0.84848rem;
    line-height: 1.51515rem;
  }
}

@media (max-width: 991px) {
  .vertical-tabs .tabs-left > li > a {
    margin-right: 0.60606rem;
  }
}

.vertical-tabs .tabs-left > li > a:hover, .vertical-tabs .tabs-left > li > a.active {
  background-color: #FFFFFF;
  border-left: 0.30303rem solid #047ABA;
  color: #047ABA;
}

.vertical-tabs .tab-content {
  padding: 2.42424rem;
  background-color: #FFFFFF;
  border-radius: 0 0.60606rem 0.60606rem 0.60606rem;
  -webkit-box-shadow: 0rem 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
          box-shadow: 0rem 0.24242rem 0.48485rem rgba(160, 190, 206, 0.15);
  padding-bottom: 0rem;
}

.vertical-tabs .title {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 3.0303rem;
}

.timeline {
  padding-bottom: 2.42424rem;
}

.timeline ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline ul li .item-date {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #999999;
  min-width: 12.12121rem;
  position: relative;
  padding: 0.90909rem 0px;
  padding-right: 1.27273rem;
}

.timeline ul li .item-date::after {
  content: '';
  position: absolute;
  width: 0.9697rem;
  height: 0.9697rem;
  background-image: url("../../images/icons/Point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -0.54545rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 2;
}

.timeline ul li .item-text {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding: 0.90909rem 0px;
  padding-left: 1.27273rem;
}

.timeline ul li .item-text::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #A0BECE;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 0px;
}

.timeline ul li:first-child .item-date::after {
  border-radius: 2px 2px 0px 0px;
}

.timeline ul li:last-child .item-date::after {
  border-radius: 0px 0px 2px 2px;
}

.highcharts-figure, .highcharts-data-table table {
  margin: 0 auto;
  margin-bottom: 1.21212rem;
}

@media (max-width: 576px) {
  .highcharts-figure, .highcharts-data-table table {
    max-width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 577px) {
  .highcharts-figure, .highcharts-data-table table {
    max-width: 500px;
  }
}

.highcharts-credits {
  display: none;
}

.highchart-Item {
  margin: -80px 0;
}

.highcharts-background {
  fill: transparent;
}

.cards-listing.custom-lisitng {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-listing.custom-lisitng.active .listing-items {
  width: calc(50% - 0.90909rem);
  margin-right: 1.81818rem;
}

@media (max-width: 991px) {
  .cards-listing.custom-lisitng.active .listing-items {
    width: 100%;
    margin-right: 0rem;
  }
}

.cards-listing.custom-lisitng.active .listing-items > .row > div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cards-listing.custom-lisitng.active .listing-items > .row > div:first-child {
  margin-bottom: 1.81818rem;
}

.cards-listing.custom-lisitng.active .listing-items > .row > div:last-child {
  margin-bottom: 0rem;
}

.cards-listing.custom-lisitng .listing-items {
  width: 100%;
}

.cards-listing.custom-lisitng.meeting-list .topic-details-container .first-content > div:first-child > p {
  padding-bottom: 1.81818rem;
}

.cards-listing.custom-lisitng.meeting-list .topic-details-container .memeber-list li span {
  color: #D29300;
  border: 1.5px solid #FCF8F2;
}

.cards-listing.custom-lisitng.meeting-list .topic-details-container .memeber-list li img {
  border-color: #FCF8F2;
}

.topic-details-container {
  background-color: #FFFFFF;
  border-radius: 0.60606rem;
  -webkit-box-shadow: 0rem 0.18182rem 0.48485rem rgba(160, 190, 206, 0.15);
          box-shadow: 0rem 0.18182rem 0.48485rem rgba(160, 190, 206, 0.15);
  position: relative;
  right: -100%;
  width: calc(50% - 0.90909rem);
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  padding-bottom: 1.21212rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: -webkit-sticky;
  position: sticky;
  top: 2.30303rem;
  height: calc(100vh - 2.30303rem);
}

@media (max-width: 991px) {
  .topic-details-container {
    position: fixed;
    width: calc(100% - 4.24242rem);
    height: 100%;
  }
}

.topic-details-container.active-topic {
  right: 0px;
  display: block;
  padding-bottom: 3.0303rem;
}

.topic-details-container .topic-head {
  padding: 1.81818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topic-details-container .topic-head .close-btn {
  width: 1.09091rem;
  height: 1.09091rem;
}

.topic-details-container .topic-head .close-btn img {
  width: 100%;
}

.topic-details-container .first-content > div:first-child {
  padding: 1.81818rem;
  background-color: #FCF8F2;
}

.topic-details-container .first-content > div:first-child > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.51515rem;
}

.topic-details-container .first-content > div:first-child > p {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 600;
  color: #333333;
  padding-bottom: 0.90909rem;
  word-break: break-word;
}

.topic-details-container .first-content > div:first-child .date {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
}

.topic-details-container .first-content > div:first-child .date .text {
  font-weight: 400;
  color: #999999;
  padding-right: 0.30303rem;
}

.topic-details-container .first-content > div:first-child .date .value {
  font-weight: 500;
  color: #333333;
}

.topic-details-container .first-content .badge-listing .badge {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.topic-details-container .first-content .badge-listing .badge.badge-primary {
  color: #666666;
  font-weight: 500;
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  padding: 0.48485rem 0.60606rem;
  border-width: 0px;
  border-radius: 0.48485rem;
}

.topic-details-container .first-content .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F5FBFE;
  border-radius: 0 0 0.60606rem 0.60606rem;
  padding: 1.51515rem 1.81818rem;
}

@media (max-width: 991px) {
  .topic-details-container .first-content .content-footer {
    display: block;
  }
}

@media (max-width: 991px) {
  .topic-details-container .first-content .content-footer .memeber-list {
    margin-top: 0.90909rem;
  }
}

.topic-details-container .topic-details {
  padding: 1.81818rem;
}

.topic-details-container .topic-details > div > label {
  font-size: 1.33333rem;
  line-height: 1.81818rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0px;
  padding-bottom: 1.21212rem;
}

.topic-details-container .topic-details > div > p {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 500;
  color: #333333;
  padding-bottom: 2.42424rem;
}

.topic-details-container .topic-details .more-data h3 {
  font-size: 1.33333rem;
  line-height: 1.45455rem;
  font-weight: 600;
  color: #333333;
  padding-bottom: 1.21212rem;
}

.topic-details-container .topic-details .more-data + .line {
  margin-top: 0.60606rem;
}

.topic-details-container .topic-details .details-items {
  padding: 0px;
}

.topic-details-container .topic-details .details-items > .row > div {
  margin-bottom: 1.81818rem;
}

.topic-details-container .member-comments h3 {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.51515rem;
}

.topic-details-container .member-comments h3 span {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 400;
  color: #999999;
}

.topic-details-container .member-comments .list-comments .one-comment .comment-details {
  padding-left: 4rem;
}

.topic-details-container .member-comments .list-comments .one-comment .comment-details .desc {
  margin-bottom: 1.21212rem;
}

.topic-details-container .member-comments .list-comments .one-comment .comment-details .desc p {
  padding-left: 0rem;
  position: relative;
}

.topic-details-container .member-comments .list-comments .one-comment .comment-details .desc a {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #047ABA;
}

.topic-details-container .member-comments .addComment-container {
  background-color: #EEF7FC;
  border-radius: 0.60606rem;
  margin-bottom: 1.81818rem;
  padding: 1.21212rem;
}

.topic-details-container .member-comments .addComment-container .addComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-details-container .member-comments .addComment-container .addComment .form-group {
  margin-bottom: 0rem;
  width: calc(100% - 3.0303rem);
}

.topic-details-container .member-comments .addComment-container .btns {
  margin-top: 1.21212rem;
  position: relative;
}

.topic-details-container .member-comments .addComment-container .btns > .btn {
  margin-left: auto;
}

.topic-details-container .member-comments .addComment-container .btns .dnd-container {
  padding: 0px;
  background-color: transparent;
  border-width: 0px;
  position: absolute;
  right: 12.72727rem;
  top: 0.72727rem;
}

.topic-details-container .member-comments .addComment-container .btns .dnd-container label img {
  width: 1.51515rem;
}

.topic-details-container .member-comments .addComment-container .btns .file-input-wrapper {
  position: static;
}

.topic-details-container .member-comments .comment-action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topic-details-container .member-comments .comment-action-list > div {
  position: relative;
  cursor: pointer;
}

.topic-details-container .member-comments .comment-action-list > div::before {
  content: '';
  position: absolute;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #A0BECE;
  border-radius: 50%;
  top: 50%;
}

.topic-details-container .member-comments .comment-action-list > div:first-child::before {
  display: none;
}

.topic-details-container .member-comments .comment-action-list .likeAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-details-container .member-comments .comment-action-list .likeAction span {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #666666;
  padding-left: 0.30303rem;
}

.topic-details-container .member-comments .comment-action-list .likeAction > button {
  padding-right: 1.21212rem;
}

.topic-details-container .member-comments .comment-action-list .likeAction > button > img {
  max-height: 1.21212rem;
}

.topic-details-container .member-comments .comment-action-list .likeAction img.with-bg {
  display: none;
}

.topic-details-container .member-comments .comment-action-list .replayAction, .topic-details-container .member-comments .comment-action-list .deleteAction {
  padding: 0 1.51515rem;
}

.topic-details-container .member-comments .comment-action-list .replayAction button img, .topic-details-container .member-comments .comment-action-list .deleteAction button img {
  max-height: 0.90909rem;
}

.topic-details-container .member-comments .comment-action-list .replayAction span, .topic-details-container .member-comments .comment-action-list .deleteAction span {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
  padding-left: 0.30303rem;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .download-dropDown {
  margin: 0px;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown {
  margin: 0 0.90909rem;
  padding: 0.30303rem 0.60606rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown span {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  font-weight: 500;
  color: #333333;
  padding-left: 0.30303rem;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown img.up {
  display: none;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown.active {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.51515rem;
  border: 1.5px solid #6C9BB4;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown.active + .dropDown-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown.active .drop-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item {
  right: -4.24242rem;
  min-width: 30.30303rem;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a:hover {
  background-color: #047ABA;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a:hover span, .topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a:hover .size {
  color: #FFFFFF;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 50px);
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a span {
  padding: 0px;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a .size {
  font-size: 0.72727rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #6C9BB4;
  padding-left: 0.30303rem;
}

.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li img {
  max-height: 1.21212rem;
  margin-right: 0.90909rem;
}

.topic-details-container .member-comments .subComment, .topic-details-container .member-comments .replay-comment {
  display: none;
}

.topic-details-container .pattern-listing h3 {
  font-size: 1.33333rem;
  line-height: 1.81818rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.21212rem;
}

.topic-details-container .Minutes-Meetings {
  background-color: #E8F1F5;
  margin: 0 -1.81818rem 2.42424rem -1.81818rem;
  padding: 2.42424rem 1.81818rem 1.51515rem 1.81818rem;
}

.topic-details-container .Minutes-Meetings .pattern-listing h3 {
  margin-bottom: 0rem;
}

.topic-details-container .Minutes-Meetings .listing-head {
  margin-bottom: 1.21212rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topic-details-container .Minutes-Meetings .attachments {
  padding-bottom: 0rem;
}

.topic-details-container .Minutes-Meetings p {
  word-break: break-word;
}

.sticky-actions {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 2.42424rem 1.21212rem;
  background-color: #005c8e;
  -webkit-box-shadow: 0 -0.90909rem 0.90909rem rgba(0, 32, 72, 0.05);
          box-shadow: 0 -0.90909rem 0.90909rem rgba(0, 32, 72, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  margin: 1.81818rem -2.12121rem 0;
}

.sticky-actions .btn + .btn {
  margin-left: 1.81818rem;
}

.sticky-actions .btn.btn-outline, .sticky-actions .sweet-alert .btn.cancel, .sweet-alert .sticky-actions .btn.cancel {
  border: 1.5px solid #e0e8ec;
}

.sticky-actions .btn.btn-outline:hover, .sticky-actions .sweet-alert .btn.cancel:hover, .sweet-alert .sticky-actions .btn.cancel:hover, .sticky-actions .btn.btn-outline:focus, .sticky-actions .sweet-alert .btn.cancel:focus, .sweet-alert .sticky-actions .btn.cancel:focus {
  color: #FFF;
  background-color: #1b6c98;
}

.sticky-actions .btn.btn-primary:not(.btn-outline):hover {
  color: #FFFFFF;
  background-color: #0087d0;
}



.cke_chrome {
  border: 1.5px solid #6C9BB4 !important;
  border-radius: 0.90909rem !important;
}

.cke_reset {
  border-radius: 0.90909rem !important;
}

.cke_bottom {
  border-width: 0px !important;
  border-radius: 0 0 0.90909rem 0.90909rem !important;
  background-color: #EFF6F9 !important;
}

.configuration-page .list-actions {
  margin-bottom: 2.42424rem;
}

.configuration-page .list-actions .list-count {
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
}

.configuration-page .list-actions .list-count b {
  font-size: 1.21212rem;
  line-height: 1.93939rem;
  font-weight: 400;
  color: #999999;
}

.configuration-page .category-listing > .row > div + div {
  margin-bottom: 1.81818rem;
}

@media (max-width: 767px) {
  .configuration-page .category-listing > .row > div {
    margin-bottom: 1.81818rem;
  }
}

.configuration-page .category-listing .one-category {
  background-color: #F2F9FC;
  border-radius: 0.60606rem;
  border: 1.5px solid rgba(160, 190, 206, 0.5);
  padding: 1.21212rem;
}

.configuration-page .category-listing .one-category .date {
  font-size: 0.9697rem;
  line-height: 1.45455rem;
  margin-bottom: 0.90909rem;
}

.configuration-page .category-listing .one-category .date .text {
  font-weight: 400;
  color: #999999;
  padding-right: 0.30303rem;
}

.configuration-page .category-listing .one-category .date .value {
  font-weight: 500;
  color: #333333;
}

.configuration-page .category-listing .one-category p {
  font-size: 1.33333rem;
  line-height: 2.30303rem;
  font-weight: 600;
  color: #333333;
}

.configuration-page .list-accordion .accordion-item .item-header {
  padding: 1.21212rem;
}

.configuration-page .list-accordion .accordion-item.active {
  -webkit-box-shadow: 0rem 0.30303rem 0.60606rem rgba(0, 32, 72, 0.08);
          box-shadow: 0rem 0.30303rem 0.60606rem rgba(0, 32, 72, 0.08);
}

.configuration-page .list-accordion .accordion-item.active .item-content {
  border-radius: 0 0 0.60606rem 0.60606rem;
}

.configuration-page .list-accordion .accordation-head {
  padding: 0 1.21212rem;
  padding-bottom: 1.21212rem;
}

@media (max-width: 767px) {
  .configuration-page .list-accordion .accordation-head {
    display: none;
  }
}

.configuration-page .list-accordion .accordation-head .row > div {
  font-size: 0.84848rem;
  line-height: 1.45455rem;
  font-weight: 400;
  color: #999999;
}

.configuration-page .list-accordion .item-content {
  background-color: #FFFFFF;
  padding: 1.51515rem;
}

.configuration-page .list-accordion .item-content select.form-control {
  padding-top: 0rem;
  background-position-x: 98.5%;
}

.configuration-page .list-accordion .item-content .select2-container {
  width: 100% !important;
}

.configuration-page .list-accordion .item-content .select2-container.select2-container--default .select2-selection--multiple {
  padding-top: 0.60606rem;
  padding-bottom: 0.60606rem;
}

.configuration-page .list-accordion .item-content .form-group label {
  padding-left: 0.60606rem;
}

@media (max-width: 991px) {
  .configuration-page .list-accordion .item-content .form-group label {
    margin-bottom: 0.90909rem;
  }
}

.details-page-info {
  margin-bottom: 3.0303rem;
}

.details-page-info .group-info {
  margin-bottom: 1.81818rem;
}

.details-page-info .info-desc {
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 600;
  padding: 0.60606rem 0;
}

ul.summary li {
  margin-bottom: 3.63636rem;
}

ul.summary li .sum-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 500;
  margin-bottom: 0.60606rem;
}

ul.summary li .sum-info .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.summary li .sum-info .stat .perc {
  color: #047ABA;
}

ul.summary li .sum-info .stat span:not(.perc) {
  font-size: 0.78788rem;
  line-height: 1.27273rem;
  font-weight: 400;
  margin-left: 0.18182rem;
}

ul.summary li .progress {
  height: 0.60606rem;
}

.status-card {
  padding: 2.12121rem 1.21212rem;
  background-color: #F2F9FC;
  border-radius: 0.60606rem;
}

.status-card h4 {
  font-size: 1.69697rem;
  color: #0B4793;
  font-size: 1.57576rem;
  line-height: 2.30303rem;
  margin: 0 0 0.30303rem;
}

.status-card h5 {
  color: #788DA5;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
  margin: 0 0 0.60606rem;
}

.status-card h6 {
  font-size: 0.9697rem;
  line-height: 1.69697rem;
  margin: 0;
}

.status-card .status-summary {
  padding-top: 1.21212rem;
  margin-top: 1.21212rem;
  border-top: 1px solid rgba(160, 190, 206, 0.3);
}

.status-card .status-summary .count {
  display: block;
  font-size: 1.09091rem;
  line-height: 1.81818rem;
  font-weight: 600;
}

.status-card .status-summary span + span {
  color: #788DA5;
  font-size: 0.84848rem;
  line-height: 1.57576rem;
}
/*# sourceMappingURL=style.css.map */