﻿@charset "UTF-8";
/*----------------------------------------------------------------------*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(../fonts/materialdesignicons.css);
:root {
  --blue: #2196f3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #C91127;
  --orange: #EA970F;
  --yellow: #E4CA2F;
  --green: #81BD3F;
  --teal: #20c997;
  --cyan: #00BCD4;
  --white: #fff;
  --gray: #717B87;
  --gray-dark: #272727;
  --gray-700: #424242;
  --primary: #2A3764;
  --secondary: #424242;
  --success: #81BD3F;
  --info: #00BCD4;
  --warning: #EA970F;
  --danger: #C91127;
  --light: #E7E7E7;
  --dark: rgba(0, 0, 0, 0.87);
  --gray-dark: rgba(0, 0, 0, 0.6);
  --black: #000;
  --white: #fff;
  --purple: #6f42c1;
  --lemon: #F8F2B5;
  --navy: #2A3764;
  --dark-navy: #20274c;
  --gold: #E2B326;
  --pale-blue: #DFEEFF;
  --green: #81BD3F;
  --orange: #EA970F;
  --red: #C91127;
  --black-87: rgba(0, 0, 0, 0.87);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-38: rgba(0, 0, 0, 0.38);
  --black-20: rgba(0, 0, 0, 0.2);
  --yellow: #E4CA2F;
  --red_2: #F2324A;
  --white-60: rgba(255, 255, 255, 0.6);
  --white-38: rgba(255, 255, 255, 0.38);
  --white-8: rgba(255, 255, 255, 0.08);
  --dark-green: #498309;
  --light-green: #E5F1D8;
  --light-orange: #FAE9CE;
  --light-red: #F3CED3;
  --light-navy: #E6E8EE;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  background-color: #f9f9f9;
}

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

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

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

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

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

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2196f3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0d8aee;
  text-decoration: underline;
}

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

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

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.625rem 1rem;
  padding-bottom: 0.625rem 1rem;
  color: #717B87;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

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

select {
  word-wrap: normal;
}

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

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

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] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 6rem;
}

h2, .h2 {
  font-size: 3.75rem;
}

h3, .h3 {
  font-size: 3rem;
}

h4, .h4 {
  font-size: 2.125rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

.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(255, 255, 255, 0.3);
}

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: #717B87;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #161717;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #161717;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  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;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

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

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

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

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

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

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

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

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

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

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.87);
}
.table th,
.table td {
  padding: 0.625rem 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm 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 {
  color: rgba(0, 0, 0, 0.87);
  background-color: #2196f3;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3c7d4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9097ae;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cacaca;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9d9d9d;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dcedc9;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #bddd9b;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8ecf3;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7adce9;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f9e2bc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f4c982;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f0bcc3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e3838f;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f8f8f8;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f3f3f3;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgba(196, 196, 196, 0.9636);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgba(139, 139, 139, 0.9324);
}

.table-hover .table-dark:hover {
  background-color: rgba(183, 183, 183, 0.9636);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(183, 183, 183, 0.9636);
}

.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
  background-color: rgba(219, 219, 219, 0.888);
}
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
  border-color: rgba(174, 174, 174, 0.792);
}

.table-hover .table-gray-dark:hover {
  background-color: rgba(206, 206, 206, 0.888);
}
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th {
  background-color: rgba(206, 206, 206, 0.888);
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d7caee;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b49ddf;
}

.table-hover .table-purple:hover {
  background-color: #c8b7e8;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c8b7e8;
}

.table-lemon,
.table-lemon > th,
.table-lemon > td {
  background-color: #fdfbea;
}
.table-lemon th,
.table-lemon td,
.table-lemon thead th,
.table-lemon tbody + tbody {
  border-color: #fbf8d9;
}

.table-hover .table-lemon:hover {
  background-color: #fbf7d3;
}
.table-hover .table-lemon:hover > td,
.table-hover .table-lemon:hover > th {
  background-color: #fbf7d3;
}

.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #c3c7d4;
}
.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody + tbody {
  border-color: #9097ae;
}

.table-hover .table-navy:hover {
  background-color: #b4b9c9;
}
.table-hover .table-navy:hover > td,
.table-hover .table-navy:hover > th {
  background-color: #b4b9c9;
}

.table-dark-navy,
.table-dark-navy > th,
.table-dark-navy > td {
  background-color: #c1c3cd;
}
.table-dark-navy th,
.table-dark-navy td,
.table-dark-navy thead th,
.table-dark-navy tbody + tbody {
  border-color: #8b8fa2;
}

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

.table-gold,
.table-gold > th,
.table-gold > td {
  background-color: #f7eac2;
}
.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody + tbody {
  border-color: #f0d78e;
}

.table-hover .table-gold:hover {
  background-color: #f4e2ab;
}
.table-hover .table-gold:hover > td,
.table-hover .table-gold:hover > th {
  background-color: #f4e2ab;
}

.table-pale-blue,
.table-pale-blue > th,
.table-pale-blue > td {
  background-color: #f6faff;
}
.table-pale-blue th,
.table-pale-blue td,
.table-pale-blue thead th,
.table-pale-blue tbody + tbody {
  border-color: #eef6ff;
}

.table-hover .table-pale-blue:hover {
  background-color: #ddecff;
}
.table-hover .table-pale-blue:hover > td,
.table-hover .table-pale-blue:hover > th {
  background-color: #ddecff;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #dcedc9;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #bddd9b;
}

.table-hover .table-green:hover {
  background-color: #d0e7b6;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #d0e7b6;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f9e2bc;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f4c982;
}

.table-hover .table-orange:hover {
  background-color: #f7d8a5;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #f7d8a5;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f0bcc3;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #e3838f;
}

.table-hover .table-red:hover {
  background-color: #eba7b0;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #eba7b0;
}

.table-black-87,
.table-black-87 > th,
.table-black-87 > td {
  background-color: rgba(196, 196, 196, 0.9636);
}
.table-black-87 th,
.table-black-87 td,
.table-black-87 thead th,
.table-black-87 tbody + tbody {
  border-color: rgba(139, 139, 139, 0.9324);
}

.table-hover .table-black-87:hover {
  background-color: rgba(183, 183, 183, 0.9636);
}
.table-hover .table-black-87:hover > td,
.table-hover .table-black-87:hover > th {
  background-color: rgba(183, 183, 183, 0.9636);
}

.table-black-60,
.table-black-60 > th,
.table-black-60 > td {
  background-color: rgba(219, 219, 219, 0.888);
}
.table-black-60 th,
.table-black-60 td,
.table-black-60 thead th,
.table-black-60 tbody + tbody {
  border-color: rgba(174, 174, 174, 0.792);
}

.table-hover .table-black-60:hover {
  background-color: rgba(206, 206, 206, 0.888);
}
.table-hover .table-black-60:hover > td,
.table-hover .table-black-60:hover > th {
  background-color: rgba(206, 206, 206, 0.888);
}

.table-black-38,
.table-black-38 > th,
.table-black-38 > td {
  background-color: rgba(234, 234, 234, 0.8264);
}
.table-black-38 th,
.table-black-38 td,
.table-black-38 thead th,
.table-black-38 tbody + tbody {
  border-color: rgba(203, 203, 203, 0.6776);
}

.table-hover .table-black-38:hover {
  background-color: rgba(221, 221, 221, 0.8264);
}
.table-hover .table-black-38:hover > td,
.table-hover .table-black-38:hover > th {
  background-color: rgba(221, 221, 221, 0.8264);
}

.table-black-20,
.table-black-20 > th,
.table-black-20 > td {
  background-color: rgba(244, 244, 244, 0.776);
}
.table-black-20 th,
.table-black-20 td,
.table-black-20 thead th,
.table-black-20 tbody + tbody {
  border-color: rgba(228, 228, 228, 0.584);
}

.table-hover .table-black-20:hover {
  background-color: rgba(231, 231, 231, 0.776);
}
.table-hover .table-black-20:hover > td,
.table-hover .table-black-20:hover > th {
  background-color: rgba(231, 231, 231, 0.776);
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #f7f0c5;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #f1e393;
}

.table-hover .table-yellow:hover {
  background-color: #f4eaaf;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #f4eaaf;
}

.table-red_2,
.table-red_2 > th,
.table-red_2 > td {
  background-color: #fbc6cc;
}
.table-red_2 th,
.table-red_2 td,
.table-red_2 thead th,
.table-red_2 tbody + tbody {
  border-color: #f894a1;
}

.table-hover .table-red_2:hover {
  background-color: #f9aeb7;
}
.table-hover .table-red_2:hover > td,
.table-hover .table-red_2:hover > th {
  background-color: #f9aeb7;
}

.table-white-60,
.table-white-60 > th,
.table-white-60 > td {
  background-color: rgba(255, 255, 255, 0.888);
}
.table-white-60 th,
.table-white-60 td,
.table-white-60 thead th,
.table-white-60 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.792);
}

.table-hover .table-white-60:hover {
  background-color: rgba(242, 242, 242, 0.888);
}
.table-hover .table-white-60:hover > td,
.table-hover .table-white-60:hover > th {
  background-color: rgba(242, 242, 242, 0.888);
}

.table-white-38,
.table-white-38 > th,
.table-white-38 > td {
  background-color: rgba(255, 255, 255, 0.8264);
}
.table-white-38 th,
.table-white-38 td,
.table-white-38 thead th,
.table-white-38 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.6776);
}

.table-hover .table-white-38:hover {
  background-color: rgba(242, 242, 242, 0.8264);
}
.table-hover .table-white-38:hover > td,
.table-hover .table-white-38:hover > th {
  background-color: rgba(242, 242, 242, 0.8264);
}

.table-white-8,
.table-white-8 > th,
.table-white-8 > td {
  background-color: rgba(255, 255, 255, 0.7424);
}
.table-white-8 th,
.table-white-8 td,
.table-white-8 thead th,
.table-white-8 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.5216);
}

.table-hover .table-white-8:hover {
  background-color: rgba(242, 242, 242, 0.7424);
}
.table-hover .table-white-8:hover > td,
.table-hover .table-white-8:hover > th {
  background-color: rgba(242, 242, 242, 0.7424);
}

.table-dark-green,
.table-dark-green > th,
.table-dark-green > td {
  background-color: #ccdcba;
}
.table-dark-green th,
.table-dark-green td,
.table-dark-green thead th,
.table-dark-green tbody + tbody {
  border-color: #a0bf7f;
}

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

.table-light-green,
.table-light-green > th,
.table-light-green > td {
  background-color: #f8fbf4;
}
.table-light-green th,
.table-light-green td,
.table-light-green thead th,
.table-light-green tbody + tbody {
  border-color: #f1f8eb;
}

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

.table-light-orange,
.table-light-orange > th,
.table-light-orange > td {
  background-color: #fef9f1;
}
.table-light-orange th,
.table-light-orange td,
.table-light-orange thead th,
.table-light-orange tbody + tbody {
  border-color: #fcf4e6;
}

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

.table-light-red,
.table-light-red > th,
.table-light-red > td {
  background-color: #fcf1f3;
}
.table-light-red th,
.table-light-red td,
.table-light-red thead th,
.table-light-red tbody + tbody {
  border-color: #f9e6e8;
}

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

.table-light-navy,
.table-light-navy > th,
.table-light-navy > td {
  background-color: #f8f9fa;
}
.table-light-navy th,
.table-light-navy td,
.table-light-navy thead th,
.table-light-navy tbody + tbody {
  border-color: #f2f3f6;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: #2196f3;
}

.table-hover .table-active:hover {
  background-color: #0d8aee;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #0d8aee;
}

.table .thead-dark th {
  color: #fff;
  background-color: #161717;
  border-color: #292b2b;
}
.table .thead-light th {
  color: #424242;
  background-color: #E7E7E7;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #161717;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #292b2b;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #424242;
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  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;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #272727;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #272727;
}
.form-control:focus {
  color: #272727;
  background-color: #fff;
  border-color: #2A3764;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #717B87;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #424242;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #272727;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 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.1;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  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.1em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

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

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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #717B87;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #81BD3F;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #161717;
  background-color: rgba(129, 189, 63, 0.9);
  border-radius: 4px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #81BD3F;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2381BD3F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #81BD3F;
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #81BD3F;
  padding-right: calc(0.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23272727' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2381BD3F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #81BD3F;
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #81BD3F;
}
.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: #81BD3F;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #81BD3F;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #9acb64;
  background-color: #9acb64;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #81BD3F;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #81BD3F;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #81BD3F;
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #C91127;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(201, 17, 39, 0.9);
  border-radius: 4px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C91127;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C91127' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C91127' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C91127;
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C91127;
  padding-right: calc(0.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23272727' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C91127' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C91127' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C91127;
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C91127;
}
.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: #C91127;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C91127;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec2139;
  background-color: #ec2139;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C91127;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C91127;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C91127;
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .uploader-btn {
  display: inline-block;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .uploader-btn {
    transition: none;
  }
}
.btn:hover, .uploader-btn:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.btn:focus, .uploader-btn:focus, .btn.focus, .focus.uploader-btn {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .disabled.uploader-btn, .btn:disabled, .uploader-btn:disabled {
  opacity: 0.65;
}
a.btn.disabled, a.disabled.uploader-btn,
fieldset:disabled a.btn,
fieldset:disabled a.uploader-btn {
  pointer-events: none;
}

.btn-primary, .uploader-btn {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-primary:hover, .uploader-btn:hover {
  color: #fff;
  background-color: #1f2849;
  border-color: #1b2340;
}
.btn-primary:focus, .uploader-btn:focus, .btn-primary.focus, .focus.uploader-btn {
  color: #fff;
  background-color: #1f2849;
  border-color: #1b2340;
  box-shadow: 0 0 0 0.2rem rgba(74, 85, 123, 0.5);
}
.btn-primary.disabled, .disabled.uploader-btn, .btn-primary:disabled, .uploader-btn:disabled {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-primary:not(:disabled):not(.disabled):active, .uploader-btn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .uploader-btn:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.uploader-btn {
  color: #fff;
  background-color: #1b2340;
  border-color: #171e37;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .uploader-btn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .uploader-btn:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.uploader-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 85, 123, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #292929;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #292929;
  box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #222222;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5);
}

.btn-success {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-success:hover {
  color: #fff;
  background-color: #6da035;
  border-color: #679732;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #6da035;
  border-color: #679732;
  box-shadow: 0 0 0 0.2rem rgba(113, 164, 57, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #679732;
  border-color: #608d2f;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 164, 57, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info:hover {
  color: #fff;
  background-color: #009aae;
  border-color: #008fa1;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #009aae;
  border-color: #008fa1;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #008394;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}

.btn-warning {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c6800d;
  border-color: #ba780c;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c6800d;
  border-color: #ba780c;
  box-shadow: 0 0 0 0.2rem rgba(202, 132, 16, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ba780c;
  border-color: #ae700b;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 132, 16, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a60e20;
  border-color: #9a0d1e;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a60e20;
  border-color: #9a0d1e;
  box-shadow: 0 0 0 0.2rem rgba(209, 53, 71, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9a0d1e;
  border-color: #8e0c1c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 53, 71, 0.5);
}

.btn-light {
  color: #161717;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-light:hover {
  color: #161717;
  background-color: #d4d4d4;
  border-color: #cecece;
}
.btn-light:focus, .btn-light.focus {
  color: #161717;
  background-color: #d4d4d4;
  border-color: #cecece;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #161717;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #161717;
  background-color: #cecece;
  border-color: #c7c7c7;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-white {
  color: #161717;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #161717;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #161717;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #161717;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #161717;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 220, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-lemon {
  color: #161717;
  background-color: #F8F2B5;
  border-color: #F8F2B5;
}
.btn-lemon:hover {
  color: #161717;
  background-color: #f5ec92;
  border-color: #f4ea86;
}
.btn-lemon:focus, .btn-lemon.focus {
  color: #161717;
  background-color: #f5ec92;
  border-color: #f4ea86;
  box-shadow: 0 0 0 0.2rem rgba(214, 209, 157, 0.5);
}
.btn-lemon.disabled, .btn-lemon:disabled {
  color: #161717;
  background-color: #F8F2B5;
  border-color: #F8F2B5;
}
.btn-lemon:not(:disabled):not(.disabled):active, .btn-lemon:not(:disabled):not(.disabled).active, .show > .btn-lemon.dropdown-toggle {
  color: #161717;
  background-color: #f4ea86;
  border-color: #f2e87b;
}
.btn-lemon:not(:disabled):not(.disabled):active:focus, .btn-lemon:not(:disabled):not(.disabled).active:focus, .show > .btn-lemon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 209, 157, 0.5);
}

.btn-navy {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-navy:hover {
  color: #fff;
  background-color: #1f2849;
  border-color: #1b2340;
}
.btn-navy:focus, .btn-navy.focus {
  color: #fff;
  background-color: #1f2849;
  border-color: #1b2340;
  box-shadow: 0 0 0 0.2rem rgba(74, 85, 123, 0.5);
}
.btn-navy.disabled, .btn-navy:disabled {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active, .show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #1b2340;
  border-color: #171e37;
}
.btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 85, 123, 0.5);
}

.btn-dark-navy {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}
.btn-dark-navy:hover {
  color: #fff;
  background-color: #151931;
  border-color: #111528;
}
.btn-dark-navy:focus, .btn-dark-navy.focus {
  color: #fff;
  background-color: #151931;
  border-color: #111528;
  box-shadow: 0 0 0 0.2rem rgba(65, 71, 103, 0.5);
}
.btn-dark-navy.disabled, .btn-dark-navy:disabled {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}
.btn-dark-navy:not(:disabled):not(.disabled):active, .btn-dark-navy:not(:disabled):not(.disabled).active, .show > .btn-dark-navy.dropdown-toggle {
  color: #fff;
  background-color: #111528;
  border-color: #0d101f;
}
.btn-dark-navy:not(:disabled):not(.disabled):active:focus, .btn-dark-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 71, 103, 0.5);
}

.btn-gold {
  color: #161717;
  background-color: #E2B326;
  border-color: #E2B326;
}
.btn-gold:hover {
  color: #161717;
  background-color: #c79c1b;
  border-color: #bc9319;
}
.btn-gold:focus, .btn-gold.focus {
  color: #161717;
  background-color: #c79c1b;
  border-color: #bc9319;
  box-shadow: 0 0 0 0.2rem rgba(195, 156, 36, 0.5);
}
.btn-gold.disabled, .btn-gold:disabled {
  color: #161717;
  background-color: #E2B326;
  border-color: #E2B326;
}
.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #fff;
  background-color: #bc9319;
  border-color: #b18a18;
}
.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 156, 36, 0.5);
}

.btn-pale-blue {
  color: #161717;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}
.btn-pale-blue:hover {
  color: #161717;
  background-color: #b9daff;
  border-color: #acd3ff;
}
.btn-pale-blue:focus, .btn-pale-blue.focus {
  color: #161717;
  background-color: #b9daff;
  border-color: #acd3ff;
  box-shadow: 0 0 0 0.2rem rgba(193, 206, 220, 0.5);
}
.btn-pale-blue.disabled, .btn-pale-blue:disabled {
  color: #161717;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}
.btn-pale-blue:not(:disabled):not(.disabled):active, .btn-pale-blue:not(:disabled):not(.disabled).active, .show > .btn-pale-blue.dropdown-toggle {
  color: #161717;
  background-color: #acd3ff;
  border-color: #9fccff;
}
.btn-pale-blue:not(:disabled):not(.disabled):active:focus, .btn-pale-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-pale-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 206, 220, 0.5);
}

.btn-green {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-green:hover {
  color: #fff;
  background-color: #6da035;
  border-color: #679732;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #6da035;
  border-color: #679732;
  box-shadow: 0 0 0 0.2rem rgba(113, 164, 57, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #679732;
  border-color: #608d2f;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 164, 57, 0.5);
}

.btn-orange {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-orange:hover {
  color: #fff;
  background-color: #c6800d;
  border-color: #ba780c;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #c6800d;
  border-color: #ba780c;
  box-shadow: 0 0 0 0.2rem rgba(202, 132, 16, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #ba780c;
  border-color: #ae700b;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 132, 16, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-red:hover {
  color: #fff;
  background-color: #a60e20;
  border-color: #9a0d1e;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #a60e20;
  border-color: #9a0d1e;
  box-shadow: 0 0 0 0.2rem rgba(209, 53, 71, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #9a0d1e;
  border-color: #8e0c1c;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 53, 71, 0.5);
}

.btn-black-87 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-black-87:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-black-87:focus, .btn-black-87.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
}
.btn-black-87.disabled, .btn-black-87:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-black-87:not(:disabled):not(.disabled):active, .btn-black-87:not(:disabled):not(.disabled).active, .show > .btn-black-87.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-black-87:not(:disabled):not(.disabled):active:focus, .btn-black-87:not(:disabled):not(.disabled).active:focus, .show > .btn-black-87.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
}

.btn-black-60 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-black-60:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-black-60:focus, .btn-black-60.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
.btn-black-60.disabled, .btn-black-60:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-black-60:not(:disabled):not(.disabled):active, .btn-black-60:not(:disabled):not(.disabled).active, .show > .btn-black-60.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-black-60:not(:disabled):not(.disabled):active:focus, .btn-black-60:not(:disabled):not(.disabled).active:focus, .show > .btn-black-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

.btn-black-38 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-black-38:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-black-38:focus, .btn-black-38.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5);
}
.btn-black-38.disabled, .btn-black-38:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-black-38:not(:disabled):not(.disabled):active, .btn-black-38:not(:disabled):not(.disabled).active, .show > .btn-black-38.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-black-38:not(:disabled):not(.disabled):active:focus, .btn-black-38:not(:disabled):not(.disabled).active:focus, .show > .btn-black-38.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5);
}

.btn-black-20 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-black-20:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-black-20:focus, .btn-black-20.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}
.btn-black-20.disabled, .btn-black-20:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-black-20:not(:disabled):not(.disabled):active, .btn-black-20:not(:disabled):not(.disabled).active, .show > .btn-black-20.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-black-20:not(:disabled):not(.disabled):active:focus, .btn-black-20:not(:disabled):not(.disabled).active:focus, .show > .btn-black-20.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}

.btn-yellow {
  color: #161717;
  background-color: #E4CA2F;
  border-color: #E4CA2F;
}
.btn-yellow:hover {
  color: #161717;
  background-color: #d2b71b;
  border-color: #c6ad1a;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #161717;
  background-color: #d2b71b;
  border-color: #c6ad1a;
  box-shadow: 0 0 0 0.2rem rgba(197, 175, 43, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #161717;
  background-color: #E4CA2F;
  border-color: #E4CA2F;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #161717;
  background-color: #c6ad1a;
  border-color: #bba418;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 175, 43, 0.5);
}

.btn-red_2 {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}
.btn-red_2:hover {
  color: #fff;
  background-color: #ef0f2b;
  border-color: #e30e29;
}
.btn-red_2:focus, .btn-red_2.focus {
  color: #fff;
  background-color: #ef0f2b;
  border-color: #e30e29;
  box-shadow: 0 0 0 0.2rem rgba(244, 81, 101, 0.5);
}
.btn-red_2.disabled, .btn-red_2:disabled {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}
.btn-red_2:not(:disabled):not(.disabled):active, .btn-red_2:not(:disabled):not(.disabled).active, .show > .btn-red_2.dropdown-toggle {
  color: #fff;
  background-color: #e30e29;
  border-color: #d70e27;
}
.btn-red_2:not(:disabled):not(.disabled):active:focus, .btn-red_2:not(:disabled):not(.disabled).active:focus, .show > .btn-red_2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 81, 101, 0.5);
}

.btn-white-60 {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-white-60:hover {
  color: #161717;
  background-color: rgba(236, 236, 236, 0.6);
  border-color: rgba(230, 230, 230, 0.6);
}
.btn-white-60:focus, .btn-white-60.focus {
  color: #161717;
  background-color: rgba(236, 236, 236, 0.6);
  border-color: rgba(230, 230, 230, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, 0.5);
}
.btn-white-60.disabled, .btn-white-60:disabled {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-white-60:not(:disabled):not(.disabled):active, .btn-white-60:not(:disabled):not(.disabled).active, .show > .btn-white-60.dropdown-toggle {
  color: #161717;
  background-color: rgba(230, 230, 230, 0.6);
  border-color: rgba(223, 223, 223, 0.6);
}
.btn-white-60:not(:disabled):not(.disabled):active:focus, .btn-white-60:not(:disabled):not(.disabled).active:focus, .show > .btn-white-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, 0.5);
}

.btn-white-38 {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.38);
  border-color: rgba(255, 255, 255, 0.38);
}
.btn-white-38:hover {
  color: #161717;
  background-color: rgba(236, 236, 236, 0.38);
  border-color: rgba(230, 230, 230, 0.38);
}
.btn-white-38:focus, .btn-white-38.focus {
  color: #161717;
  background-color: rgba(236, 236, 236, 0.38);
  border-color: rgba(230, 230, 230, 0.38);
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}
.btn-white-38.disabled, .btn-white-38:disabled {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.38);
  border-color: rgba(255, 255, 255, 0.38);
}
.btn-white-38:not(:disabled):not(.disabled):active, .btn-white-38:not(:disabled):not(.disabled).active, .show > .btn-white-38.dropdown-toggle {
  color: #161717;
  background-color: rgba(230, 230, 230, 0.38);
  border-color: rgba(223, 223, 223, 0.38);
}
.btn-white-38:not(:disabled):not(.disabled):active:focus, .btn-white-38:not(:disabled):not(.disabled).active:focus, .show > .btn-white-38.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-white-8 {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
.btn-white-8:hover {
  color: #161717;
  background-color: rgba(236, 236, 236, 0.08);
  border-color: rgba(230, 230, 230, 0.08);
}
.btn-white-8:focus, .btn-white-8.focus {
  color: #161717;
  background-color: rgba(236, 236, 236, 0.08);
  border-color: rgba(230, 230, 230, 0.08);
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.btn-white-8.disabled, .btn-white-8:disabled {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
.btn-white-8:not(:disabled):not(.disabled):active, .btn-white-8:not(:disabled):not(.disabled).active, .show > .btn-white-8.dropdown-toggle {
  color: #161717;
  background-color: rgba(230, 230, 230, 0.08);
  border-color: rgba(223, 223, 223, 0.08);
}
.btn-white-8:not(:disabled):not(.disabled):active:focus, .btn-white-8:not(:disabled):not(.disabled).active:focus, .show > .btn-white-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}

.btn-dark-green {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}
.btn-dark-green:hover {
  color: #fff;
  background-color: #355f07;
  border-color: #2e5306;
}
.btn-dark-green:focus, .btn-dark-green.focus {
  color: #fff;
  background-color: #355f07;
  border-color: #2e5306;
  box-shadow: 0 0 0 0.2rem rgba(100, 150, 46, 0.5);
}
.btn-dark-green.disabled, .btn-dark-green:disabled {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}
.btn-dark-green:not(:disabled):not(.disabled):active, .btn-dark-green:not(:disabled):not(.disabled).active, .show > .btn-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #2e5306;
  border-color: #284705;
}
.btn-dark-green:not(:disabled):not(.disabled):active:focus, .btn-dark-green:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 150, 46, 0.5);
}

.btn-light-green {
  color: #161717;
  background-color: #E5F1D8;
  border-color: #E5F1D8;
}
.btn-light-green:hover {
  color: #161717;
  background-color: #d2e7bc;
  border-color: #cce4b2;
}
.btn-light-green:focus, .btn-light-green.focus {
  color: #161717;
  background-color: #d2e7bc;
  border-color: #cce4b2;
  box-shadow: 0 0 0 0.2rem rgba(198, 208, 187, 0.5);
}
.btn-light-green.disabled, .btn-light-green:disabled {
  color: #161717;
  background-color: #E5F1D8;
  border-color: #E5F1D8;
}
.btn-light-green:not(:disabled):not(.disabled):active, .btn-light-green:not(:disabled):not(.disabled).active, .show > .btn-light-green.dropdown-toggle {
  color: #161717;
  background-color: #cce4b2;
  border-color: #c6e0a9;
}
.btn-light-green:not(:disabled):not(.disabled):active:focus, .btn-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 208, 187, 0.5);
}

.btn-light-orange {
  color: #161717;
  background-color: #FAE9CE;
  border-color: #FAE9CE;
}
.btn-light-orange:hover {
  color: #161717;
  background-color: #f6d9ab;
  border-color: #f5d4a0;
}
.btn-light-orange:focus, .btn-light-orange.focus {
  color: #161717;
  background-color: #f6d9ab;
  border-color: #f5d4a0;
  box-shadow: 0 0 0 0.2rem rgba(216, 202, 179, 0.5);
}
.btn-light-orange.disabled, .btn-light-orange:disabled {
  color: #161717;
  background-color: #FAE9CE;
  border-color: #FAE9CE;
}
.btn-light-orange:not(:disabled):not(.disabled):active, .btn-light-orange:not(:disabled):not(.disabled).active, .show > .btn-light-orange.dropdown-toggle {
  color: #161717;
  background-color: #f5d4a0;
  border-color: #f4cf94;
}
.btn-light-orange:not(:disabled):not(.disabled):active:focus, .btn-light-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 202, 179, 0.5);
}

.btn-light-red {
  color: #161717;
  background-color: #F3CED3;
  border-color: #F3CED3;
}
.btn-light-red:hover {
  color: #161717;
  background-color: #ebafb7;
  border-color: #e9a5ae;
}
.btn-light-red:focus, .btn-light-red.focus {
  color: #161717;
  background-color: #ebafb7;
  border-color: #e9a5ae;
  box-shadow: 0 0 0 0.2rem rgba(210, 179, 183, 0.5);
}
.btn-light-red.disabled, .btn-light-red:disabled {
  color: #161717;
  background-color: #F3CED3;
  border-color: #F3CED3;
}
.btn-light-red:not(:disabled):not(.disabled):active, .btn-light-red:not(:disabled):not(.disabled).active, .show > .btn-light-red.dropdown-toggle {
  color: #161717;
  background-color: #e9a5ae;
  border-color: #e69ba5;
}
.btn-light-red:not(:disabled):not(.disabled):active:focus, .btn-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 179, 183, 0.5);
}

.btn-light-navy {
  color: #161717;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}
.btn-light-navy:hover {
  color: #161717;
  background-color: #cfd3df;
  border-color: #c8ccd9;
}
.btn-light-navy:focus, .btn-light-navy.focus {
  color: #161717;
  background-color: #cfd3df;
  border-color: #c8ccd9;
  box-shadow: 0 0 0 0.2rem rgba(199, 201, 206, 0.5);
}
.btn-light-navy.disabled, .btn-light-navy:disabled {
  color: #161717;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}
.btn-light-navy:not(:disabled):not(.disabled):active, .btn-light-navy:not(:disabled):not(.disabled).active, .show > .btn-light-navy.dropdown-toggle {
  color: #161717;
  background-color: #c8ccd9;
  border-color: #c0c5d4;
}
.btn-light-navy:not(:disabled):not(.disabled):active:focus, .btn-light-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-light-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 201, 206, 0.5);
}

.btn-outline-primary {
  color: #2A3764;
  border-color: #2A3764;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2A3764;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}

.btn-outline-secondary {
  color: #424242;
  border-color: #424242;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #424242;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

.btn-outline-success {
  color: #81BD3F;
  border-color: #81BD3F;
}
.btn-outline-success:hover {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #81BD3F;
  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: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-outline-info {
  color: #00BCD4;
  border-color: #00BCD4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00BCD4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.btn-outline-warning {
  color: #EA970F;
  border-color: #EA970F;
}
.btn-outline-warning:hover {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #EA970F;
  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: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-outline-danger {
  color: #C91127;
  border-color: #C91127;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C91127;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-outline-light {
  color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-outline-light:hover {
  color: #161717;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #E7E7E7;
  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: #161717;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn-outline-dark {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-gray-dark {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #161717;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #161717;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-lemon {
  color: #F8F2B5;
  border-color: #F8F2B5;
}
.btn-outline-lemon:hover {
  color: #161717;
  background-color: #F8F2B5;
  border-color: #F8F2B5;
}
.btn-outline-lemon:focus, .btn-outline-lemon.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 242, 181, 0.5);
}
.btn-outline-lemon.disabled, .btn-outline-lemon:disabled {
  color: #F8F2B5;
  background-color: transparent;
}
.btn-outline-lemon:not(:disabled):not(.disabled):active, .btn-outline-lemon:not(:disabled):not(.disabled).active, .show > .btn-outline-lemon.dropdown-toggle {
  color: #161717;
  background-color: #F8F2B5;
  border-color: #F8F2B5;
}
.btn-outline-lemon:not(:disabled):not(.disabled):active:focus, .btn-outline-lemon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lemon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 242, 181, 0.5);
}

.btn-outline-navy {
  color: #2A3764;
  border-color: #2A3764;
}
.btn-outline-navy:hover {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-outline-navy:focus, .btn-outline-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}
.btn-outline-navy.disabled, .btn-outline-navy:disabled {
  color: #2A3764;
  background-color: transparent;
}
.btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-navy.dropdown-toggle {
  color: #fff;
  background-color: #2A3764;
  border-color: #2A3764;
}
.btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}

.btn-outline-dark-navy {
  color: #20274c;
  border-color: #20274c;
}
.btn-outline-dark-navy:hover {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}
.btn-outline-dark-navy:focus, .btn-outline-dark-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 39, 76, 0.5);
}
.btn-outline-dark-navy.disabled, .btn-outline-dark-navy:disabled {
  color: #20274c;
  background-color: transparent;
}
.btn-outline-dark-navy:not(:disabled):not(.disabled):active, .btn-outline-dark-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-navy.dropdown-toggle {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}
.btn-outline-dark-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 39, 76, 0.5);
}

.btn-outline-gold {
  color: #E2B326;
  border-color: #E2B326;
}
.btn-outline-gold:hover {
  color: #161717;
  background-color: #E2B326;
  border-color: #E2B326;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 179, 38, 0.5);
}
.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #E2B326;
  background-color: transparent;
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #161717;
  background-color: #E2B326;
  border-color: #E2B326;
}
.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 179, 38, 0.5);
}

.btn-outline-pale-blue {
  color: #DFEEFF;
  border-color: #DFEEFF;
}
.btn-outline-pale-blue:hover {
  color: #161717;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}
.btn-outline-pale-blue:focus, .btn-outline-pale-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}
.btn-outline-pale-blue.disabled, .btn-outline-pale-blue:disabled {
  color: #DFEEFF;
  background-color: transparent;
}
.btn-outline-pale-blue:not(:disabled):not(.disabled):active, .btn-outline-pale-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-pale-blue.dropdown-toggle {
  color: #161717;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}
.btn-outline-pale-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-pale-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pale-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}

.btn-outline-green {
  color: #81BD3F;
  border-color: #81BD3F;
}
.btn-outline-green:hover {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #81BD3F;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #161717;
  background-color: #81BD3F;
  border-color: #81BD3F;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-outline-orange {
  color: #EA970F;
  border-color: #EA970F;
}
.btn-outline-orange:hover {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #EA970F;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #161717;
  background-color: #EA970F;
  border-color: #EA970F;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-outline-red {
  color: #C91127;
  border-color: #C91127;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #C91127;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #C91127;
  border-color: #C91127;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-outline-black-87 {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-outline-black-87:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-outline-black-87:focus, .btn-outline-black-87.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black-87.disabled, .btn-outline-black-87:disabled {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}
.btn-outline-black-87:not(:disabled):not(.disabled):active, .btn-outline-black-87:not(:disabled):not(.disabled).active, .show > .btn-outline-black-87.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn-outline-black-87:not(:disabled):not(.disabled):active:focus, .btn-outline-black-87:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-87.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black-60 {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-black-60:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-black-60:focus, .btn-outline-black-60.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black-60.disabled, .btn-outline-black-60:disabled {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.btn-outline-black-60:not(:disabled):not(.disabled):active, .btn-outline-black-60:not(:disabled):not(.disabled).active, .show > .btn-outline-black-60.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.btn-outline-black-60:not(:disabled):not(.disabled):active:focus, .btn-outline-black-60:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black-38 {
  color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-outline-black-38:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-outline-black-38:focus, .btn-outline-black-38.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black-38.disabled, .btn-outline-black-38:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: transparent;
}
.btn-outline-black-38:not(:disabled):not(.disabled):active, .btn-outline-black-38:not(:disabled):not(.disabled).active, .show > .btn-outline-black-38.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.btn-outline-black-38:not(:disabled):not(.disabled):active:focus, .btn-outline-black-38:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-38.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black-20 {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-outline-black-20:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-outline-black-20:focus, .btn-outline-black-20.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black-20.disabled, .btn-outline-black-20:disabled {
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.btn-outline-black-20:not(:disabled):not(.disabled):active, .btn-outline-black-20:not(:disabled):not(.disabled).active, .show > .btn-outline-black-20.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-outline-black-20:not(:disabled):not(.disabled):active:focus, .btn-outline-black-20:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-20.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-yellow {
  color: #E4CA2F;
  border-color: #E4CA2F;
}
.btn-outline-yellow:hover {
  color: #161717;
  background-color: #E4CA2F;
  border-color: #E4CA2F;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 202, 47, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #E4CA2F;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #161717;
  background-color: #E4CA2F;
  border-color: #E4CA2F;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 202, 47, 0.5);
}

.btn-outline-red_2 {
  color: #F2324A;
  border-color: #F2324A;
}
.btn-outline-red_2:hover {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}
.btn-outline-red_2:focus, .btn-outline-red_2.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 50, 74, 0.5);
}
.btn-outline-red_2.disabled, .btn-outline-red_2:disabled {
  color: #F2324A;
  background-color: transparent;
}
.btn-outline-red_2:not(:disabled):not(.disabled):active, .btn-outline-red_2:not(:disabled):not(.disabled).active, .show > .btn-outline-red_2.dropdown-toggle {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}
.btn-outline-red_2:not(:disabled):not(.disabled):active:focus, .btn-outline-red_2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red_2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 50, 74, 0.5);
}

.btn-outline-white-60 {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-outline-white-60:hover {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-outline-white-60:focus, .btn-outline-white-60.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-60.disabled, .btn-outline-white-60:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.btn-outline-white-60:not(:disabled):not(.disabled):active, .btn-outline-white-60:not(:disabled):not(.disabled).active, .show > .btn-outline-white-60.dropdown-toggle {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-outline-white-60:not(:disabled):not(.disabled):active:focus, .btn-outline-white-60:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white-38 {
  color: rgba(255, 255, 255, 0.38);
  border-color: rgba(255, 255, 255, 0.38);
}
.btn-outline-white-38:hover {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.38);
  border-color: rgba(255, 255, 255, 0.38);
}
.btn-outline-white-38:focus, .btn-outline-white-38.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-38.disabled, .btn-outline-white-38:disabled {
  color: rgba(255, 255, 255, 0.38);
  background-color: transparent;
}
.btn-outline-white-38:not(:disabled):not(.disabled):active, .btn-outline-white-38:not(:disabled):not(.disabled).active, .show > .btn-outline-white-38.dropdown-toggle {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.38);
  border-color: rgba(255, 255, 255, 0.38);
}
.btn-outline-white-38:not(:disabled):not(.disabled):active:focus, .btn-outline-white-38:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-38.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white-8 {
  color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
.btn-outline-white-8:hover {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
.btn-outline-white-8:focus, .btn-outline-white-8.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-8.disabled, .btn-outline-white-8:disabled {
  color: rgba(255, 255, 255, 0.08);
  background-color: transparent;
}
.btn-outline-white-8:not(:disabled):not(.disabled):active, .btn-outline-white-8:not(:disabled):not(.disabled).active, .show > .btn-outline-white-8.dropdown-toggle {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
.btn-outline-white-8:not(:disabled):not(.disabled):active:focus, .btn-outline-white-8:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark-green {
  color: #498309;
  border-color: #498309;
}
.btn-outline-dark-green:hover {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}
.btn-outline-dark-green:focus, .btn-outline-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 131, 9, 0.5);
}
.btn-outline-dark-green.disabled, .btn-outline-dark-green:disabled {
  color: #498309;
  background-color: transparent;
}
.btn-outline-dark-green:not(:disabled):not(.disabled):active, .btn-outline-dark-green:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}
.btn-outline-dark-green:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 131, 9, 0.5);
}

.btn-outline-light-green {
  color: #E5F1D8;
  border-color: #E5F1D8;
}
.btn-outline-light-green:hover {
  color: #161717;
  background-color: #E5F1D8;
  border-color: #E5F1D8;
}
.btn-outline-light-green:focus, .btn-outline-light-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 241, 216, 0.5);
}
.btn-outline-light-green.disabled, .btn-outline-light-green:disabled {
  color: #E5F1D8;
  background-color: transparent;
}
.btn-outline-light-green:not(:disabled):not(.disabled):active, .btn-outline-light-green:not(:disabled):not(.disabled).active, .show > .btn-outline-light-green.dropdown-toggle {
  color: #161717;
  background-color: #E5F1D8;
  border-color: #E5F1D8;
}
.btn-outline-light-green:not(:disabled):not(.disabled):active:focus, .btn-outline-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 241, 216, 0.5);
}

.btn-outline-light-orange {
  color: #FAE9CE;
  border-color: #FAE9CE;
}
.btn-outline-light-orange:hover {
  color: #161717;
  background-color: #FAE9CE;
  border-color: #FAE9CE;
}
.btn-outline-light-orange:focus, .btn-outline-light-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 233, 206, 0.5);
}
.btn-outline-light-orange.disabled, .btn-outline-light-orange:disabled {
  color: #FAE9CE;
  background-color: transparent;
}
.btn-outline-light-orange:not(:disabled):not(.disabled):active, .btn-outline-light-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-light-orange.dropdown-toggle {
  color: #161717;
  background-color: #FAE9CE;
  border-color: #FAE9CE;
}
.btn-outline-light-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-light-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 233, 206, 0.5);
}

.btn-outline-light-red {
  color: #F3CED3;
  border-color: #F3CED3;
}
.btn-outline-light-red:hover {
  color: #161717;
  background-color: #F3CED3;
  border-color: #F3CED3;
}
.btn-outline-light-red:focus, .btn-outline-light-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 206, 211, 0.5);
}
.btn-outline-light-red.disabled, .btn-outline-light-red:disabled {
  color: #F3CED3;
  background-color: transparent;
}
.btn-outline-light-red:not(:disabled):not(.disabled):active, .btn-outline-light-red:not(:disabled):not(.disabled).active, .show > .btn-outline-light-red.dropdown-toggle {
  color: #161717;
  background-color: #F3CED3;
  border-color: #F3CED3;
}
.btn-outline-light-red:not(:disabled):not(.disabled):active:focus, .btn-outline-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 206, 211, 0.5);
}

.btn-outline-light-navy {
  color: #E6E8EE;
  border-color: #E6E8EE;
}
.btn-outline-light-navy:hover {
  color: #161717;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}
.btn-outline-light-navy:focus, .btn-outline-light-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 232, 238, 0.5);
}
.btn-outline-light-navy.disabled, .btn-outline-light-navy:disabled {
  color: #E6E8EE;
  background-color: transparent;
}
.btn-outline-light-navy:not(:disabled):not(.disabled):active, .btn-outline-light-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-light-navy.dropdown-toggle {
  color: #161717;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}
.btn-outline-light-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-light-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 232, 238, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2196f3;
  text-decoration: none;
}
.btn-link:hover {
  color: #0d8aee;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #717B87;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .uploader-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.1;
  border-radius: 8px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .uploader-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

.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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=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 #E7E7E7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #161717;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0a0a0a;
  text-decoration: none;
  background-color: #f9f9f9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #717B87;
  pointer-events: none;
  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: #717B87;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #161717;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .uploader-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .uploader-btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .uploader-btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .uploader-btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .uploader-btn:focus, .btn-group > .btn:active, .btn-group > .uploader-btn:active, .btn-group > .btn.active, .btn-group > .active.uploader-btn,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .uploader-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .uploader-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.uploader-btn {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .uploader-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .uploader-btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .uploader-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .uploader-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .uploader-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.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, .btn-group-sm > .uploader-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .uploader-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .uploader-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .uploader-btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .uploader-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .uploader-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .uploader-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .uploader-btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .uploader-btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .uploader-btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .uploader-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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .uploader-btn,
.input-group-append .btn,
.input-group-append .uploader-btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .uploader-btn:focus,
.input-group-append .btn:focus,
.input-group-append .uploader-btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .uploader-btn + .btn, .input-group-prepend .btn + .uploader-btn, .input-group-prepend .uploader-btn + .uploader-btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .uploader-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .uploader-btn,
.input-group-append .btn + .btn,
.input-group-append .uploader-btn + .btn,
.input-group-append .btn + .uploader-btn,
.input-group-append .uploader-btn + .uploader-btn,
.input-group-append .btn + .input-group-text,
.input-group-append .uploader-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .uploader-btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #272727;
  border-radius: 4px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.1em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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-prepend > .uploader-btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .uploader-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.1;
  border-radius: 8px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.1em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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-prepend > .uploader-btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .uploader-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .uploader-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) > .uploader-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 > .uploader-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 > .uploader-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) > .uploader-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 > .uploader-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: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2A3764;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #717B87;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #424242;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #ACACAC solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(42, 55, 100, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(42, 55, 100, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(42, 55, 100, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #ACACAC;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(42, 55, 100, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 2rem 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23272727' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #272727;
  border-radius: 4px;
  appearance: none;
}
.custom-select:focus {
  border-color: #2A3764;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #272727;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #717B87;
  background-color: #E7E7E7;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #272727;
}

.custom-select-sm {
  height: calc(1.1em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.1em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2A3764;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #424242;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  background-color: #fff;
  border: 1px solid #272727;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: #272727;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.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: #fff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.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: #fff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.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-range:disabled::-webkit-slider-thumb {
  background-color: #ACACAC;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #ACACAC;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #ACACAC;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #717B87;
  pointer-events: none;
  cursor: default;
}

.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: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #E7E7E7 #E7E7E7 #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #717B87;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #424242;
  background-color: #f9f9f9;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.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,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  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: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .uploader-drop {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card > hr, .uploader-drop > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child, .uploader-drop > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child, .uploader-drop > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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: 3px 3px 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 3px 3px;
}

.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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-deck .card, .card-deck .uploader-drop {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .card-deck .card, .card-deck .uploader-drop {
    flex: 1 0 0%;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
  }
}

.card-group > .card, .card-group > .uploader-drop {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .uploader-drop {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .uploader-drop + .card, .card-group > .card + .uploader-drop, .card-group > .uploader-drop + .uploader-drop {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .uploader-drop:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .uploader-drop:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.card-group > .uploader-drop:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .uploader-drop:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.card-group > .uploader-drop:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .uploader-drop:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .uploader-drop:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.card-group > .uploader-drop:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .uploader-drop:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.card-group > .uploader-drop:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.accordion > .card, .accordion > .uploader-drop {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .accordion > .uploader-drop:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .accordion > .uploader-drop:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .accordion > .uploader-drop > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #E7E7E7;
  border-radius: 4px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #717B87;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #717B87;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2196f3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0d8aee;
  text-decoration: none;
  background-color: #E7E7E7;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.page-item.disabled .page-link {
  color: #717B87;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .uploader-btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2A3764;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1b2340;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #424242;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #292929;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

.badge-success {
  color: #161717;
  background-color: #81BD3F;
}
a.badge-success:hover, a.badge-success:focus {
  color: #161717;
  background-color: #679732;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #00BCD4;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #008fa1;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.badge-warning {
  color: #161717;
  background-color: #EA970F;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #161717;
  background-color: #ba780c;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #C91127;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #9a0d1e;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.badge-light {
  color: #161717;
  background-color: #E7E7E7;
}
a.badge-light:hover, a.badge-light:focus {
  color: #161717;
  background-color: #cecece;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-gray-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
a.badge-gray-dark:focus, a.badge-gray-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-white {
  color: #161717;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #161717;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #59339d;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.badge-lemon {
  color: #161717;
  background-color: #F8F2B5;
}
a.badge-lemon:hover, a.badge-lemon:focus {
  color: #161717;
  background-color: #f4ea86;
}
a.badge-lemon:focus, a.badge-lemon.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 242, 181, 0.5);
}

.badge-navy {
  color: #fff;
  background-color: #2A3764;
}
a.badge-navy:hover, a.badge-navy:focus {
  color: #fff;
  background-color: #1b2340;
}
a.badge-navy:focus, a.badge-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}

.badge-dark-navy {
  color: #fff;
  background-color: #20274c;
}
a.badge-dark-navy:hover, a.badge-dark-navy:focus {
  color: #fff;
  background-color: #111528;
}
a.badge-dark-navy:focus, a.badge-dark-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 39, 76, 0.5);
}

.badge-gold {
  color: #161717;
  background-color: #E2B326;
}
a.badge-gold:hover, a.badge-gold:focus {
  color: #161717;
  background-color: #bc9319;
}
a.badge-gold:focus, a.badge-gold.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 179, 38, 0.5);
}

.badge-pale-blue {
  color: #161717;
  background-color: #DFEEFF;
}
a.badge-pale-blue:hover, a.badge-pale-blue:focus {
  color: #161717;
  background-color: #acd3ff;
}
a.badge-pale-blue:focus, a.badge-pale-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}

.badge-green {
  color: #161717;
  background-color: #81BD3F;
}
a.badge-green:hover, a.badge-green:focus {
  color: #161717;
  background-color: #679732;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.badge-orange {
  color: #161717;
  background-color: #EA970F;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #161717;
  background-color: #ba780c;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #C91127;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #9a0d1e;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.badge-black-87 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
}
a.badge-black-87:hover, a.badge-black-87:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87);
}
a.badge-black-87:focus, a.badge-black-87.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-black-60 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
a.badge-black-60:hover, a.badge-black-60:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
a.badge-black-60:focus, a.badge-black-60.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-black-38 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
}
a.badge-black-38:hover, a.badge-black-38:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
}
a.badge-black-38:focus, a.badge-black-38.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-black-20 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
a.badge-black-20:hover, a.badge-black-20:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
a.badge-black-20:focus, a.badge-black-20.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-yellow {
  color: #161717;
  background-color: #E4CA2F;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #161717;
  background-color: #c6ad1a;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 202, 47, 0.5);
}

.badge-red_2 {
  color: #fff;
  background-color: #F2324A;
}
a.badge-red_2:hover, a.badge-red_2:focus {
  color: #fff;
  background-color: #e30e29;
}
a.badge-red_2:focus, a.badge-red_2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 50, 74, 0.5);
}

.badge-white-60 {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.6);
}
a.badge-white-60:hover, a.badge-white-60:focus {
  color: #161717;
  background-color: rgba(230, 230, 230, 0.6);
}
a.badge-white-60:focus, a.badge-white-60.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-white-38 {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.38);
}
a.badge-white-38:hover, a.badge-white-38:focus {
  color: #161717;
  background-color: rgba(230, 230, 230, 0.38);
}
a.badge-white-38:focus, a.badge-white-38.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-white-8 {
  color: #161717;
  background-color: rgba(255, 255, 255, 0.08);
}
a.badge-white-8:hover, a.badge-white-8:focus {
  color: #161717;
  background-color: rgba(230, 230, 230, 0.08);
}
a.badge-white-8:focus, a.badge-white-8.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark-green {
  color: #fff;
  background-color: #498309;
}
a.badge-dark-green:hover, a.badge-dark-green:focus {
  color: #fff;
  background-color: #2e5306;
}
a.badge-dark-green:focus, a.badge-dark-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 131, 9, 0.5);
}

.badge-light-green {
  color: #161717;
  background-color: #E5F1D8;
}
a.badge-light-green:hover, a.badge-light-green:focus {
  color: #161717;
  background-color: #cce4b2;
}
a.badge-light-green:focus, a.badge-light-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 241, 216, 0.5);
}

.badge-light-orange {
  color: #161717;
  background-color: #FAE9CE;
}
a.badge-light-orange:hover, a.badge-light-orange:focus {
  color: #161717;
  background-color: #f5d4a0;
}
a.badge-light-orange:focus, a.badge-light-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 233, 206, 0.5);
}

.badge-light-red {
  color: #161717;
  background-color: #F3CED3;
}
a.badge-light-red:hover, a.badge-light-red:focus {
  color: #161717;
  background-color: #e9a5ae;
}
a.badge-light-red:focus, a.badge-light-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 206, 211, 0.5);
}

.badge-light-navy {
  color: #161717;
  background-color: #E6E8EE;
}
a.badge-light-navy:hover, a.badge-light-navy:focus {
  color: #161717;
  background-color: #c8ccd9;
}
a.badge-light-navy:focus, a.badge-light-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 232, 238, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #E7E7E7;
  border-radius: 8px;
}
@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: 4px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #161d34;
  background-color: #d4d7e0;
  border-color: #c3c7d4;
}
.alert-primary hr {
  border-top-color: #b4b9c9;
}
.alert-primary .alert-link {
  color: #070910;
}

.alert-secondary {
  color: #222222;
  background-color: #d9d9d9;
  border-color: #cacaca;
}
.alert-secondary hr {
  border-top-color: #bdbdbd;
}
.alert-secondary .alert-link {
  color: #090909;
}

.alert-success {
  color: #436221;
  background-color: #e6f2d9;
  border-color: #dcedc9;
}
.alert-success hr {
  border-top-color: #d0e7b6;
}
.alert-success .alert-link {
  color: #293c14;
}

.alert-info {
  color: #00626e;
  background-color: #ccf2f6;
  border-color: #b8ecf3;
}
.alert-info hr {
  border-top-color: #a2e6ef;
}
.alert-info .alert-link {
  color: #00353b;
}

.alert-warning {
  color: #7a4f08;
  background-color: #fbeacf;
  border-color: #f9e2bc;
}
.alert-warning hr {
  border-top-color: #f7d8a5;
}
.alert-warning .alert-link {
  color: #4a3005;
}

.alert-danger {
  color: #690914;
  background-color: #f4cfd4;
  border-color: #f0bcc3;
}
.alert-danger hr {
  border-top-color: #eba7b0;
}
.alert-danger .alert-link {
  color: #3a050b;
}

.alert-light {
  color: #787878;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-light hr {
  border-top-color: #ebebeb;
}
.alert-light .alert-link {
  color: #5f5f5f;
}

.alert-dark {
  color: rgba(0, 0, 0, 0.9324);
  background-color: rgba(214, 214, 214, 0.974);
  border-color: rgba(196, 196, 196, 0.9636);
}
.alert-dark hr {
  border-top-color: rgba(183, 183, 183, 0.9636);
}
.alert-dark .alert-link {
  color: rgba(0, 0, 0, 0.9324);
}

.alert-gray-dark {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(230, 230, 230, 0.92);
  border-color: rgba(219, 219, 219, 0.888);
}
.alert-gray-dark hr {
  border-top-color: rgba(206, 206, 206, 0.888);
}
.alert-gray-dark .alert-link {
  color: rgba(0, 0, 0, 0.792);
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-purple {
  color: #3a2264;
  background-color: #e2d9f3;
  border-color: #d7caee;
}
.alert-purple hr {
  border-top-color: #c8b7e8;
}
.alert-purple .alert-link {
  color: #24153e;
}

.alert-lemon {
  color: #817e5e;
  background-color: #fefcf0;
  border-color: #fdfbea;
}
.alert-lemon hr {
  border-top-color: #fbf7d3;
}
.alert-lemon .alert-link {
  color: #636149;
}

.alert-navy {
  color: #161d34;
  background-color: #d4d7e0;
  border-color: #c3c7d4;
}
.alert-navy hr {
  border-top-color: #b4b9c9;
}
.alert-navy .alert-link {
  color: #070910;
}

.alert-dark-navy {
  color: #111428;
  background-color: #d2d4db;
  border-color: #c1c3cd;
}
.alert-dark-navy hr {
  border-top-color: #b3b5c2;
}
.alert-dark-navy .alert-link {
  color: #020204;
}

.alert-gold {
  color: #765d14;
  background-color: #f9f0d4;
  border-color: #f7eac2;
}
.alert-gold hr {
  border-top-color: #f4e2ab;
}
.alert-gold .alert-link {
  color: #4a3b0d;
}

.alert-pale-blue {
  color: #747c85;
  background-color: #f9fcff;
  border-color: #f6faff;
}
.alert-pale-blue hr {
  border-top-color: #ddecff;
}
.alert-pale-blue .alert-link {
  color: #5c636a;
}

.alert-green {
  color: #436221;
  background-color: #e6f2d9;
  border-color: #dcedc9;
}
.alert-green hr {
  border-top-color: #d0e7b6;
}
.alert-green .alert-link {
  color: #293c14;
}

.alert-orange {
  color: #7a4f08;
  background-color: #fbeacf;
  border-color: #f9e2bc;
}
.alert-orange hr {
  border-top-color: #f7d8a5;
}
.alert-orange .alert-link {
  color: #4a3005;
}

.alert-red {
  color: #690914;
  background-color: #f4cfd4;
  border-color: #f0bcc3;
}
.alert-red hr {
  border-top-color: #eba7b0;
}
.alert-red .alert-link {
  color: #3a050b;
}

.alert-black-87 {
  color: rgba(0, 0, 0, 0.9324);
  background-color: rgba(214, 214, 214, 0.974);
  border-color: rgba(196, 196, 196, 0.9636);
}
.alert-black-87 hr {
  border-top-color: rgba(183, 183, 183, 0.9636);
}
.alert-black-87 .alert-link {
  color: rgba(0, 0, 0, 0.9324);
}

.alert-black-60 {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(230, 230, 230, 0.92);
  border-color: rgba(219, 219, 219, 0.888);
}
.alert-black-60 hr {
  border-top-color: rgba(206, 206, 206, 0.888);
}
.alert-black-60 .alert-link {
  color: rgba(0, 0, 0, 0.792);
}

.alert-black-38 {
  color: rgba(0, 0, 0, 0.6776);
  background-color: rgba(241, 241, 241, 0.876);
  border-color: rgba(234, 234, 234, 0.8264);
}
.alert-black-38 hr {
  border-top-color: rgba(221, 221, 221, 0.8264);
}
.alert-black-38 .alert-link {
  color: rgba(0, 0, 0, 0.6776);
}

.alert-black-20 {
  color: rgba(0, 0, 0, 0.584);
  background-color: rgba(248, 248, 248, 0.84);
  border-color: rgba(244, 244, 244, 0.776);
}
.alert-black-20 hr {
  border-top-color: rgba(231, 231, 231, 0.776);
}
.alert-black-20 .alert-link {
  color: rgba(0, 0, 0, 0.584);
}

.alert-yellow {
  color: #776918;
  background-color: #faf4d5;
  border-color: #f7f0c5;
}
.alert-yellow hr {
  border-top-color: #f4eaaf;
}
.alert-yellow .alert-link {
  color: #4d440f;
}

.alert-red_2 {
  color: #7e1a26;
  background-color: #fcd6db;
  border-color: #fbc6cc;
}
.alert-red_2 hr {
  border-top-color: #f9aeb7;
}
.alert-red_2 .alert-link {
  color: #541119;
}

.alert-white-60 {
  color: rgba(81, 81, 81, 0.792);
  background-color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.888);
}
.alert-white-60 hr {
  border-top-color: rgba(242, 242, 242, 0.888);
}
.alert-white-60 .alert-link {
  color: rgba(56, 56, 56, 0.792);
}

.alert-white-38 {
  color: rgba(52, 52, 52, 0.6776);
  background-color: rgba(255, 255, 255, 0.876);
  border-color: rgba(255, 255, 255, 0.8264);
}
.alert-white-38 hr {
  border-top-color: rgba(242, 242, 242, 0.8264);
}
.alert-white-38 .alert-link {
  color: rgba(27, 27, 27, 0.6776);
}

.alert-white-8 {
  color: rgba(11, 11, 11, 0.5216);
  background-color: rgba(255, 255, 255, 0.816);
  border-color: rgba(255, 255, 255, 0.7424);
}
.alert-white-8 hr {
  border-top-color: rgba(242, 242, 242, 0.7424);
}
.alert-white-8 .alert-link {
  color: rgba(0, 0, 0, 0.5216);
}

.alert-dark-green {
  color: #264405;
  background-color: #dbe6ce;
  border-color: #ccdcba;
}
.alert-dark-green hr {
  border-top-color: #bfd3a9;
}
.alert-dark-green .alert-link {
  color: #0b1402;
}

.alert-light-green {
  color: #777d70;
  background-color: #fafcf7;
  border-color: #f8fbf4;
}
.alert-light-green hr {
  border-top-color: #ecf4e1;
}
.alert-light-green .alert-link {
  color: #5d6258;
}

.alert-light-orange {
  color: #82796b;
  background-color: #fefbf5;
  border-color: #fef9f1;
}
.alert-light-orange hr {
  border-top-color: #fcefd9;
}
.alert-light-orange .alert-link {
  color: #665f54;
}

.alert-light-red {
  color: #7e6b6e;
  background-color: #fdf5f6;
  border-color: #fcf1f3;
}
.alert-light-red hr {
  border-top-color: #f8dce1;
}
.alert-light-red .alert-link {
  color: #625456;
}

.alert-light-navy {
  color: #78797c;
  background-color: #fafafc;
  border-color: #f8f9fa;
}
.alert-light-navy hr {
  border-top-color: #e9ecef;
}
.alert-light-navy .alert-link {
  color: #5f6062;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E7E7E7;
  border-radius: 4px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2A3764;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #424242;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #424242;
  text-decoration: none;
  background-color: #f9f9f9;
}
.list-group-item-action:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E7E7E7;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #717B87;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #161d34;
  background-color: #c3c7d4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #161d34;
  background-color: #b4b9c9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #161d34;
  border-color: #161d34;
}

.list-group-item-secondary {
  color: #222222;
  background-color: #cacaca;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #222222;
  background-color: #bdbdbd;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.list-group-item-success {
  color: #436221;
  background-color: #dcedc9;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #436221;
  background-color: #d0e7b6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #436221;
  border-color: #436221;
}

.list-group-item-info {
  color: #00626e;
  background-color: #b8ecf3;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00626e;
  background-color: #a2e6ef;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00626e;
  border-color: #00626e;
}

.list-group-item-warning {
  color: #7a4f08;
  background-color: #f9e2bc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7a4f08;
  background-color: #f7d8a5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7a4f08;
  border-color: #7a4f08;
}

.list-group-item-danger {
  color: #690914;
  background-color: #f0bcc3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #690914;
  background-color: #eba7b0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #690914;
  border-color: #690914;
}

.list-group-item-light {
  color: #787878;
  background-color: #f8f8f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #787878;
  background-color: #ebebeb;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}

.list-group-item-dark {
  color: rgba(0, 0, 0, 0.9324);
  background-color: rgba(196, 196, 196, 0.9636);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.9324);
  background-color: rgba(183, 183, 183, 0.9636);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9324);
  border-color: rgba(0, 0, 0, 0.9324);
}

.list-group-item-gray-dark {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(219, 219, 219, 0.888);
}
.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(206, 206, 206, 0.888);
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.792);
  border-color: rgba(0, 0, 0, 0.792);
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-purple {
  color: #3a2264;
  background-color: #d7caee;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #3a2264;
  background-color: #c8b7e8;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #3a2264;
  border-color: #3a2264;
}

.list-group-item-lemon {
  color: #817e5e;
  background-color: #fdfbea;
}
.list-group-item-lemon.list-group-item-action:hover, .list-group-item-lemon.list-group-item-action:focus {
  color: #817e5e;
  background-color: #fbf7d3;
}
.list-group-item-lemon.list-group-item-action.active {
  color: #fff;
  background-color: #817e5e;
  border-color: #817e5e;
}

.list-group-item-navy {
  color: #161d34;
  background-color: #c3c7d4;
}
.list-group-item-navy.list-group-item-action:hover, .list-group-item-navy.list-group-item-action:focus {
  color: #161d34;
  background-color: #b4b9c9;
}
.list-group-item-navy.list-group-item-action.active {
  color: #fff;
  background-color: #161d34;
  border-color: #161d34;
}

.list-group-item-dark-navy {
  color: #111428;
  background-color: #c1c3cd;
}
.list-group-item-dark-navy.list-group-item-action:hover, .list-group-item-dark-navy.list-group-item-action:focus {
  color: #111428;
  background-color: #b3b5c2;
}
.list-group-item-dark-navy.list-group-item-action.active {
  color: #fff;
  background-color: #111428;
  border-color: #111428;
}

.list-group-item-gold {
  color: #765d14;
  background-color: #f7eac2;
}
.list-group-item-gold.list-group-item-action:hover, .list-group-item-gold.list-group-item-action:focus {
  color: #765d14;
  background-color: #f4e2ab;
}
.list-group-item-gold.list-group-item-action.active {
  color: #fff;
  background-color: #765d14;
  border-color: #765d14;
}

.list-group-item-pale-blue {
  color: #747c85;
  background-color: #f6faff;
}
.list-group-item-pale-blue.list-group-item-action:hover, .list-group-item-pale-blue.list-group-item-action:focus {
  color: #747c85;
  background-color: #ddecff;
}
.list-group-item-pale-blue.list-group-item-action.active {
  color: #fff;
  background-color: #747c85;
  border-color: #747c85;
}

.list-group-item-green {
  color: #436221;
  background-color: #dcedc9;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #436221;
  background-color: #d0e7b6;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #436221;
  border-color: #436221;
}

.list-group-item-orange {
  color: #7a4f08;
  background-color: #f9e2bc;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #7a4f08;
  background-color: #f7d8a5;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7a4f08;
  border-color: #7a4f08;
}

.list-group-item-red {
  color: #690914;
  background-color: #f0bcc3;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #690914;
  background-color: #eba7b0;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #690914;
  border-color: #690914;
}

.list-group-item-black-87 {
  color: rgba(0, 0, 0, 0.9324);
  background-color: rgba(196, 196, 196, 0.9636);
}
.list-group-item-black-87.list-group-item-action:hover, .list-group-item-black-87.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.9324);
  background-color: rgba(183, 183, 183, 0.9636);
}
.list-group-item-black-87.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9324);
  border-color: rgba(0, 0, 0, 0.9324);
}

.list-group-item-black-60 {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(219, 219, 219, 0.888);
}
.list-group-item-black-60.list-group-item-action:hover, .list-group-item-black-60.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(206, 206, 206, 0.888);
}
.list-group-item-black-60.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.792);
  border-color: rgba(0, 0, 0, 0.792);
}

.list-group-item-black-38 {
  color: rgba(0, 0, 0, 0.6776);
  background-color: rgba(234, 234, 234, 0.8264);
}
.list-group-item-black-38.list-group-item-action:hover, .list-group-item-black-38.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.6776);
  background-color: rgba(221, 221, 221, 0.8264);
}
.list-group-item-black-38.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6776);
  border-color: rgba(0, 0, 0, 0.6776);
}

.list-group-item-black-20 {
  color: rgba(0, 0, 0, 0.584);
  background-color: rgba(244, 244, 244, 0.776);
}
.list-group-item-black-20.list-group-item-action:hover, .list-group-item-black-20.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.584);
  background-color: rgba(231, 231, 231, 0.776);
}
.list-group-item-black-20.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.584);
  border-color: rgba(0, 0, 0, 0.584);
}

.list-group-item-yellow {
  color: #776918;
  background-color: #f7f0c5;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #776918;
  background-color: #f4eaaf;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #776918;
  border-color: #776918;
}

.list-group-item-red_2 {
  color: #7e1a26;
  background-color: #fbc6cc;
}
.list-group-item-red_2.list-group-item-action:hover, .list-group-item-red_2.list-group-item-action:focus {
  color: #7e1a26;
  background-color: #f9aeb7;
}
.list-group-item-red_2.list-group-item-action.active {
  color: #fff;
  background-color: #7e1a26;
  border-color: #7e1a26;
}

.list-group-item-white-60 {
  color: rgba(81, 81, 81, 0.792);
  background-color: rgba(255, 255, 255, 0.888);
}
.list-group-item-white-60.list-group-item-action:hover, .list-group-item-white-60.list-group-item-action:focus {
  color: rgba(81, 81, 81, 0.792);
  background-color: rgba(242, 242, 242, 0.888);
}
.list-group-item-white-60.list-group-item-action.active {
  color: #fff;
  background-color: rgba(81, 81, 81, 0.792);
  border-color: rgba(81, 81, 81, 0.792);
}

.list-group-item-white-38 {
  color: rgba(52, 52, 52, 0.6776);
  background-color: rgba(255, 255, 255, 0.8264);
}
.list-group-item-white-38.list-group-item-action:hover, .list-group-item-white-38.list-group-item-action:focus {
  color: rgba(52, 52, 52, 0.6776);
  background-color: rgba(242, 242, 242, 0.8264);
}
.list-group-item-white-38.list-group-item-action.active {
  color: #fff;
  background-color: rgba(52, 52, 52, 0.6776);
  border-color: rgba(52, 52, 52, 0.6776);
}

.list-group-item-white-8 {
  color: rgba(11, 11, 11, 0.5216);
  background-color: rgba(255, 255, 255, 0.7424);
}
.list-group-item-white-8.list-group-item-action:hover, .list-group-item-white-8.list-group-item-action:focus {
  color: rgba(11, 11, 11, 0.5216);
  background-color: rgba(242, 242, 242, 0.7424);
}
.list-group-item-white-8.list-group-item-action.active {
  color: #fff;
  background-color: rgba(11, 11, 11, 0.5216);
  border-color: rgba(11, 11, 11, 0.5216);
}

.list-group-item-dark-green {
  color: #264405;
  background-color: #ccdcba;
}
.list-group-item-dark-green.list-group-item-action:hover, .list-group-item-dark-green.list-group-item-action:focus {
  color: #264405;
  background-color: #bfd3a9;
}
.list-group-item-dark-green.list-group-item-action.active {
  color: #fff;
  background-color: #264405;
  border-color: #264405;
}

.list-group-item-light-green {
  color: #777d70;
  background-color: #f8fbf4;
}
.list-group-item-light-green.list-group-item-action:hover, .list-group-item-light-green.list-group-item-action:focus {
  color: #777d70;
  background-color: #ecf4e1;
}
.list-group-item-light-green.list-group-item-action.active {
  color: #fff;
  background-color: #777d70;
  border-color: #777d70;
}

.list-group-item-light-orange {
  color: #82796b;
  background-color: #fef9f1;
}
.list-group-item-light-orange.list-group-item-action:hover, .list-group-item-light-orange.list-group-item-action:focus {
  color: #82796b;
  background-color: #fcefd9;
}
.list-group-item-light-orange.list-group-item-action.active {
  color: #fff;
  background-color: #82796b;
  border-color: #82796b;
}

.list-group-item-light-red {
  color: #7e6b6e;
  background-color: #fcf1f3;
}
.list-group-item-light-red.list-group-item-action:hover, .list-group-item-light-red.list-group-item-action:focus {
  color: #7e6b6e;
  background-color: #f8dce1;
}
.list-group-item-light-red.list-group-item-action.active {
  color: #fff;
  background-color: #7e6b6e;
  border-color: #7e6b6e;
}

.list-group-item-light-navy {
  color: #78797c;
  background-color: #f8f9fa;
}
.list-group-item-light-navy.list-group-item-action:hover, .list-group-item-light-navy.list-group-item-action:focus {
  color: #78797c;
  background-color: #e9ecef;
}
.list-group-item-light-navy.list-group-item-action.active {
  color: #fff;
  background-color: #78797c;
  border-color: #78797c;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #717B87;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 8px;
}
.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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.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);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: rgba(0, 0, 0, 0.87);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #2A3764 !important;
}

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

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

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

.bg-success {
  background-color: #81BD3F !important;
}

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

.bg-info {
  background-color: #00BCD4 !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

.bg-gray-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-black {
  background-color: #000 !important;
}

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

.bg-white {
  background-color: #fff !important;
}

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

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-lemon {
  background-color: #F8F2B5 !important;
}

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

.bg-navy {
  background-color: #2A3764 !important;
}

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

.bg-dark-navy {
  background-color: #20274c !important;
}

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

.bg-gold {
  background-color: #E2B326 !important;
}

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

.bg-pale-blue {
  background-color: #DFEEFF !important;
}

a.bg-pale-blue:hover, a.bg-pale-blue:focus,
button.bg-pale-blue:hover,
button.bg-pale-blue:focus {
  background-color: #acd3ff !important;
}

.bg-green {
  background-color: #81BD3F !important;
}

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

.bg-orange {
  background-color: #EA970F !important;
}

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

.bg-red {
  background-color: #C91127 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #9a0d1e !important;
}

.bg-black-87 {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

a.bg-black-87:hover, a.bg-black-87:focus,
button.bg-black-87:hover,
button.bg-black-87:focus {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

a.bg-black-60:hover, a.bg-black-60:focus,
button.bg-black-60:hover,
button.bg-black-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-38 {
  background-color: rgba(0, 0, 0, 0.38) !important;
}

a.bg-black-38:hover, a.bg-black-38:focus,
button.bg-black-38:hover,
button.bg-black-38:focus {
  background-color: rgba(0, 0, 0, 0.38) !important;
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

a.bg-black-20:hover, a.bg-black-20:focus,
button.bg-black-20:hover,
button.bg-black-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-yellow {
  background-color: #E4CA2F !important;
}

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

.bg-red_2 {
  background-color: #F2324A !important;
}

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

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

a.bg-white-60:hover, a.bg-white-60:focus,
button.bg-white-60:hover,
button.bg-white-60:focus {
  background-color: rgba(230, 230, 230, 0.6) !important;
}

.bg-white-38 {
  background-color: rgba(255, 255, 255, 0.38) !important;
}

a.bg-white-38:hover, a.bg-white-38:focus,
button.bg-white-38:hover,
button.bg-white-38:focus {
  background-color: rgba(230, 230, 230, 0.38) !important;
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

a.bg-white-8:hover, a.bg-white-8:focus,
button.bg-white-8:hover,
button.bg-white-8:focus {
  background-color: rgba(230, 230, 230, 0.08) !important;
}

.bg-dark-green {
  background-color: #498309 !important;
}

a.bg-dark-green:hover, a.bg-dark-green:focus,
button.bg-dark-green:hover,
button.bg-dark-green:focus {
  background-color: #2e5306 !important;
}

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2A3764 !important;
}

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

.border-success {
  border-color: #81BD3F !important;
}

.border-info {
  border-color: #00BCD4 !important;
}

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

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

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

.border-dark {
  border-color: rgba(0, 0, 0, 0.87) !important;
}

.border-gray-dark {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.border-black {
  border-color: #000 !important;
}

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

.border-purple {
  border-color: #6f42c1 !important;
}

.border-lemon {
  border-color: #F8F2B5 !important;
}

.border-navy {
  border-color: #2A3764 !important;
}

.border-dark-navy {
  border-color: #20274c !important;
}

.border-gold {
  border-color: #E2B326 !important;
}

.border-pale-blue {
  border-color: #DFEEFF !important;
}

.border-green {
  border-color: #81BD3F !important;
}

.border-orange {
  border-color: #EA970F !important;
}

.border-red {
  border-color: #C91127 !important;
}

.border-black-87 {
  border-color: rgba(0, 0, 0, 0.87) !important;
}

.border-black-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.border-black-38 {
  border-color: rgba(0, 0, 0, 0.38) !important;
}

.border-black-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.border-yellow {
  border-color: #E4CA2F !important;
}

.border-red_2 {
  border-color: #F2324A !important;
}

.border-white-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.border-white-38 {
  border-color: rgba(255, 255, 255, 0.38) !important;
}

.border-white-8 {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.border-dark-green {
  border-color: #498309 !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.8571428571%;
}

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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.625rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.625rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.625rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.625rem !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.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.25rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.5rem !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.625rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.625rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.625rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.625rem !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.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.25rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.625rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.625rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.625rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.625rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.625rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.25rem !important;
}

.m-n5 {
  margin: -2.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !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.625rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.625rem !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.25rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.25rem !important;
  }

  .m-sm-5 {
    margin: 2.5rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.5rem !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.625rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.625rem !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.25rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.25rem !important;
  }

  .p-sm-5 {
    padding: 2.5rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.625rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n5 {
    margin: -2.5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.5rem !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.625rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.625rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.625rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.625rem !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.25rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.25rem !important;
  }

  .m-md-5 {
    margin: 2.5rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 2.5rem !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.625rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.625rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.625rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.625rem !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.25rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.25rem !important;
  }

  .p-md-5 {
    padding: 2.5rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 2.5rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.625rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.625rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.25rem !important;
  }

  .m-md-n5 {
    margin: -2.5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.5rem !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.625rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.625rem !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.25rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.25rem !important;
  }

  .m-lg-5 {
    margin: 2.5rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.5rem !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.625rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.625rem !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.25rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.25rem !important;
  }

  .p-lg-5 {
    padding: 2.5rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.625rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n5 {
    margin: -2.5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.5rem !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.625rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.625rem !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.25rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.25rem !important;
  }

  .m-xl-5 {
    margin: 2.5rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.5rem !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.625rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.625rem !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.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.25rem !important;
  }

  .p-xl-5 {
    padding: 2.5rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.625rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n5 {
    margin: -2.5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.5rem !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;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.625rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.25rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-5 {
    margin: 2.5rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 2.5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.625rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.25rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-5 {
    padding: 2.5rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 2.5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.625rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.625rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n5 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

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

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

.text-primary {
  color: #2A3764 !important;
}

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

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

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

.text-success {
  color: #81BD3F !important;
}

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

.text-info {
  color: #00BCD4 !important;
}

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

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

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

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

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

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

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

.text-dark {
  color: rgba(0, 0, 0, 0.87) !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgba(0, 0, 0, 0.87) !important;
}

.text-gray-dark {
  color: rgba(0, 0, 0, 0.6) !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #4e2d89 !important;
}

.text-lemon {
  color: #F8F2B5 !important;
}

a.text-lemon:hover, a.text-lemon:focus {
  color: #f1e66f !important;
}

.text-navy {
  color: #2A3764 !important;
}

a.text-navy:hover, a.text-navy:focus {
  color: #13192e !important;
}

.text-dark-navy {
  color: #20274c !important;
}

a.text-dark-navy:hover, a.text-dark-navy:focus {
  color: #090b16 !important;
}

.text-gold {
  color: #E2B326 !important;
}

a.text-gold:hover, a.text-gold:focus {
  color: #a58216 !important;
}

.text-pale-blue {
  color: #DFEEFF !important;
}

a.text-pale-blue:hover, a.text-pale-blue:focus {
  color: #93c5ff !important;
}

.text-green {
  color: #81BD3F !important;
}

a.text-green:hover, a.text-green:focus {
  color: #5a842c !important;
}

.text-orange {
  color: #EA970F !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #a2690a !important;
}

.text-red {
  color: #C91127 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #820b19 !important;
}

.text-black-87 {
  color: rgba(0, 0, 0, 0.87) !important;
}

a.text-black-87:hover, a.text-black-87:focus {
  color: rgba(0, 0, 0, 0.87) !important;
}

.text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

a.text-black-60:hover, a.text-black-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-black-38 {
  color: rgba(0, 0, 0, 0.38) !important;
}

a.text-black-38:hover, a.text-black-38:focus {
  color: rgba(0, 0, 0, 0.38) !important;
}

.text-black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

a.text-black-20:hover, a.text-black-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}

.text-yellow {
  color: #E4CA2F !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #b09a17 !important;
}

.text-red_2 {
  color: #F2324A !important;
}

a.text-red_2:hover, a.text-red_2:focus {
  color: #cb0d25 !important;
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

a.text-white-60:hover, a.text-white-60:focus {
  color: rgba(217, 217, 217, 0.6) !important;
}

.text-white-38 {
  color: rgba(255, 255, 255, 0.38) !important;
}

a.text-white-38:hover, a.text-white-38:focus {
  color: rgba(217, 217, 217, 0.38) !important;
}

.text-white-8 {
  color: rgba(255, 255, 255, 0.08) !important;
}

a.text-white-8:hover, a.text-white-8:focus {
  color: rgba(217, 217, 217, 0.08) !important;
}

.text-dark-green {
  color: #498309 !important;
}

a.text-dark-green:hover, a.text-dark-green:focus {
  color: #213b04 !important;
}

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

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

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

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

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

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

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

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

.text-body {
  color: rgba(0, 0, 0, 0.87) !important;
}

.text-muted {
  color: #717B87 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.uploader-btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #ACACAC;
    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 #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !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;
  }
}
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.bv-no-focus-ring:focus {
  outline: 0;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0;
}

.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

.b-form-btn-label-control.form-control[dir=rtl], [dir=rtl] .b-form-btn-label-control.form-control {
  flex-direction: row-reverse;
}

.b-form-btn-label-control.form-control[dir=rtl] > label, [dir=rtl] .b-form-btn-label-control.form-control > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn, .b-form-btn-label-control.form-control > .uploader-btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}

.b-form-btn-label-control.form-control > .btn:disabled, .b-form-btn-label-control.form-control > .uploader-btn:disabled {
  pointer-events: none;
}

.b-form-btn-label-control.form-control.is-valid > .btn, .b-form-btn-label-control.form-control.is-valid > .uploader-btn {
  color: #28a745;
}

.b-form-btn-label-control.form-control.is-invalid > .btn, .b-form-btn-label-control.form-control.is-invalid > .uploader-btn {
  color: #dc3545;
}

.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}

.b-form-btn-label-control.form-control > label {
  outline: 0;
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  min-height: calc(1.5em + 0.75rem + 2px - 2px);
}

.b-form-btn-label-control.form-control > label.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px - 2px);
}

.b-form-btn-label-control.form-control > label.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px - 2px);
}

.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
  min-height: calc(1.5em + 0.5rem + 2px - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > label {
  min-height: calc(1.5em + 1rem + 2px - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}

.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.b-avatar:focus {
  outline: 0;
}

.b-avatar.btn, .b-avatar.uploader-btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}

.b-avatar.btn .b-avatar-img img, .b-avatar.uploader-btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar.uploader-btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar.uploader-btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

.b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}

.b-avatar[href] {
  text-decoration: none;
}

.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}

.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
}

.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 5;
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}

.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}

.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled), .b-avatar-group .b-avatar.uploader-btn:hover:not(.disabled):not(disabled), .b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 3;
}

.b-calendar {
  display: inline-flex;
}

.b-calendar .b-calendar-inner {
  min-width: 250px;
}

.b-calendar .b-calendar-header, .b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}

.b-calendar .b-calendar-nav .btn, .b-calendar .b-calendar-nav .uploader-btn {
  padding: 0.25rem;
}

.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}

.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}

.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}

.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}

.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}

.b-calendar .b-calendar-grid-body .col[data-date] .btn, .b-calendar .b-calendar-grid-body .col[data-date] .uploader-btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}

.b-calendar .btn.disabled, .b-calendar .disabled.uploader-btn, .b-calendar .btn:disabled, .b-calendar .uploader-btn:disabled, .b-calendar .btn[aria-disabled=true], .b-calendar [aria-disabled=true].uploader-btn {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}

.dropdown .dropdown-menu:focus {
  outline: 0;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm, .input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label::before, .input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label::after, .input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg, .input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}

.custom-switch.b-custom-control-lg .custom-control-label, .input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

.custom-switch.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}

.custom-switch.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after, .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm, .input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

.custom-switch.b-custom-control-sm .custom-control-label, .input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.custom-switch.b-custom-control-sm .custom-control-label::before, .input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}

.custom-switch.b-custom-control-sm .custom-control-label::after, .input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after, .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

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

.input-group > .input-group-append > .btn-group > .btn, .input-group > .input-group-append > .btn-group > .uploader-btn, .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn, .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .uploader-btn, .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn, .input-group > .input-group-prepend:not(:first-child) > .btn-group > .uploader-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-custom-control-lg .custom-file-input, .b-custom-control-lg .custom-file-label, .b-custom-control-lg.custom-file, .input-group-lg .custom-file-input, .input-group-lg .custom-file-label, .input-group-lg.custom-file {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}

.b-custom-control-lg .custom-file-label, .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label, .input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.b-custom-control-lg .custom-file-label, .input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}

.b-custom-control-lg .custom-file-label::after, .input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm .custom-file-input, .b-custom-control-sm .custom-file-label, .b-custom-control-sm.custom-file, .input-group-sm .custom-file-input, .input-group-sm .custom-file-label, .input-group-sm.custom-file {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.b-custom-control-sm .custom-file-label, .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label, .input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.b-custom-control-sm .custom-file-label, .input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}

.b-custom-control-sm .custom-file-label::after, .input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

.input-group-sm input[type=color].form-control, input[type=color].form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

.input-group-lg input[type=color].form-control, input[type=color].form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

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

.input-group > .custom-range:focus {
  z-index: 3;
}

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

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

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.input-group .custom-range.is-valid, .was-validated .input-group .custom-range:valid {
  border-color: #28a745;
}

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

.custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .custom-range:valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.custom-range.is-valid:focus::-moz-range-thumb, .was-validated .custom-range:valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.custom-range.is-valid:focus::-ms-thumb, .was-validated .custom-range:valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.custom-range.is-valid::-webkit-slider-thumb, .was-validated .custom-range:valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}

.custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .custom-range:valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .custom-range:valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}

.custom-range.is-valid::-moz-range-thumb, .was-validated .custom-range:valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}

.custom-range.is-valid::-moz-range-thumb:active, .was-validated .custom-range:valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.custom-range.is-valid::-moz-range-track, .was-validated .custom-range:valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}

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

.custom-range.is-valid::-ms-thumb, .was-validated .custom-range:valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}

.custom-range.is-valid::-ms-thumb:active, .was-validated .custom-range:valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.custom-range.is-valid::-ms-track-lower, .was-validated .custom-range:valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}

.custom-range.is-valid::-ms-track-upper, .was-validated .custom-range:valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.input-group .custom-range.is-invalid, .was-validated .input-group .custom-range:invalid {
  border-color: #dc3545;
}

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

.custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .custom-range:invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.custom-range.is-invalid:focus::-ms-thumb, .was-validated .custom-range:invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.custom-range.is-invalid::-webkit-slider-thumb, .was-validated .custom-range:invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}

.custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .custom-range:invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .custom-range:invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}

.custom-range.is-invalid::-moz-range-thumb, .was-validated .custom-range:invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}

.custom-range.is-invalid::-moz-range-thumb:active, .was-validated .custom-range:invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.custom-range.is-invalid::-moz-range-track, .was-validated .custom-range:invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}

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

.custom-range.is-invalid::-ms-thumb, .was-validated .custom-range:invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}

.custom-range.is-invalid::-ms-thumb:active, .was-validated .custom-range:invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.custom-range.is-invalid::-ms-track-lower, .was-validated .custom-range:invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}

.custom-range.is-invalid::-ms-track-upper, .was-validated .custom-range:invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg, .input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

.custom-radio.b-custom-control-lg .custom-control-label::before, .input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.custom-radio.b-custom-control-lg .custom-control-label::after, .input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm, .input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

.custom-radio.b-custom-control-sm .custom-control-label::before, .input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}

.custom-radio.b-custom-control-sm .custom-control-label::after, .input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}

.b-rating.d-inline-flex {
  width: auto;
}

.b-rating .b-rating-star, .b-rating .b-rating-value {
  padding: 0 0.25em;
}

.b-rating .b-rating-value {
  min-width: 2.5em;
}

.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}

.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}

.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon, .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}

.b-form-spinbutton[dir=rtl]:not(.flex-column), [dir=rtl] .b-form-spinbutton:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}

.b-form-spinbutton output > bdi, .b-form-spinbutton output > div {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}

.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}

.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}

.b-form-spinbutton .btn, .b-form-spinbutton .uploader-btn {
  line-height: 1;
  box-shadow: none !important;
}

.b-form-spinbutton .btn:disabled, .b-form-spinbutton .uploader-btn:disabled {
  pointer-events: none;
}

.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon, .b-form-spinbutton .uploader-btn:hover:not(:disabled) > div > .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}

.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tag {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.5;
}

.b-form-tag.disabled {
  opacity: 0.75;
}

.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}

.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}

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

.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-primary.bs-popover-top > .arrow::before {
  border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-primary.bs-popover-top > .arrow::after {
  border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-primary.bs-popover-right > .arrow::before {
  border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-primary.bs-popover-right > .arrow::after {
  border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-primary.bs-popover-bottom > .arrow::before {
  border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-primary.bs-popover-bottom > .arrow::after {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-primary.bs-popover-bottom .popover-header::before {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-primary.bs-popover-left > .arrow::before {
  border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-primary.bs-popover-left > .arrow::after {
  border-left-color: #cce5ff;
}

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}

.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-secondary.bs-popover-top > .arrow::before {
  border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-secondary.bs-popover-top > .arrow::after {
  border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-secondary.bs-popover-right > .arrow::before {
  border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-secondary.bs-popover-right > .arrow::after {
  border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-secondary.bs-popover-bottom > .arrow::before {
  border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-secondary.bs-popover-bottom > .arrow::after {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-secondary.bs-popover-bottom .popover-header::before {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-secondary.bs-popover-left > .arrow::before {
  border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-secondary.bs-popover-left > .arrow::after {
  border-left-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-success.bs-popover-top > .arrow::before {
  border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-success.bs-popover-top > .arrow::after {
  border-top-color: #d4edda;
}

.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-success.bs-popover-right > .arrow::before {
  border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-success.bs-popover-right > .arrow::after {
  border-right-color: #d4edda;
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-success.bs-popover-bottom > .arrow::before {
  border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-success.bs-popover-bottom > .arrow::after {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-success.bs-popover-bottom .popover-header::before {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-success.bs-popover-left > .arrow::before {
  border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-success.bs-popover-left > .arrow::after {
  border-left-color: #d4edda;
}

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-info.bs-popover-top > .arrow::before {
  border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-info.bs-popover-top > .arrow::after {
  border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-info.bs-popover-right > .arrow::before {
  border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-info.bs-popover-right > .arrow::after {
  border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-info.bs-popover-bottom > .arrow::before {
  border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-info.bs-popover-bottom > .arrow::after {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-info.bs-popover-bottom .popover-header::before {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-info.bs-popover-left > .arrow::before {
  border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-info.bs-popover-left > .arrow::after {
  border-left-color: #d1ecf1;
}

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-warning.bs-popover-top > .arrow::before {
  border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-warning.bs-popover-top > .arrow::after {
  border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-warning.bs-popover-right > .arrow::before {
  border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-warning.bs-popover-right > .arrow::after {
  border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-warning.bs-popover-bottom > .arrow::before {
  border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-warning.bs-popover-bottom > .arrow::after {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-warning.bs-popover-bottom .popover-header::before {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-warning.bs-popover-left > .arrow::before {
  border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-warning.bs-popover-left > .arrow::after {
  border-left-color: #fff3cd;
}

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-danger.bs-popover-top > .arrow::before {
  border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-danger.bs-popover-top > .arrow::after {
  border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-danger.bs-popover-right > .arrow::before {
  border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-danger.bs-popover-right > .arrow::after {
  border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-danger.bs-popover-bottom > .arrow::before {
  border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-danger.bs-popover-bottom > .arrow::after {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-danger.bs-popover-bottom .popover-header::before {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-danger.bs-popover-left > .arrow::before {
  border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-danger.bs-popover-left > .arrow::after {
  border-left-color: #f8d7da;
}

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}

.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-light.bs-popover-top > .arrow::before {
  border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-light.bs-popover-top > .arrow::after {
  border-top-color: #fefefe;
}

.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-light.bs-popover-right > .arrow::before {
  border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-light.bs-popover-right > .arrow::after {
  border-right-color: #fefefe;
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-light.bs-popover-bottom > .arrow::before {
  border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-light.bs-popover-bottom > .arrow::after {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-light.bs-popover-left > .arrow::before {
  border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-light.bs-popover-left > .arrow::after {
  border-left-color: #fefefe;
}

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before, .b-popover-dark.bs-popover-top > .arrow::before {
  border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after, .b-popover-dark.bs-popover-top > .arrow::after {
  border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before, .b-popover-dark.bs-popover-right > .arrow::before {
  border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after, .b-popover-dark.bs-popover-right > .arrow::after {
  border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before, .b-popover-dark.bs-popover-bottom > .arrow::before {
  border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after, .b-popover-dark.bs-popover-bottom > .arrow::after {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before, .b-popover-dark.bs-popover-bottom .popover-header::before {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before, .b-popover-dark.bs-popover-left > .arrow::before {
  border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after, .b-popover-dark.bs-popover-left > .arrow::after {
  border-left-color: #d6d8d9;
}

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: 1035;
}

.b-sidebar-backdrop {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed !important;
  top: 0;
  height: 100vh;
  width: 320px;
  max-width: 100% !important;
  height: 100vh !important;
  margin: 0 !important;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}

.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}

.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}

.b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}

.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}

[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}

.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}

.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.table.b-table.b-table-fixed {
  table-layout: fixed;
}

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}

.table.b-table[aria-busy=true] {
  opacity: 0.55;
}

.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.table.b-table > caption {
  caption-side: bottom;
}

.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}

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

.table.b-table.table-hover > tbody > tr.table-active:hover td, .table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}

.table.b-table > tbody > .bg-active, .table.b-table > tbody > .bg-active > td, .table.b-table > tbody > .bg-active > th {
  background-color: rgba(255, 255, 255, 0.075) !important;
}

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header, .table-responsive, [class*=table-responsive-] {
  margin-bottom: 1rem;
}

.b-table-sticky-header > .table, .table-responsive > .table, [class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }

  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table > tbody > tr > .table-b-table-default, .table.b-table > tfoot > tr > .table-b-table-default, .table.b-table > thead > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }

  .table.b-table.table-dark > tbody > tr > .bg-b-table-default, .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, .table.b-table.table-dark > thead > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }

  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }

  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }

  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }

  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > tfoot > tr > [aria-sort], .table.b-table > thead > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}

.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right 0.375rem center;
  padding-right: calc(0.75rem + 0.65em);
}

.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left 0.375rem center;
  padding-left: calc(0.75rem + 0.65em);
}

.table.b-table > tfoot > tr > [aria-sort=none], .table.b-table > thead > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > tfoot > tr > [aria-sort=ascending], .table.b-table > thead > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > tfoot > tr > [aria-sort=descending], .table.b-table > thead > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=none], .table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=ascending], .table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=descending], .table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=none], .table.b-table > thead > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending], .table.b-table > thead > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=descending], .table.b-table > thead > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right 0.15rem center;
  padding-right: calc(0.3rem + 0.65em);
}

.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left 0.15rem center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-sm > caption, .table.b-table.b-table-stacked-sm > tbody, .table.b-table.b-table-stacked-sm > tbody > tr, .table.b-table.b-table-stacked-sm > tbody > tr > td, .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-sm > tfoot, .table.b-table.b-table-stacked-sm > thead {
    display: none;
  }

  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, .table.b-table.b-table-stacked-sm > tbody > tr.top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-md > caption, .table.b-table.b-table-stacked-md > tbody, .table.b-table.b-table-stacked-md > tbody > tr, .table.b-table.b-table-stacked-md > tbody > tr > td, .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-md > tfoot, .table.b-table.b-table-stacked-md > thead {
    display: none;
  }

  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }

  .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, .table.b-table.b-table-stacked-md > tbody > tr.top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-lg > caption, .table.b-table.b-table-stacked-lg > tbody, .table.b-table.b-table-stacked-lg > tbody > tr, .table.b-table.b-table-stacked-lg > tbody > tr > td, .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-lg > tfoot, .table.b-table.b-table-stacked-lg > thead {
    display: none;
  }

  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, .table.b-table.b-table-stacked-lg > tbody > tr.top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-xl > caption, .table.b-table.b-table-stacked-xl > tbody, .table.b-table.b-table-stacked-xl > tbody > tr, .table.b-table.b-table-stacked-xl > tbody > tr > td, .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-xl > tfoot, .table.b-table.b-table-stacked-xl > thead {
    display: none;
  }

  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, .table.b-table.b-table-stacked-xl > tbody > tr.top-row {
    display: none;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

.table.b-table.b-table-stacked > caption, .table.b-table.b-table-stacked > tbody, .table.b-table.b-table-stacked > tbody > tr, .table.b-table.b-table-stacked > tbody > tr > td, .table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}

.table.b-table.b-table-stacked > tfoot, .table.b-table.b-table-stacked > thead {
  display: none;
}

.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked > thead > tr.b-table-top-row {
  display: none;
}

.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: 700;
  font-style: normal;
  padding: 0 0.5rem 0 0;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}

.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 0.5rem;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr.bottom-row, .table.b-table.b-table-stacked > tbody > tr.top-row {
  display: none;
}

.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}

.b-time output.disabled, .b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output {
  background-color: #e9ecef;
  opacity: 1;
}

.b-time[aria-disabled=true] output {
  pointer-events: none;
}

[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}

.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}

.b-time .b-time-footer {
  margin-top: 0.5rem;
}

.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}

.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}

.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.b-toast.b-toast-solid .toast {
  background-color: #fff;
}

.b-toast .toast {
  opacity: 1;
}

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

.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}

.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}

.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}

.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}

.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}

.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}

.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}

.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}

.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}

.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}

.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}

.b-toast-light.b-toast-solid .toast {
  background-color: #fff;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}

.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast, .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-top-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right {
  top: 0;
}

.b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
  top: 0.5rem;
}

.b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right {
  bottom: 0;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot {
  bottom: 0.5rem;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
  margin-left: auto;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
  transition: -webkit-transform 175ms;
  transition: transform 175ms;
  transition: transform 175ms, -webkit-transform 175ms;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
  transition-delay: 175ms;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 175ms;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}

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

.tooltip.b-tooltip.show {
  opacity: 0.9;
}

.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}

.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}

.tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before {
  border-top-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before {
  border-right-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before {
  border-left-color: #007bff;
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before {
  border-top-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before {
  border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before {
  border-left-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-top .arrow::before {
  border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-right .arrow::before {
  border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-left .arrow::before {
  border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-top .arrow::before {
  border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-right .arrow::before {
  border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-left .arrow::before {
  border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before {
  border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before {
  border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before {
  border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before {
  border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before {
  border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before {
  border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-top .arrow::before {
  border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-right .arrow::before {
  border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-left .arrow::before {
  border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before {
  border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before {
  border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before {
  border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}

.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn .b-icon.bi, .uploader-btn .b-icon.bi, .dropdown-item .b-icon.bi, .dropdown-toggle .b-icon.bi, .input-group-text .b-icon.bi, .nav-link .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

/*# sourceMappingURL=bootstrap-vue.min.css.map */
/*----------------------------------------------------------------------*/
/* @import url(../lib/bootstrap/bootstrap.4.1.1.min.css);*/
.mdi-16 {
  font-size: 1rem;
}

.mdi-20 {
  font-size: 1.25rem;
}

.mdi-24, .pmd-card .card-footer .mdi, .dataTables_filter label .search-icon {
  font-size: 1.5rem;
}

.mdi-40 {
  font-size: 2.125rem;
}

.mdi-48 {
  font-size: 3rem;
}

.mdi-64 {
  font-size: 4rem;
}

.form-control {
  border-radius: 2px;
}

.mt-6, .my-6 {
  margin-top: 4rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

.mt-7, .my-7 {
  margin-top: 5rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 5rem !important;
}

.ml-null {
  margin-left: -2rem;
}

.row:not(.no-gutters) {
  margin-right: -1rem;
  margin-left: -1rem;
}

.row:not(.no-gutters) > .col, .row:not(.no-gutters) > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/)
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
:root {
  --blue: #4285f4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ea970f;
  --yellow: #e4ca2f;
  --green: #259b24;
  --teal: #20c997;
  --cyan: #03a9f4;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #2a3764;
  --secondary: #fff;
  --success: #81BD3F;
  --info: #DFEEFF;
  --warning: #ea970f;
  --danger: #c91127;
  --light: #fff;
  --dark: #343a40;
  --dark-navy: #20274c;
  --gold: #E2B326;
  --background: #f9f9f9;
  --pale-blue: #DFEEFF;
  --primary-green: #81BD3F;
  --primary-orange: #ea970f;
  --primary-red: #c91127;
  --secondary-red: #F2324A;
  --black-87: rgba(0,0,0,0.870588);
  --black-60: rgba(0,0,0,0.6);
  --black-38: rgba(0,0,0,0.380392);
  --black-20: rgba(0,0,0,0.2);
  --light-grey: #E7E7E7;
  --warning-grey: #ACACAC;
  --yellow: #e4ca2f;
  --white: #fff;
  --white-60: rgba(255,255,255,0.6);
  --white-38: rgba(255,255,255,0.380392);
  --white-8: rgba(255,255,255,0.0784314);
  --light-red: rgba(201,17,39,0.2);
  --light-orange: rgba(234,151,15,0.2);
  --light-green: rgba(129,189,63,0.2);
  --light-navy: #E6E8EE;
  --dark-green: #498309;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

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

body {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #f8f9fa;
  font-weight: 400;
}

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

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

dt {
  font-weight: 500;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

a:hover {
  color: #13192e;
  text-decoration: underline;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  caption-side: bottom;
}

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

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto/Roboto-Thin-webfont.eot") format("eot"), url("../fonts/roboto/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Thin-webfont.ttf") format("truetype"), url('../fonts/roboto/Roboto-Thin-webfont.svg#str-replace("Roboto", " ", "_")') format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/Roboto-Light-webfont.eot") format("eot"), url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url('../fonts/roboto/Roboto-Light-webfont.svg#str-replace("Roboto", " ", "_")') format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot") format("eot"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url('../fonts/roboto/Roboto-Regular-webfont.svg#str-replace("Roboto", " ", "_")') format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/Roboto-Medium-webfont.eot") format("eot"), url("../fonts/roboto/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"), url('../fonts/roboto/Roboto-Medium-webfont.svg#str-replace("Roboto", " ", "_")') format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot") format("eot"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url('../fonts/roboto/Roboto-Bold-webfont.svg#str-replace("Roboto", " ", "_")') format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto/Roboto-Black-webfont.eot") format("eot"), url("../fonts/roboto/Roboto-Black-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Black-webfont.ttf") format("truetype"), url('../fonts/roboto/Roboto-Black-webfont.svg#str-replace("Roboto", " ", "_")') format("svg");
}
/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): typography.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
a {
  color: #2a3764;
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: underline;
  outline: none;
  color: #13192e;
  outline-offset: -2px;
}

.lead, p.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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: 6rem;
}

h2, .h2 {
  font-size: 3.75rem;
}

h3, .h3 {
  font-size: 3rem;
}

h4, .h4 {
  font-size: 2.125rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.display-2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.display-3 {
  font-size: 2.8125rem;
  line-height: 3rem;
  font-weight: 400;
}

.display-4 {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.pmd-display1 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.pmd-display2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.pmd-display3 {
  font-size: 2.8125rem;
  line-height: 3rem;
  font-weight: 400;
}

.pmd-display4 {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.pmd-headline {
  font-size: 1.5rem;
  line-height: inherit;
  font-weight: 400;
}

.pmd-title {
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}

.pmd-subheading2 {
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
}

.pmd-subheading1 {
  font-size: 0.938rem;
  line-height: inherit;
  font-weight: 400;
}

.pmd-body2 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.pmd-body1 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.pmd-caption {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/)
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-z-depth-1 {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-z-depth-2 {
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.pmd-z-depth-3 {
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pmd-z-depth-4 {
  -moz-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.2), 0 8px 20px 1px rgba(0, 0, 0, 0.14), 0 6px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.2), 0 8px 20px 1px rgba(0, 0, 0, 0.14), 0 6px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.2), 0 8px 20px 1px rgba(0, 0, 0, 0.14), 0 6px 12px 0px rgba(0, 0, 0, 0.12);
}

.pmd-z-depth-5 {
  -moz-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.2), 0 12px 36px 1px rgba(0, 0, 0, 0.14), 0 8px 20px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.2), 0 12px 36px 1px rgba(0, 0, 0, 0.14), 0 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.2), 0 12px 36px 1px rgba(0, 0, 0, 0.14), 0 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.pmd-z-depth-light-1 {
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}

.pmd-z-depth-light-2 {
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
}

.pmd-z-depth-light-3 {
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.08);
}

.pmd-z-depth-light-4 {
  -moz-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12), 0 8px 20px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12), 0 8px 20px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12), 0 8px 20px 1px rgba(0, 0, 0, 0.08);
}

.pmd-z-depth-light-5 {
  -moz-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.12), 0 12px 36px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.12), 0 12px 36px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.12), 0 12px 36px 1px rgba(0, 0, 0, 0.08);
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): google-icons.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.material-icons.pmd-xs, .material-icons.md-18 {
  font-size: 18px;
}

.material-icons.pmd-sm, .material-icons.md-24 {
  font-size: 24px;
}

.material-icons.pmd-md, .material-icons.md-36 {
  font-size: 36px;
}

.material-icons.pmd-lg, .material-icons.md-48 {
  font-size: 48px;
}

.md-dark {
  color: rgba(0, 0, 0, 0.38);
}

.md-dark svg {
  fill: rgba(0, 0, 0, 0.38);
}

.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.38);
}

.md-dark.md-inactive svg {
  fill: rgba(0, 0, 0, 0.38);
}

.md-light {
  color: rgba(255, 255, 255, 0.5);
}

.md-light svg {
  fill: rgba(255, 255, 255, 0.5);
}

.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.5);
}

.md-light.md-inactive svg {
  fill: rgba(255, 255, 255, 0.5);
}

.pmd-icon-xs {
  display: inline-flex;
  font-size: 18px;
}

.pmd-icon-xs svg, .pmd-icon-xs img {
  height: 18px;
}

.pmd-icon-sm {
  display: inline-flex;
  font-size: 24px;
}

.pmd-icon-sm svg, .pmd-icon-sm img {
  height: 24px;
}

.pmd-icon-md {
  display: inline-flex;
  font-size: 36px;
}

.pmd-icon-md svg, .pmd-icon-md img {
  height: 36px;
}

.pmd-icon-lg {
  display: inline-flex;
  font-size: 48px;
}

.pmd-icon-lg svg, .pmd-icon-lg img {
  height: 48px;
}

.pmd-icon-xl {
  display: inline-flex;
  font-size: 72px;
}

.pmd-icon-xl svg, .pmd-icon-xl img {
  height: 72px;
}

.pmd-icon-circle {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}

.pmd-icon-circle svg, .pmd-icon-circle img {
  height: 70%;
}

.pmd-icon-circle.pmd-icon-xl {
  height: 72px;
  width: 72px;
}

.pmd-icon-circle.pmd-icon-lg {
  height: 64px;
  width: 64px;
}

.pmd-icon-circle.pmd-icon-md {
  height: 64px;
  width: 64px;
}

.pmd-icon-circle.pmd-icon-sm {
  height: 40px;
  width: 40px;
}

.pmd-icon-circle.pmd-icon-xs {
  height: 32px;
  width: 32px;
}

.pmd-icon-circle-lg {
  width: 72px;
  height: 72px;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): card.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-card {
  display: block;
  padding: 1px 0;
  margin-bottom: 2rem;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-card .card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pmd-card .form-horizontal .form-group {
  margin-right: inherit;
  margin-left: inherit;
}

.pmd-card .card-body {
  padding: 0 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pmd-card .card-body .pmd-list .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.pmd-card .card-body .pmd-list .list-group-item.list-group-item-action {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pmd-card .card-header {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pmd-card .card-header .dropdown .dropdown-toggle {
  color: inherit;
}

.pmd-card .card-header.pmd-card-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.pmd-card .card-title {
  margin-bottom: 0.5rem;
}

.pmd-card .card-title:last-child {
  margin-bottom: 0;
}

.pmd-card .card-subtitle {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.54);
}

.pmd-card .card-subtitle:first-child {
  margin-bottom: 0;
  margin-top: 0;
}

.pmd-card .card-subtitle + .card-subtitle {
  margin-top: 0;
}

.pmd-card.bg-dark .card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-card .card-footer {
  background-color: transparent;
  border-color: transparent;
  padding: 0 1rem 1rem 1rem;
  margin-top: 1rem;
}

.pmd-card .card-footer.pmd-card-border {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1rem;
  margin-top: 0;
}

.pmd-card .card-footer .btn, .pmd-card .card-footer .uploader-btn {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  min-width: inherit;
}

.pmd-card .card-footer .btn:first-child, .pmd-card .card-footer .uploader-btn:first-child {
  margin-left: 0;
}

.pmd-card .card-footer .btn:last-child, .pmd-card .card-footer .uploader-btn:last-child {
  margin-right: 0;
}

.pmd-card .card-footer .btn.pmd-btn-flat, .pmd-card .card-footer .pmd-btn-flat.uploader-btn {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.pmd-card .card-footer .btn.pmd-btn-flat:first-child, .pmd-card .card-footer .pmd-btn-flat.uploader-btn:first-child {
  margin-left: -0.5rem;
}

.pmd-card .card-footer .btn.pmd-btn-fab, .pmd-card .card-footer .pmd-btn-fab.uploader-btn {
  padding: 0;
}

.pmd-card .pmd-list {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

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

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

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

.card-deck .pmd-card {
  display: flow-root;
}

.pmd-card-icon {
  margin-bottom: 1rem;
}

.pmd-icon-top {
  margin-top: -50%;
}

.pmd-fab-bottom-center {
  position: relative;
}

.pmd-fab-bottom-center .pmd-icon-circle, .pmd-fab-bottom-center .pmd-btn-fab {
  position: absolute;
  transform: translateY(50%);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.pmd-fab-bottom-center.card-header {
  margin-top: 0;
  padding-bottom: 2rem;
}

.pmd-fab-top-center {
  position: relative;
}

.pmd-fab-top-center.card-body {
  margin-top: 0;
  padding-top: 3rem;
}

.pmd-fab-top-center .pmd-icon-circle {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.pmd-fab-bottom-right {
  position: relative;
}

.pmd-fab-bottom-right .pmd-icon-circle, .pmd-fab-bottom-right .pmd-btn-fab {
  position: absolute;
  transform: translateY(50%);
  right: 1rem;
  margin: auto;
  bottom: 0;
}

.pmd-fab-bottom-right.card-header {
  margin-top: 0;
  padding-bottom: 2rem;
}

.pmd-social-icon {
  margin-top: 8px;
}

.pmd-social-icon a {
  margin: 0 4px;
  display: inline-flex;
  justify-content: center;
}

.pmd-social-icon a svg {
  fill: #848484;
  width: 50%;
}

.pmd-social-icon a:hover svg {
  fill: #ffffff;
}

.pmd-card-info {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.pmd-list-progress .list-group-item {
  padding-left: 50px;
  width: 100%;
  background-color: transparent;
}

.pmd-list-progress .list-group-item:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  left: 0;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 9;
}

.pmd-list-progress .list-group-item:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.pmd-list-progress .list-group-item.list-group-item-success:before, .pmd-list-progress .list-group-item.list-group-item-success:after {
  background-color: #67b951;
}

.pmd-list-progress .list-group-item.list-group-item-danger:before, .pmd-list-progress .list-group-item.list-group-item-danger:after {
  background-color: #df6c6c;
}

.with-border:after {
  content: "";
  display: block;
  width: 60px;
  margin: 20px auto;
  height: 3px;
  border-radius: 3px;
  background-color: #018af0;
}

.with-left-border:after {
  content: "";
  display: block;
  width: 60px;
  margin: 20px 0;
  height: 3px;
  border-radius: 3px;
  background-color: #018af0;
}

.pmd-card-overlay {
  background-color: #041a34;
  overflow: hidden;
}

.pmd-card-overlay .card-title {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(47%);
  -webkit-transform: translateY(47%);
  -moz-transform: translateY(47%);
  bottom: 0;
  text-align: center;
  z-index: 2;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  font-size: 24px;
}

.pmd-card-overlay img {
  opacity: 0.64;
  height: 350px;
  display: block;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  min-width: 100%;
}

.pmd-view-details {
  padding: 0 32px;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow: visible;
  margin: 0 auto;
  top: 50%;
}

.pmd-view-details:before {
  content: attr(data-title);
  position: absolute;
  bottom: -28px;
  -webkit-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  color: #fff;
}

.pmd-card-overlay:hover .card-title {
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
}

.pmd-card-overlay:hover .pmd-view-details, .pmd-card-overlay .card-title:hover + .pmd-view-details {
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  transform: translate(0, -40%);
  opacity: 1;
}

.pmd-card-overlay:hover img {
  opacity: 0.16;
  transform: scale(1.1);
}

.icon-wrap {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: auto;
  line-height: 100px;
}

.icon-wrap svg {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): accordion.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-accordion .card, .pmd-accordion .uploader-drop {
  position: relative;
  margin: 1rem 0;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}

.pmd-accordion .card .card-header, .pmd-accordion .uploader-drop .card-header {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}

.pmd-accordion .card .card-header .btn, .pmd-accordion .card .card-header .uploader-btn, .pmd-accordion .uploader-drop .card-header .btn, .pmd-accordion .uploader-drop .card-header .uploader-btn {
  display: flex;
  padding: 0.75rem 1rem;
  line-height: 1.5rem;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  text-align: left;
  white-space: inherit;
}

.pmd-accordion .card .card-header .btn:hover, .pmd-accordion .card .card-header .uploader-btn:hover, .pmd-accordion .uploader-drop .card-header .btn:hover, .pmd-accordion .uploader-drop .card-header .uploader-btn:hover, .pmd-accordion .card .card-header .btn:focus, .pmd-accordion .card .card-header .uploader-btn:focus, .pmd-accordion .uploader-drop .card-header .btn:focus, .pmd-accordion .uploader-drop .card-header .uploader-btn:focus {
  color: inherit;
}

.pmd-accordion .card.active .material-icons.pmd-accordion-arrow, .pmd-accordion .active.uploader-drop .material-icons.pmd-accordion-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pmd-accordion-nospace .card, .pmd-accordion-nospace .uploader-drop {
  margin: 0;
}

.pmd-accordion-arrow {
  display: flex;
  margin-left: auto;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): accordion.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-accordion-inbox .card.active, .pmd-accordion-inbox .active.uploader-drop {
  margin: 0.5rem -0.5rem;
}

@media (max-width: 767.98px) {
  .pmd-accordion-inbox .card.active, .pmd-accordion-inbox .active.uploader-drop {
    margin: 1rem -10px;
  }
}
.pmd-accordion-icon-left {
  float: left;
  padding-right: 32px;
}

.pmd-accordion-icon-right {
  float: right;
  padding-left: 32px;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): alert.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.alert-primary {
  color: #161d34;
  border-color: #c3c7d4;
  background-color: #d4d7e0;
}

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

.alert-primary .alert-link {
  color: #070910;
}

.alert-secondary {
  color: #858585;
  border-color: #fff;
  background-color: #fff;
}

.alert-secondary hr {
  border-top-color: #f2f2f2;
}

.alert-secondary .alert-link {
  color: #6c6c6c;
}

.alert-success {
  color: #436221;
  border-color: #dcedc9;
  background-color: #e6f2d9;
}

.alert-success hr {
  border-top-color: #d0e7b6;
}

.alert-success .alert-link {
  color: #293c14;
}

.alert-info {
  color: #747c85;
  border-color: #f6faff;
  background-color: #f9fcff;
}

.alert-info hr {
  border-top-color: #ddecff;
}

.alert-info .alert-link {
  color: #5c636a;
}

.alert-warning {
  color: #7a4f08;
  border-color: #f9e2bc;
  background-color: #fbeacf;
}

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

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

.alert-danger {
  color: #690914;
  border-color: #f0bcc3;
  background-color: #f4cfd4;
}

.alert-danger hr {
  border-top-color: #eba7b0;
}

.alert-danger .alert-link {
  color: #3a050b;
}

.alert-light {
  color: #858585;
  border-color: #fff;
  background-color: #fff;
}

.alert-light hr {
  border-top-color: #f2f2f2;
}

.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #1b1e21;
  border-color: #c6c8ca;
  background-color: #d6d8d9;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-dark-navy {
  color: #111428;
  border-color: #c1c3cd;
  background-color: #d2d4db;
}

.alert-dark-navy hr {
  border-top-color: #b3b5c2;
}

.alert-dark-navy .alert-link {
  color: #020204;
}

.alert-gold {
  color: #765d14;
  border-color: #f7eac2;
  background-color: #f9f0d4;
}

.alert-gold hr {
  border-top-color: #f4e2ab;
}

.alert-gold .alert-link {
  color: #4a3b0d;
}

.alert-background {
  color: #818181;
  border-color: #fdfdfd;
  background-color: #fefefe;
}

.alert-background hr {
  border-top-color: #f0f0f0;
}

.alert-background .alert-link {
  color: #686868;
}

.alert-pale-blue {
  color: #747c85;
  border-color: #f6faff;
  background-color: #f9fcff;
}

.alert-pale-blue hr {
  border-top-color: #ddecff;
}

.alert-pale-blue .alert-link {
  color: #5c636a;
}

.alert-primary-green {
  color: #436221;
  border-color: #dcedc9;
  background-color: #e6f2d9;
}

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

.alert-primary-green .alert-link {
  color: #293c14;
}

.alert-primary-orange {
  color: #7a4f08;
  border-color: #f9e2bc;
  background-color: #fbeacf;
}

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

.alert-primary-orange .alert-link {
  color: #4a3005;
}

.alert-primary-red {
  color: #690914;
  border-color: #f0bcc3;
  background-color: #f4cfd4;
}

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

.alert-primary-red .alert-link {
  color: #3a050b;
}

.alert-secondary-red {
  color: #7e1a26;
  border-color: #fbc6cc;
  background-color: #fcd6db;
}

.alert-secondary-red hr {
  border-top-color: #f9aeb7;
}

.alert-secondary-red .alert-link {
  color: #541119;
}

.alert-black-87 {
  color: rgba(0, 0, 0, 0.932706);
  border-color: rgba(196, 196, 196, 0.963765);
  background-color: rgba(214, 214, 214, 0.974118);
}

.alert-black-87 hr {
  border-top-color: rgba(183, 183, 183, 0.963765);
}

.alert-black-87 .alert-link {
  color: rgba(0, 0, 0, 0.932706);
}

.alert-black-60 {
  color: rgba(0, 0, 0, 0.792);
  border-color: rgba(219, 219, 219, 0.888);
  background-color: rgba(230, 230, 230, 0.92);
}

.alert-black-60 hr {
  border-top-color: rgba(206, 206, 206, 0.888);
}

.alert-black-60 .alert-link {
  color: rgba(0, 0, 0, 0.792);
}

.alert-black-38 {
  color: rgba(0, 0, 0, 0.677804);
  border-color: rgba(234, 234, 234, 0.82651);
  background-color: rgba(241, 241, 241, 0.876078);
}

.alert-black-38 hr {
  border-top-color: rgba(221, 221, 221, 0.82651);
}

.alert-black-38 .alert-link {
  color: rgba(0, 0, 0, 0.677804);
}

.alert-black-20 {
  color: rgba(0, 0, 0, 0.584);
  border-color: rgba(244, 244, 244, 0.776);
  background-color: rgba(248, 248, 248, 0.84);
}

.alert-black-20 hr {
  border-top-color: rgba(231, 231, 231, 0.776);
}

.alert-black-20 .alert-link {
  color: rgba(0, 0, 0, 0.584);
}

.alert-light-grey {
  color: #787878;
  border-color: #f8f8f8;
  background-color: #fafafa;
}

.alert-light-grey hr {
  border-top-color: #ebebeb;
}

.alert-light-grey .alert-link {
  color: #5f5f5f;
}

.alert-warning-grey {
  color: #595959;
  border-color: #e8e8e8;
  background-color: #eee;
}

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

.alert-warning-grey .alert-link {
  color: #404040;
}

.alert-yellow {
  color: #776918;
  border-color: #f7f0c5;
  background-color: #faf4d5;
}

.alert-yellow hr {
  border-top-color: #f4eaaf;
}

.alert-yellow .alert-link {
  color: #4d440f;
}

.alert-white {
  color: #858585;
  border-color: #fff;
  background-color: #fff;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-white-60 {
  color: rgba(81, 81, 81, 0.792);
  border-color: rgba(255, 255, 255, 0.888);
  background-color: rgba(255, 255, 255, 0.92);
}

.alert-white-60 hr {
  border-top-color: rgba(242, 242, 242, 0.888);
}

.alert-white-60 .alert-link {
  color: rgba(56, 56, 56, 0.792);
}

.alert-white-38 {
  color: rgba(52, 52, 52, 0.677804);
  border-color: rgba(255, 255, 255, 0.82651);
  background-color: rgba(255, 255, 255, 0.876078);
}

.alert-white-38 hr {
  border-top-color: rgba(242, 242, 242, 0.82651);
}

.alert-white-38 .alert-link {
  color: rgba(27, 27, 27, 0.677804);
}

.alert-white-8 {
  color: rgba(11, 11, 11, 0.520784);
  border-color: rgba(255, 255, 255, 0.741961);
  background-color: rgba(255, 255, 255, 0.815686);
}

.alert-white-8 hr {
  border-top-color: rgba(242, 242, 242, 0.741961);
}

.alert-white-8 .alert-link {
  color: rgba(0, 0, 0, 0.520784);
}

.alert-light-red {
  color: rgba(22, 2, 4, 0.584);
  border-color: rgba(253, 245, 246, 0.776);
  background-color: rgba(254, 249, 249, 0.84);
}

.alert-light-red hr {
  border-top-color: rgba(249, 224, 227, 0.776);
}

.alert-light-red .alert-link {
  color: rgba(0, 0, 0, 0.584);
}

.alert-light-orange {
  color: rgba(25, 16, 2, 0.584);
  border-color: rgba(254, 251, 245, 0.776);
  background-color: rgba(254, 252, 249, 0.84);
}

.alert-light-orange hr {
  border-top-color: rgba(252, 242, 222, 0.776);
}

.alert-light-orange .alert-link {
  color: rgba(0, 0, 0, 0.584);
}

.alert-light-green {
  color: rgba(14, 20, 7, 0.584);
  border-color: rgba(250, 252, 247, 0.776);
  background-color: rgba(252, 253, 250, 0.84);
}

.alert-light-green hr {
  border-top-color: rgba(238, 245, 228, 0.776);
}

.alert-light-green .alert-link {
  color: rgba(0, 0, 0, 0.584);
}

.alert-light-navy {
  color: #78797c;
  border-color: #f8f9fa;
  background-color: #fafafc;
}

.alert-light-navy hr {
  border-top-color: #e9ecef;
}

.alert-light-navy .alert-link {
  color: #5f6062;
}

.alert-dark-green {
  color: #264405;
  border-color: #ccdcba;
  background-color: #dbe6ce;
}

.alert-dark-green hr {
  border-top-color: #bfd3a9;
}

.alert-dark-green .alert-link {
  color: #0b1402;
}

.pmd-alert-container {
  position: fixed;
  z-index: 100000000;
}

.pmd-alert-container.top {
  top: 20px;
}

.pmd-alert-container.bottom {
  bottom: 20px;
}

.pmd-alert-container.left {
  left: 20px;
}

.pmd-alert-container.right {
  right: 20px;
}

.pmd-alert-container.center {
  left: 50%;
}

@media (max-width: 767.98px) {
  .pmd-alert-container.left {
    left: 50%;
  }

  .pmd-alert-container.right {
    right: 50%;
  }
}
.pmd-alert-container .pmd-alert {
  position: relative;
  z-index: 1000;
  margin-bottom: 5px;
  clear: both;
  text-align: left;
  vertical-align: middle;
  width: 300px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  animation-duration: 1s;
  animation-fill-mode: both;
  font-size: 1rem;
}

.pmd-alert-container .pmd-alert a {
  position: absolute;
  right: 18px;
  float: right;
  color: #2a3764;
}

.pmd-alert-container .pmd-alert a:before {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  margin: auto;
  content: "";
}

.pmd-alert-container .pmd-alert.primary {
  color: #fff;
  background-color: #2a3764;
}

.pmd-alert-container .pmd-alert.secondary {
  color: #333;
  background-color: #fff;
}

.pmd-alert-container .pmd-alert.success {
  color: #333;
  background-color: #81BD3F;
}

.pmd-alert-container .pmd-alert.info {
  color: #333;
  background-color: #DFEEFF;
}

.pmd-alert-container .pmd-alert.warning {
  color: #333;
  background-color: #ea970f;
}

.pmd-alert-container .pmd-alert.danger {
  color: #fff;
  background-color: #c91127;
}

.pmd-alert-container .pmd-alert.light {
  color: #333;
  background-color: #fff;
}

.pmd-alert-container .pmd-alert.dark {
  color: #fff;
  background-color: #343a40;
}

.pmd-alert-container .pmd-alert.dark-navy {
  color: #fff;
  background-color: #20274c;
}

.pmd-alert-container .pmd-alert.gold {
  color: #333;
  background-color: #E2B326;
}

.pmd-alert-container .pmd-alert.background {
  color: #333;
  background-color: #f9f9f9;
}

.pmd-alert-container .pmd-alert.pale-blue {
  color: #333;
  background-color: #DFEEFF;
}

.pmd-alert-container .pmd-alert.primary-green {
  color: #333;
  background-color: #81BD3F;
}

.pmd-alert-container .pmd-alert.primary-orange {
  color: #333;
  background-color: #ea970f;
}

.pmd-alert-container .pmd-alert.primary-red {
  color: #fff;
  background-color: #c91127;
}

.pmd-alert-container .pmd-alert.secondary-red {
  color: #fff;
  background-color: #F2324A;
}

.pmd-alert-container .pmd-alert.black-87 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
}

.pmd-alert-container .pmd-alert.black-60 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.pmd-alert-container .pmd-alert.black-38 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
}

.pmd-alert-container .pmd-alert.black-20 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.pmd-alert-container .pmd-alert.light-grey {
  color: #333;
  background-color: #E7E7E7;
}

.pmd-alert-container .pmd-alert.warning-grey {
  color: #333;
  background-color: #ACACAC;
}

.pmd-alert-container .pmd-alert.yellow {
  color: #333;
  background-color: #e4ca2f;
}

.pmd-alert-container .pmd-alert.white {
  color: #333;
  background-color: #fff;
}

.pmd-alert-container .pmd-alert.white-60 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
}

.pmd-alert-container .pmd-alert.white-38 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
}

.pmd-alert-container .pmd-alert.white-8 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
}

.pmd-alert-container .pmd-alert.light-red {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
}

.pmd-alert-container .pmd-alert.light-orange {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
}

.pmd-alert-container .pmd-alert.light-green {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
}

.pmd-alert-container .pmd-alert.light-navy {
  color: #333;
  background-color: #E6E8EE;
}

.pmd-alert-container .pmd-alert.dark-green {
  color: #fff;
  background-color: #498309;
}

.pmd-alert-container .pmd-alert.pmd-alert-hide {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.notification a {
  position: absolute;
  right: 18px;
  float: right;
  color: #2a3764;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): badge.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.badge {
  display: inline-block;
  vertical-align: baseline;
}

.badge:hover {
  text-decoration: none;
  cursor: pointer;
}

.pmd-badge {
  display: inline-block;
  position: relative;
  font-size: 32px;
  background-color: transparent;
}

.pmd-badge[data-badge]::after {
  background: #2a3764;
  color: #fff;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 700;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  right: -24px;
  top: -10px;
  content: attr(data-badge);
  position: absolute;
  text-align: center;
}

.pmd-badge.pmd-badge-overlap::after {
  right: -10px;
}

.badge-primary {
  color: #fff;
  background-color: #2a3764;
}

.badge-primary:hover, .badge-primary:focus {
  color: #fff;
  background-color: #1b2340;
}

.pmd-badge-primary[data-badge]::after {
  color: #fff;
  background-color: #2a3764;
}

.badge-secondary {
  color: #333;
  background-color: #fff;
}

.badge-secondary:hover, .badge-secondary:focus {
  color: #333;
  background-color: #e6e6e6;
}

.pmd-badge-secondary[data-badge]::after {
  color: #333;
  background-color: #fff;
}

.badge-success {
  color: #333;
  background-color: #81BD3F;
}

.badge-success:hover, .badge-success:focus {
  color: #333;
  background-color: #679732;
}

.pmd-badge-success[data-badge]::after {
  color: #333;
  background-color: #81BD3F;
}

.badge-info {
  color: #333;
  background-color: #DFEEFF;
}

.badge-info:hover, .badge-info:focus {
  color: #333;
  background-color: #acd3ff;
}

.pmd-badge-info[data-badge]::after {
  color: #333;
  background-color: #DFEEFF;
}

.badge-warning {
  color: #333;
  background-color: #ea970f;
}

.badge-warning:hover, .badge-warning:focus {
  color: #333;
  background-color: #ba780c;
}

.pmd-badge-warning[data-badge]::after {
  color: #333;
  background-color: #ea970f;
}

.badge-danger {
  color: #fff;
  background-color: #c91127;
}

.badge-danger:hover, .badge-danger:focus {
  color: #fff;
  background-color: #9a0d1e;
}

.pmd-badge-danger[data-badge]::after {
  color: #fff;
  background-color: #c91127;
}

.badge-light {
  color: #333;
  background-color: #fff;
}

.badge-light:hover, .badge-light:focus {
  color: #333;
  background-color: #e6e6e6;
}

.pmd-badge-light[data-badge]::after {
  color: #333;
  background-color: #fff;
}

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

.badge-dark:hover, .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

.pmd-badge-dark[data-badge]::after {
  color: #fff;
  background-color: #343a40;
}

.badge-dark-navy {
  color: #fff;
  background-color: #20274c;
}

.badge-dark-navy:hover, .badge-dark-navy:focus {
  color: #fff;
  background-color: #111528;
}

.pmd-badge-dark-navy[data-badge]::after {
  color: #fff;
  background-color: #20274c;
}

.badge-gold {
  color: #333;
  background-color: #E2B326;
}

.badge-gold:hover, .badge-gold:focus {
  color: #333;
  background-color: #bc9319;
}

.pmd-badge-gold[data-badge]::after {
  color: #333;
  background-color: #E2B326;
}

.badge-background {
  color: #333;
  background-color: #f9f9f9;
}

.badge-background:hover, .badge-background:focus {
  color: #333;
  background-color: #e0e0e0;
}

.pmd-badge-background[data-badge]::after {
  color: #333;
  background-color: #f9f9f9;
}

.badge-pale-blue {
  color: #333;
  background-color: #DFEEFF;
}

.badge-pale-blue:hover, .badge-pale-blue:focus {
  color: #333;
  background-color: #acd3ff;
}

.pmd-badge-pale-blue[data-badge]::after {
  color: #333;
  background-color: #DFEEFF;
}

.badge-primary-green {
  color: #333;
  background-color: #81BD3F;
}

.badge-primary-green:hover, .badge-primary-green:focus {
  color: #333;
  background-color: #679732;
}

.pmd-badge-primary-green[data-badge]::after {
  color: #333;
  background-color: #81BD3F;
}

.badge-primary-orange {
  color: #333;
  background-color: #ea970f;
}

.badge-primary-orange:hover, .badge-primary-orange:focus {
  color: #333;
  background-color: #ba780c;
}

.pmd-badge-primary-orange[data-badge]::after {
  color: #333;
  background-color: #ea970f;
}

.badge-primary-red {
  color: #fff;
  background-color: #c91127;
}

.badge-primary-red:hover, .badge-primary-red:focus {
  color: #fff;
  background-color: #9a0d1e;
}

.pmd-badge-primary-red[data-badge]::after {
  color: #fff;
  background-color: #c91127;
}

.badge-secondary-red {
  color: #fff;
  background-color: #F2324A;
}

.badge-secondary-red:hover, .badge-secondary-red:focus {
  color: #fff;
  background-color: #e30e29;
}

.pmd-badge-secondary-red[data-badge]::after {
  color: #fff;
  background-color: #F2324A;
}

.badge-black-87 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
}

.badge-black-87:hover, .badge-black-87:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
}

.pmd-badge-black-87[data-badge]::after {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
}

.badge-black-60 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.badge-black-60:hover, .badge-black-60:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.pmd-badge-black-60[data-badge]::after {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.badge-black-38 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
}

.badge-black-38:hover, .badge-black-38:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
}

.pmd-badge-black-38[data-badge]::after {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
}

.badge-black-20 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.badge-black-20:hover, .badge-black-20:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.pmd-badge-black-20[data-badge]::after {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.badge-light-grey {
  color: #333;
  background-color: #E7E7E7;
}

.badge-light-grey:hover, .badge-light-grey:focus {
  color: #333;
  background-color: #cecece;
}

.pmd-badge-light-grey[data-badge]::after {
  color: #333;
  background-color: #E7E7E7;
}

.badge-warning-grey {
  color: #333;
  background-color: #ACACAC;
}

.badge-warning-grey:hover, .badge-warning-grey:focus {
  color: #333;
  background-color: #939393;
}

.pmd-badge-warning-grey[data-badge]::after {
  color: #333;
  background-color: #ACACAC;
}

.badge-yellow {
  color: #333;
  background-color: #e4ca2f;
}

.badge-yellow:hover, .badge-yellow:focus {
  color: #333;
  background-color: #c6ad1a;
}

.pmd-badge-yellow[data-badge]::after {
  color: #333;
  background-color: #e4ca2f;
}

.badge-white {
  color: #333;
  background-color: #fff;
}

.badge-white:hover, .badge-white:focus {
  color: #333;
  background-color: #e6e6e6;
}

.pmd-badge-white[data-badge]::after {
  color: #333;
  background-color: #fff;
}

.badge-white-60 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
}

.badge-white-60:hover, .badge-white-60:focus {
  color: #333;
  background-color: rgba(230, 230, 230, 0.6);
}

.pmd-badge-white-60[data-badge]::after {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
}

.badge-white-38 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
}

.badge-white-38:hover, .badge-white-38:focus {
  color: #333;
  background-color: rgba(230, 230, 230, 0.380392);
}

.pmd-badge-white-38[data-badge]::after {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
}

.badge-white-8 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
}

.badge-white-8:hover, .badge-white-8:focus {
  color: #333;
  background-color: rgba(230, 230, 230, 0.0784314);
}

.pmd-badge-white-8[data-badge]::after {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
}

.badge-light-red {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
}

.badge-light-red:hover, .badge-light-red:focus {
  color: #fff;
  background-color: rgba(154, 13, 30, 0.2);
}

.pmd-badge-light-red[data-badge]::after {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
}

.badge-light-orange {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
}

.badge-light-orange:hover, .badge-light-orange:focus {
  color: #333;
  background-color: rgba(186, 120, 12, 0.2);
}

.pmd-badge-light-orange[data-badge]::after {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
}

.badge-light-green {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
}

.badge-light-green:hover, .badge-light-green:focus {
  color: #333;
  background-color: rgba(103, 151, 50, 0.2);
}

.pmd-badge-light-green[data-badge]::after {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
}

.badge-light-navy {
  color: #333;
  background-color: #E6E8EE;
}

.badge-light-navy:hover, .badge-light-navy:focus {
  color: #333;
  background-color: #c8ccd9;
}

.pmd-badge-light-navy[data-badge]::after {
  color: #333;
  background-color: #E6E8EE;
}

.badge-dark-green {
  color: #fff;
  background-color: #498309;
}

.badge-dark-green:hover, .badge-dark-green:focus {
  color: #fff;
  background-color: #2e5306;
}

.pmd-badge-dark-green[data-badge]::after {
  color: #fff;
  background-color: #498309;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): Chip.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-chip {
  border-radius: 1rem;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 0.5rem 0 0.75rem;
  text-transform: capitalize;
  background: #E0E0E0;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  align-items: center;
  cursor: default;
  vertical-align: middle;
}

.pmd-chip:hover, .pmd-chip:focus {
  background-color: #c7c7c7;
}

.pmd-chip .material-icons {
  margin-right: 4px;
}

.pmd-chip-action i {
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
  padding: 2px;
  margin-left: 5px;
}

.pmd-chip-action .material-icons:hover {
  background-color: rgba(0, 0, 0, 0.38);
}

.pmd-chip-contact {
  margin-right: 5px;
  width: 2.25rem;
  border-radius: 50%;
  margin-left: -0.75rem;
}

.pmd-chip-primary {
  color: #fff;
  background-color: #2a3764;
}

.pmd-chip-primary:hover, .pmd-chip-primary:focus {
  color: #fff;
  background-color: #1b2340;
}

.pmd-chip-secondary {
  color: #333;
  background-color: #fff;
}

.pmd-chip-secondary:hover, .pmd-chip-secondary:focus {
  color: #333;
  background-color: #e6e6e6;
}

.pmd-chip-success {
  color: #333;
  background-color: #81BD3F;
}

.pmd-chip-success:hover, .pmd-chip-success:focus {
  color: #333;
  background-color: #679732;
}

.pmd-chip-info {
  color: #333;
  background-color: #DFEEFF;
}

.pmd-chip-info:hover, .pmd-chip-info:focus {
  color: #333;
  background-color: #acd3ff;
}

.pmd-chip-warning {
  color: #333;
  background-color: #ea970f;
}

.pmd-chip-warning:hover, .pmd-chip-warning:focus {
  color: #333;
  background-color: #ba780c;
}

.pmd-chip-danger {
  color: #fff;
  background-color: #c91127;
}

.pmd-chip-danger:hover, .pmd-chip-danger:focus {
  color: #fff;
  background-color: #9a0d1e;
}

.pmd-chip-light {
  color: #333;
  background-color: #fff;
}

.pmd-chip-light:hover, .pmd-chip-light:focus {
  color: #333;
  background-color: #e6e6e6;
}

.pmd-chip-dark {
  color: #fff;
  background-color: #343a40;
}

.pmd-chip-dark:hover, .pmd-chip-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

.pmd-chip-dark-navy {
  color: #fff;
  background-color: #20274c;
}

.pmd-chip-dark-navy:hover, .pmd-chip-dark-navy:focus {
  color: #fff;
  background-color: #111528;
}

.pmd-chip-gold {
  color: #333;
  background-color: #E2B326;
}

.pmd-chip-gold:hover, .pmd-chip-gold:focus {
  color: #333;
  background-color: #bc9319;
}

.pmd-chip-background {
  color: #333;
  background-color: #f9f9f9;
}

.pmd-chip-background:hover, .pmd-chip-background:focus {
  color: #333;
  background-color: #e0e0e0;
}

.pmd-chip-pale-blue {
  color: #333;
  background-color: #DFEEFF;
}

.pmd-chip-pale-blue:hover, .pmd-chip-pale-blue:focus {
  color: #333;
  background-color: #acd3ff;
}

.pmd-chip-primary-green {
  color: #333;
  background-color: #81BD3F;
}

.pmd-chip-primary-green:hover, .pmd-chip-primary-green:focus {
  color: #333;
  background-color: #679732;
}

.pmd-chip-primary-orange {
  color: #333;
  background-color: #ea970f;
}

.pmd-chip-primary-orange:hover, .pmd-chip-primary-orange:focus {
  color: #333;
  background-color: #ba780c;
}

.pmd-chip-primary-red {
  color: #fff;
  background-color: #c91127;
}

.pmd-chip-primary-red:hover, .pmd-chip-primary-red:focus {
  color: #fff;
  background-color: #9a0d1e;
}

.pmd-chip-secondary-red {
  color: #fff;
  background-color: #F2324A;
}

.pmd-chip-secondary-red:hover, .pmd-chip-secondary-red:focus {
  color: #fff;
  background-color: #e30e29;
}

.pmd-chip-black-87 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
}

.pmd-chip-black-87:hover, .pmd-chip-black-87:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
}

.pmd-chip-black-60 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.pmd-chip-black-60:hover, .pmd-chip-black-60:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.pmd-chip-black-38 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
}

.pmd-chip-black-38:hover, .pmd-chip-black-38:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
}

.pmd-chip-black-20 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.pmd-chip-black-20:hover, .pmd-chip-black-20:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.pmd-chip-light-grey {
  color: #333;
  background-color: #E7E7E7;
}

.pmd-chip-light-grey:hover, .pmd-chip-light-grey:focus {
  color: #333;
  background-color: #cecece;
}

.pmd-chip-warning-grey {
  color: #333;
  background-color: #ACACAC;
}

.pmd-chip-warning-grey:hover, .pmd-chip-warning-grey:focus {
  color: #333;
  background-color: #939393;
}

.pmd-chip-yellow {
  color: #333;
  background-color: #e4ca2f;
}

.pmd-chip-yellow:hover, .pmd-chip-yellow:focus {
  color: #333;
  background-color: #c6ad1a;
}

.pmd-chip-white {
  color: #333;
  background-color: #fff;
}

.pmd-chip-white:hover, .pmd-chip-white:focus {
  color: #333;
  background-color: #e6e6e6;
}

.pmd-chip-white-60 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
}

.pmd-chip-white-60:hover, .pmd-chip-white-60:focus {
  color: #333;
  background-color: rgba(230, 230, 230, 0.6);
}

.pmd-chip-white-38 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
}

.pmd-chip-white-38:hover, .pmd-chip-white-38:focus {
  color: #333;
  background-color: rgba(230, 230, 230, 0.380392);
}

.pmd-chip-white-8 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
}

.pmd-chip-white-8:hover, .pmd-chip-white-8:focus {
  color: #333;
  background-color: rgba(230, 230, 230, 0.0784314);
}

.pmd-chip-light-red {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
}

.pmd-chip-light-red:hover, .pmd-chip-light-red:focus {
  color: #fff;
  background-color: rgba(154, 13, 30, 0.2);
}

.pmd-chip-light-orange {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
}

.pmd-chip-light-orange:hover, .pmd-chip-light-orange:focus {
  color: #333;
  background-color: rgba(186, 120, 12, 0.2);
}

.pmd-chip-light-green {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
}

.pmd-chip-light-green:hover, .pmd-chip-light-green:focus {
  color: #333;
  background-color: rgba(103, 151, 50, 0.2);
}

.pmd-chip-light-navy {
  color: #333;
  background-color: #E6E8EE;
}

.pmd-chip-light-navy:hover, .pmd-chip-light-navy:focus {
  color: #333;
  background-color: #c8ccd9;
}

.pmd-chip-dark-green {
  color: #fff;
  background-color: #498309;
}

.pmd-chip-dark-green:hover, .pmd-chip-dark-green:focus {
  color: #fff;
  background-color: #2e5306;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): button.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * This software is covered by Propeller Pro Plan 1 License (License.txt)
 * Usage without proper license is prohibited.
 */
.btn, .uploader-btn {
  font-weight: 400;
  border-width: 1px;
  text-transform: uppercase;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 4px;
  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;
}

.btn.pmd-ripple-effect:focus, .pmd-ripple-effect.uploader-btn:focus, .btn.pmd-ripple-effect.focus, .pmd-ripple-effect.focus.uploader-btn {
  box-shadow: none;
}

.btn.pmd-ripple-effect:not(:disabled):not(.disabled):active:focus, .pmd-ripple-effect.uploader-btn:not(:disabled):not(.disabled):active:focus, .btn.pmd-ripple-effect:not(:disabled):not(.disabled).active:focus, .pmd-ripple-effect.uploader-btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn.pmd-btn-raised, .pmd-btn-raised.uploader-btn {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn.pmd-btn-raised:focus, .pmd-btn-raised.uploader-btn:focus, .btn.pmd-btn-raised.focus, .pmd-btn-raised.focus.uploader-btn {
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.btn.pmd-btn-raised:not(:disabled):not(.disabled):active:focus, .pmd-btn-raised.uploader-btn:not(:disabled):not(.disabled):active:focus, .btn.pmd-btn-raised:not(:disabled):not(.disabled).active:focus, .pmd-btn-raised.uploader-btn:not(:disabled):not(.disabled).active:focus {
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.btn.pmd-btn-fab, .pmd-btn-fab.uploader-btn {
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.btn.pmd-btn-fab span, .pmd-btn-fab.uploader-btn span, .btn.pmd-btn-fab i, .pmd-btn-fab.uploader-btn i {
  line-height: 54px;
}

.btn.pmd-btn-fab.btn-lg, .pmd-btn-fab.btn-lg.uploader-btn, .btn-group-lg > .btn.pmd-btn-fab, .btn-group-lg > .pmd-btn-fab.uploader-btn {
  width: 78px;
  height: 78px;
  min-width: 78px;
}

.btn.pmd-btn-fab.btn-lg span, .pmd-btn-fab.btn-lg.uploader-btn span, .btn-group-lg > .btn.pmd-btn-fab span, .btn-group-lg > .pmd-btn-fab.uploader-btn span, .btn.pmd-btn-fab.btn-lg i, .pmd-btn-fab.btn-lg.uploader-btn i, .btn-group-lg > .btn.pmd-btn-fab i, .btn-group-lg > .pmd-btn-fab.uploader-btn i {
  line-height: 76px;
}

.btn.pmd-btn-fab.btn-sm, .pmd-btn-fab.btn-sm.uploader-btn, .btn-group-sm > .btn.pmd-btn-fab, .btn-group-sm > .pmd-btn-fab.uploader-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.btn.pmd-btn-fab.btn-sm span, .pmd-btn-fab.btn-sm.uploader-btn span, .btn-group-sm > .btn.pmd-btn-fab span, .btn-group-sm > .pmd-btn-fab.uploader-btn span, .btn.pmd-btn-fab.btn-sm i, .pmd-btn-fab.btn-sm.uploader-btn i, .btn-group-sm > .btn.pmd-btn-fab i, .btn-group-sm > .pmd-btn-fab.uploader-btn i {
  line-height: 38px;
}

.btn.pmd-btn-fab.btn-xs, .pmd-btn-fab.btn-xs.uploader-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.btn.pmd-btn-fab.btn-xs span, .pmd-btn-fab.btn-xs.uploader-btn span, .btn.pmd-btn-fab.btn-xs i, .pmd-btn-fab.btn-xs.uploader-btn i {
  line-height: 28px;
}

.btn-primary, .uploader-btn {
  color: #fff;
  background-color: #2a3764;
  border-color: #2a3764;
}

.btn-primary:hover, .uploader-btn:hover {
  color: #fff;
  background-color: #1f2849;
  border-color: #1b2340;
}

.btn-primary:focus, .uploader-btn:focus, .btn-primary.focus, .focus.uploader-btn {
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .uploader-btn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .uploader-btn:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.uploader-btn {
  color: #fff;
  background-color: #1b2340;
  border-color: #171e37;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .uploader-btn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .uploader-btn:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.uploader-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 55, 100, 0.5);
}

.btn-primary .ink, .uploader-btn .ink {
  background-color: #1b2340;
}

.btn-primary.pmd-btn-flat, .pmd-btn-flat.uploader-btn {
  color: #2a3764;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary.pmd-btn-flat:hover, .pmd-btn-flat.uploader-btn:hover {
  color: #2a3764;
  background-color: #e5e5e5;
}

.btn-primary.pmd-btn-flat:focus, .pmd-btn-flat.uploader-btn:focus, .btn-primary.pmd-btn-flat.focus, .pmd-btn-flat.focus.uploader-btn {
  background-color: #cccccc;
}

.btn-primary.pmd-btn-flat .ink, .pmd-btn-flat.uploader-btn .ink {
  background-color: #808080;
}

.btn-primary.pmd-btn-flat:not(:disabled):not(.disabled):active, .pmd-btn-flat.uploader-btn:not(:disabled):not(.disabled):active, .btn-primary.pmd-btn-flat:not(:disabled):not(.disabled).active, .pmd-btn-flat.uploader-btn:not(:disabled):not(.disabled).active {
  color: #2a3764;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #333;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary .ink {
  background-color: #e6e6e6;
}

.btn-secondary.pmd-btn-flat {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary.pmd-btn-flat:hover {
  color: #fff;
  background-color: #e5e5e5;
}

.btn-secondary.pmd-btn-flat:focus, .btn-secondary.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-secondary.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-secondary.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-secondary.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-success {
  color: #333;
  background-color: #81BD3F;
  border-color: #81BD3F;
}

.btn-success:hover {
  color: #fff;
  background-color: #6da035;
  border-color: #679732;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #679732;
  border-color: #608d2f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-success .ink {
  background-color: #679732;
}

.btn-success.pmd-btn-flat {
  color: #81BD3F;
  background-color: transparent;
  border-color: transparent;
}

.btn-success.pmd-btn-flat:hover {
  color: #81BD3F;
  background-color: #e5e5e5;
}

.btn-success.pmd-btn-flat:focus, .btn-success.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-success.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-success.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-success.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #81BD3F;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-info {
  color: #333;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-info:hover {
  color: #333;
  background-color: #b9daff;
  border-color: #acd3ff;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #333;
  background-color: #acd3ff;
  border-color: #9fccff;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}

.btn-info .ink {
  background-color: #acd3ff;
}

.btn-info.pmd-btn-flat {
  color: #DFEEFF;
  background-color: transparent;
  border-color: transparent;
}

.btn-info.pmd-btn-flat:hover {
  color: #DFEEFF;
  background-color: #e5e5e5;
}

.btn-info.pmd-btn-flat:focus, .btn-info.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-info.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-info.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-info.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #DFEEFF;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-warning {
  color: #333;
  background-color: #ea970f;
  border-color: #ea970f;
}

.btn-warning:hover {
  color: #fff;
  background-color: #c6800d;
  border-color: #ba780c;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ba780c;
  border-color: #ae700b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-warning .ink {
  background-color: #ba780c;
}

.btn-warning.pmd-btn-flat {
  color: #ea970f;
  background-color: transparent;
  border-color: transparent;
}

.btn-warning.pmd-btn-flat:hover {
  color: #ea970f;
  background-color: #e5e5e5;
}

.btn-warning.pmd-btn-flat:focus, .btn-warning.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-warning.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-warning.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-warning.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #ea970f;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-danger {
  color: #fff;
  background-color: #c91127;
  border-color: #c91127;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a60e20;
  border-color: #9a0d1e;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9a0d1e;
  border-color: #8e0c1c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-danger .ink {
  background-color: #9a0d1e;
}

.btn-danger.pmd-btn-flat {
  color: #c91127;
  background-color: transparent;
  border-color: transparent;
}

.btn-danger.pmd-btn-flat:hover {
  color: #c91127;
  background-color: #e5e5e5;
}

.btn-danger.pmd-btn-flat:focus, .btn-danger.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-danger.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-danger.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-danger.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #c91127;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #333;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light .ink {
  background-color: #e6e6e6;
}

.btn-light.pmd-btn-flat {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-light.pmd-btn-flat:hover {
  color: #fff;
  background-color: #e5e5e5;
}

.btn-light.pmd-btn-flat:focus, .btn-light.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-light.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-light.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-light.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e5e5e5;
  border-color: transparent;
}

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

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

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark .ink {
  background-color: #1d2124;
}

.btn-dark.pmd-btn-flat {
  color: #343a40;
  background-color: transparent;
  border-color: transparent;
}

.btn-dark.pmd-btn-flat:hover {
  color: #343a40;
  background-color: #e5e5e5;
}

.btn-dark.pmd-btn-flat:focus, .btn-dark.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-dark.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-dark.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-dark.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #343a40;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-dark-navy {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}

.btn-dark-navy:hover {
  color: #fff;
  background-color: #151931;
  border-color: #111528;
}

.btn-dark-navy:focus, .btn-dark-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 39, 76, 0.5);
}

.btn-dark-navy:not(:disabled):not(.disabled):active, .btn-dark-navy:not(:disabled):not(.disabled).active, .show > .btn-dark-navy.dropdown-toggle {
  color: #fff;
  background-color: #111528;
  border-color: #0d101f;
}

.btn-dark-navy:not(:disabled):not(.disabled):active:focus, .btn-dark-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 39, 76, 0.5);
}

.btn-dark-navy .ink {
  background-color: #111528;
}

.btn-dark-navy.pmd-btn-flat {
  color: #20274c;
  background-color: transparent;
  border-color: transparent;
}

.btn-dark-navy.pmd-btn-flat:hover {
  color: #20274c;
  background-color: #e5e5e5;
}

.btn-dark-navy.pmd-btn-flat:focus, .btn-dark-navy.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-dark-navy.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-dark-navy.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-dark-navy.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #20274c;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-gold {
  color: #333;
  background-color: #E2B326;
  border-color: #E2B326;
}

.btn-gold:hover {
  color: #333;
  background-color: #c79c1b;
  border-color: #bc9319;
}

.btn-gold:focus, .btn-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 179, 38, 0.5);
}

.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #fff;
  background-color: #bc9319;
  border-color: #b18a18;
}

.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 179, 38, 0.5);
}

.btn-gold .ink {
  background-color: #bc9319;
}

.btn-gold.pmd-btn-flat {
  color: #E2B326;
  background-color: transparent;
  border-color: transparent;
}

.btn-gold.pmd-btn-flat:hover {
  color: #E2B326;
  background-color: #e5e5e5;
}

.btn-gold.pmd-btn-flat:focus, .btn-gold.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-gold.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-gold.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-gold.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #E2B326;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-background {
  color: #333;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-background:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-background:focus, .btn-background.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-background:not(:disabled):not(.disabled):active, .btn-background:not(:disabled):not(.disabled).active, .show > .btn-background.dropdown-toggle {
  color: #333;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}

.btn-background:not(:disabled):not(.disabled):active:focus, .btn-background:not(:disabled):not(.disabled).active:focus, .show > .btn-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-background .ink {
  background-color: #e0e0e0;
}

.btn-background.pmd-btn-flat {
  color: #f9f9f9;
  background-color: transparent;
  border-color: transparent;
}

.btn-background.pmd-btn-flat:hover {
  color: #f9f9f9;
  background-color: #e5e5e5;
}

.btn-background.pmd-btn-flat:focus, .btn-background.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-background.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-background.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-background.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #f9f9f9;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-pale-blue {
  color: #333;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-pale-blue:hover {
  color: #333;
  background-color: #b9daff;
  border-color: #acd3ff;
}

.btn-pale-blue:focus, .btn-pale-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}

.btn-pale-blue:not(:disabled):not(.disabled):active, .btn-pale-blue:not(:disabled):not(.disabled).active, .show > .btn-pale-blue.dropdown-toggle {
  color: #333;
  background-color: #acd3ff;
  border-color: #9fccff;
}

.btn-pale-blue:not(:disabled):not(.disabled):active:focus, .btn-pale-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-pale-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 238, 255, 0.5);
}

.btn-pale-blue .ink {
  background-color: #acd3ff;
}

.btn-pale-blue.pmd-btn-flat {
  color: #DFEEFF;
  background-color: transparent;
  border-color: transparent;
}

.btn-pale-blue.pmd-btn-flat:hover {
  color: #DFEEFF;
  background-color: #e5e5e5;
}

.btn-pale-blue.pmd-btn-flat:focus, .btn-pale-blue.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-pale-blue.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-pale-blue.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-pale-blue.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #DFEEFF;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-primary-green {
  color: #333;
  background-color: #81BD3F;
  border-color: #81BD3F;
}

.btn-primary-green:hover {
  color: #fff;
  background-color: #6da035;
  border-color: #679732;
}

.btn-primary-green:focus, .btn-primary-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-primary-green:not(:disabled):not(.disabled):active, .btn-primary-green:not(:disabled):not(.disabled).active, .show > .btn-primary-green.dropdown-toggle {
  color: #fff;
  background-color: #679732;
  border-color: #608d2f;
}

.btn-primary-green:not(:disabled):not(.disabled):active:focus, .btn-primary-green:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-primary-green .ink {
  background-color: #679732;
}

.btn-primary-green.pmd-btn-flat {
  color: #81BD3F;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary-green.pmd-btn-flat:hover {
  color: #81BD3F;
  background-color: #e5e5e5;
}

.btn-primary-green.pmd-btn-flat:focus, .btn-primary-green.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-primary-green.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-primary-green.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-primary-green.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #81BD3F;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-primary-orange {
  color: #333;
  background-color: #ea970f;
  border-color: #ea970f;
}

.btn-primary-orange:hover {
  color: #fff;
  background-color: #c6800d;
  border-color: #ba780c;
}

.btn-primary-orange:focus, .btn-primary-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-primary-orange:not(:disabled):not(.disabled):active, .btn-primary-orange:not(:disabled):not(.disabled).active, .show > .btn-primary-orange.dropdown-toggle {
  color: #fff;
  background-color: #ba780c;
  border-color: #ae700b;
}

.btn-primary-orange:not(:disabled):not(.disabled):active:focus, .btn-primary-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-primary-orange .ink {
  background-color: #ba780c;
}

.btn-primary-orange.pmd-btn-flat {
  color: #ea970f;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary-orange.pmd-btn-flat:hover {
  color: #ea970f;
  background-color: #e5e5e5;
}

.btn-primary-orange.pmd-btn-flat:focus, .btn-primary-orange.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-primary-orange.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-primary-orange.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-primary-orange.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #ea970f;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-primary-red {
  color: #fff;
  background-color: #c91127;
  border-color: #c91127;
}

.btn-primary-red:hover {
  color: #fff;
  background-color: #a60e20;
  border-color: #9a0d1e;
}

.btn-primary-red:focus, .btn-primary-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-primary-red:not(:disabled):not(.disabled):active, .btn-primary-red:not(:disabled):not(.disabled).active, .show > .btn-primary-red.dropdown-toggle {
  color: #fff;
  background-color: #9a0d1e;
  border-color: #8e0c1c;
}

.btn-primary-red:not(:disabled):not(.disabled):active:focus, .btn-primary-red:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-primary-red .ink {
  background-color: #9a0d1e;
}

.btn-primary-red.pmd-btn-flat {
  color: #c91127;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary-red.pmd-btn-flat:hover {
  color: #c91127;
  background-color: #e5e5e5;
}

.btn-primary-red.pmd-btn-flat:focus, .btn-primary-red.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-primary-red.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-primary-red.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-primary-red.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #c91127;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-secondary-red {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}

.btn-secondary-red:hover {
  color: #fff;
  background-color: #ef0f2b;
  border-color: #e30e29;
}

.btn-secondary-red:focus, .btn-secondary-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 50, 74, 0.5);
}

.btn-secondary-red:not(:disabled):not(.disabled):active, .btn-secondary-red:not(:disabled):not(.disabled).active, .show > .btn-secondary-red.dropdown-toggle {
  color: #fff;
  background-color: #e30e29;
  border-color: #d70e27;
}

.btn-secondary-red:not(:disabled):not(.disabled):active:focus, .btn-secondary-red:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 50, 74, 0.5);
}

.btn-secondary-red .ink {
  background-color: #e30e29;
}

.btn-secondary-red.pmd-btn-flat {
  color: #F2324A;
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary-red.pmd-btn-flat:hover {
  color: #F2324A;
  background-color: #e5e5e5;
}

.btn-secondary-red.pmd-btn-flat:focus, .btn-secondary-red.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-secondary-red.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-secondary-red.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-secondary-red.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #F2324A;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-black-87 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(0, 0, 0, 0.870588);
}

.btn-black-87:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(0, 0, 0, 0.870588);
}

.btn-black-87:focus, .btn-black-87.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-87:not(:disabled):not(.disabled):active, .btn-black-87:not(:disabled):not(.disabled).active, .show > .btn-black-87.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(0, 0, 0, 0.870588);
}

.btn-black-87:not(:disabled):not(.disabled):active:focus, .btn-black-87:not(:disabled):not(.disabled).active:focus, .show > .btn-black-87.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-87 .ink {
  background-color: rgba(0, 0, 0, 0.870588);
}

.btn-black-87.pmd-btn-flat {
  color: rgba(0, 0, 0, 0.870588);
  background-color: transparent;
  border-color: transparent;
}

.btn-black-87.pmd-btn-flat:hover {
  color: rgba(0, 0, 0, 0.870588);
  background-color: #e5e5e5;
}

.btn-black-87.pmd-btn-flat:focus, .btn-black-87.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-black-87.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-black-87.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-black-87.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(0, 0, 0, 0.870588);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-black-60 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-black-60:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-black-60:focus, .btn-black-60.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-60:not(:disabled):not(.disabled):active, .btn-black-60:not(:disabled):not(.disabled).active, .show > .btn-black-60.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-black-60:not(:disabled):not(.disabled):active:focus, .btn-black-60:not(:disabled):not(.disabled).active:focus, .show > .btn-black-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-60 .ink {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-black-60.pmd-btn-flat {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  border-color: transparent;
}

.btn-black-60.pmd-btn-flat:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #e5e5e5;
}

.btn-black-60.pmd-btn-flat:focus, .btn-black-60.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-black-60.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-black-60.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-black-60.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(0, 0, 0, 0.6);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-black-38 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(0, 0, 0, 0.380392);
}

.btn-black-38:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(0, 0, 0, 0.380392);
}

.btn-black-38:focus, .btn-black-38.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-38:not(:disabled):not(.disabled):active, .btn-black-38:not(:disabled):not(.disabled).active, .show > .btn-black-38.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(0, 0, 0, 0.380392);
}

.btn-black-38:not(:disabled):not(.disabled):active:focus, .btn-black-38:not(:disabled):not(.disabled).active:focus, .show > .btn-black-38.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-38 .ink {
  background-color: rgba(0, 0, 0, 0.380392);
}

.btn-black-38.pmd-btn-flat {
  color: rgba(0, 0, 0, 0.380392);
  background-color: transparent;
  border-color: transparent;
}

.btn-black-38.pmd-btn-flat:hover {
  color: rgba(0, 0, 0, 0.380392);
  background-color: #e5e5e5;
}

.btn-black-38.pmd-btn-flat:focus, .btn-black-38.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-black-38.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-black-38.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-black-38.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(0, 0, 0, 0.380392);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-black-20 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-black-20:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-black-20:focus, .btn-black-20.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-20:not(:disabled):not(.disabled):active, .btn-black-20:not(:disabled):not(.disabled).active, .show > .btn-black-20.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-black-20:not(:disabled):not(.disabled):active:focus, .btn-black-20:not(:disabled):not(.disabled).active:focus, .show > .btn-black-20.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black-20 .ink {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-black-20.pmd-btn-flat {
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-color: transparent;
}

.btn-black-20.pmd-btn-flat:hover {
  color: rgba(0, 0, 0, 0.2);
  background-color: #e5e5e5;
}

.btn-black-20.pmd-btn-flat:focus, .btn-black-20.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-black-20.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-black-20.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-black-20.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(0, 0, 0, 0.2);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light-grey {
  color: #333;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}

.btn-light-grey:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #cecece;
}

.btn-light-grey:focus, .btn-light-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active, .show > .btn-light-grey.dropdown-toggle {
  color: #333;
  background-color: #cecece;
  border-color: #c7c7c7;
}

.btn-light-grey:not(:disabled):not(.disabled):active:focus, .btn-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn-light-grey .ink {
  background-color: #cecece;
}

.btn-light-grey.pmd-btn-flat {
  color: #E7E7E7;
  background-color: transparent;
  border-color: transparent;
}

.btn-light-grey.pmd-btn-flat:hover {
  color: #E7E7E7;
  background-color: #e5e5e5;
}

.btn-light-grey.pmd-btn-flat:focus, .btn-light-grey.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-light-grey.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-light-grey.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-light-grey.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #E7E7E7;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-warning-grey {
  color: #333;
  background-color: #ACACAC;
  border-color: #ACACAC;
}

.btn-warning-grey:hover {
  color: #333;
  background-color: #999;
  border-color: #939393;
}

.btn-warning-grey:focus, .btn-warning-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 172, 172, 0.5);
}

.btn-warning-grey:not(:disabled):not(.disabled):active, .btn-warning-grey:not(:disabled):not(.disabled).active, .show > .btn-warning-grey.dropdown-toggle {
  color: #fff;
  background-color: #939393;
  border-color: #8c8c8c;
}

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

.btn-warning-grey .ink {
  background-color: #939393;
}

.btn-warning-grey.pmd-btn-flat {
  color: #ACACAC;
  background-color: transparent;
  border-color: transparent;
}

.btn-warning-grey.pmd-btn-flat:hover {
  color: #ACACAC;
  background-color: #e5e5e5;
}

.btn-warning-grey.pmd-btn-flat:focus, .btn-warning-grey.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-warning-grey.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-warning-grey.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-warning-grey.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #ACACAC;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-yellow {
  color: #333;
  background-color: #e4ca2f;
  border-color: #e4ca2f;
}

.btn-yellow:hover {
  color: #333;
  background-color: #d2b71b;
  border-color: #c6ad1a;
}

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 202, 47, 0.5);
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #333;
  background-color: #c6ad1a;
  border-color: #bba418;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 202, 47, 0.5);
}

.btn-yellow .ink {
  background-color: #c6ad1a;
}

.btn-yellow.pmd-btn-flat {
  color: #e4ca2f;
  background-color: transparent;
  border-color: transparent;
}

.btn-yellow.pmd-btn-flat:hover {
  color: #e4ca2f;
  background-color: #e5e5e5;
}

.btn-yellow.pmd-btn-flat:focus, .btn-yellow.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-yellow.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-yellow.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-yellow.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #e4ca2f;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #333;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white .ink {
  background-color: #e6e6e6;
}

.btn-white.pmd-btn-flat {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-white.pmd-btn-flat:hover {
  color: #fff;
  background-color: #e5e5e5;
}

.btn-white.pmd-btn-flat:focus, .btn-white.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-white.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-white.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-white.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-white-60 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-white-60:hover {
  color: #333;
  background-color: rgba(236, 236, 236, 0.6);
  border-color: rgba(230, 230, 230, 0.6);
}

.btn-white-60:focus, .btn-white-60.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-60:not(:disabled):not(.disabled):active, .btn-white-60:not(:disabled):not(.disabled).active, .show > .btn-white-60.dropdown-toggle {
  color: #333;
  background-color: rgba(230, 230, 230, 0.6);
  border-color: rgba(223, 223, 223, 0.6);
}

.btn-white-60:not(:disabled):not(.disabled):active:focus, .btn-white-60:not(:disabled):not(.disabled).active:focus, .show > .btn-white-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-60 .ink {
  background-color: rgba(230, 230, 230, 0.6);
}

.btn-white-60.pmd-btn-flat {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border-color: transparent;
}

.btn-white-60.pmd-btn-flat:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #e5e5e5;
}

.btn-white-60.pmd-btn-flat:focus, .btn-white-60.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-white-60.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-white-60.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-white-60.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-white-38 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
  border-color: rgba(255, 255, 255, 0.380392);
}

.btn-white-38:hover {
  color: #333;
  background-color: rgba(236, 236, 236, 0.380392);
  border-color: rgba(230, 230, 230, 0.380392);
}

.btn-white-38:focus, .btn-white-38.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-38:not(:disabled):not(.disabled):active, .btn-white-38:not(:disabled):not(.disabled).active, .show > .btn-white-38.dropdown-toggle {
  color: #333;
  background-color: rgba(230, 230, 230, 0.380392);
  border-color: rgba(223, 223, 223, 0.380392);
}

.btn-white-38:not(:disabled):not(.disabled):active:focus, .btn-white-38:not(:disabled):not(.disabled).active:focus, .show > .btn-white-38.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-38 .ink {
  background-color: rgba(230, 230, 230, 0.380392);
}

.btn-white-38.pmd-btn-flat {
  color: rgba(255, 255, 255, 0.380392);
  background-color: transparent;
  border-color: transparent;
}

.btn-white-38.pmd-btn-flat:hover {
  color: rgba(255, 255, 255, 0.380392);
  background-color: #e5e5e5;
}

.btn-white-38.pmd-btn-flat:focus, .btn-white-38.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-white-38.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-white-38.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-white-38.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(255, 255, 255, 0.380392);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-white-8 {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
  border-color: rgba(255, 255, 255, 0.0784314);
}

.btn-white-8:hover {
  color: #333;
  background-color: rgba(236, 236, 236, 0.0784314);
  border-color: rgba(230, 230, 230, 0.0784314);
}

.btn-white-8:focus, .btn-white-8.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-8:not(:disabled):not(.disabled):active, .btn-white-8:not(:disabled):not(.disabled).active, .show > .btn-white-8.dropdown-toggle {
  color: #333;
  background-color: rgba(230, 230, 230, 0.0784314);
  border-color: rgba(223, 223, 223, 0.0784314);
}

.btn-white-8:not(:disabled):not(.disabled):active:focus, .btn-white-8:not(:disabled):not(.disabled).active:focus, .show > .btn-white-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white-8 .ink {
  background-color: rgba(230, 230, 230, 0.0784314);
}

.btn-white-8.pmd-btn-flat {
  color: rgba(255, 255, 255, 0.0784314);
  background-color: transparent;
  border-color: transparent;
}

.btn-white-8.pmd-btn-flat:hover {
  color: rgba(255, 255, 255, 0.0784314);
  background-color: #e5e5e5;
}

.btn-white-8.pmd-btn-flat:focus, .btn-white-8.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-white-8.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-white-8.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-white-8.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(255, 255, 255, 0.0784314);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light-red {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
  border-color: rgba(201, 17, 39, 0.2);
}

.btn-light-red:hover {
  color: #fff;
  background-color: rgba(166, 14, 32, 0.2);
  border-color: rgba(154, 13, 30, 0.2);
}

.btn-light-red:focus, .btn-light-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-light-red:not(:disabled):not(.disabled):active, .btn-light-red:not(:disabled):not(.disabled).active, .show > .btn-light-red.dropdown-toggle {
  color: #fff;
  background-color: rgba(154, 13, 30, 0.2);
  border-color: rgba(142, 12, 28, 0.2);
}

.btn-light-red:not(:disabled):not(.disabled):active:focus, .btn-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 17, 39, 0.5);
}

.btn-light-red .ink {
  background-color: rgba(154, 13, 30, 0.2);
}

.btn-light-red.pmd-btn-flat {
  color: rgba(201, 17, 39, 0.2);
  background-color: transparent;
  border-color: transparent;
}

.btn-light-red.pmd-btn-flat:hover {
  color: rgba(201, 17, 39, 0.2);
  background-color: #e5e5e5;
}

.btn-light-red.pmd-btn-flat:focus, .btn-light-red.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-light-red.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-light-red.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-light-red.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(201, 17, 39, 0.2);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light-orange {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
  border-color: rgba(234, 151, 15, 0.2);
}

.btn-light-orange:hover {
  color: #fff;
  background-color: rgba(198, 128, 13, 0.2);
  border-color: rgba(186, 120, 12, 0.2);
}

.btn-light-orange:focus, .btn-light-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-light-orange:not(:disabled):not(.disabled):active, .btn-light-orange:not(:disabled):not(.disabled).active, .show > .btn-light-orange.dropdown-toggle {
  color: #fff;
  background-color: rgba(186, 120, 12, 0.2);
  border-color: rgba(174, 112, 11, 0.2);
}

.btn-light-orange:not(:disabled):not(.disabled):active:focus, .btn-light-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 151, 15, 0.5);
}

.btn-light-orange .ink {
  background-color: rgba(186, 120, 12, 0.2);
}

.btn-light-orange.pmd-btn-flat {
  color: rgba(234, 151, 15, 0.2);
  background-color: transparent;
  border-color: transparent;
}

.btn-light-orange.pmd-btn-flat:hover {
  color: rgba(234, 151, 15, 0.2);
  background-color: #e5e5e5;
}

.btn-light-orange.pmd-btn-flat:focus, .btn-light-orange.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-light-orange.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-light-orange.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-light-orange.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(234, 151, 15, 0.2);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light-green {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
  border-color: rgba(129, 189, 63, 0.2);
}

.btn-light-green:hover {
  color: #fff;
  background-color: rgba(109, 160, 53, 0.2);
  border-color: rgba(103, 151, 50, 0.2);
}

.btn-light-green:focus, .btn-light-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-light-green:not(:disabled):not(.disabled):active, .btn-light-green:not(:disabled):not(.disabled).active, .show > .btn-light-green.dropdown-toggle {
  color: #fff;
  background-color: rgba(103, 151, 50, 0.2);
  border-color: rgba(96, 141, 47, 0.2);
}

.btn-light-green:not(:disabled):not(.disabled):active:focus, .btn-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 189, 63, 0.5);
}

.btn-light-green .ink {
  background-color: rgba(103, 151, 50, 0.2);
}

.btn-light-green.pmd-btn-flat {
  color: rgba(129, 189, 63, 0.2);
  background-color: transparent;
  border-color: transparent;
}

.btn-light-green.pmd-btn-flat:hover {
  color: rgba(129, 189, 63, 0.2);
  background-color: #e5e5e5;
}

.btn-light-green.pmd-btn-flat:focus, .btn-light-green.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-light-green.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-light-green.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-light-green.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: rgba(129, 189, 63, 0.2);
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light-navy {
  color: #333;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}

.btn-light-navy:hover {
  color: #333;
  background-color: #cfd3df;
  border-color: #c8ccd9;
}

.btn-light-navy:focus, .btn-light-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 232, 238, 0.5);
}

.btn-light-navy:not(:disabled):not(.disabled):active, .btn-light-navy:not(:disabled):not(.disabled).active, .show > .btn-light-navy.dropdown-toggle {
  color: #333;
  background-color: #c8ccd9;
  border-color: #c0c5d4;
}

.btn-light-navy:not(:disabled):not(.disabled):active:focus, .btn-light-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-light-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 232, 238, 0.5);
}

.btn-light-navy .ink {
  background-color: #c8ccd9;
}

.btn-light-navy.pmd-btn-flat {
  color: #E6E8EE;
  background-color: transparent;
  border-color: transparent;
}

.btn-light-navy.pmd-btn-flat:hover {
  color: #E6E8EE;
  background-color: #e5e5e5;
}

.btn-light-navy.pmd-btn-flat:focus, .btn-light-navy.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-light-navy.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-light-navy.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-light-navy.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #E6E8EE;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-dark-green {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}

.btn-dark-green:hover {
  color: #fff;
  background-color: #355f07;
  border-color: #2e5306;
}

.btn-dark-green:focus, .btn-dark-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 131, 9, 0.5);
}

.btn-dark-green:not(:disabled):not(.disabled):active, .btn-dark-green:not(:disabled):not(.disabled).active, .show > .btn-dark-green.dropdown-toggle {
  color: #fff;
  background-color: #2e5306;
  border-color: #284705;
}

.btn-dark-green:not(:disabled):not(.disabled):active:focus, .btn-dark-green:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 131, 9, 0.5);
}

.btn-dark-green .ink {
  background-color: #2e5306;
}

.btn-dark-green.pmd-btn-flat {
  color: #498309;
  background-color: transparent;
  border-color: transparent;
}

.btn-dark-green.pmd-btn-flat:hover {
  color: #498309;
  background-color: #e5e5e5;
}

.btn-dark-green.pmd-btn-flat:focus, .btn-dark-green.pmd-btn-flat.focus {
  background-color: #cccccc;
}

.btn-dark-green.pmd-btn-flat .ink {
  background-color: #808080;
}

.btn-dark-green.pmd-btn-flat:not(:disabled):not(.disabled):active, .btn-dark-green.pmd-btn-flat:not(:disabled):not(.disabled).active {
  color: #498309;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-outline-primary {
  color: #2a3764;
  border-color: #2a3764;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2a3764;
  border-color: #2a3764;
}

.btn-outline-primary .ink {
  background-color: #2a3764;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2a3764;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2a3764;
  border-color: #2a3764;
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}

.btn-outline-secondary:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-secondary .ink {
  background-color: #fff;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-success {
  color: #81BD3F;
  border-color: #81BD3F;
}

.btn-outline-success:hover {
  color: #333;
  background-color: #81BD3F;
  border-color: #81BD3F;
}

.btn-outline-success .ink {
  background-color: #81BD3F;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #81BD3F;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #81BD3F;
  border-color: #81BD3F;
}

.btn-outline-info {
  color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-outline-info:hover {
  color: #333;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-outline-info .ink {
  background-color: #DFEEFF;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #DFEEFF;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-outline-warning {
  color: #ea970f;
  border-color: #ea970f;
}

.btn-outline-warning:hover {
  color: #333;
  background-color: #ea970f;
  border-color: #ea970f;
}

.btn-outline-warning .ink {
  background-color: #ea970f;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ea970f;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #ea970f;
  border-color: #ea970f;
}

.btn-outline-danger {
  color: #c91127;
  border-color: #c91127;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #c91127;
  border-color: #c91127;
}

.btn-outline-danger .ink {
  background-color: #c91127;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c91127;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c91127;
  border-color: #c91127;
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light .ink {
  background-color: #fff;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

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

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

.btn-outline-dark .ink {
  background-color: #343a40;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark-navy {
  color: #20274c;
  border-color: #20274c;
}

.btn-outline-dark-navy:hover {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}

.btn-outline-dark-navy .ink {
  background-color: #20274c;
}

.btn-outline-dark-navy.disabled, .btn-outline-dark-navy:disabled {
  color: #20274c;
}

.btn-outline-dark-navy:not(:disabled):not(.disabled):active, .btn-outline-dark-navy:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #20274c;
  border-color: #20274c;
}

.btn-outline-gold {
  color: #E2B326;
  border-color: #E2B326;
}

.btn-outline-gold:hover {
  color: #333;
  background-color: #E2B326;
  border-color: #E2B326;
}

.btn-outline-gold .ink {
  background-color: #E2B326;
}

.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #E2B326;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #E2B326;
  border-color: #E2B326;
}

.btn-outline-background {
  color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-outline-background:hover {
  color: #333;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-outline-background .ink {
  background-color: #f9f9f9;
}

.btn-outline-background.disabled, .btn-outline-background:disabled {
  color: #f9f9f9;
}

.btn-outline-background:not(:disabled):not(.disabled):active, .btn-outline-background:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-outline-pale-blue {
  color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-outline-pale-blue:hover {
  color: #333;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-outline-pale-blue .ink {
  background-color: #DFEEFF;
}

.btn-outline-pale-blue.disabled, .btn-outline-pale-blue:disabled {
  color: #DFEEFF;
}

.btn-outline-pale-blue:not(:disabled):not(.disabled):active, .btn-outline-pale-blue:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #DFEEFF;
  border-color: #DFEEFF;
}

.btn-outline-primary-green {
  color: #81BD3F;
  border-color: #81BD3F;
}

.btn-outline-primary-green:hover {
  color: #333;
  background-color: #81BD3F;
  border-color: #81BD3F;
}

.btn-outline-primary-green .ink {
  background-color: #81BD3F;
}

.btn-outline-primary-green.disabled, .btn-outline-primary-green:disabled {
  color: #81BD3F;
}

.btn-outline-primary-green:not(:disabled):not(.disabled):active, .btn-outline-primary-green:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #81BD3F;
  border-color: #81BD3F;
}

.btn-outline-primary-orange {
  color: #ea970f;
  border-color: #ea970f;
}

.btn-outline-primary-orange:hover {
  color: #333;
  background-color: #ea970f;
  border-color: #ea970f;
}

.btn-outline-primary-orange .ink {
  background-color: #ea970f;
}

.btn-outline-primary-orange.disabled, .btn-outline-primary-orange:disabled {
  color: #ea970f;
}

.btn-outline-primary-orange:not(:disabled):not(.disabled):active, .btn-outline-primary-orange:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #ea970f;
  border-color: #ea970f;
}

.btn-outline-primary-red {
  color: #c91127;
  border-color: #c91127;
}

.btn-outline-primary-red:hover {
  color: #fff;
  background-color: #c91127;
  border-color: #c91127;
}

.btn-outline-primary-red .ink {
  background-color: #c91127;
}

.btn-outline-primary-red.disabled, .btn-outline-primary-red:disabled {
  color: #c91127;
}

.btn-outline-primary-red:not(:disabled):not(.disabled):active, .btn-outline-primary-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c91127;
  border-color: #c91127;
}

.btn-outline-secondary-red {
  color: #F2324A;
  border-color: #F2324A;
}

.btn-outline-secondary-red:hover {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}

.btn-outline-secondary-red .ink {
  background-color: #F2324A;
}

.btn-outline-secondary-red.disabled, .btn-outline-secondary-red:disabled {
  color: #F2324A;
}

.btn-outline-secondary-red:not(:disabled):not(.disabled):active, .btn-outline-secondary-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #F2324A;
  border-color: #F2324A;
}

.btn-outline-black-87 {
  color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(0, 0, 0, 0.870588);
}

.btn-outline-black-87:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(0, 0, 0, 0.870588);
}

.btn-outline-black-87 .ink {
  background-color: rgba(0, 0, 0, 0.870588);
}

.btn-outline-black-87.disabled, .btn-outline-black-87:disabled {
  color: rgba(0, 0, 0, 0.870588);
}

.btn-outline-black-87:not(:disabled):not(.disabled):active, .btn-outline-black-87:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(0, 0, 0, 0.870588);
}

.btn-outline-black-60 {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-outline-black-60:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-outline-black-60 .ink {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-outline-black-60.disabled, .btn-outline-black-60:disabled {
  color: rgba(0, 0, 0, 0.6);
}

.btn-outline-black-60:not(:disabled):not(.disabled):active, .btn-outline-black-60:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.btn-outline-black-38 {
  color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(0, 0, 0, 0.380392);
}

.btn-outline-black-38:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(0, 0, 0, 0.380392);
}

.btn-outline-black-38 .ink {
  background-color: rgba(0, 0, 0, 0.380392);
}

.btn-outline-black-38.disabled, .btn-outline-black-38:disabled {
  color: rgba(0, 0, 0, 0.380392);
}

.btn-outline-black-38:not(:disabled):not(.disabled):active, .btn-outline-black-38:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(0, 0, 0, 0.380392);
}

.btn-outline-black-20 {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-outline-black-20:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-outline-black-20 .ink {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-outline-black-20.disabled, .btn-outline-black-20:disabled {
  color: rgba(0, 0, 0, 0.2);
}

.btn-outline-black-20:not(:disabled):not(.disabled):active, .btn-outline-black-20:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-outline-light-grey {
  color: #E7E7E7;
  border-color: #E7E7E7;
}

.btn-outline-light-grey:hover {
  color: #333;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}

.btn-outline-light-grey .ink {
  background-color: #E7E7E7;
}

.btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
  color: #E7E7E7;
}

.btn-outline-light-grey:not(:disabled):not(.disabled):active, .btn-outline-light-grey:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}

.btn-outline-warning-grey {
  color: #ACACAC;
  border-color: #ACACAC;
}

.btn-outline-warning-grey:hover {
  color: #333;
  background-color: #ACACAC;
  border-color: #ACACAC;
}

.btn-outline-warning-grey .ink {
  background-color: #ACACAC;
}

.btn-outline-warning-grey.disabled, .btn-outline-warning-grey:disabled {
  color: #ACACAC;
}

.btn-outline-warning-grey:not(:disabled):not(.disabled):active, .btn-outline-warning-grey:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #ACACAC;
  border-color: #ACACAC;
}

.btn-outline-yellow {
  color: #e4ca2f;
  border-color: #e4ca2f;
}

.btn-outline-yellow:hover {
  color: #333;
  background-color: #e4ca2f;
  border-color: #e4ca2f;
}

.btn-outline-yellow .ink {
  background-color: #e4ca2f;
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #e4ca2f;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #e4ca2f;
  border-color: #e4ca2f;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white .ink {
  background-color: #fff;
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white-60 {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white-60:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white-60 .ink {
  background-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white-60.disabled, .btn-outline-white-60:disabled {
  color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white-60:not(:disabled):not(.disabled):active, .btn-outline-white-60:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white-38 {
  color: rgba(255, 255, 255, 0.380392);
  border-color: rgba(255, 255, 255, 0.380392);
}

.btn-outline-white-38:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
  border-color: rgba(255, 255, 255, 0.380392);
}

.btn-outline-white-38 .ink {
  background-color: rgba(255, 255, 255, 0.380392);
}

.btn-outline-white-38.disabled, .btn-outline-white-38:disabled {
  color: rgba(255, 255, 255, 0.380392);
}

.btn-outline-white-38:not(:disabled):not(.disabled):active, .btn-outline-white-38:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.380392);
  border-color: rgba(255, 255, 255, 0.380392);
}

.btn-outline-white-8 {
  color: rgba(255, 255, 255, 0.0784314);
  border-color: rgba(255, 255, 255, 0.0784314);
}

.btn-outline-white-8:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
  border-color: rgba(255, 255, 255, 0.0784314);
}

.btn-outline-white-8 .ink {
  background-color: rgba(255, 255, 255, 0.0784314);
}

.btn-outline-white-8.disabled, .btn-outline-white-8:disabled {
  color: rgba(255, 255, 255, 0.0784314);
}

.btn-outline-white-8:not(:disabled):not(.disabled):active, .btn-outline-white-8:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.0784314);
  border-color: rgba(255, 255, 255, 0.0784314);
}

.btn-outline-light-red {
  color: rgba(201, 17, 39, 0.2);
  border-color: rgba(201, 17, 39, 0.2);
}

.btn-outline-light-red:hover {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
  border-color: rgba(201, 17, 39, 0.2);
}

.btn-outline-light-red .ink {
  background-color: rgba(201, 17, 39, 0.2);
}

.btn-outline-light-red.disabled, .btn-outline-light-red:disabled {
  color: rgba(201, 17, 39, 0.2);
}

.btn-outline-light-red:not(:disabled):not(.disabled):active, .btn-outline-light-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.2);
  border-color: rgba(201, 17, 39, 0.2);
}

.btn-outline-light-orange {
  color: rgba(234, 151, 15, 0.2);
  border-color: rgba(234, 151, 15, 0.2);
}

.btn-outline-light-orange:hover {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
  border-color: rgba(234, 151, 15, 0.2);
}

.btn-outline-light-orange .ink {
  background-color: rgba(234, 151, 15, 0.2);
}

.btn-outline-light-orange.disabled, .btn-outline-light-orange:disabled {
  color: rgba(234, 151, 15, 0.2);
}

.btn-outline-light-orange:not(:disabled):not(.disabled):active, .btn-outline-light-orange:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: rgba(234, 151, 15, 0.2);
  border-color: rgba(234, 151, 15, 0.2);
}

.btn-outline-light-green {
  color: rgba(129, 189, 63, 0.2);
  border-color: rgba(129, 189, 63, 0.2);
}

.btn-outline-light-green:hover {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
  border-color: rgba(129, 189, 63, 0.2);
}

.btn-outline-light-green .ink {
  background-color: rgba(129, 189, 63, 0.2);
}

.btn-outline-light-green.disabled, .btn-outline-light-green:disabled {
  color: rgba(129, 189, 63, 0.2);
}

.btn-outline-light-green:not(:disabled):not(.disabled):active, .btn-outline-light-green:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: rgba(129, 189, 63, 0.2);
  border-color: rgba(129, 189, 63, 0.2);
}

.btn-outline-light-navy {
  color: #E6E8EE;
  border-color: #E6E8EE;
}

.btn-outline-light-navy:hover {
  color: #333;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}

.btn-outline-light-navy .ink {
  background-color: #E6E8EE;
}

.btn-outline-light-navy.disabled, .btn-outline-light-navy:disabled {
  color: #E6E8EE;
}

.btn-outline-light-navy:not(:disabled):not(.disabled):active, .btn-outline-light-navy:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #E6E8EE;
  border-color: #E6E8EE;
}

.btn-outline-dark-green {
  color: #498309;
  border-color: #498309;
}

.btn-outline-dark-green:hover {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}

.btn-outline-dark-green .ink {
  background-color: #498309;
}

.btn-outline-dark-green.disabled, .btn-outline-dark-green:disabled {
  color: #498309;
}

.btn-outline-dark-green:not(:disabled):not(.disabled):active, .btn-outline-dark-green:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #498309;
  border-color: #498309;
}

.btn-default.pmd-btn-flat {
  color: #333;
}

.btn-default.pmd-btn-outline {
  color: #333;
  border-color: #333;
}

.btn-default.pmd-btn-outline:hover, .btn-default.pmd-btn-outline:focus {
  border-color: #333;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .uploader-btn {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .uploader-btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
}

.pmd-ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -ms-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}

.ink.animate {
  animation: ripple 0.5s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.btn-group .btn, .btn-group .uploader-btn {
  border-radius: 2px;
}

.btn-group.open .dropdown-toggle {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

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

.btn-group > .btn:focus:hover, .btn-group > .uploader-btn:focus:hover, .btn-group-vertical > .btn:focus:hover, .btn-group-vertical > .uploader-btn:focus:hover, .btn-group > .btn:active:hover, .btn-group > .uploader-btn:active:hover, .btn-group-vertical > .btn:active:hover, .btn-group-vertical > .uploader-btn:active:hover, .btn-group > .btn.active:hover, .btn-group > .active.uploader-btn:hover, .btn-group-vertical > .btn.active:hover, .btn-group-vertical > .active.uploader-btn:hover {
  z-index: 2;
}

.pmd-content {
  margin-bottom: 200px;
}

.pmd-btn-pill {
  border-radius: 25px;
}

.pmd-btn-tooltip {
  display: inline-flex;
  align-items: center;
}

.pmd-btn-tooltip span {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 4px;
  position: relative;
  background: rgba(0, 0, 0, 0.38);
  margin-left: 10px;
  color: #fff;
}

.pmd-btn-tooltip span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.38);
  border-bottom: 4px solid transparent;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pmd-btn-tooltip.pmd-btn-tooltip-left span {
  margin-left: 0;
  margin-right: 10px;
}

.pmd-btn-tooltip.pmd-btn-tooltip-left span:after {
  border-top: 4px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.38);
  border-bottom: 4px solid transparent;
  right: auto;
  left: 100%;
  border-right: 0;
}

.pmd-btn-icon {
  display: inline-flex;
  align-items: center;
}

.pmd-btn-icon i, .pmd-btn-icon .material-icons {
  margin-right: 0.5rem;
}

.pmd-btn-icon.pmd-btn-check i, .pmd-btn-icon.pmd-btn-check .material-icons {
  opacity: 0;
  width: 0;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
  -ms-transform: scale(0) rotate(120deg);
  -webkit-transform: scale(0) rotate(120deg);
  transform: scale(0) rotate(120deg);
}

.pmd-btn-icon.pmd-btn-check.active i, .pmd-btn-icon.pmd-btn-check.active .material-icons {
  opacity: 1;
  width: auto;
  margin-right: 8px;
  -ms-transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}

.pmd-btn-gradient {
  border: none;
  color: #fff;
  background: #2a3764;
  background: -moz-linear-gradient(left, #2a3764 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #2a3764 0%, #fff 100%);
  background: linear-gradient(to right, #2a3764 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary",GradientType=1 );
}

.pmd-btn-gradient-vertical {
  border: none;
  color: #fff;
  background: #2a3764;
  background: -moz-linear-gradient(top, #2a3764 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #2a3764 0%, #fff 100%);
  background: linear-gradient(to bottom, #2a3764 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary",GradientType=0 );
}

.pmd-btn-gradient-diagonal {
  border: none;
  color: #fff;
  background: #2a3764;
  background: -moz-linear-gradient(45deg, #2a3764 0%, #fff 100%);
  background: -webkit-linear-gradient(45deg, #2a3764 0%, #fff 100%);
  background: linear-gradient(45deg, #2a3764 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary",GradientType=1 );
}

.pmd-btn-gradient-diagonal-reverse {
  border: none;
  color: #fff;
  background: #2a3764;
  background: -moz-linear-gradient(-45deg, #2a3764 0%, #fff 100%);
  background: -webkit-linear-gradient(-45deg, #2a3764 0%, #fff 100%);
  background: linear-gradient(135deg, #2a3764 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary",GradientType=1 );
}

.pmd-btn-gradient-radial {
  border: none;
  color: #fff;
  background: #2a3764;
  background: -moz-radial-gradient(center, ellipse cover, #2a3764 0%, #fff 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #2a3764 0%, #fff 100%);
  background: radial-gradient(ellipse at center, #2a3764 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary",GradientType=1 );
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.pmd-btn-loader {
  position: relative;
}

.pmd-btn-loader.active {
  background-color: transparent !important;
  border: 0;
  color: transparent !important;
  box-shadow: none !important;
}

.pmd-loader-text-visible {
  display: none;
}

.pmd-btn-loader .loader {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid #20c997 !important;
  border-radius: 50%;
  border-top: 4px solid rgba(32, 201, 151, 0.5) !important;
  min-width: 50px;
  background-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  min-width: 100px;
  margin: 0;
}

.pmd-btn-loader.active .loader {
  width: 50px;
  min-width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  opacity: 1;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  animation-iteration-count: 3;
  animation-delay: 0.35s;
}

.pmd-btn-loader.active.completed .loader {
  opacity: 0;
}

.pmd-btn-loader.completed .pmd-loader-text-default {
  display: none;
}

.pmd-btn-loader.completed .pmd-loader-text-visible {
  display: inline-flex;
}

.pmd-btn-loader.completed .pmd-loader-text-visible .material-icons {
  -webkit-animation: scale 0.3s linear;
  animation: scale 0.3s linear;
}

.pmd-btn-loader .loader, .pmd-btn-loader {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): modal.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-modal .modal-content {
  border-radius: 4px;
  display: block;
}

.pmd-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
}

.pmd-modal .modal-header.pmd-modal-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.pmd-modal .modal-header .close {
  outline: none;
}

.pmd-modal .modal-footer {
  padding: 0.5rem 0.25rem;
  border: none;
}

.pmd-modal .modal-footer.pmd-modal-border {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-modal .modal-footer.pmd-modal-border .btn, .pmd-modal .modal-footer.pmd-modal-border .uploader-btn {
  margin: 0.5rem 0.25rem;
}

.pmd-modal .modal-footer.pmd-modal-border .btn.pmd-btn-flat, .pmd-modal .modal-footer.pmd-modal-border .pmd-btn-flat.uploader-btn {
  margin: 0;
}

.pmd-modal .modal-footer .btn, .pmd-modal .modal-footer .uploader-btn {
  margin: 0 0.25rem 0.5rem;
}

.pmd-modal .modal-footer .btn:first-child, .pmd-modal .modal-footer .uploader-btn:first-child {
  margin-left: 0.5rem;
}

.pmd-modal .modal-footer .btn:last-child, .pmd-modal .modal-footer .uploader-btn:last-child {
  margin-right: 0.5rem;
}

.pmd-modal .modal-footer .btn.pmd-btn-flat:first-child, .pmd-modal .modal-footer .pmd-btn-flat.uploader-btn:first-child {
  margin-left: 0;
}

.pmd-modal .modal-footer .btn.pmd-btn-flat:last-child, .pmd-modal .modal-footer .pmd-btn-flat.uploader-btn:last-child {
  margin-right: 0;
}

.pmd-modal .modal-footer .pmd-btn-flat {
  margin: 0 0.25rem 0 0;
}

.pmd-modal .modal-body {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 1rem;
}

.pmd-modal .modal-body > p:last-child {
  margin-bottom: 0;
}

.pmd-modal .modal-body .custom-control {
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.pmd-modal .pmd-modal-list {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.pmd-modal .modal .radio, .pmd-modal .modal .checkbox {
  margin: 1rem 0;
}

.pmd-modal .modal .radio-options > label {
  padding-left: 32px;
}

.pmd-modal .modal .list-group.pmd-list-avatar {
  margin-bottom: 1rem;
  padding: 0;
}

.pmd-modal .modal.list-group:last-child {
  margin-bottom: 0;
}

.pmd-modal .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): dropdown.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  clip: rect(0 0 0 0);
  background-color: transparent;
  padding: 0.5rem 0;
  opacity: 0;
  margin: 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}

.pmd-dropdown .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.42857;
}

.pmd-dropdown .dropdown-menu .dropdown-item:hover, .pmd-dropdown .dropdown-menu .dropdown-item:focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.075);
}

.pmd-dropdown .dropdown-menu .dropdown-item.disabled, .pmd-dropdown .dropdown-menu .dropdown-item:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: transparent;
}

.pmd-dropdown .dropdown-menu .dropdown-item.active, .pmd-dropdown .dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.075);
}

.pmd-dropdown .dropdown-menu::before {
  border-radius: 0;
  background-color: #fff;
  border: none;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pmd-dropdown .dropdown-menu[x-placement=top-start]::before {
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  will-change: transform;
}

.pmd-dropdown .dropdown-menu[x-placement=top-end]::before {
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  will-change: transform;
}

.pmd-dropdown .dropdown-menu[x-placement=bottom-end]::before {
  -moz-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  will-change: transform;
}

.pmd-dropdown.show > .dropdown-menu {
  opacity: 1;
}

.pmd-dropdown.show > .dropdown-menu::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pmd-dropdown.dropup .dropdown-menu {
  top: 0;
  transform: translate3d(0px, -100%, 0px);
}

.pmd-dropdown.dropup .caret {
  border-bottom: 4px solid;
}

.pmd-dropdown.dropleft .dropdown-menu {
  top: 0;
  transform: translate3d(-100%, 0px, 0px);
}

.pmd-dropdown .dropdown-menu-right {
  clip: rect(0 0 0 0);
}

.dropdown-header {
  padding: 0.25rem 1rem;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.54);
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): checkbox.css
 * Copyright 2016-2018 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
.pmd-checkbox-ripple-effect {
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.checkbox .pmd-checkbox-ripple-effect {
  padding-left: 0;
}

.checkbox .pmd-checkbox {
  padding-left: 0;
}

.pmd-checkbox.custom-control, .pmd-radio.custom-control {
  padding-left: 0;
}

.pmd-checkbox .custom-control-label, .pmd-radio .custom-control-label {
  position: relative;
  padding-left: 2rem;
}

.pmd-checkbox .custom-control-label::after, .pmd-radio .custom-control-label::after {
  width: 18px;
  height: 18px;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.pmd-checkbox .custom-control-input:checked ~ .custom-control-label::after, .pmd-radio .custom-control-input:checked ~ .custom-control-label::after {
  border-color: #2a3764;
}

.pmd-checkbox .custom-control-input:focus ~ .custom-control-label::before, .pmd-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.pmd-checkbox .custom-control-input:disabled ~ .custom-control-label, .pmd-radio .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.38);
}

.pmd-checkbox .custom-control-input:disabled ~ .custom-control-label::after, .pmd-radio .custom-control-input:disabled ~ .custom-control-label::after {
  border-color: rgba(0, 0, 0, 0.38);
}

.pmd-checkbox .ink, .pmd-radio .ink {
  background-color: rgba(0, 0, 0, 0.38);
}

.pmd-radio .custom-control-label::after {
  border-radius: 18px;
}

.pmd-radio .custom-control-label::before {
  top: 0;
  background: #2a3764;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  height: 8px;
  width: 8px;
  left: 5px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  bottom: 0;
  margin: auto;
}

.pmd-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  background-image: none;
}

.pmd-radio .custom-control-input:checked ~ .custom-control-label::before {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pmd-checkbox .custom-control-label::after {
  border-radius: 0.125rem;
}

.pmd-checkbox .custom-control-label::before {
  height: 12px;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 6px;
  width: 6px;
  transition: all 0.2s;
  opacity: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  z-index: 1;
  background-color: transparent;
}

.pmd-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2a3764;
  background-image: none;
}

.pmd-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-image: none;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 0.125rem 0.125rem 0;
  opacity: 1;
  background-color: transparent;
}

.pmd-checkbox.pmd-checkbox-ripple-effect {
  position: relative;
}

.pmd-checkbox .pmd-checkboxwrap {
  position: absolute;
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  top: -8px;
  left: -11px;
}

.checkbox-inline.pmd-checkbox {
  padding-left: 0;
}

.pmd-checkbox-ripple-effect .ink {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-white .pmd-checkbox .custom-control-label::after, .text-white .pmd-radio .custom-control-label::after {
  width: 18px;
  height: 18px;
  border: 0.125rem solid rgba(255, 255, 255, 0.7);
}

.text-white .pmd-checkbox .custom-control-input:checked ~ .custom-control-label::after, .text-white .pmd-radio .custom-control-input:checked ~ .custom-control-label::after {
  border-color: #2a3764;
}

.text-white .pmd-checkbox .custom-control-input:focus ~ .custom-control-label::before, .text-white .pmd-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.text-white .pmd-checkbox .custom-control-input:disabled ~ .custom-control-label, .text-white .pmd-radio .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(255, 255, 255, 0.5);
}

.text-white .pmd-checkbox .custom-control-input:disabled ~ .custom-control-label::after, .text-white .pmd-radio .custom-control-input:disabled ~ .custom-control-label::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.text-white .pmd-checkbox .ink, .text-white .pmd-radio .ink {
  background-color: rgba(255, 255, 255, 0.5);
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): textfield.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-textfield-focused {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 100%;
  height: 2px;
  display: block;
  top: -1px;
  background-color: #2a3764;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: relative;
  z-index: 2;
}

.pmd-textfield.pmd-textfield-floating-label-active .pmd-textfield-focused {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pmd-textfield .form-control, .pmd-textfield .custom-select {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.25rem 0 0.5rem;
  color: rgba(0, 0, 0, 0.87);
}

.pmd-textfield label {
  font-weight: normal;
  line-height: 1;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 0;
}

.pmd-textfield label.col-form-label-lg, .pmd-textfield label.col-form-label-sm {
  padding-top: 0;
  padding-bottom: 0;
}

.pmd-textfield textarea.form-control {
  height: 80px;
}

.pmd-textfield select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 1px);
}

.pmd-textfield .form-control-lg {
  font-size: 1.25rem;
}

.pmd-textfield .form-control-sm {
  font-size: 0.875rem;
}

.pmd-textfield .col-form-label-lg {
  font-size: 1rem;
}

.pmd-textfield .col-form-label-sm {
  font-size: 0.625rem;
}

.pmd-textfield .custom-select::after {
  font-family: "Material icons";
  content: "\e5c5";
}

.pmd-textfield-floating-label {
  position: relative;
}

.pmd-textfield-floating-label label {
  -ms-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
  font-size: 1rem;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pmd-textfield-floating-label label.col-form-label-lg {
  font-size: 1.25rem;
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.pmd-textfield-floating-label label.col-form-label-sm {
  font-size: 0.875rem;
  -ms-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
}

.pmd-textfield-floating-label .form-control {
  position: relative;
}

.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}

.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.col-form-label-lg {
  font-size: 1rem;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.col-form-label-sm {
  font-size: 0.625rem;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pmd-custom-file .custom-file-label {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.375rem;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.87);
}

.pmd-custom-file .custom-file-label::after {
  border-left: none;
  border-radius: 4;
}

.valid-feedback {
  color: #81BD3F;
}

.valid-tooltip {
  color: #fff;
  background-color: rgba(129, 189, 63, 0.8);
}

.was-validated .pmd-textfield .form-control:valid, .pmd-textfield .form-control.is-valid, .was-validated .pmd-textfield .custom-select:valid, .pmd-textfield .custom-select.is-valid {
  border-color: #81BD3F;
}

.was-validated .pmd-textfield .form-control:valid:focus, .pmd-textfield .form-control.is-valid:focus, .was-validated .pmd-textfield .custom-select:valid:focus, .pmd-textfield .custom-select.is-valid:focus {
  border-color: #81BD3F;
  box-shadow: none;
}

.was-validated .pmd-textfield .form-control:valid ~ .pmd-textfield-focused, .pmd-textfield .form-control.is-valid ~ .pmd-textfield-focused, .was-validated .pmd-textfield .custom-select:valid ~ .pmd-textfield-focused, .pmd-textfield .custom-select.is-valid ~ .pmd-textfield-focused {
  background-color: #81BD3F;
}

.pmd-textfield label.is-valid {
  color: #81BD3F;
}

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

.was-validated .pmd-checkbox .custom-control-input:valid ~ .custom-control-label, .pmd-checkbox .custom-control-input.is-valid ~ .custom-control-label, .was-validated .pmd-radio .custom-control-input:valid ~ .custom-control-label, .pmd-radio .custom-control-input.is-valid ~ .custom-control-label {
  color: #81BD3F;
}

.was-validated .pmd-checkbox .custom-control-input:valid ~ .custom-control-label::after, .pmd-checkbox .custom-control-input.is-valid ~ .custom-control-label::after, .was-validated .pmd-radio .custom-control-input:valid ~ .custom-control-label::after, .pmd-radio .custom-control-input.is-valid ~ .custom-control-label::after {
  border-color: #81BD3F;
}

.was-validated .pmd-radio .custom-control-input:valid ~ .custom-control-label::before, .pmd-radio .custom-control-input.is-valid ~ .custom-control-label::before {
  background: #81BD3F;
}

.was-validated .pmd-checkbox .custom-control-input:valid ~ .custom-control-label::before, .pmd-checkbox .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: transparent;
  box-shadow: none;
}

.was-validated .pmd-checkbox .custom-control-input:valid ~ .custom-control-label::after, .pmd-checkbox .custom-control-input.is-valid ~ .custom-control-label::after {
  background-color: #81BD3F;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: none;
}

.invalid-feedback {
  color: #c91127;
}

.invalid-tooltip {
  color: #fff;
  background-color: rgba(201, 17, 39, 0.8);
}

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

.was-validated .pmd-textfield .form-control:invalid:focus, .pmd-textfield .form-control.is-invalid:focus, .was-validated .pmd-textfield .custom-select:invalid:focus, .pmd-textfield .custom-select.is-invalid:focus {
  border-color: #c91127;
  box-shadow: none;
}

.was-validated .pmd-textfield .form-control:invalid ~ .pmd-textfield-focused, .pmd-textfield .form-control.is-invalid ~ .pmd-textfield-focused, .was-validated .pmd-textfield .custom-select:invalid ~ .pmd-textfield-focused, .pmd-textfield .custom-select.is-invalid ~ .pmd-textfield-focused {
  background-color: #c91127;
}

.pmd-textfield label.is-invalid {
  color: #c91127;
}

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

.was-validated .pmd-checkbox .custom-control-input:invalid ~ .custom-control-label, .pmd-checkbox .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .pmd-radio .custom-control-input:invalid ~ .custom-control-label, .pmd-radio .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c91127;
}

.was-validated .pmd-checkbox .custom-control-input:invalid ~ .custom-control-label::after, .pmd-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after, .was-validated .pmd-radio .custom-control-input:invalid ~ .custom-control-label::after, .pmd-radio .custom-control-input.is-invalid ~ .custom-control-label::after {
  border-color: #c91127;
}

.was-validated .pmd-radio .custom-control-input:invalid ~ .custom-control-label::before, .pmd-radio .custom-control-input.is-invalid ~ .custom-control-label::before {
  background: #c91127;
}

.was-validated .pmd-checkbox .custom-control-input:invalid ~ .custom-control-label::before, .pmd-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: transparent;
  box-shadow: none;
}

.was-validated .pmd-checkbox .custom-control-input:invalid ~ .custom-control-label::after, .pmd-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #c91127;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: none;
}

.was-validated .pmd-checkbox .custom-control-input:invalid ~ .custom-control-label::before, .pmd-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: transparent;
  box-shadow: none;
}

.was-validated .pmd-checkbox .custom-control-input:invalid ~ .custom-control-label::after, .pmd-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: transparent;
}

.help-block {
  font-size: 14px;
  margin-top: 0;
}

.has-error-text {
  display: none;
}

.text-white .pmd-textfield label {
  color: rgba(255, 255, 255, 0.7);
}

.text-white .pmd-textfield .form-control, .text-white .pmd-textfield .custom-select {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.text-white .pmd-textfield select option {
  color: rgba(0, 0, 0, 0.87);
}

.text-white .pmd-textfield .form-control-plaintext {
  color: #fff;
}

.text-white .pmd-custom-file .custom-file-label {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): textfield.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-input-group {
  padding-top: 22px;
}

.pmd-input-group .input-group-text {
  padding: 0.375rem 0.5rem;
}

.pmd-input-group .input-group-prepend ~ .pmd-custom-file .custom-file-label {
  padding-left: 0.375rem;
}

.pmd-input-group .input-group-prepend ~ .pmd-textfield .custom-select {
  padding-left: 0.375rem;
  padding-top: 0.375rem;
}

.pmd-input-group .input-group-prepend ~ .pmd-textfield label {
  padding-left: 0.375rem;
}

.pmd-input-group .input-group-prepend ~ .pmd-textfield .form-control {
  padding-left: 0.375rem;
}

.pmd-input-group .input-group-prepend, .pmd-input-group .input-group-append {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.pmd-input-group .pmd-textfield {
  align-items: flex-end;
  flex: 1 1 auto;
}

.pmd-input-group .pmd-textfield .custom-select {
  display: block;
}

.pmd-input-group .pmd-textfield .form-control {
  padding: 0.375rem;
  padding-left: 0;
  margin-top: 1px;
}

.pmd-input-group .pmd-textfield.pmd-textfield-floating-label label {
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.pmd-input-group .pmd-textfield.pmd-textfield-floating-label .form-control, .pmd-input-group .pmd-textfield.pmd-textfield-floating-label .custom-select {
  margin-top: -21px;
}

.pmd-input-group .pmd-textfield.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.pmd-input-group .pmd-checkbox .custom-control-label, .pmd-input-group .pmd-radio .custom-control-label {
  position: static;
  padding-left: 1.2rem;
}

.pmd-input-group.pmd-input-group-icon .input-group-text {
  padding: 0.375rem 0;
  background-color: transparent;
  border-color: transparent;
}

.pmd-input-group.pmd-input-group-icon .input-group-text .material-icons {
  vertical-align: middle;
}

.pmd-input-group.pmd-input-group-icon .input-group-prepend {
  padding-right: 1rem;
}

.pmd-input-group.pmd-input-group-icon .input-group-prepend ~ .pmd-textfield label {
  padding-left: 0;
}

.pmd-input-group.pmd-input-group-icon .input-group-prepend ~ .pmd-textfield .form-control {
  padding-left: 0;
}

.pmd-input-group.pmd-input-group-icon .input-group-append {
  position: absolute;
  right: 0;
}

.pmd-input-group.input-group-lg .form-control, .pmd-input-group.input-group-lg .input-group-prepend > .input-group-text, .pmd-input-group.input-group-lg .input-group-append > .input-group-text, .pmd-input-group.input-group-lg .input-group-prepend > .btn, .pmd-input-group.input-group-lg .input-group-prepend > .uploader-btn, .pmd-input-group.input-group-lg .input-group-append > .btn, .pmd-input-group.input-group-lg .input-group-append > .uploader-btn {
  font-size: 1.25rem;
  padding: 0.375rem 0.5rem;
}

.pmd-input-group.input-group-sm .form-control, .pmd-input-group.input-group-sm .input-group-prepend > .input-group-text, .pmd-input-group.input-group-sm .input-group-append > .input-group-text, .pmd-input-group.input-group-sm .input-group-prepend > .btn, .pmd-input-group.input-group-sm .input-group-prepend > .uploader-btn, .pmd-input-group.input-group-sm .input-group-append > .btn, .pmd-input-group.input-group-sm .input-group-append > .uploader-btn {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): toggle-switch.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-switch {
  vertical-align: middle;
  -moz-user-select: none;
}

.pmd-switch label, .pmd-switch input, .pmd-switch .pmd-switch-label {
  -moz-user-select: none;
}

.pmd-switch label {
  cursor: pointer;
  font-weight: 400;
}

.pmd-switch label input[type=checkbox] {
  height: 0;
  opacity: 0;
  width: 0;
  position: absolute;
}

.pmd-switch label .pmd-switch-label, .pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label {
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 15px;
  content: "";
  display: block;
  height: 15px;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  width: 30px;
  position: relative;
}

.pmd-switch label .pmd-switch-label::after {
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  content: "";
  display: inline-block;
  height: 20px;
  left: -6px;
  position: absolute;
  top: -2px;
  transition: all 0.2s ease-in-out;
  width: 20px;
}

.pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label::after, .pmd-switch label input[type="checkbox][disabled"]:checked + .pmd-switch-label::after {
  background-color: rgba(0, 0, 0, 0.38);
}

.pmd-switch label input[type=checkbox] + .pmd-switch-label:active::after, .pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label:active::after {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-switch label input[type=checkbox]:checked + .pmd-switch-label::after {
  left: 15px;
  background-color: #2a3764;
}

.pmd-switch label input[type=checkbox]:checked + .pmd-switch-label {
  background-color: rgba(0, 0, 0, 0.54);
}

.pmd-switch label input[type=checkbox]:checked + .pmd-switch-label:active::after {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): list.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-card-list {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0;
  background-color: #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-list .list-group-item {
  padding: 0.75rem 1rem;
}

.pmd-list .list-group-item {
  margin-bottom: -1px;
  border: inherit;
  line-height: 1.4;
}

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

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

.pmd-list.pmd-list-border .list-group-item {
  border: 1px solid #e9ecef;
}

.pmd-list.pmd-list-sm .list-group-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pmd-list.pmd-list-sm.pmd-list-bullet .list-group-item:before {
  top: 0.5rem;
}

.pmd-list.pmd-list-bullet .list-group-item {
  padding-left: 1.5rem;
  position: relative;
}

.pmd-list.pmd-list-bullet .list-group-item:before {
  content: "\e315";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 0.625rem;
  opacity: 0.54;
}

.pmd-list-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
}

.pmd-list-subtitle {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  margin-top: -0.25rem;
}

.pmd-list-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
}

.pmd-list-text:last-child, .pmd-list-subtitle:last-child {
  margin-bottom: 0;
}

.list-group-item.active .pmd-list-title {
  color: #fff;
}

.list-group-item.active .pmd-list-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.list-group-item.active .pmd-list-text {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-list-avatar {
  padding: 0.5rem 0;
}

.pmd-list-avatar .list-group-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pmd-list-icon {
  width: 40px;
  margin-right: 1rem;
}

.pmd-avatar-list-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  overflow: hidden;
  display: inline-block;
}

.pmd-list .material-icons.media-left {
  padding-right: 32px;
  vertical-align: top;
  display: table-cell;
}

.pmd-list .material-icons.media-right {
  padding-left: 32px;
  vertical-align: top;
  display: table-cell;
}

.pmd-list .material-icons.media-middle {
  vertical-align: middle;
  display: table-cell;
}

.media-body.pmd-word-break {
  word-break: break-all;
  word-wrap: break-word;
}

.pmd-list-icon {
  width: 40px;
  margin-right: 1rem;
}

.pmd-list-subtitle:first-child {
  margin-bottom: 0;
  margin-top: 0;
}

.pmd-list-title:last-child {
  margin-bottom: 0;
}

.pmd-list-title:first-child {
  margin-bottom: 0.5rem;
}

.pmd-list-subtitle + .pmd-list-subtitle {
  margin-top: 0;
}

.pmd-list-inline {
  margin: 0 -0.375rem;
}

.pmd-list-inline .list-inline-item {
  padding: 0 0.375rem;
  margin: 0;
}

.pmd-list-inline.pmd-list-inline-border {
  margin-left: -1rem;
  margin-right: -1rem;
}

.pmd-list-inline.pmd-list-inline-border .list-inline-item {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-list-inline.pmd-list-inline-border .list-inline-item:last-child {
  border-right: 0;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): navbar.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-navbar.navbar {
  justify-content: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.pmd-navbar .navbar-brand {
  margin-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 48px;
}

.pmd-navbar .navbar-toggler-icon {
  background-image: none;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.pmd-navbar .navbar-toggler-icon::after {
  font-family: "Material icons";
  content: "\e5d2";
  font-size: 24px;
}

.pmd-navbar .navbar-nav .nav-link {
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.pmd-navbar .navbar-toggler {
  outline: none;
  float: left;
  border-radius: 50%;
  border: none;
  padding: 0.625rem;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}

.pmd-navbar .navbar-toggler .icon-bar {
  width: 20px;
}

.pmd-navbar .navbar-toggler:hover, .pmd-navbar .navbar-toggler:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.pmd-navbar .pmd-navbar-right-icon {
  margin-left: 1rem;
}

.pmd-navbar .pmd-navbar-right-icon a {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .pmd-navbar .pmd-navbar-right-icon {
    flex-direction: row;
    margin-left: auto;
  }
}
.pmd-navbar .btn.pmd-btn-fab, .pmd-navbar .pmd-btn-fab.uploader-btn {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  padding: 0;
}

@media (max-width: 767.98px) {
  .pmd-navbar .btn.pmd-btn-fab, .pmd-navbar .pmd-btn-fab.uploader-btn {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
  }
}
.pmd-navbar .navbar-form {
  padding-top: 7px;
  padding-bottom: 6px;
}

.pmd-navbar .navbar-form .btn, .pmd-navbar .navbar-form .uploader-btn {
  padding: 9px 14px;
}

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

.pmd-navbar.navbar-dark .navbar-nav .nav-link:hover, .pmd-navbar.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

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

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

.pmd-navbar.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.pmd-navbar.navbar-dark .pmd-user-info > a {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-navbar.navbar-dark .pmd-user-info > a:hover, .pmd-navbar.navbar-dark .pmd-user-info > a:focus {
  color: #fff;
}

.pmd-navbar.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.54);
}

.pmd-navbar.navbar-light .navbar-nav .nav-link:hover, .pmd-navbar.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.87);
}

.pmd-navbar.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
}

.pmd-navbar.navbar-light .navbar-nav .show > .nav-link, .pmd-navbar.navbar-light .navbar-nav .active > .nav-link, .pmd-navbar.navbar-light .navbar-nav .nav-link.show, .pmd-navbar.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
}

.pmd-navbar.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.54);
}

.pmd-navbar.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.54);
}

.pmd-navbar.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.87);
}

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

.pmd-navbar.navbar-light .pmd-user-info > a {
  color: rgba(0, 0, 0, 0.54);
}

.pmd-navbar.navbar-light .pmd-user-info > a:hover, .pmd-navbar.navbar-light .pmd-user-info > a:focus {
  color: rgba(0, 0, 0, 0.87);
}

.pmd-navbar .pmd-dropdown.dropup .dropdown-menu {
  top: inherit;
  transform: inherit;
}

.pmd-sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.87);
  z-index: 1030;
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.pmd-sidebar-overlay.pmd-sidebar-overlay-active, .pmd-sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition-delay: 0;
}

@media (max-width: 767.98px) {
  .pmd-navbar .navbar-header {
    padding: 0 0.5rem;
  }

  .pmd-navbar.navbar-fixed-top, .pmd-navbar.navbar-fixed-bottom {
    z-index: 998;
  }
}
.pmd-user-info {
  display: flex;
  flex-direction: column;
}

.pmd-user-info .dropdown-menu {
  min-width: 100%;
}

.pmd-user-info .dropdown-toggle::after {
  display: none;
}

.pmd-user-info > a {
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}

.pmd-navbar-sidebar {
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  min-width: 85%;
  width: 85%;
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1031;
  left: 0;
  background: #fff;
}

.pmd-navbar-sidebar:after {
  clear: both;
}

.pmd-navbar-sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.pmd-navbar-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}

.pmd-navbar-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}

.pmd-navbar-sidebar.pmd-sidebar-open {
  transform: translate3d(0, 0, 0);
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}

.pmd-navbar-sidebar .dropdown-menu {
  opacity: 1;
  position: relative;
  box-shadow: none;
  transition: inherit;
}

.pmd-navbar-sidebar .dropdown-menu::before {
  background-color: transparent;
}

.pmd-navbar-sidebar .dropdown-menu .dropdown-item, .pmd-navbar-sidebar .dropdown-menu .dropdown-header {
  padding: 0.25rem 1rem 0.25rem 2rem;
  line-height: 24px;
}

.pmd-navbar-sidebar .nav-link {
  padding: 0.75rem 1rem;
}

.pmd-navbar-sidebar .pmd-user-info > a {
  padding: 0.5rem 1rem;
  background-color: #4b545c;
}

.pmd-navbar-sidebar .pmd-user-info > a:hover, .pmd-navbar-sidebar .pmd-user-info > a:focus {
  background-color: #4b545c;
}

.pmd-navbar-sidebar.collapse:not(.show) {
  display: block;
}

.container > .navbar-collapse.pmd-navbar-sidebar, .container-fluid > .navbar-collapse.pmd-navbar-sidebar, .container-sm > .navbar-collapse.pmd-navbar-sidebar, .container-md > .navbar-collapse.pmd-navbar-sidebar, .container-lg > .navbar-collapse.pmd-navbar-sidebar, .container-xl > .navbar-collapse.pmd-navbar-sidebar, .container-xxl > .navbar-collapse.pmd-navbar-sidebar {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.navbar-dark .pmd-navbar-sidebar {
  background-color: #343a40;
}

.navbar-dark .pmd-navbar-sidebar .dropdown-menu a {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .pmd-navbar-sidebar .dropdown-menu a:hover, .navbar-dark .pmd-navbar-sidebar .dropdown-menu a :focus {
  background-color: transparent;
  color: #fff;
}

.navbar-dark .pmd-navbar-sidebar .dropdown-divider {
  border-color: #4b545c;
}

@media (min-width: 576px) {
  .pmd-navbar.navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu a {
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu a:hover, .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .pmd-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .pmd-user-info .media-body {
    width: auto;
  }

  .pmd-navbar.navbar-expand-sm .pmd-navbar-sidebar .pmd-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}
@media (min-width: 768px) {
  .pmd-navbar.navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu a {
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu a:hover, .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .pmd-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .pmd-user-info .media-body {
    width: auto;
  }

  .pmd-navbar.navbar-expand-md .pmd-navbar-sidebar .pmd-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}
@media (min-width: 992px) {
  .pmd-navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu a {
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu a:hover, .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .pmd-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .pmd-user-info .media-body {
    width: auto;
  }

  .pmd-navbar.navbar-expand-lg .pmd-navbar-sidebar .pmd-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}
@media (min-width: 1200px) {
  .pmd-navbar.navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu a {
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu a:hover, .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: rgba(0, 0, 0, 0.87);
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .pmd-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .pmd-user-info .media-body {
    width: auto;
  }

  .pmd-navbar.navbar-expand-xl .pmd-navbar-sidebar .pmd-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}
.pmd-navbar.navbar-expand .navbar-nav .nav-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar {
  overflow: inherit;
  transition: inherit;
  transform: inherit;
  position: relative;
  background-color: inherit;
  min-width: inherit;
  width: inherit;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu {
  position: absolute;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu::before {
  background-color: #fff;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu a {
  color: rgba(0, 0, 0, 0.87);
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu a:hover, .pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu a :focus {
  background-color: rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.87);
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu .dropdown-divider {
  border-color: #e9ecef;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .dropdown-menu .dropdown-header {
  padding: 0.25rem 1rem;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .pmd-user-info {
  flex-direction: row;
  margin-right: -15px;
  margin-left: 1rem;
  order: 1;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
  border-bottom: transparent solid 1px;
  border-color: transparent;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .pmd-user-info .media-body {
  width: auto;
}

.pmd-navbar.navbar-expand .pmd-navbar-sidebar .pmd-user-info a {
  padding: 0.5rem 0.5rem;
  background-color: inherit;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): popover.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.popover.primary {
  background-color: #2a3764;
  border-color: #c3c7d4;
}

.popover.primary .popover-body {
  color: #fff;
}

.popover.primary.bs-popover-top .arrow::before, .popover.primary.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #c3c7d4;
}

.popover.primary.bs-popover-top .arrow::after, .popover.primary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #2a3764;
}

.popover.primary.bs-popover-right .arrow::before, .popover.primary.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #c3c7d4;
}

.popover.primary.bs-popover-right .arrow::after, .popover.primary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #2a3764;
}

.popover.primary.bs-popover-bottom .arrow::before, .popover.primary.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #c3c7d4;
}

.popover.primary.bs-popover-bottom .arrow::after, .popover.primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #2a3764;
}

.popover.primary.bs-popover-left .arrow::before, .popover.primary.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #c3c7d4;
}

.popover.primary.bs-popover-left .arrow::after, .popover.primary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #2a3764;
}

.popover.secondary {
  background-color: #fff;
  border-color: #fff;
}

.popover.secondary .popover-body {
  color: #333;
}

.popover.secondary.bs-popover-top .arrow::before, .popover.secondary.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #fff;
}

.popover.secondary.bs-popover-top .arrow::after, .popover.secondary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}

.popover.secondary.bs-popover-right .arrow::before, .popover.secondary.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #fff;
}

.popover.secondary.bs-popover-right .arrow::after, .popover.secondary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}

.popover.secondary.bs-popover-bottom .arrow::before, .popover.secondary.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fff;
}

.popover.secondary.bs-popover-bottom .arrow::after, .popover.secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}

.popover.secondary.bs-popover-left .arrow::before, .popover.secondary.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #fff;
}

.popover.secondary.bs-popover-left .arrow::after, .popover.secondary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}

.popover.success {
  background-color: #81BD3F;
  border-color: #dcedc9;
}

.popover.success .popover-body {
  color: #333;
}

.popover.success.bs-popover-top .arrow::before, .popover.success.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #dcedc9;
}

.popover.success.bs-popover-top .arrow::after, .popover.success.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #81BD3F;
}

.popover.success.bs-popover-right .arrow::before, .popover.success.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #dcedc9;
}

.popover.success.bs-popover-right .arrow::after, .popover.success.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #81BD3F;
}

.popover.success.bs-popover-bottom .arrow::before, .popover.success.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dcedc9;
}

.popover.success.bs-popover-bottom .arrow::after, .popover.success.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #81BD3F;
}

.popover.success.bs-popover-left .arrow::before, .popover.success.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #dcedc9;
}

.popover.success.bs-popover-left .arrow::after, .popover.success.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #81BD3F;
}

.popover.info {
  background-color: #DFEEFF;
  border-color: #f6faff;
}

.popover.info .popover-body {
  color: #333;
}

.popover.info.bs-popover-top .arrow::before, .popover.info.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f6faff;
}

.popover.info.bs-popover-top .arrow::after, .popover.info.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #DFEEFF;
}

.popover.info.bs-popover-right .arrow::before, .popover.info.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f6faff;
}

.popover.info.bs-popover-right .arrow::after, .popover.info.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #DFEEFF;
}

.popover.info.bs-popover-bottom .arrow::before, .popover.info.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f6faff;
}

.popover.info.bs-popover-bottom .arrow::after, .popover.info.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #DFEEFF;
}

.popover.info.bs-popover-left .arrow::before, .popover.info.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f6faff;
}

.popover.info.bs-popover-left .arrow::after, .popover.info.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #DFEEFF;
}

.popover.warning {
  background-color: #ea970f;
  border-color: #f9e2bc;
}

.popover.warning .popover-body {
  color: #333;
}

.popover.warning.bs-popover-top .arrow::before, .popover.warning.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f9e2bc;
}

.popover.warning.bs-popover-top .arrow::after, .popover.warning.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #ea970f;
}

.popover.warning.bs-popover-right .arrow::before, .popover.warning.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f9e2bc;
}

.popover.warning.bs-popover-right .arrow::after, .popover.warning.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #ea970f;
}

.popover.warning.bs-popover-bottom .arrow::before, .popover.warning.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f9e2bc;
}

.popover.warning.bs-popover-bottom .arrow::after, .popover.warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #ea970f;
}

.popover.warning.bs-popover-left .arrow::before, .popover.warning.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f9e2bc;
}

.popover.warning.bs-popover-left .arrow::after, .popover.warning.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #ea970f;
}

.popover.danger {
  background-color: #c91127;
  border-color: #f0bcc3;
}

.popover.danger .popover-body {
  color: #fff;
}

.popover.danger.bs-popover-top .arrow::before, .popover.danger.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f0bcc3;
}

.popover.danger.bs-popover-top .arrow::after, .popover.danger.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #c91127;
}

.popover.danger.bs-popover-right .arrow::before, .popover.danger.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f0bcc3;
}

.popover.danger.bs-popover-right .arrow::after, .popover.danger.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #c91127;
}

.popover.danger.bs-popover-bottom .arrow::before, .popover.danger.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f0bcc3;
}

.popover.danger.bs-popover-bottom .arrow::after, .popover.danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #c91127;
}

.popover.danger.bs-popover-left .arrow::before, .popover.danger.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f0bcc3;
}

.popover.danger.bs-popover-left .arrow::after, .popover.danger.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #c91127;
}

.popover.light {
  background-color: #fff;
  border-color: #fff;
}

.popover.light .popover-body {
  color: #333;
}

.popover.light.bs-popover-top .arrow::before, .popover.light.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #fff;
}

.popover.light.bs-popover-top .arrow::after, .popover.light.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}

.popover.light.bs-popover-right .arrow::before, .popover.light.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #fff;
}

.popover.light.bs-popover-right .arrow::after, .popover.light.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}

.popover.light.bs-popover-bottom .arrow::before, .popover.light.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fff;
}

.popover.light.bs-popover-bottom .arrow::after, .popover.light.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}

.popover.light.bs-popover-left .arrow::before, .popover.light.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #fff;
}

.popover.light.bs-popover-left .arrow::after, .popover.light.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}

.popover.dark {
  background-color: #343a40;
  border-color: #c6c8ca;
}

.popover.dark .popover-body {
  color: #fff;
}

.popover.dark.bs-popover-top .arrow::before, .popover.dark.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #c6c8ca;
}

.popover.dark.bs-popover-top .arrow::after, .popover.dark.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #343a40;
}

.popover.dark.bs-popover-right .arrow::before, .popover.dark.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #c6c8ca;
}

.popover.dark.bs-popover-right .arrow::after, .popover.dark.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #343a40;
}

.popover.dark.bs-popover-bottom .arrow::before, .popover.dark.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #c6c8ca;
}

.popover.dark.bs-popover-bottom .arrow::after, .popover.dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #343a40;
}

.popover.dark.bs-popover-left .arrow::before, .popover.dark.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #c6c8ca;
}

.popover.dark.bs-popover-left .arrow::after, .popover.dark.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #343a40;
}

.popover.dark-navy {
  background-color: #20274c;
  border-color: #c1c3cd;
}

.popover.dark-navy .popover-body {
  color: #fff;
}

.popover.dark-navy.bs-popover-top .arrow::before, .popover.dark-navy.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #c1c3cd;
}

.popover.dark-navy.bs-popover-top .arrow::after, .popover.dark-navy.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #20274c;
}

.popover.dark-navy.bs-popover-right .arrow::before, .popover.dark-navy.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #c1c3cd;
}

.popover.dark-navy.bs-popover-right .arrow::after, .popover.dark-navy.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #20274c;
}

.popover.dark-navy.bs-popover-bottom .arrow::before, .popover.dark-navy.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #c1c3cd;
}

.popover.dark-navy.bs-popover-bottom .arrow::after, .popover.dark-navy.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #20274c;
}

.popover.dark-navy.bs-popover-left .arrow::before, .popover.dark-navy.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #c1c3cd;
}

.popover.dark-navy.bs-popover-left .arrow::after, .popover.dark-navy.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #20274c;
}

.popover.gold {
  background-color: #E2B326;
  border-color: #f7eac2;
}

.popover.gold .popover-body {
  color: #333;
}

.popover.gold.bs-popover-top .arrow::before, .popover.gold.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f7eac2;
}

.popover.gold.bs-popover-top .arrow::after, .popover.gold.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #E2B326;
}

.popover.gold.bs-popover-right .arrow::before, .popover.gold.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f7eac2;
}

.popover.gold.bs-popover-right .arrow::after, .popover.gold.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #E2B326;
}

.popover.gold.bs-popover-bottom .arrow::before, .popover.gold.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f7eac2;
}

.popover.gold.bs-popover-bottom .arrow::after, .popover.gold.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #E2B326;
}

.popover.gold.bs-popover-left .arrow::before, .popover.gold.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f7eac2;
}

.popover.gold.bs-popover-left .arrow::after, .popover.gold.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #E2B326;
}

.popover.background {
  background-color: #f9f9f9;
  border-color: #fdfdfd;
}

.popover.background .popover-body {
  color: #333;
}

.popover.background.bs-popover-top .arrow::before, .popover.background.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #fdfdfd;
}

.popover.background.bs-popover-top .arrow::after, .popover.background.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #f9f9f9;
}

.popover.background.bs-popover-right .arrow::before, .popover.background.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #fdfdfd;
}

.popover.background.bs-popover-right .arrow::after, .popover.background.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #f9f9f9;
}

.popover.background.bs-popover-bottom .arrow::before, .popover.background.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fdfdfd;
}

.popover.background.bs-popover-bottom .arrow::after, .popover.background.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #f9f9f9;
}

.popover.background.bs-popover-left .arrow::before, .popover.background.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #fdfdfd;
}

.popover.background.bs-popover-left .arrow::after, .popover.background.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #f9f9f9;
}

.popover.pale-blue {
  background-color: #DFEEFF;
  border-color: #f6faff;
}

.popover.pale-blue .popover-body {
  color: #333;
}

.popover.pale-blue.bs-popover-top .arrow::before, .popover.pale-blue.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f6faff;
}

.popover.pale-blue.bs-popover-top .arrow::after, .popover.pale-blue.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #DFEEFF;
}

.popover.pale-blue.bs-popover-right .arrow::before, .popover.pale-blue.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f6faff;
}

.popover.pale-blue.bs-popover-right .arrow::after, .popover.pale-blue.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #DFEEFF;
}

.popover.pale-blue.bs-popover-bottom .arrow::before, .popover.pale-blue.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f6faff;
}

.popover.pale-blue.bs-popover-bottom .arrow::after, .popover.pale-blue.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #DFEEFF;
}

.popover.pale-blue.bs-popover-left .arrow::before, .popover.pale-blue.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f6faff;
}

.popover.pale-blue.bs-popover-left .arrow::after, .popover.pale-blue.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #DFEEFF;
}

.popover.primary-green {
  background-color: #81BD3F;
  border-color: #dcedc9;
}

.popover.primary-green .popover-body {
  color: #333;
}

.popover.primary-green.bs-popover-top .arrow::before, .popover.primary-green.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #dcedc9;
}

.popover.primary-green.bs-popover-top .arrow::after, .popover.primary-green.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #81BD3F;
}

.popover.primary-green.bs-popover-right .arrow::before, .popover.primary-green.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #dcedc9;
}

.popover.primary-green.bs-popover-right .arrow::after, .popover.primary-green.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #81BD3F;
}

.popover.primary-green.bs-popover-bottom .arrow::before, .popover.primary-green.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dcedc9;
}

.popover.primary-green.bs-popover-bottom .arrow::after, .popover.primary-green.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #81BD3F;
}

.popover.primary-green.bs-popover-left .arrow::before, .popover.primary-green.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #dcedc9;
}

.popover.primary-green.bs-popover-left .arrow::after, .popover.primary-green.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #81BD3F;
}

.popover.primary-orange {
  background-color: #ea970f;
  border-color: #f9e2bc;
}

.popover.primary-orange .popover-body {
  color: #333;
}

.popover.primary-orange.bs-popover-top .arrow::before, .popover.primary-orange.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f9e2bc;
}

.popover.primary-orange.bs-popover-top .arrow::after, .popover.primary-orange.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #ea970f;
}

.popover.primary-orange.bs-popover-right .arrow::before, .popover.primary-orange.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f9e2bc;
}

.popover.primary-orange.bs-popover-right .arrow::after, .popover.primary-orange.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #ea970f;
}

.popover.primary-orange.bs-popover-bottom .arrow::before, .popover.primary-orange.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f9e2bc;
}

.popover.primary-orange.bs-popover-bottom .arrow::after, .popover.primary-orange.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #ea970f;
}

.popover.primary-orange.bs-popover-left .arrow::before, .popover.primary-orange.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f9e2bc;
}

.popover.primary-orange.bs-popover-left .arrow::after, .popover.primary-orange.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #ea970f;
}

.popover.primary-red {
  background-color: #c91127;
  border-color: #f0bcc3;
}

.popover.primary-red .popover-body {
  color: #fff;
}

.popover.primary-red.bs-popover-top .arrow::before, .popover.primary-red.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f0bcc3;
}

.popover.primary-red.bs-popover-top .arrow::after, .popover.primary-red.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #c91127;
}

.popover.primary-red.bs-popover-right .arrow::before, .popover.primary-red.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f0bcc3;
}

.popover.primary-red.bs-popover-right .arrow::after, .popover.primary-red.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #c91127;
}

.popover.primary-red.bs-popover-bottom .arrow::before, .popover.primary-red.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f0bcc3;
}

.popover.primary-red.bs-popover-bottom .arrow::after, .popover.primary-red.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #c91127;
}

.popover.primary-red.bs-popover-left .arrow::before, .popover.primary-red.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f0bcc3;
}

.popover.primary-red.bs-popover-left .arrow::after, .popover.primary-red.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #c91127;
}

.popover.secondary-red {
  background-color: #F2324A;
  border-color: #fbc6cc;
}

.popover.secondary-red .popover-body {
  color: #fff;
}

.popover.secondary-red.bs-popover-top .arrow::before, .popover.secondary-red.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #fbc6cc;
}

.popover.secondary-red.bs-popover-top .arrow::after, .popover.secondary-red.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #F2324A;
}

.popover.secondary-red.bs-popover-right .arrow::before, .popover.secondary-red.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #fbc6cc;
}

.popover.secondary-red.bs-popover-right .arrow::after, .popover.secondary-red.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #F2324A;
}

.popover.secondary-red.bs-popover-bottom .arrow::before, .popover.secondary-red.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fbc6cc;
}

.popover.secondary-red.bs-popover-bottom .arrow::after, .popover.secondary-red.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #F2324A;
}

.popover.secondary-red.bs-popover-left .arrow::before, .popover.secondary-red.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #fbc6cc;
}

.popover.secondary-red.bs-popover-left .arrow::after, .popover.secondary-red.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #F2324A;
}

.popover.black-87 {
  background-color: rgba(0, 0, 0, 0.870588);
  border-color: rgba(196, 196, 196, 0.963765);
}

.popover.black-87 .popover-body {
  color: #fff;
}

.popover.black-87.bs-popover-top .arrow::before, .popover.black-87.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(196, 196, 196, 0.963765);
}

.popover.black-87.bs-popover-top .arrow::after, .popover.black-87.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(0, 0, 0, 0.870588);
}

.popover.black-87.bs-popover-right .arrow::before, .popover.black-87.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(196, 196, 196, 0.963765);
}

.popover.black-87.bs-popover-right .arrow::after, .popover.black-87.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(0, 0, 0, 0.870588);
}

.popover.black-87.bs-popover-bottom .arrow::before, .popover.black-87.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(196, 196, 196, 0.963765);
}

.popover.black-87.bs-popover-bottom .arrow::after, .popover.black-87.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(0, 0, 0, 0.870588);
}

.popover.black-87.bs-popover-left .arrow::before, .popover.black-87.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(196, 196, 196, 0.963765);
}

.popover.black-87.bs-popover-left .arrow::after, .popover.black-87.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(0, 0, 0, 0.870588);
}

.popover.black-60 {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(219, 219, 219, 0.888);
}

.popover.black-60 .popover-body {
  color: #fff;
}

.popover.black-60.bs-popover-top .arrow::before, .popover.black-60.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(219, 219, 219, 0.888);
}

.popover.black-60.bs-popover-top .arrow::after, .popover.black-60.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(0, 0, 0, 0.6);
}

.popover.black-60.bs-popover-right .arrow::before, .popover.black-60.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(219, 219, 219, 0.888);
}

.popover.black-60.bs-popover-right .arrow::after, .popover.black-60.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(0, 0, 0, 0.6);
}

.popover.black-60.bs-popover-bottom .arrow::before, .popover.black-60.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(219, 219, 219, 0.888);
}

.popover.black-60.bs-popover-bottom .arrow::after, .popover.black-60.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.popover.black-60.bs-popover-left .arrow::before, .popover.black-60.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(219, 219, 219, 0.888);
}

.popover.black-60.bs-popover-left .arrow::after, .popover.black-60.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(0, 0, 0, 0.6);
}

.popover.black-38 {
  background-color: rgba(0, 0, 0, 0.380392);
  border-color: rgba(234, 234, 234, 0.82651);
}

.popover.black-38 .popover-body {
  color: #fff;
}

.popover.black-38.bs-popover-top .arrow::before, .popover.black-38.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(234, 234, 234, 0.82651);
}

.popover.black-38.bs-popover-top .arrow::after, .popover.black-38.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(0, 0, 0, 0.380392);
}

.popover.black-38.bs-popover-right .arrow::before, .popover.black-38.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(234, 234, 234, 0.82651);
}

.popover.black-38.bs-popover-right .arrow::after, .popover.black-38.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(0, 0, 0, 0.380392);
}

.popover.black-38.bs-popover-bottom .arrow::before, .popover.black-38.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(234, 234, 234, 0.82651);
}

.popover.black-38.bs-popover-bottom .arrow::after, .popover.black-38.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(0, 0, 0, 0.380392);
}

.popover.black-38.bs-popover-left .arrow::before, .popover.black-38.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(234, 234, 234, 0.82651);
}

.popover.black-38.bs-popover-left .arrow::after, .popover.black-38.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(0, 0, 0, 0.380392);
}

.popover.black-20 {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(244, 244, 244, 0.776);
}

.popover.black-20 .popover-body {
  color: #fff;
}

.popover.black-20.bs-popover-top .arrow::before, .popover.black-20.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(244, 244, 244, 0.776);
}

.popover.black-20.bs-popover-top .arrow::after, .popover.black-20.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.popover.black-20.bs-popover-right .arrow::before, .popover.black-20.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(244, 244, 244, 0.776);
}

.popover.black-20.bs-popover-right .arrow::after, .popover.black-20.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(0, 0, 0, 0.2);
}

.popover.black-20.bs-popover-bottom .arrow::before, .popover.black-20.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(244, 244, 244, 0.776);
}

.popover.black-20.bs-popover-bottom .arrow::after, .popover.black-20.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.popover.black-20.bs-popover-left .arrow::before, .popover.black-20.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(244, 244, 244, 0.776);
}

.popover.black-20.bs-popover-left .arrow::after, .popover.black-20.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(0, 0, 0, 0.2);
}

.popover.light-grey {
  background-color: #E7E7E7;
  border-color: #f8f8f8;
}

.popover.light-grey .popover-body {
  color: #333;
}

.popover.light-grey.bs-popover-top .arrow::before, .popover.light-grey.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f8f8;
}

.popover.light-grey.bs-popover-top .arrow::after, .popover.light-grey.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #E7E7E7;
}

.popover.light-grey.bs-popover-right .arrow::before, .popover.light-grey.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f8f8;
}

.popover.light-grey.bs-popover-right .arrow::after, .popover.light-grey.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #E7E7E7;
}

.popover.light-grey.bs-popover-bottom .arrow::before, .popover.light-grey.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f8f8;
}

.popover.light-grey.bs-popover-bottom .arrow::after, .popover.light-grey.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #E7E7E7;
}

.popover.light-grey.bs-popover-left .arrow::before, .popover.light-grey.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f8f8;
}

.popover.light-grey.bs-popover-left .arrow::after, .popover.light-grey.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #E7E7E7;
}

.popover.warning-grey {
  background-color: #ACACAC;
  border-color: #e8e8e8;
}

.popover.warning-grey .popover-body {
  color: #333;
}

.popover.warning-grey.bs-popover-top .arrow::before, .popover.warning-grey.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #e8e8e8;
}

.popover.warning-grey.bs-popover-top .arrow::after, .popover.warning-grey.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #ACACAC;
}

.popover.warning-grey.bs-popover-right .arrow::before, .popover.warning-grey.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #e8e8e8;
}

.popover.warning-grey.bs-popover-right .arrow::after, .popover.warning-grey.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #ACACAC;
}

.popover.warning-grey.bs-popover-bottom .arrow::before, .popover.warning-grey.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #e8e8e8;
}

.popover.warning-grey.bs-popover-bottom .arrow::after, .popover.warning-grey.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #ACACAC;
}

.popover.warning-grey.bs-popover-left .arrow::before, .popover.warning-grey.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #e8e8e8;
}

.popover.warning-grey.bs-popover-left .arrow::after, .popover.warning-grey.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #ACACAC;
}

.popover.yellow {
  background-color: #e4ca2f;
  border-color: #f7f0c5;
}

.popover.yellow .popover-body {
  color: #333;
}

.popover.yellow.bs-popover-top .arrow::before, .popover.yellow.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f7f0c5;
}

.popover.yellow.bs-popover-top .arrow::after, .popover.yellow.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #e4ca2f;
}

.popover.yellow.bs-popover-right .arrow::before, .popover.yellow.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f7f0c5;
}

.popover.yellow.bs-popover-right .arrow::after, .popover.yellow.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #e4ca2f;
}

.popover.yellow.bs-popover-bottom .arrow::before, .popover.yellow.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f7f0c5;
}

.popover.yellow.bs-popover-bottom .arrow::after, .popover.yellow.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #e4ca2f;
}

.popover.yellow.bs-popover-left .arrow::before, .popover.yellow.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f7f0c5;
}

.popover.yellow.bs-popover-left .arrow::after, .popover.yellow.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #e4ca2f;
}

.popover.white {
  background-color: #fff;
  border-color: #fff;
}

.popover.white .popover-body {
  color: #333;
}

.popover.white.bs-popover-top .arrow::before, .popover.white.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #fff;
}

.popover.white.bs-popover-top .arrow::after, .popover.white.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}

.popover.white.bs-popover-right .arrow::before, .popover.white.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #fff;
}

.popover.white.bs-popover-right .arrow::after, .popover.white.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}

.popover.white.bs-popover-bottom .arrow::before, .popover.white.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fff;
}

.popover.white.bs-popover-bottom .arrow::after, .popover.white.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}

.popover.white.bs-popover-left .arrow::before, .popover.white.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #fff;
}

.popover.white.bs-popover-left .arrow::after, .popover.white.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}

.popover.white-60 {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.888);
}

.popover.white-60 .popover-body {
  color: #333;
}

.popover.white-60.bs-popover-top .arrow::before, .popover.white-60.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(255, 255, 255, 0.888);
}

.popover.white-60.bs-popover-top .arrow::after, .popover.white-60.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(255, 255, 255, 0.6);
}

.popover.white-60.bs-popover-right .arrow::before, .popover.white-60.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(255, 255, 255, 0.888);
}

.popover.white-60.bs-popover-right .arrow::after, .popover.white-60.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(255, 255, 255, 0.6);
}

.popover.white-60.bs-popover-bottom .arrow::before, .popover.white-60.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.888);
}

.popover.white-60.bs-popover-bottom .arrow::after, .popover.white-60.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.popover.white-60.bs-popover-left .arrow::before, .popover.white-60.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(255, 255, 255, 0.888);
}

.popover.white-60.bs-popover-left .arrow::after, .popover.white-60.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(255, 255, 255, 0.6);
}

.popover.white-38 {
  background-color: rgba(255, 255, 255, 0.380392);
  border-color: rgba(255, 255, 255, 0.82651);
}

.popover.white-38 .popover-body {
  color: #333;
}

.popover.white-38.bs-popover-top .arrow::before, .popover.white-38.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(255, 255, 255, 0.82651);
}

.popover.white-38.bs-popover-top .arrow::after, .popover.white-38.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(255, 255, 255, 0.380392);
}

.popover.white-38.bs-popover-right .arrow::before, .popover.white-38.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(255, 255, 255, 0.82651);
}

.popover.white-38.bs-popover-right .arrow::after, .popover.white-38.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(255, 255, 255, 0.380392);
}

.popover.white-38.bs-popover-bottom .arrow::before, .popover.white-38.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.82651);
}

.popover.white-38.bs-popover-bottom .arrow::after, .popover.white-38.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(255, 255, 255, 0.380392);
}

.popover.white-38.bs-popover-left .arrow::before, .popover.white-38.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(255, 255, 255, 0.82651);
}

.popover.white-38.bs-popover-left .arrow::after, .popover.white-38.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(255, 255, 255, 0.380392);
}

.popover.white-8 {
  background-color: rgba(255, 255, 255, 0.0784314);
  border-color: rgba(255, 255, 255, 0.741961);
}

.popover.white-8 .popover-body {
  color: #333;
}

.popover.white-8.bs-popover-top .arrow::before, .popover.white-8.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(255, 255, 255, 0.741961);
}

.popover.white-8.bs-popover-top .arrow::after, .popover.white-8.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(255, 255, 255, 0.0784314);
}

.popover.white-8.bs-popover-right .arrow::before, .popover.white-8.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(255, 255, 255, 0.741961);
}

.popover.white-8.bs-popover-right .arrow::after, .popover.white-8.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(255, 255, 255, 0.0784314);
}

.popover.white-8.bs-popover-bottom .arrow::before, .popover.white-8.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.741961);
}

.popover.white-8.bs-popover-bottom .arrow::after, .popover.white-8.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(255, 255, 255, 0.0784314);
}

.popover.white-8.bs-popover-left .arrow::before, .popover.white-8.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(255, 255, 255, 0.741961);
}

.popover.white-8.bs-popover-left .arrow::after, .popover.white-8.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(255, 255, 255, 0.0784314);
}

.popover.light-red {
  background-color: rgba(201, 17, 39, 0.2);
  border-color: rgba(253, 245, 246, 0.776);
}

.popover.light-red .popover-body {
  color: #fff;
}

.popover.light-red.bs-popover-top .arrow::before, .popover.light-red.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(253, 245, 246, 0.776);
}

.popover.light-red.bs-popover-top .arrow::after, .popover.light-red.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(201, 17, 39, 0.2);
}

.popover.light-red.bs-popover-right .arrow::before, .popover.light-red.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(253, 245, 246, 0.776);
}

.popover.light-red.bs-popover-right .arrow::after, .popover.light-red.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(201, 17, 39, 0.2);
}

.popover.light-red.bs-popover-bottom .arrow::before, .popover.light-red.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(253, 245, 246, 0.776);
}

.popover.light-red.bs-popover-bottom .arrow::after, .popover.light-red.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(201, 17, 39, 0.2);
}

.popover.light-red.bs-popover-left .arrow::before, .popover.light-red.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(253, 245, 246, 0.776);
}

.popover.light-red.bs-popover-left .arrow::after, .popover.light-red.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(201, 17, 39, 0.2);
}

.popover.light-orange {
  background-color: rgba(234, 151, 15, 0.2);
  border-color: rgba(254, 251, 245, 0.776);
}

.popover.light-orange .popover-body {
  color: #333;
}

.popover.light-orange.bs-popover-top .arrow::before, .popover.light-orange.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(254, 251, 245, 0.776);
}

.popover.light-orange.bs-popover-top .arrow::after, .popover.light-orange.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(234, 151, 15, 0.2);
}

.popover.light-orange.bs-popover-right .arrow::before, .popover.light-orange.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(254, 251, 245, 0.776);
}

.popover.light-orange.bs-popover-right .arrow::after, .popover.light-orange.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(234, 151, 15, 0.2);
}

.popover.light-orange.bs-popover-bottom .arrow::before, .popover.light-orange.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(254, 251, 245, 0.776);
}

.popover.light-orange.bs-popover-bottom .arrow::after, .popover.light-orange.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(234, 151, 15, 0.2);
}

.popover.light-orange.bs-popover-left .arrow::before, .popover.light-orange.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(254, 251, 245, 0.776);
}

.popover.light-orange.bs-popover-left .arrow::after, .popover.light-orange.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(234, 151, 15, 0.2);
}

.popover.light-green {
  background-color: rgba(129, 189, 63, 0.2);
  border-color: rgba(250, 252, 247, 0.776);
}

.popover.light-green .popover-body {
  color: #333;
}

.popover.light-green.bs-popover-top .arrow::before, .popover.light-green.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(250, 252, 247, 0.776);
}

.popover.light-green.bs-popover-top .arrow::after, .popover.light-green.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: rgba(129, 189, 63, 0.2);
}

.popover.light-green.bs-popover-right .arrow::before, .popover.light-green.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(250, 252, 247, 0.776);
}

.popover.light-green.bs-popover-right .arrow::after, .popover.light-green.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: rgba(129, 189, 63, 0.2);
}

.popover.light-green.bs-popover-bottom .arrow::before, .popover.light-green.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(250, 252, 247, 0.776);
}

.popover.light-green.bs-popover-bottom .arrow::after, .popover.light-green.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: rgba(129, 189, 63, 0.2);
}

.popover.light-green.bs-popover-left .arrow::before, .popover.light-green.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(250, 252, 247, 0.776);
}

.popover.light-green.bs-popover-left .arrow::after, .popover.light-green.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: rgba(129, 189, 63, 0.2);
}

.popover.light-navy {
  background-color: #E6E8EE;
  border-color: #f8f9fa;
}

.popover.light-navy .popover-body {
  color: #333;
}

.popover.light-navy.bs-popover-top .arrow::before, .popover.light-navy.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}

.popover.light-navy.bs-popover-top .arrow::after, .popover.light-navy.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #E6E8EE;
}

.popover.light-navy.bs-popover-right .arrow::before, .popover.light-navy.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}

.popover.light-navy.bs-popover-right .arrow::after, .popover.light-navy.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #E6E8EE;
}

.popover.light-navy.bs-popover-bottom .arrow::before, .popover.light-navy.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}

.popover.light-navy.bs-popover-bottom .arrow::after, .popover.light-navy.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #E6E8EE;
}

.popover.light-navy.bs-popover-left .arrow::before, .popover.light-navy.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}

.popover.light-navy.bs-popover-left .arrow::after, .popover.light-navy.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #E6E8EE;
}

.popover.dark-green {
  background-color: #498309;
  border-color: #ccdcba;
}

.popover.dark-green .popover-body {
  color: #fff;
}

.popover.dark-green.bs-popover-top .arrow::before, .popover.dark-green.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #ccdcba;
}

.popover.dark-green.bs-popover-top .arrow::after, .popover.dark-green.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #498309;
}

.popover.dark-green.bs-popover-right .arrow::before, .popover.dark-green.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #ccdcba;
}

.popover.dark-green.bs-popover-right .arrow::after, .popover.dark-green.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #498309;
}

.popover.dark-green.bs-popover-bottom .arrow::before, .popover.dark-green.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ccdcba;
}

.popover.dark-green.bs-popover-bottom .arrow::after, .popover.dark-green.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #498309;
}

.popover.dark-green.bs-popover-left .arrow::before, .popover.dark-green.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #ccdcba;
}

.popover.dark-green.bs-popover-left .arrow::after, .popover.dark-green.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #498309;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): progressbar.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-progress {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.54);
  border-radius: 0;
  box-shadow: none;
  height: 4px;
}

.progress-bar {
  box-shadow: none;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): sidebar.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.constructor, .pmd-content {
  position: relative;
  margin: 0;
  padding-top: 4.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 767.98px) {
  .constructor, .pmd-content {
    padding-left: 1rem;
    padding-right: 1rem;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  body.pmd-body-open {
    overflow: hidden;
  }
}
.pmd-sidebar, .wrapper, .pmd-content {
  vertical-align: top;
}

.pmd-sidebar {
  position: relative;
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  padding-top: 4rem;
  width: 280px;
}

@media (max-width: 767.98px) {
  .pmd-sidebar {
    padding-top: 0;
    transform: translate3d(-280px, 0, 0);
  }
}
.pmd-sidebar:before, .pmd-sidebar:after {
  content: " ";
  display: table;
}

.pmd-sidebar:after {
  clear: both;
}

.pmd-sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.pmd-sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.pmd-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}

.pmd-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}

.pmd-sidebar .pmd-user-info {
  margin-bottom: 0.5rem;
}

.pmd-sidebar .pmd-user-info > a {
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
}

.pmd-sidebar .pmd-user-info > a:hover, .pmd-sidebar .pmd-user-info > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  .pmd-sidebar .pmd-user-info > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.pmd-sidebar.pmd-sidebar-open {
  min-width: 280px;
  width: 280px;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media (max-width: 767.98px) {
  .pmd-sidebar.pmd-sidebar-open {
    min-width: 280px;
    width: 280px;
  }
}
.pmd-sidebar-slide-push {
  left: 0;
  -ms-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

@media (max-width: 767.98px) {
  .pmd-sidebar-slide-push {
    left: 0;
  }
}
.pmd-sidebar-slide-push.pmd-sidebar-open ~ .pmd-content, .pmd-sidebar-slide-push.pmd-sidebar-open ~ .wrapper .constructor {
  margin-left: 280px;
}

@media (max-width: 767.98px) {
  .pmd-sidebar-slide-push.pmd-sidebar-open ~ .pmd-content, .pmd-sidebar-slide-push.pmd-sidebar-open ~ .wrapper .constructor {
    margin-left: 0;
  }
}
.pmd-sidebar-left-fixed, .pmd-sidebar-right-fixed, .pmd-sidebar-slide-push {
  position: fixed;
  top: 0;
  bottom: 0;
}

.pmd-sidebar-left-fixed, .pmd-sidebar-right-fixed {
  z-index: 1031;
  padding-top: 0;
}

.pmd-sidebar-left-fixed {
  left: 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

.pmd-sidebar-right-fixed {
  right: 0;
  -ms-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.pmd-sidebar-right-fixed.pmd-sidebar-open {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.topbar-fixed {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  position: fixed;
  z-index: 1030;
  overflow: hidden;
  width: 100%;
  height: 0px;
  right: 0;
  top: 0;
}

.topbar-fixed.pmd-sidebar-open {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 200%;
}

.topbar-fixed.pmd-sidebar-open::before {
  border-radius: 50%;
  display: block;
  height: 3000px;
  width: 3000px;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: 50%;
  bottom: 50%;
  margin-left: -1500px;
  margin-bottom: -1500px;
}

.topbar-fixed.pmd-sidebar-open .topbar-container {
  opacity: 1;
  transition-delay: 1s;
}

.topbar-fixed::before {
  background: white none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 100%;
  color: #fff;
  content: "";
  left: 100%;
  position: absolute;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  will-change: transform;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  height: 3000px;
  width: 3000px;
}

.topbar-fixed .topbar-container {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0s;
}

.topbar-close {
  margin-top: 12px;
}

.pmd-sidebar-nav .nav-link {
  padding: 0.75rem 1rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
}

.pmd-sidebar-nav .nav-link .material-icons {
  color: rgba(0, 0, 0, 0.38);
}

.pmd-sidebar-nav .nav-link:hover, .pmd-sidebar-nav .nav-link:focus {
  background-color: rgba(0, 0, 0, 0.075);
}

.pmd-sidebar-nav .nav-link.active {
  background-color: rgba(0, 0, 0, 0.075);
}

.pmd-sidebar-nav .nav-item ul {
  list-style: none;
  padding-left: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.pmd-sidebar-nav .nav-item ul .nav-item:last-child {
  margin-bottom: 0.5rem;
}

.pmd-sidebar-nav .nav-item ul .nav-item .nav-link {
  font-weight: 400;
  padding: 0.5rem 1rem 0.5rem 72px;
}

.pmd-sidebar-nav .nav-item ul .nav-item .nav-link i {
  margin-left: -56px;
}

.pmd-sidebar-nav .nav-item ul .nav-item ul {
  border-bottom: none;
}

.pmd-sidebar-nav .nav-item .show {
  background-color: rgba(0, 0, 0, 0.075);
}

.pmd-nav-item-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-sidebar-dark .nav-link {
  color: #fff;
}

.pmd-sidebar-dark .nav-link .material-icons {
  color: rgba(255, 255, 255, 0.5);
}

.pmd-sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.87);
  z-index: 1030;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.pmd-sidebar-overlay.pmd-sidebar-overlay-active {
  opacity: 0.5;
  visibility: visible;
  transition-delay: 0;
}

.pmd-sidebar-toggle {
  margin-left: -0.5rem;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): tab.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-tabs {
  position: relative;
}

@media (max-width: 767.98px) {
  .pmd-tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.pmd-tabs .nav-tabs {
  border-bottom: none;
}

.pmd-tabs .nav-tabs .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0);
}

.pmd-tabs .nav-tabs .nav-link {
  padding: 1.125rem 1.5rem 1.0625rem;
  border: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0;
  line-height: 1;
  text-transform: uppercase;
}

.pmd-tabs .nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom-color: transparent;
  opacity: 1;
}

.pmd-tabs .pmd-tab-active-bar {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 3px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.pmd-tabs-dark {
  background-color: #2a3764;
}

.pmd-tabs-dark .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-tabs-dark .nav-tabs .nav-link.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.pmd-tabs-dark .nav-tabs .nav-link .dropdown-menu a {
  color: rgba(0, 0, 0, 0.87);
}

.pmd-tabs-dark .pmd-tabs-scroll-right, .pmd-tabs-dark .pmd-tabs-scroll-left {
  background-color: #2a3764;
  color: rgba(255, 255, 255, 0.7);
}

.pmd-tabs-scroll-container {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pmd-tabs-scroll-right {
  float: right;
  right: 0;
  top: 0;
}

.pmd-tabs-scroll-left {
  float: left;
  left: 0;
}

.pmd-tabs-scroll-right, .pmd-tabs-scroll-left {
  position: absolute;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  padding: 0.75rem 1.5rem 0.375rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): table.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-table.table {
  margin-bottom: 0;
  background-color: transparent;
}

.pmd-table.table th, .pmd-table.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  transition: all 0.2s ease-in-out;
}

.pmd-table.table thead th {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  border-top: none;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-table.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}

.pmd-table.table .table {
  margin-bottom: 0;
}

.pmd-table.table.table-reflow {
  display: block;
  overflow-x: scroll;
}

.pmd-table.table.table-reflow thead {
  position: absolute;
}

.pmd-table.table.table-reflow tbody {
  margin-left: 130px;
}

.pmd-table.table.table-reflow tr {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 130px;
  background-color: #fff;
}

.pmd-table.table.table-reflow th {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 131px;
}

.pmd-table.table.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.pmd-table.table.table-reflow th, .pmd-table.table.table-reflow td {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: block !important;
}

.pmd-table.table.table-reflow th:last-child, .pmd-table.table.table-reflow td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-table.table.table-reflow td {
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-table.table .thead-dark th {
  color: rgba(255, 255, 255, 0.7);
  background-color: #343a40;
}

.pmd-table.table .thead-light th {
  color: rgba(0, 0, 0, 0.54);
  background-color: #fff;
}

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

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

.pmd-table.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.pmd-table.table-bordered th, .pmd-table.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

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

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

.pmd-table.table-borderless th, .pmd-table.table-borderless td {
  border: 0;
}

.pmd-table.table-borderless thead th {
  border: 0;
}

.pmd-table.table-dark {
  color: #f8f9fa;
  background-color: #343a40;
}

.pmd-table.table-dark th, .pmd-table.table-dark td, .pmd-table.table-dark thead th {
  border-color: rgba(255, 255, 255, 0.12);
}

.pmd-table.table-dark thead th {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.pmd-table .child-table {
  background-color: #fff;
}

.pmd-table .child-table > td {
  padding: 0 !important;
  border-top: none;
}

.pmd-table .child-table > td .table > thead > tr {
  background-color: #fff;
}

.pmd-table .child-table .table-sm th, .pmd-table .child-table .table-sm td {
  padding: 0.25rem 0.75rem;
}

@media (max-width: 767.98px) {
  .pmd-table .child-table {
    margin-top: -20px;
  }
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #d4d7e0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-gold, .table-gold > th, .table-gold > td {
  background-color: #f9f0d4;
}

.table-hover .table-gold:hover {
  background-color: #f6e8be;
}

.table-hover .table-gold:hover > td, .table-hover .table-gold:hover > th {
  background-color: #f6e8be;
}

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

.table-hover .table-background:hover {
  background-color: #f1f1f1;
}

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

.table-pale-blue, .table-pale-blue > th, .table-pale-blue > td {
  background-color: #f9fcff;
}

.table-hover .table-pale-blue:hover {
  background-color: #e0efff;
}

.table-hover .table-pale-blue:hover > td, .table-hover .table-pale-blue:hover > th {
  background-color: #e0efff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-black-87, .table-black-87 > th, .table-black-87 > td {
  background-color: rgba(214, 214, 214, 0.974118);
}

.table-hover .table-black-87:hover {
  background-color: rgba(201, 201, 201, 0.974118);
}

.table-hover .table-black-87:hover > td, .table-hover .table-black-87:hover > th {
  background-color: rgba(201, 201, 201, 0.974118);
}

.table-black-60, .table-black-60 > th, .table-black-60 > td {
  background-color: rgba(230, 230, 230, 0.92);
}

.table-hover .table-black-60:hover {
  background-color: rgba(217, 217, 217, 0.92);
}

.table-hover .table-black-60:hover > td, .table-hover .table-black-60:hover > th {
  background-color: rgba(217, 217, 217, 0.92);
}

.table-black-38, .table-black-38 > th, .table-black-38 > td {
  background-color: rgba(241, 241, 241, 0.876078);
}

.table-hover .table-black-38:hover {
  background-color: rgba(228, 228, 228, 0.876078);
}

.table-hover .table-black-38:hover > td, .table-hover .table-black-38:hover > th {
  background-color: rgba(228, 228, 228, 0.876078);
}

.table-black-20, .table-black-20 > th, .table-black-20 > td {
  background-color: rgba(248, 248, 248, 0.84);
}

.table-hover .table-black-20:hover {
  background-color: rgba(235, 235, 235, 0.84);
}

.table-hover .table-black-20:hover > td, .table-hover .table-black-20:hover > th {
  background-color: rgba(235, 235, 235, 0.84);
}

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

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

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

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

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

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

.table-yellow, .table-yellow > th, .table-yellow > td {
  background-color: #faf4d5;
}

.table-hover .table-yellow:hover {
  background-color: #f7eebe;
}

.table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #f7eebe;
}

.table-white, .table-white > th, .table-white > td {
  background-color: #fff;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-white-60, .table-white-60 > th, .table-white-60 > td {
  background-color: rgba(255, 255, 255, 0.92);
}

.table-hover .table-white-60:hover {
  background-color: rgba(242, 242, 242, 0.92);
}

.table-hover .table-white-60:hover > td, .table-hover .table-white-60:hover > th {
  background-color: rgba(242, 242, 242, 0.92);
}

.table-white-38, .table-white-38 > th, .table-white-38 > td {
  background-color: rgba(255, 255, 255, 0.876078);
}

.table-hover .table-white-38:hover {
  background-color: rgba(242, 242, 242, 0.876078);
}

.table-hover .table-white-38:hover > td, .table-hover .table-white-38:hover > th {
  background-color: rgba(242, 242, 242, 0.876078);
}

.table-white-8, .table-white-8 > th, .table-white-8 > td {
  background-color: rgba(255, 255, 255, 0.815686);
}

.table-hover .table-white-8:hover {
  background-color: rgba(242, 242, 242, 0.815686);
}

.table-hover .table-white-8:hover > td, .table-hover .table-white-8:hover > th {
  background-color: rgba(242, 242, 242, 0.815686);
}

.table-light-red, .table-light-red > th, .table-light-red > td {
  background-color: rgba(254, 249, 249, 0.84);
}

.table-hover .table-light-red:hover {
  background-color: rgba(250, 227, 227, 0.84);
}

.table-hover .table-light-red:hover > td, .table-hover .table-light-red:hover > th {
  background-color: rgba(250, 227, 227, 0.84);
}

.table-light-orange, .table-light-orange > th, .table-light-orange > td {
  background-color: rgba(254, 252, 249, 0.84);
}

.table-hover .table-light-orange:hover {
  background-color: rgba(250, 241, 227, 0.84);
}

.table-hover .table-light-orange:hover > td, .table-hover .table-light-orange:hover > th {
  background-color: rgba(250, 241, 227, 0.84);
}

.table-light-green, .table-light-green > th, .table-light-green > td {
  background-color: rgba(252, 253, 250, 0.84);
}

.table-hover .table-light-green:hover {
  background-color: rgba(241, 246, 232, 0.84);
}

.table-hover .table-light-green:hover > td, .table-hover .table-light-green:hover > th {
  background-color: rgba(241, 246, 232, 0.84);
}

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

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

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

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

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

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

.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-heading {
  min-height: 64px;
  border-bottom: 1px solid #ddd;
  padding: 4px 24px 4px 24px;
}

.table-footer {
  padding: 8px 24px 8px 24px;
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.shoarting {
  margin-left: 6px;
}

.pmd-table.pmd-table-card {
  border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .pmd-table-card.pmd-table {
    background-color: transparent;
    box-shadow: none;
  }

  .pmd-table-card.pmd-table .table {
    margin-bottom: 0;
  }

  .pmd-table-card.pmd-card-main {
    background-color: transparent;
    box-shadow: none;
  }

  .pmd-table-card.table.pmd-table thead, .pmd-table-card.table.pmd-table tfoot {
    display: none;
  }

  .pmd-table-card.table.pmd-table tbody {
    display: block;
  }

  .pmd-table-card.table.pmd-table tr {
    display: block;
    margin-bottom: 1.25rem;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
  }

  .pmd-table-card.table.pmd-table td {
    display: block;
    vertical-align: middle;
    text-align: right;
  }

  .pmd-table-card.table.pmd-table td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
  }

  .pmd-table-card.pmd-table.table-striped td, .pmd-table-card.pmd-table.table-striped tr:nth-child(odd) {
    background-color: #fff;
  }

  .pmd-table-card.pmd-table.table-striped td:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .pmd-table-card.pmd-table.table-dark {
    background-color: transparent;
  }

  .pmd-table-card.pmd-table.table-dark tr {
    background-color: #343a40;
  }

  .pmd-table-card.pmd-table.table-dark td[data-title]:before {
    color: rgba(255, 255, 255, 0.7);
  }

  .pmd-table-card.pmd-table.table-hover tr:hover {
    background-color: #fff;
  }

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

  .pmd-table-card.pmd-table.table-hover.table-dark tr:hover {
    background-color: #343a40;
  }

  .pmd-table-card.pmd-table.table-hover.table-dark td:hover {
    background-color: rgba(255, 255, 255, 0.38);
  }

  .pmd-table-card.pmd-table.table-striped.table-dark td, .pmd-table-card.pmd-table.table-striped.table-dark tr:nth-child(odd) {
    background-color: #343a40;
  }

  .pmd-table-card.pmd-table.table-striped.table-dark td:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.02);
  }

  .pmd-table-card.pmd-z-depth {
    background-color: transparent;
    box-shadow: none;
  }
}
.pmd-card .pmd-table caption {
  padding: 0.75rem;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): tooltip.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-tooltip.tooltip {
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity 0.3s ease-in-out, margin ease-in-out 0.3s;
  border-radius: 2px;
}

.pmd-tooltip.tooltip:before {
  background-color: #000;
  width: 0;
  height: 0;
  opacity: 1;
  position: absolute;
  z-index: -1;
  content: "";
  left: 50%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.pmd-tooltip.tooltip .arrow {
  display: none;
}

.pmd-tooltip.tooltip .tooltip-arrow {
  display: none;
}

.pmd-tooltip.tooltip .tooltip-inner {
  background-color: transparent;
  padding: 0;
}

.pmd-tooltip.tooltip.show {
  filter: alpha(opacity=100);
  opacity: 100;
}

.pmd-tooltip.tooltip.show:before {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pmd-tooltip.tooltip.bs-tooltip-top:before, .pmd-tooltip.tooltip.bs-tooltip-auto[x-placement^=top]:before {
  top: 100%;
}

.pmd-tooltip.tooltip.show.bs-tooltip-top, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=top] {
  margin-top: -10px;
}

.pmd-tooltip.tooltip.show.bs-tooltip-top:before, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=top]:before {
  top: 0;
  -moz-transform-origin: 50% 100% 0;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  will-change: transform;
}

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

.pmd-tooltip.tooltip.show.bs-tooltip-bottom, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=bottom] {
  margin-top: 10px;
}

.pmd-tooltip.tooltip.show.bs-tooltip-bottom:before, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=bottom]:before {
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  will-change: transform;
}

.pmd-tooltip.tooltip.bs-tooltip-right:before, .pmd-tooltip.tooltip.bs-tooltip-auto[x-placement^=right]:before {
  top: 50%;
  left: 0;
}

.pmd-tooltip.tooltip.bs-tooltip-right .arrow, .pmd-tooltip.tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}

.pmd-tooltip.tooltip.show.bs-tooltip-right, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=right] {
  margin-left: 10px;
}

.pmd-tooltip.tooltip.show.bs-tooltip-right:before, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=right]:before {
  top: 0;
  -moz-transform-origin: 0% 50% 0;
  -webkit-transform-origin: 0% 50% 0;
  transform-origin: 0% 50% 0;
  will-change: transform;
}

.pmd-tooltip.tooltip.bs-tooltip-left:before, .pmd-tooltip.tooltip.bs-tooltip-auto[x-placement^=left]:before {
  top: 50%;
  left: 100%;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
}

.pmd-tooltip.tooltip.bs-tooltip-left .arrow, .pmd-tooltip.tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}

.pmd-tooltip.tooltip.show.bs-tooltip-left, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=left] {
  margin-left: -10px;
}

.pmd-tooltip.tooltip.show.bs-tooltip-left .arrow, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}

.pmd-tooltip.tooltip.show.bs-tooltip-left:before, .pmd-tooltip.tooltip.show.bs-tooltip-auto[x-placement^=left]:before {
  left: 0;
  top: 0;
  -moz-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  will-change: transform;
  border-radius: 2px;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): floating-action-button.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-floating-action {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1000;
}

.pmd-floating-action:hover .pmd-floating-action-btn, .menu--floating--open .pmd-floating-action-btn {
  opacity: 1;
  -ms-transform: none;
  transform: none;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.pmd-floating-action:hover .pmd-floating-action-btn:before, .menu--floating--open .pmd-floating-action-btn:before {
  opacity: 1;
}

.pmd-floating-action-btn {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.pmd-floating-action-btn:before {
  bottom: 10%;
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  display: inline-block;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-floating-action-btn:last-child:before {
  font-size: 14px;
  bottom: 25%;
}

.pmd-floating-action-btn:hover, .pmd-floating-action-btn:focus, .pmd-floating-action-btn:active {
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.pmd-floating-action-btn:not(:last-child) {
  opacity: 0;
  transform: translateY(20px) scale(0.3);
  -ms-transform: translateY(20px) scale(0.3);
  margin-bottom: 0.9375rem;
  margin-left: 0.5rem;
  position: absolute;
  bottom: 0;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
  transition-delay: 100ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
  transition-delay: 200ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
  transition-delay: 300ms;
}

.pmd-floating-action-btn.btn:hover, .pmd-floating-action-btn.uploader-btn:hover {
  overflow: visible;
}

.pmd-floating-action-btn .ink {
  width: 50px;
  height: 50px;
}

.pmd-floating-hidden {
  display: none;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): card.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-social-icon {
  margin-top: 8px;
}

.pmd-social-icon a {
  margin: 0 4px;
  display: inline-flex;
  justify-content: center;
}

.pmd-social-icon a svg {
  fill: #848484;
  width: 50%;
}

.pmd-social-icon a:hover svg {
  fill: #ffffff;
}

.pmd-card-info {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.pmd-list-progress .list-group-item {
  padding-left: 50px;
  width: 100%;
  background-color: transparent;
}

.pmd-list-progress .list-group-item:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  left: 0;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 9;
}

.pmd-list-progress .list-group-item:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.pmd-list-progress .list-group-item.list-group-item-success:before, .pmd-list-progress .list-group-item.list-group-item-success:after {
  background-color: #67b951;
}

.pmd-list-progress .list-group-item.list-group-item-danger:before, .pmd-list-progress .list-group-item.list-group-item-danger:after {
  background-color: #df6c6c;
}

.pmd-card-overlay {
  background-color: #041a34;
  overflow: hidden;
}

.pmd-card-overlay .card-title {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(47%);
  -webkit-transform: translateY(47%);
  -moz-transform: translateY(47%);
  bottom: 0;
  text-align: center;
  z-index: 2;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  font-size: 24px;
}

.pmd-card-overlay img {
  opacity: 0.64;
  height: 350px;
  display: block;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  min-width: 100%;
}

.pmd-card-overlay:hover .card-title {
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
}

.pmd-card-overlay:hover img {
  opacity: 0.16;
  transform: scale(1.1);
}

.pmd-view-details {
  padding: 0 32px;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow: visible;
  margin: 0 auto;
  top: 50%;
}

.pmd-view-details:before {
  content: attr(data-title);
  position: absolute;
  bottom: -28px;
  -webkit-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  color: #fff;
}

.pmd-card-overlay:hover .pmd-view-details, .pmd-card-overlay .card-title:hover + .pmd-view-details {
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  transform: translate(0, -40%);
  opacity: 1;
}

.icon-wrap {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: auto;
  line-height: 100px;
}

.icon-wrap svg {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

.pmd-card div[class^="card-header bg-"] {
  padding-bottom: 1rem;
}

.pmd-card div[class^="card-footer bg-"] {
  padding-top: 1rem;
}

.pmd-card .list-group-item {
  background-color: transparent;
}

.pmd-card-dark {
  color: #fff;
}

.pmd-card-dark a, .pmd-card-dark .card-title, .pmd-card-dark .material-icons, .pmd-card-dark .pmd-list-title {
  color: #fff;
}

.pmd-card-dark .card-subtitle, .pmd-card-dark .pmd-list-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-card-dark svg path, .pmd-card-dark svg rect, .pmd-card-dark svg circle, .pmd-card-dark svg polygon {
  fill: #fff;
}

.pmd-card-dark .pmd-btn-flat:hover {
  background-color: rgba(229, 229, 229, 0.2);
}

.pmd-card-dark .pmd-inline-list-divider li {
  border-color: rgba(255, 255, 255, 0.5);
}

.pmd-card-dark hr {
  border-color: rgba(255, 255, 255, 0.5);
}

.fill-primary svg path, .fill-primary svg rect, .fill-primary svg circle, .fill-primary svg polygon {
  fill: #2a3764;
}

.fill-secondary svg path, .fill-secondary svg rect, .fill-secondary svg circle, .fill-secondary svg polygon {
  fill: #fff;
}

.fill-secondary svg path, .fill-secondary svg rect, .fill-secondary svg circle, .fill-secondary svg polygon {
  fill: #fff;
}

.pmd-title-border:after, .pmd-title-border-center:after, .pmd-title-border-right:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background-color: #2a3764;
  margin: 1rem 0 1.5rem;
}

.pmd-title-border-center:after {
  margin-left: auto;
  margin-right: auto;
}

.pmd-title-border-right:after {
  margin-left: auto;
}

.pmd-card-media {
  position: relative;
}

.pmd-btn-fill {
  display: flex;
}

.pmd-btn-fill .btn, .pmd-btn-fill .uploader-btn {
  flex: 1;
}

.pmd-btn-fill.pmd-item-justify-border .btn, .pmd-btn-fill.pmd-item-justify-border .uploader-btn {
  border-bottom: 0;
  margin-left: -1px;
}

.pmd-btn-fill.pmd-item-justify-border .btn:first-child, .pmd-btn-fill.pmd-item-justify-border .uploader-btn:first-child {
  border-left: 0;
  margin-left: 0;
}

.pmd-btn-fill.pmd-item-justify-border .btn:last-child, .pmd-btn-fill.pmd-item-justify-border .uploader-btn:last-child {
  border-right: 0;
}

.pmd-list-fill {
  display: flex;
}

.pmd-list-fill.list-inline {
  margin-left: 0;
  margin-right: 0;
}

.pmd-list-fill.list-inline .list-inline-item {
  text-align: center;
  padding: 0.5rem;
}

.pmd-list-fill .list-inline-item {
  flex: 1;
}

.pmd-floating-icon-wrapper {
  position: relative;
  display: inline-block;
}

.pmd-floating-icon-wrapper .pmd-floating-icon-br, .pmd-floating-icon-wrapper .pmd-floating-icon-tr, .pmd-floating-icon-wrapper .pmd-floating-icon-tl, .pmd-floating-icon-wrapper .pmd-floating-icon-bl {
  background-color: #2a3764;
  border-radius: 100%;
  color: #fff;
  height: 24px;
  width: 24px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px;
  position: absolute;
}

.pmd-floating-icon-wrapper .pmd-floating-icon-br.material-icons, .pmd-floating-icon-wrapper .pmd-floating-icon-tr.material-icons, .pmd-floating-icon-wrapper .pmd-floating-icon-tl.material-icons, .pmd-floating-icon-wrapper .pmd-floating-icon-bl.material-icons {
  font-size: 18px;
}

.pmd-floating-icon-wrapper .pmd-floating-icon-br {
  bottom: 2px;
  right: 2px;
}

.pmd-floating-icon-wrapper .pmd-floating-icon-bl {
  bottom: 2px;
  left: 2px;
}

.pmd-floating-icon-wrapper .pmd-floating-icon-tl {
  top: 2px;
  left: 2px;
}

.pmd-floating-icon-wrapper .pmd-floating-icon-tr {
  right: 2px;
  top: 2px;
}

.pmd-floating-content-wrapper {
  position: relative;
}

.pmd-floating-content-wrapper .pmd-floating-content-br, .pmd-floating-content-wrapper .pmd-floating-content-bl, .pmd-floating-content-wrapper .pmd-floating-content-bc {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}

.pmd-floating-content-wrapper .pmd-floating-content-bl {
  left: 1rem;
}

.pmd-floating-content-wrapper .pmd-floating-content-br {
  right: 1rem;
}

.pmd-floating-content-wrapper .pmd-floating-content-bc {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.pmd-floating-content-wrapper .pmd-floating-content-tr, .pmd-floating-content-wrapper .pmd-floating-content-tl, .pmd-floating-content-wrapper .pmd-floating-content-tc {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.pmd-floating-content-wrapper .pmd-floating-content-tl {
  left: 1rem;
}

.pmd-floating-content-wrapper .pmd-floating-content-tr {
  right: 1rem;
}

.pmd-floating-content-wrapper .pmd-floating-content-tc {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.pmd-floating-content-wrapper.card-body .pmd-floating-content-br, .pmd-floating-content-wrapper.card-body .pmd-floating-content-bl, .pmd-floating-content-wrapper.card-body .pmd-floating-content-bc {
  bottom: -1rem;
}

.pmd-floating-content-wrapper.card-body .pmd-floating-content-tr, .pmd-floating-content-wrapper.card-body .pmd-floating-content-tl, .pmd-floating-content-wrapper.card-body .pmd-floating-content-tc {
  top: -1rem;
}

.pmd-col-listing {
  position: relative;
}

.pmd-col-listing:before, .pmd-col-listing:after {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.pmd-col-listing:before {
  height: 2px;
  left: 0;
}

.pmd-col-listing:after {
  width: 2px;
  top: 0;
}

.pmd-col-listing .pmd-col-listing-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1.25rem;
  display: block;
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  transition: all 0.2s ease-in-out;
}

.pmd-col-listing .pmd-col-listing-item .material-icons {
  color: #fff;
}

.pmd-col-listing .pmd-col-listing-item .card-title {
  margin-top: 0.5rem;
}

.pmd-col-listing.pmd-col-listing-hover .pmd-col-listing-item:hover {
  background-color: #fff;
  color: #fff;
  -moz-box-shadow: box-shadow(2);
  -webkit-box-shadow: box-shadow(2);
  box-shadow: box-shadow(2);
  z-index: 2;
  text-decoration: none;
}

.pmd-col-listing.pmd-col-listing-hover .pmd-col-listing-item:hover .material-icons {
  color: #fff;
}

.pmd-rate-inner {
  min-width: 60px;
  padding: 32px 0;
  font-weight: 500;
  font-style: normal;
}

.rating {
  margin: 4px 0 8px;
}

.rating img {
  height: auto;
  width: 30px;
  display: inline-block;
}

.starOn, .starOff, .starHalf, .cancelOff, .cancelOn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.starOn:after, .starOff:after, .starHalf:after, .cancelOff:after, .cancelOn:after {
  position: absolute;
  font-size: 30px;
}

.starOn:after {
  content: "\e838";
  color: #ecbd01;
}

.starOff:after {
  content: "\e83a";
  color: #e2dfdf;
}

.starHalf:after {
  content: "\e839";
  color: #ecbd01;
}

.cancelOff:after {
  content: "\e888";
  color: #e2dfdf;
}

.cancelOn:after {
  content: "\e888";
  color: #ff5722;
}

@media (max-width: 767px) {
  .rating img {
    width: 20px;
    height: 20px;
  }
}
/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): intro-section.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.pmd-subtitle {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: -0.375rem;
}

.pmd-intro-bg-img {
  position: relative;
  width: 100%;
  background-position: center center;
  background-color: #000;
  background-size: cover;
}

.pmd-intro-img-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  opacity: 0.87;
  background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
}

.pmd-intro-img-overlay:before {
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.pmd-intro-gradient {
  position: relative;
}

.pmd-intro-gradient:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1112e), to(#0971b2));
  background: linear-gradient(45deg, #e1112e 0%, #0971b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1112e", endColorstr="#0971b2", GradientType=0 );
  opacity: 0.87;
}

.pmd-intro-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 10;
}

.pmd-intro-container {
  min-height: 600px;
  padding: 30px 0;
  z-index: 89;
  position: relative;
}

.pmd-intro-container.text-light hr {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.pmd-text-before-line, .pmd-text-before-line-dark {
  position: relative;
  padding-left: 40px;
}

.pmd-text-before-line:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pmd-text-before-line-dark:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pmd-intro-img {
  z-index: 11;
}

.pmd-intro-img img {
  max-width: 100%;
}

.pmd-intro-img-wrapper {
  position: relative;
}

.pmd-intro-img-wrapper .pmd-intro-img {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .pmd-intro-img-wrapper.order-3 {
    order: 1;
  }
}
.pmd-intro-img-wrapper .pmd-animate-circle-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pmd-animate-circle-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  width: 600px;
  height: 600px;
}

.pmd-animate-circle {
  border: 1px solid #4acc8e;
  border-radius: 50%;
  position: absolute;
}

.pmd-animate-circle span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4acc8e;
  position: absolute;
  left: 50%;
}

.pmd-animate-circle-lg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-animation: circle-lg 35s linear infinite;
  animation: circle-lg 35s linear infinite;
  opacity: 0.5;
}

.pmd-animate-circle-md {
  width: 500px;
  top: 50px;
  height: 500px;
  left: 50px;
  -webkit-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
  -webkit-animation: circle-md 25s linear infinite;
  animation: circle-md 25s linear infinite;
  opacity: 0.3;
}

.pmd-animate-circle-sm {
  width: 400px;
  top: 100px;
  height: 400px;
  left: 100px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: circle-sm 15s linear infinite;
  animation: circle-sm 15s linear infinite;
  opacity: 0.2;
}

.pmd-animate-circle-lg span.pmd-animate-circle-dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.pmd-animate-circle-lg span.pmd-animate-circle-dot:nth-child(2n) {
  margin-left: -224px;
  top: 90px;
}

.pmd-animate-circle-lg span.pmd-animate-circle-dot:nth-child(3n) {
  margin-left: -202px;
  top: 520px;
}

.pmd-animate-circle-lg span.pmd-animate-circle-dot:nth-child(4n) {
  margin-left: 273px;
  top: 405px;
}

.pmd-animate-circle-md span.pmd-animate-circle-dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.pmd-animate-circle-md span.pmd-animate-circle-dot:nth-child(2n) {
  margin-left: -201px;
  top: 90px;
}

.pmd-animate-circle-md span.pmd-animate-circle-dot:nth-child(3n) {
  margin-left: -202px;
  top: 398px;
}

.pmd-animate-circle-md span.pmd-animate-circle-dot:nth-child(4n) {
  margin-left: 235px;
  top: 315px;
}

.pmd-animate-circle-sm span.pmd-animate-circle-dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.pmd-animate-circle-sm span.pmd-animate-circle-dot:nth-child(2n) {
  margin-left: -175px;
  top: 90px;
}

.pmd-animate-circle-sm span.pmd-animate-circle-dot:nth-child(3n) {
  margin-left: -141px;
  top: 340px;
}

.pmd-animate-circle-sm span.pmd-animate-circle-dot:nth-child(4n) {
  margin-left: 172px;
  top: 285px;
}

@-webkit-keyframes circle-lg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-lg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-md {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-md {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-sm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-sm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .m-text-block {
    text-align: left !important;
    margin-top: 40px;
  }
}
.pmd-img-sm {
  max-width: 150px;
  height: 150px;
}

.pmd-img-md {
  max-width: 250px;
  height: 250px;
}

.pmd-img-lg {
  max-width: 300px;
  height: 300px;
}

.pmd-intro-fab-btn-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto 0;
}

.pmd-intro-bg-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): footer.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.social-links a:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pmd-footer {
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  background-color: #2A3764;
}

.pmd-site-info {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.pmd-site-info a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.pmd-site-info strong {
  color: #000;
  font-weight: 500;
}

.pmd-site-info p {
  display: inline-block;
  margin: 0;
}

.pmd-footer-nav {
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.pmd-footer-nav li {
  padding: 0 10px;
}

.pmd-footer-nav li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.pmd-footer-nav li a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.pmd-footer-nav-divider li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pmd-footer-nav-divider li:last-child {
  border-right: 0;
}

.btn .pmd-svg-icons, .uploader-btn .pmd-svg-icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn .pmd-svg-icons svg, .uploader-btn .pmd-svg-icons svg {
  padding: 2px;
}

.btn.btn-sm .pmd-svg-icons.pmd-sm, .btn-sm.uploader-btn .pmd-svg-icons.pmd-sm, .btn-group-sm > .btn .pmd-svg-icons.pmd-sm, .btn-group-sm > .uploader-btn .pmd-svg-icons.pmd-sm {
  height: 38px;
}

.btn.btn-sm .pmd-svg-icons.pmd-sm svg, .btn-sm.uploader-btn .pmd-svg-icons.pmd-sm svg, .btn-group-sm > .btn .pmd-svg-icons.pmd-sm svg, .btn-group-sm > .uploader-btn .pmd-svg-icons.pmd-sm svg {
  width: 24px;
  height: 24px;
}

.btn.btn-md .pmd-svg-icons.pmd-md svg, .btn-md.uploader-btn .pmd-svg-icons.pmd-md svg {
  width: 30px;
  height: 30px;
}

.btn.btn-lg .pmd-svg-icons.pmd-lg svg, .btn-lg.uploader-btn .pmd-svg-icons.pmd-lg svg, .btn-group-lg > .btn .pmd-svg-icons.pmd-lg svg, .btn-group-lg > .uploader-btn .pmd-svg-icons.pmd-lg svg {
  width: 45px;
  height: 45px;
}

.pmd-social-icons .btn, .pmd-social-icons .uploader-btn {
  margin: 0 2px;
}

.pmd-social-icons .btn img, .pmd-social-icons .uploader-btn img {
  width: 25px;
  height: 25px;
}

.pmd-footer-sub-title {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.pmd-social-icons .pmd-footer-sub-title {
  padding-right: 20px;
}

.pmd-visit-us {
  padding-top: 20px;
}

.pmd-visit-us .pmd-social-icons .btn, .pmd-visit-us .pmd-social-icons .uploader-btn {
  margin-bottom: -28px;
}

.pmd-visit-us .pmd-social-icons .btn-sm, .pmd-visit-us .pmd-social-icons .btn-group-sm > .btn, .pmd-visit-us .pmd-social-icons .btn-group-sm > .uploader-btn {
  margin-bottom: -20px;
}

.pmd-visit-us .pmd-social-icons .btn-md {
  margin-bottom: -28px;
}

.pmd-visit-us .pmd-social-icons .btn-lg, .pmd-visit-us .pmd-social-icons .btn-group-lg > .btn, .pmd-visit-us .pmd-social-icons .btn-group-lg > .uploader-btn {
  margin-bottom: -39px;
}

@media (max-width: 991px) {
  .pmd-visit-us {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pmd-visit-us {
    margin-bottom: 20px;
  }
}
.pmd-social-inline {
  margin: 8px 0;
  text-align: center;
}

.pmd-social-inline .pmd-social-icons {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .pmd-social-inline {
    width: 100%;
    display: block;
    margin: 8px 0;
  }
}
.pmd-footer-nav-hover li a {
  position: relative;
}

.pmd-footer-nav-hover li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 51%;
  right: 51%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pmd-footer-nav-hover li a:hover:after {
  right: 0;
  left: 0;
}

.pmd-footer-nav-hover.effect-right li a:after {
  right: 0;
  left: 100%;
}

.pmd-footer-nav-hover.effect-right li a:hover:after {
  left: 0;
}

.pmd-footer-nav-hover.effect-left li a :after {
  right: 100%;
  left: 0;
}

.pmd-footer-nav-hover.effect-left li a:hover:after {
  right: 0;
}

.pmd-footer-dark {
  color: rgba(255, 255, 255, 0.85);
}

.pmd-footer-dark .primary {
  color: rgba(255, 255, 255, 0.9);
}

.pmd-footer-dark .secondary {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-footer-dark .text-muted, .pmd-footer-dark .hint, .pmd-footer-dark .disabled, .pmd-footer-dark .icon {
  color: rgba(255, 255, 255, 0.4);
}

.pmd-footer-dark .hover {
  color: rgba(255, 255, 255, 0.38);
}

.pmd-footer-dark .divider {
  color: rgba(255, 255, 255, 0.12);
}

.pmd-footer-dark .pmd-site-info {
  color: rgba(255, 255, 255, 0.38);
}

.pmd-footer-dark .pmd-site-info a {
  color: rgba(255, 255, 255, 0.8);
}

.pmd-footer-dark .pmd-site-info strong {
  color: #fff;
}

.pmd-footer-dark .pmd-footer-nav li a {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-footer-dark .pmd-footer-nav li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.pmd-footer-dark .pmd-footer-nav-hover li a:after {
  background-color: rgba(255, 255, 255, 0.9);
}

.pmd-footer-dark .pmd-footer-nav-divider li {
  border-color: rgba(255, 255, 255, 0.2);
}

.pmd-footer-dark .pmd-social-icons .btn .material-icons svg, .pmd-footer-dark .pmd-social-icons .uploader-btn .material-icons svg {
  fill: rgba(255, 255, 255, 0.5);
}

.pmd-footer-dark .pmd-social-icons .btn:hover .material-icons svg, .pmd-footer-dark .pmd-social-icons .uploader-btn:hover .material-icons svg {
  fill: rgba(255, 255, 255, 0.9);
}

.pmd-footer-dark hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.pmd-footer-dark .border-right {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.pmd-footer-dark label {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-footer-dark .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-footer-dark .form-control {
  color: rgba(255, 255, 255, 0.8);
}

.pmd-footer-dark .pmd-textfield .form-control {
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}

.pmd-footer-dark .pmd-list-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.pmd-footer-dark .pmd-list-title {
  color: #fff;
}

.pmd-list-transparent .list-group-item {
  background-color: transparent;
}

.table-fixed-head {
  position: relative;
  overflow: hidden;
  border: 1px solid #eceeef;
}

.table-fixed-head .table, .table-fixed-head.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.table-fixed-head .table thead tr {
  position: initial;
  height: 0 !important;
}

.table-fixed-head .table thead tr th .top-fixed {
  position: absolute;
  top: 0;
  padding: 0.5rem 0;
  opacity: 1;
}

.table-fixed-head .table thead tr th .top-fixed * {
  opacity: 1;
}

.table-fixed-head .table .header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #eceeef;
}

.table-fixed-head .table.table-dark .header-fixed {
  background-color: #212529;
}

.table-fixed-head .table thead tr th {
  border: 0;
}

.table-fixed-head .table tbody tr td {
  vertical-align: middle;
}

/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): contact-sections.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.section-inverse {
  color: rgba(255, 255, 255, 0.78);
}

.pmd-contact-us h4 {
  margin-top: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
  display: inline-block;
  padding-bottom: 2px;
}

.pmd-contact-us textarea {
  resize: none;
}

.section-inverse {
  color: rgba(255, 255, 255, 0.85);
}

.section-inverse .primary {
  color: rgba(255, 255, 255, 0.9);
}

.section-inverse .secondary {
  color: rgba(255, 255, 255, 0.7);
}

.section-inverse .text-muted, .section-inverse .hint, .section-inverse .disabled, .section-inverse .icon {
  color: rgba(255, 255, 255, 0.4);
}

.section-inverse .hover {
  color: rgba(255, 255, 255, 0.38);
}

.section-inverse .divider {
  color: rgba(255, 255, 255, 0.12);
}

.section-inverse .site-info {
  color: rgba(255, 255, 255, 0.38);
}

.section-inverse .site-info a {
  color: rgba(255, 255, 255, 0.8);
}

.section-inverse .site-info strong {
  color: #fff;
}

.section-inverse .footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
}

.section-inverse .footer-menu li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.section-inverse .content-hover-effect li a:after {
  background-color: rgba(255, 255, 255, 0.9);
}

.section-inverse .side-line-effect li {
  border-color: rgba(255, 255, 255, 0.2);
}

.section-inverse .border-right {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.section-inverse label {
  color: rgba(255, 255, 255, 0.7);
}

.section-inverse .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
  color: rgba(255, 255, 255, 0.7);
}

.section-inverse .form-control {
  color: rgba(255, 255, 255, 0.8);
}

.section-inverse .pmd-textfield .form-control {
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}

.section-inverse.section.border-bottom, .section-inverse .border-bottom, .section-inverse hr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.section-inverse .pmd-list-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.section-inverse .pmd-list-title, .section-inverse .media a, .section-inverse p a {
  color: rgba(255, 255, 255, 0.8);
}

.section-inverse .social-icons .btn .material-icons svg, .section-inverse .social-icons .uploader-btn .material-icons svg {
  fill: rgba(255, 255, 255, 0.5);
}

.section-inverse .social-icons .btn:hover .material-icons svg, .section-inverse .social-icons .uploader-btn:hover .material-icons svg {
  fill: rgba(255, 255, 255, 0.9);
}

.section-inverse .social-icons .btn-light.btn .material-icons svg, .section-inverse .social-icons .btn-light.uploader-btn .material-icons svg {
  fill: rgba(0, 0, 0, 0.5);
}

.section-inverse .social-icons .btn-light.btn:hover .material-icons svg, .section-inverse .social-icons .btn-light.uploader-btn:hover .material-icons svg {
  fill: rgba(0, 0, 0, 0.9);
}

.pmd-word-break {
  word-break: break-word;
}

@media (max-width: 767px) {
  .pmd-contact-us h4 {
    margin-top: 8px;
  }

  .sm-mb-4 {
    margin-bottom: 40px;
  }
}
/*!
 * Propeller Pro v1.1.0 (http://pro.propeller.in/): badge.css
 * Copyright 2016-2018 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.border-primary {
  border-color: #2a3764 !important;
}

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

.border-success {
  border-color: #81BD3F !important;
}

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

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

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

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

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

.border-dark-navy {
  border-color: #20274c !important;
}

.border-gold {
  border-color: #E2B326 !important;
}

.border-background {
  border-color: #f9f9f9 !important;
}

.border-pale-blue {
  border-color: #DFEEFF !important;
}

.border-primary-green {
  border-color: #81BD3F !important;
}

.border-primary-orange {
  border-color: #ea970f !important;
}

.border-primary-red {
  border-color: #c91127 !important;
}

.border-secondary-red {
  border-color: #F2324A !important;
}

.border-black-87 {
  border-color: rgba(0, 0, 0, 0.870588) !important;
}

.border-black-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.border-black-38 {
  border-color: rgba(0, 0, 0, 0.380392) !important;
}

.border-black-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

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

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

.border-yellow {
  border-color: #e4ca2f !important;
}

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

.border-white-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.border-white-38 {
  border-color: rgba(255, 255, 255, 0.380392) !important;
}

.border-white-8 {
  border-color: rgba(255, 255, 255, 0.0784314) !important;
}

.border-light-red {
  border-color: rgba(201, 17, 39, 0.2) !important;
}

.border-light-orange {
  border-color: rgba(234, 151, 15, 0.2) !important;
}

.border-light-green {
  border-color: rgba(129, 189, 63, 0.2) !important;
}

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

.border-dark-green {
  border-color: #498309 !important;
}

.bg-primary {
  background-color: #2a3764 !important;
}

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

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

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

.bg-success {
  background-color: #81BD3F !important;
}

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

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

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #e6e6e6 !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-dark-navy {
  background-color: #20274c !important;
}

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

.bg-gold {
  background-color: #E2B326 !important;
}

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

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

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

.bg-pale-blue {
  background-color: #DFEEFF !important;
}

a.bg-pale-blue:hover, a.bg-pale-blue:focus, button.bg-pale-blue:hover, button.bg-pale-blue:focus {
  background-color: #acd3ff !important;
}

.bg-primary-green {
  background-color: #81BD3F !important;
}

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

.bg-primary-orange {
  background-color: #ea970f !important;
}

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

.bg-primary-red {
  background-color: #c91127 !important;
}

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

.bg-secondary-red {
  background-color: #F2324A !important;
}

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

.bg-black-87 {
  background-color: rgba(0, 0, 0, 0.870588) !important;
}

a.bg-black-87:hover, a.bg-black-87:focus, button.bg-black-87:hover, button.bg-black-87:focus {
  background-color: rgba(0, 0, 0, 0.870588) !important;
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

a.bg-black-60:hover, a.bg-black-60:focus, button.bg-black-60:hover, button.bg-black-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-38 {
  background-color: rgba(0, 0, 0, 0.380392) !important;
}

a.bg-black-38:hover, a.bg-black-38:focus, button.bg-black-38:hover, button.bg-black-38:focus {
  background-color: rgba(0, 0, 0, 0.380392) !important;
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

a.bg-black-20:hover, a.bg-black-20:focus, button.bg-black-20:hover, button.bg-black-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

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

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

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

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

.bg-yellow {
  background-color: #e4ca2f !important;
}

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

.bg-white {
  background-color: #fff !important;
}

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

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

a.bg-white-60:hover, a.bg-white-60:focus, button.bg-white-60:hover, button.bg-white-60:focus {
  background-color: rgba(230, 230, 230, 0.6) !important;
}

.bg-white-38 {
  background-color: rgba(255, 255, 255, 0.380392) !important;
}

a.bg-white-38:hover, a.bg-white-38:focus, button.bg-white-38:hover, button.bg-white-38:focus {
  background-color: rgba(230, 230, 230, 0.380392) !important;
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.0784314) !important;
}

a.bg-white-8:hover, a.bg-white-8:focus, button.bg-white-8:hover, button.bg-white-8:focus {
  background-color: rgba(230, 230, 230, 0.0784314) !important;
}

.bg-light-red {
  background-color: rgba(201, 17, 39, 0.2) !important;
}

a.bg-light-red:hover, a.bg-light-red:focus, button.bg-light-red:hover, button.bg-light-red:focus {
  background-color: rgba(154, 13, 30, 0.2) !important;
}

.bg-light-orange {
  background-color: rgba(234, 151, 15, 0.2) !important;
}

a.bg-light-orange:hover, a.bg-light-orange:focus, button.bg-light-orange:hover, button.bg-light-orange:focus {
  background-color: rgba(186, 120, 12, 0.2) !important;
}

.bg-light-green {
  background-color: rgba(129, 189, 63, 0.2) !important;
}

a.bg-light-green:hover, a.bg-light-green:focus, button.bg-light-green:hover, button.bg-light-green:focus {
  background-color: rgba(103, 151, 50, 0.2) !important;
}

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

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

.bg-dark-green {
  background-color: #498309 !important;
}

a.bg-dark-green:hover, a.bg-dark-green:focus, button.bg-dark-green:hover, button.bg-dark-green:focus {
  background-color: #2e5306 !important;
}

.text-primary {
  color: #2a3764 !important;
}

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

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

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

.text-success {
  color: #81BD3F !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-dark-navy {
  color: #20274c !important;
}

a.text-dark-navy:hover, a.text-dark-navy:focus {
  color: #111528 !important;
}

.text-gold {
  color: #E2B326 !important;
}

a.text-gold:hover, a.text-gold:focus {
  color: #bc9319 !important;
}

.text-background {
  color: #f9f9f9 !important;
}

a.text-background:hover, a.text-background:focus {
  color: #e0e0e0 !important;
}

.text-pale-blue {
  color: #DFEEFF !important;
}

a.text-pale-blue:hover, a.text-pale-blue:focus {
  color: #acd3ff !important;
}

.text-primary-green {
  color: #81BD3F !important;
}

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

.text-primary-orange {
  color: #ea970f !important;
}

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

.text-primary-red {
  color: #c91127 !important;
}

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

.text-secondary-red {
  color: #F2324A !important;
}

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

.text-black-87 {
  color: rgba(0, 0, 0, 0.870588) !important;
}

a.text-black-87:hover, a.text-black-87:focus {
  color: rgba(0, 0, 0, 0.870588) !important;
}

.text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

a.text-black-60:hover, a.text-black-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-black-38 {
  color: rgba(0, 0, 0, 0.380392) !important;
}

a.text-black-38:hover, a.text-black-38:focus {
  color: rgba(0, 0, 0, 0.380392) !important;
}

.text-black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

a.text-black-20:hover, a.text-black-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}

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

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

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

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

.text-yellow {
  color: #e4ca2f !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #c6ad1a !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

a.text-white-60:hover, a.text-white-60:focus {
  color: rgba(230, 230, 230, 0.6) !important;
}

.text-white-38 {
  color: rgba(255, 255, 255, 0.380392) !important;
}

a.text-white-38:hover, a.text-white-38:focus {
  color: rgba(230, 230, 230, 0.380392) !important;
}

.text-white-8 {
  color: rgba(255, 255, 255, 0.0784314) !important;
}

a.text-white-8:hover, a.text-white-8:focus {
  color: rgba(230, 230, 230, 0.0784314) !important;
}

.text-light-red {
  color: rgba(201, 17, 39, 0.2) !important;
}

a.text-light-red:hover, a.text-light-red:focus {
  color: rgba(154, 13, 30, 0.2) !important;
}

.text-light-orange {
  color: rgba(234, 151, 15, 0.2) !important;
}

a.text-light-orange:hover, a.text-light-orange:focus {
  color: rgba(186, 120, 12, 0.2) !important;
}

.text-light-green {
  color: rgba(129, 189, 63, 0.2) !important;
}

a.text-light-green:hover, a.text-light-green:focus {
  color: rgba(103, 151, 50, 0.2) !important;
}

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

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

.text-dark-green {
  color: #498309 !important;
}

a.text-dark-green:hover, a.text-dark-green:focus {
  color: #2e5306 !important;
}

.margin-r8 {
  margin-right: 8px !important;
}

.content-block > h4[id]:before, .content-block > h5[id]:before {
  display: block;
  content: " ";
  margin-top: -130px;
  height: 130px;
  visibility: hidden;
}

.flex-100 {
  flex: 100%;
}

_:-ms-fullscreen, :root .pmd-content {
  transition: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.modal-dialog-centered {
  height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    height: calc(100% - 3.5rem);
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto !important;
  }
}
.content-height {
  min-height: calc(100vh - 61px);
}

.rightSideNavOpen {
  right: 0;
  -ms-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  transition: none !important;
}

html {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  html {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.4875rem;
  }

  h5 {
    font-size: 1.05rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }

  .mb-5-sm {
    margin-bottom: 3rem !important;
  }

  .mb-6-sm {
    margin-bottom: 4rem !important;
  }

  .pmd-navbar .navbar-brand {
    font-size: 1.1rem;
  }

  .pmd-navbar .navbar-brand .mdi {
    font-size: 1.5rem !important;
  }

  .pmd-tabs .nav-tabs .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dataTables_wrapper .search-paper {
    width: auto;
  }

  .dataTables_wrapper .search-paper .search-icon {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html {
    font-size: 16px;
  }

  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 2.1rem;
  }

  h4 {
    font-size: 1.4875rem;
  }

  h5 {
    font-size: 1.05rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }

  .mb-5-sm {
    margin-bottom: 3rem !important;
  }

  .mb-6-sm {
    margin-bottom: 4rem !important;
  }

  .pmd-navbar .navbar-brand {
    font-size: 1.1rem;
  }

  .pmd-navbar .navbar-brand .mdi {
    font-size: 1.5rem !important;
  }

  .dataTables_wrapper .search-paper {
    width: auto;
  }

  .dataTables_wrapper .search-paper .search-icon {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
body {
  color: rgba(0, 0, 0, 0.6) !important;
  background: #f9f9f9;
}

.navbar-brand {
  color: #fff;
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-brand.logo {
  width: 50px;
  height: 50px;
  background-image: url(/images/garda-crest_ol3vjp_c_scale,w_50.png);
  background-size: contain;
  text-indent: -9999px;
}

.navbar .pmd-sidebar-toggle {
  margin: 0.75rem 1rem 0.75rem 0 !important;
}

.navbar.fixed-top {
  z-index: 1031;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.87) !important;
}

h1, h2, .h1, .h2 {
  font-weight: 300;
}

h3, h4, h5, .h3, .h4, .h5 {
  font-weight: 400;
}

h6, .h6 {
  letter-spacing: 0.025rem;
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

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

.heading-4 {
  font-size: 2.125rem;
  font-weight: 500;
}

.euro-large {
  font-size: 1.75rem;
  font-weight: 500;
  color: #2a3764 !important;
}

.heading-6, .heading-6-active, .heading-6-light, .heading-6-navy {
  font-size: 1.25rem;
  font-weight: 500;
}

.heading-6-active {
  color: #2a3764 !important;
}

.heading-6-light {
  color: #fff !important;
}

.heading-6-navy {
  color: #2a3764 !important;
}

.subtitle-1, .subtitle-1-medium, .subtitle-1-bold, .subtitle-1-inactive, .subtitle-1-disabled, input[disabled], .subtitle-1-light, .subtitle-1-light-medium, .subtitle-1-light-bold, .subtitle-1-light-inactive, .subtitle-1-light-disabled {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.subtitle-1-medium {
  font-weight: 500;
}

.subtitle-1-bold {
  font-weight: 700;
}

.subtitle-1-inactive {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6) !important;
}

.subtitle-1-disabled, input[disabled] {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.38) !important;
}

.subtitle-1-light {
  color: #fff !important;
}

.subtitle-1-light-medium {
  font-weight: 500 !important;
  color: #fff !important;
}

.subtitle-1-light-bold {
  font-weight: 700;
  color: #fff !important;
}

.subtitle-1-light-inactive {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6) !important;
}

.subtitle-1-light-disabled {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38) !important;
}

.body-1-med {
  font-weight: 500;
}

.body-1-bold {
  font-weight: 700;
}

.body-1-active {
  color: #2a3764;
}

.body-2, .body-2-label, .body-2-dark, .body-2-active, .body-2-error, .body-2-light, .body-2-med, .body-2-med-active, .body-2-med-dark, .body-2-med-light, .pmd-chip .pmd-chip-action, .pmd-list .list-group-item p, .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.body-2-label {
  color: rgba(0, 0, 0, 0.38) !important;
}

.body-2-dark {
  color: rgba(0, 0, 0, 0.87) !important;
}

.body-2-active {
  color: #2a3764 !important;
}

.body-2-error {
  color: #c91127 !important;
}

.body-2-light {
  color: #fff !important;
}

.body-2-med {
  font-weight: 500;
}

.body-2-med-active {
  font-weight: 500;
  color: #2a3764 !important;
}

.body-2-med-dark {
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 500;
}

.body-2-med-light {
  font-weight: 500;
  color: #fff !important;
}

.body-3, .body-3-success, .body-3-warning, .body-3-error, .body-3-light, .body-3-med-light, .body-3-bold-light {
  font-size: 0.815rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.body-3-success {
  color: #259b24;
}

.body-3-warning {
  color: #ea970f;
}

.body-3-error {
  color: #c91127;
}

.body-3-light {
  color: #fff;
}

.body-3-med-light {
  font-weight: 500;
  color: #fff;
}

.body-3-bold-light {
  color: #fff;
  font-weight: 700;
}

.caption, .caption-disabled, .caption-active, .caption-success, .caption-warning, .caption-error, .caption-light, .caption-light-inactive, .caption-light-active, .caption-light-error, .caption-light-disabled, .caption2-med-active, .caption2-light {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.caption-disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}

.caption-active {
  color: #2a3764 !important;
}

.caption-success {
  color: #259b24 !important;
}

.caption-warning {
  color: #ea970f !important;
}

.caption-error {
  color: #c91127 !important;
}

.caption-light {
  color: #fff !important;
}

.caption-light-inactive {
  color: rgba(255, 255, 255, 0.6) !important;
}

.caption-light-active {
  color: #ea970f !important;
}

.caption-light-error {
  color: #F2324A !important;
}

.caption-light-disabled {
  color: rgba(255, 255, 255, 0.38) !important;
}

.caption2 {
  font-size: 0.6875rem !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.caption2-med-active {
  color: #2a3764 !important;
  font-weight: 500;
}

.caption2-light {
  color: white !important;
}

.pmd-col-listing-item.pallete-model span {
  font-size: 0.75rem;
}

.pmd-col-listing.pmd-col-listing-hover .pmd-col-listing-item:hover {
  color: rgba(0, 0, 0, 0.87) !important;
}

code[class*=language-], pre[class*=language-] {
  letter-spacing: -0.5px;
  font-size: 0.8rem;
  line-height: 1.3;
}

code[class*=language-] span.token, pre[class*=language-] span.token {
  white-space: normal !important;
}

/*.pmd-modal .modal-body {
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    text-align: center
}*/
.pmd-modal .modal-footer {
  padding: 1rem;
}

aside {
  background: #f2f2f2;
}

aside ul.nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  line-height: normal !important;
}

aside ul.nav > li a.active {
  color: #2a3764 !important;
  font-weight: 500 !important;
  background: #dfeeff !important;
}

aside ul.nav > li a {
  -ms-flex-align: center !important;
  align-items: center !important;
  font-weight: 400 !important;
}

aside ul.nav > li a:focus {
  background: none !important;
}

aside ul.nav > li a:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

aside ul.nav > li a[aria-expanded=false]:after {
  content: "\f0142";
}

aside ul.nav > li a[aria-expanded=true]:after {
  content: "\f0140";
}

aside ul.nav > li .mdi {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: #2a3764 !important;
}

aside ul.nav > li .mdi.mdi-chevron-down, aside ul.nav > li .mdi.mdi-chevron-right {
  margin-right: 0;
}

aside ul.nav > li ul.show {
  background: none !important;
}

aside ul.nav > li ul li > a {
  padding-left: 60px !important;
}

aside ul.nav > li ul li > a .mdi {
  margin-left: -30px;
}

aside ul.nav > li ul li > a.active {
  color: #2a3764 !important;
  font-weight: 500 !important;
  background: rgba(0, 0, 0, 0.12) !important;
  border-left: 4px solid #2a3764;
}

aside ul.nav > li ul li ul li > a {
  padding-left: 88px !important;
  font-size: 0.875rem;
}

.pmd-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}

.pmd-tabs .nav-tabs .nav-item .nav-link {
  border-bottom: 3px solid transparent;
}

.pmd-tabs .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #e4ca2f !important;
}

.pmd-tabs .pmd-tab-active-bar {
  display: none;
}

.anchorMenu ul {
  list-style: none;
  border-left: 1px solid #2a3764;
}

.anchorMenu ul li a.list-group-item, .anchorMenu ul li a.list-group-item:first-child {
  background: none;
  border: none;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-left: 7px solid transparent;
  padding: 8px;
  font-size: 0.9rem;
}

.anchorMenu ul li a.list-group-item.active, .anchorMenu ul li a.list-group-item:first-child.active {
  border-left: 7px solid #2a3764;
  color: #2a3764;
  font-weight: bold;
}

.alert {
  display: flex;
  flex-direction: row;
  padding: 1rem;
}

.alert .mdi {
  margin-right: 1rem;
  font-size: 1.5rem;
}

.alert .mdi.mdi-chevron-right, .alert .mdi.mdi-reload {
  margin-right: 0;
}

.alert p {
  margin: 0;
}

.btn, .uploader-btn {
  font-weight: 500;
  min-width: 3rem;
}

.btn:disabled, .uploader-btn:disabled {
  opacity: 1 !important;
}

.btn.btn-primary:hover, .uploader-btn:hover {
  background: #5c6689;
  border-color: #5c6689;
  color: #fff;
}

.btn.btn-primary:active, .uploader-btn:active, .btn.btn-primary:focus, .uploader-btn:focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .uploader-btn:not(:disabled):not(.disabled).active {
  background: #2a3764;
  border-color: #2a3764;
}

.btn.btn-primary .ink, .uploader-btn .ink {
  background-color: #6E7795;
}

.btn.btn-primary.disabled, .disabled.uploader-btn, .btn.btn-primary:disabled, .uploader-btn:disabled {
  background: rgba(0, 0, 0, 0.12);
  border-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.38);
}

.btn.btn-primary.pmd-btn-flat, .pmd-btn-flat.uploader-btn {
  background: #fff;
}

.btn.btn-primary.pmd-btn-flat:hover, .pmd-btn-flat.uploader-btn:hover, .btn.btn-primary.pmd-btn-flat .ink, .pmd-btn-flat.uploader-btn .ink {
  background: #E6E8EE;
  color: #2a3764;
  border-color: #E6E8EE;
}

.btn.btn-primary.pmd-btn-flat:active, .pmd-btn-flat.uploader-btn:active, .btn.btn-primary.pmd-btn-flat:focus, .pmd-btn-flat.uploader-btn:focus {
  background: #fff !important;
  border-color: #fff !important;
}

.btn.btn-secondary, .btn-secondary.uploader-btn {
  border-color: rgba(0, 0, 0, 0.12);
  color: #2a3764;
}

.btn.btn-secondary:hover, .btn-secondary.uploader-btn:hover, .btn.btn-secondary .ink, .btn-secondary.uploader-btn .ink {
  background: #E6E8EE;
}

.btn.btn-secondary:disabled, .btn-secondary.uploader-btn:disabled {
  background: white;
  color: rgba(0, 0, 0, 0.38);
}

.btn.btn-danger:hover, .btn-danger.uploader-btn:hover, .btn.btn-danger .ink, .btn-danger.uploader-btn .ink {
  background: #c91127;
  opacity: 0.6;
}

.btn.btn-yellow, .btn-yellow.uploader-btn {
  color: black;
}

.btn.btn-yellow:hover, .btn-yellow.uploader-btn:hover, .btn.btn-yellow .ink, .btn-yellow.uploader-btn .ink {
  background: #e4ca2f;
  opacity: 0.6;
}

.btn.btn-yellow, .btn-yellow.uploader-btn {
  color: black;
}

.btn.btn-yellow:hover, .btn-yellow.uploader-btn:hover, .btn.btn-yellow .ink, .btn-yellow.uploader-btn .ink {
  background: #e4ca2f;
  opacity: 0.6;
}

.btn.btn-selector, .btn-selector.uploader-btn {
  padding: 0.5rem;
  min-width: 0;
}

.pmd-accordion .btn[aria-expanded=false] .mdi-chevron-down, .pmd-accordion [aria-expanded=false].uploader-btn .mdi-chevron-down {
  transform: rotate(-90deg);
}

:-ms-fullscreen, :root .pmd-card {
  box-shadow: 0 1px 4px #a1a1a1;
}

.pmd-card .row .media-body .body-3, .pmd-card .row .media-body .body-3-success, .pmd-card .row .media-body .body-3-warning, .pmd-card .row .media-body .body-3-error, .pmd-card .row .media-body .body-3-light, .pmd-card .row .media-body .body-3-med-light, .pmd-card .row .media-body .body-3-bold-light {
  margin-bottom: 0;
}

.pmd-card .card-header h2 {
  margin-bottom: 0;
}

.pmd-card .card-header p {
  margin-top: 0.33333rem;
  margin-bottom: 0;
}

.pmd-card .aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 52.46332%;
  background: white;
  position: relative;
}

.pmd-card .aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a3764;
}

.pmd-card .flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pmd-card .viewport-sizing {
  font-size: 6rem;
  color: #e4ca2f;
}

.pmd-chip {
  border-radius: 1rem;
  background: none;
  padding: 0 0.5rem;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pmd-chip:hover, .pmd-chip.pmd-chip-checked-icon, .pmd-chip.chip-link {
  background: #e7e7e7;
}

.pmd-chip.chip-filter {
  color: #2a3764 !important;
  background: #fff;
}

.pmd-chip.chip-filter.pmd-chip-checked {
  background: #E6E8EE;
}

.pmd-chip.chip-link:hover {
  text-decoration: none;
}

.pmd-chip i {
  vertical-align: bottom;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
  background: none;
}

.pmd-chip.chip-filtering {
  background: #fff;
}

.pmd-chip.chip-filtering i {
  color: rgba(0, 0, 0, 0.380392);
  margin-right: -2px !important;
  margin-left: 0.25rem !important;
  font-size: 18px !important;
}

.pmd-chip.bg-primary {
  background-color: #DFEEFF !important;
  border: 1px solid #DFEEFF;
}

.pmd-chip.bg-primary:hover {
  background-color: #e7f2ff !important;
  border-color: #bbc8d6;
}

.pmd-chip.bg-primary a {
  color: #2a3764;
}

.pmd-chip.bg-primary a .mdi {
  color: #2a3764;
}

.pmd-chip .pmd-chip-action {
  color: #fff;
}

.pmd-chip .pmd-chip-action i {
  vertical-align: bottom;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
  background: none;
}

.pmd-chip .pmd-chip-action:hover, .pmd-chip .pmd-chip-action:active, .pmd-chip .pmd-chip-action:focus {
  text-decoration: none;
}

.pmd-chip.bg-danger {
  border: 1px solid #c91127;
}

.pmd-chip.bg-danger:hover {
  background-color: #d64a5b !important;
  border-color: #a90e21;
}

.pmd-chip.bg-warning {
  border: 1px solid #ea970f;
}

.pmd-chip.bg-warning:hover {
  background-color: #efb049 !important;
  border-color: #c57f0d;
}

.pmd-chip.bg-outline-primary {
  border: 1px solid #e0e0e0;
}

.pmd-chip.bg-outline-primary:hover {
  background-color: #ececec !important;
  border-color: #e0e0e0;
}

.pmd-chip.bg-outline-primary a {
  color: #2a3764;
}

.pmd-chip.bg-outline-primary a .mdi {
  color: #2a3764;
}

.pmd-chip.bg-outline-primary:hover {
  background: #E0E0E0;
}

.pmd-textfield-floating-label-active label {
  color: #2a3764 !important;
}

.pmd-textfield-floating-label-active label.is-invalid {
  color: #c91127 !important;
}

.pmd-textfield-floating-label-active label.is-valid {
  color: #81BD3F !important;
}

.pmd-textfield-floating-label-active .pmd-textfield-focused {
  background-color: #2a3764;
}

.pmd-textfield-floating-label .is-warning {
  color: #ea970f !important;
}

.pmd-textfield-is-invalid label {
  color: #c91127 !important;
}

.pmd-textfield-is-invalid .pmd-textfield-focused {
  background-color: #c91127 !important;
}

.pmd-textfield-is-valid label {
  color: #81BD3F !important;
}

.pmd-textfield-is-valid .pmd-textfield-focused {
  background-color: #81BD3F !important;
}

.pmd-checkbox label .ink {
  background: #e4ca2f;
  opacity: 0.6;
}

.pmd-checkbox label:after {
  bottom: auto !important;
  top: 3px !important;
}

.pmd-checkbox label:before {
  bottom: auto !important;
  top: 5px !important;
}

.pmd-checkbox input:checked ~ label::after {
  background-color: #E2B326 !important;
  border: none !important;
}

.pmd-checkbox input:disabled ~ label .ink {
  background: rgba(0, 0, 0, 0.38);
  opacity: 0.6;
}

.pmd-checkbox input:disabled:checked ~ label::before {
  background: none !important;
}

.pmd-checkbox input:disabled:checked ~ label::after {
  background: rgba(0, 0, 0, 0.38) !important;
}

.pmd-switch label span {
  background: rgba(0, 0, 0, 0.38) !important;
}

.pmd-switch label input[type=checkbox]:checked + span {
  background: #F0DFA9 !important;
}

.pmd-switch label input[type=checkbox]:checked + span::after {
  background-color: #E2B326 !important;
}

.pmd-radio label .ink {
  background: #E2B326;
  opacity: 0.6;
}

.pmd-radio input:checked ~ label::after {
  border-color: #E2B326 !important;
}

.pmd-radio input:checked ~ label::before {
  background-color: #E2B326 !important;
}

.pmd-tabs .nav-tabs .nav-item .nav-link {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.pmd-tabs .nav-tabs .nav-item .nav-link i.mdi {
  display: inline-flex;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.timeline {
  list-style: none;
  padding: 0;
}

.timeline .timeline-line {
  background: #d4d9df;
  position: relative;
  width: 1px;
  top: 20px;
  left: 1rem;
}

.timeline .timeline-line:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #2a3764;
  position: absolute;
  left: -7.5px;
  top: -6px;
  border-radius: 50%;
}

.timeline li:last-child .timeline-date:after {
  background: none !important;
}

.timeline > li {
  margin: 0;
  position: relative;
  display: flex !important;
  flex-direction: row !important;
}

.timeline > li .timeline-date {
  position: relative;
  text-align: right;
  padding-right: 0.5rem;
  margin-top: 14px;
  line-height: 1;
  min-width: 56px;
}

.timeline > li .timeline-date:after {
  content: "";
  background: #d4d9df;
  position: absolute;
  width: 1px;
  top: 15px;
  height: 100%;
  right: -0.9rem;
}

.timeline > li .timeline-date:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #2a3764;
  position: absolute;
  right: -1.3rem;
  z-index: 0;
  border-radius: 50%;
}

.timeline > li .timeline-content > div {
  background: #fff;
  position: relative;
  padding: 1rem;
  margin: 0 0 1rem 2.5rem;
  border-radius: 4px;
}

.timeline > li .timeline-content > div i.mdi {
  margin-right: 0.5rem;
  margin-left: -0.33333rem;
  color: #2a3764;
}

.timeline > li .timeline-content > div p {
  margin: 0;
  margin-top: 0.5rem;
}

.timeline > li .timeline-content > div:first-child:after, .timeline > li .timeline-content > div:first-child:before {
  right: 100%;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.timeline > li .timeline-content > div:first-child:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 10px;
}

.timeline > li .timeline-content > div:first-child:before {
  border-color: rgba(105, 105, 105, 0);
  border-right-color: #dddddd;
  border-width: 11px;
  top: 9px;
}

.pmd-list .list-header {
  background: #f9f9f9;
  padding: 1.3rem 1rem;
}

.pmd-list .list-header .mdi {
  width: 1.5rem;
  margin-right: 1rem;
  color: #2a3764;
  font-size: 1.5rem;
}

.pmd-list .list-header h3 {
  margin: 0;
}

.pmd-list .list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  border-right: none;
}

.pmd-list .list-group-item h4 {
  margin-bottom: 0.25rem;
}

.pmd-list .list-group-item p {
  margin: 0;
  margin-bottom: 0.25rem;
}

.pmd-list .list-group-item p:last-child {
  margin-bottom: 0;
}

.pmd-list .list-group-item .mdi {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #2a3764;
}

.pmd-list .list-group-item .mdi:last-child {
  margin-right: 0;
  color: rgba(0, 0, 0, 0.87);
}

.pmd-list .list-group-item .custom-control {
  margin-right: 0;
}

.pmd-list .list-group-item .custom-control .custom-control-label:after {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.380392);
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.pmd-list .list-group-item .custom-control .custom-control-label .ink {
  background: #81BD3F;
  opacity: 0.6;
}

.pmd-list .list-group-item .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #81BD3F !important;
  border: 1px solid #498309 !important;
}

.table-pattern, .table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
  font-size: 0.75rem !important;
  border-top-color: rgba(0, 0, 0, 0.12) !important;
  border-bottom: none !important;
  padding: 1rem !important;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table > thead > tr > td, .table > thead > tr > th {
  white-space: nowrap;
}

.table > thead > tr > td:first-child, .table > thead > tr > th:first-child {
  padding-left: 1rem !important;
}

.table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
  padding-right: 1rem !important;
}

.table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
  padding-right: 1rem !important;
}

.table > thead > tr > td.sorting, .table > thead > tr > td.sorting_desc, .table > thead > tr > td.sorting_asc, .table > thead > tr > th.sorting, .table > thead > tr > th.sorting_desc, .table > thead > tr > th.sorting_asc {
  padding-right: 2rem !important;
}

.table > thead .sorting:after, .table > thead .sorting_asc:after, .table > thead .sorting_desc:after, .table > thead .sorting_asc_disabled:after, .table > thead .sorting_desc_disabled:after, .table > thead .sorting:before, .table > thead .sorting_asc:before, .table > thead .sorting_desc:before, .table > thead .sorting_asc_disabled:before, .table > thead .sorting_desc_disabled:before {
  font-family: "Material Design Icons" !important;
  right: 0.5rem;
  bottom: 11px;
}

.table > thead .sorting:after {
  content: "" !important;
}

.table > thead .sorting:before {
  content: "" !important;
}

.table > thead .sorting_asc:after {
  content: "" !important;
}

.table > thead .sorting_desc:after {
  content: "" !important;
}

.table > thead .sorting_asc:before {
  content: "\f0143" !important;
  opacity: 1 !important;
  font-size: 16px;
}

.table > thead .sorting_desc:before {
  content: "\f0140" !important;
  opacity: 1 !important;
  font-size: 16px;
}

.table > tbody > tr:hover {
  background-color: #e5e7ec !important;
}

.table > tbody > tr > td, .table > tbody > tr > th {
  font-size: 0.875rem !important;
}

.table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child {
  padding-left: 1rem !important;
}

.table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child {
  padding-right: 1rem !important;
}

.dataTables_filter label .search-icon {
  float: left;
  margin-top: 0.5rem;
}

.dataTables_filter label .search-icon i {
  color: rgba(0, 0, 0, 0.38);
}

table.pmd-table.table {
  margin-bottom: 0 !important;
}

.pmd-card-footer {
  border-top: 1px solid #E0E0E0 !important;
  color: rgba(0, 0, 0, 0.54) !important;
  font-size: 0.75rem !important;
}

.pmd-card-footer .pmd-datatable-pagination {
  font-size: 0.75rem;
}

.pmd-card-footer .pmd-datatable-pagination .pagination > li > a, .pmd-card-footer .pmd-datatable-pagination .pagination > li > span {
  color: #2A3764;
}

.pmd-card-footer .pmd-datatable-pagination .pagination > li.previous a, .pmd-card-footer .pmd-datatable-pagination .pagination > li.next a {
  font-family: "Material Design Icons" !important;
}

.pmd-card-footer .pmd-datatable-pagination .pagination > li.next a::before {
  content: "\f0142" !important;
  margin-top: 2px;
}

.pmd-card-footer .pmd-datatable-pagination .pagination > li.previous a::before {
  content: "\f0141" !important;
}

.pmd-card-footer .pmd-datatable-pagination .dataTables_length select {
  width: 48px !important;
  border: none;
  opacity: 0.54;
}

.pmd-card-footer .dataTables_info {
  padding-top: 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
  padding-left: 2rem !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  content: "\f1d9";
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  top: 15px;
  left: 5px;
  height: auto;
  width: auto;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\f1d8";
}

.pmd-btn-fab i {
  font-size: 1.5rem;
}

.loader {
  height: 190px;
}

.loader .loader-container {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 100%;
  background: #fff;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  vertical-align: text-bottom;
  border: 1rem solid #2a3764;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.select2 {
  width: 100% !important;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.select2 .select2-selection {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  outline: none;
  box-shadow: none !important;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0 0 0.5rem;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #2A3764;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #2A3764;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #E3E3E3;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: rgba(0, 0, 0, 0.87);
  background: #E3E3E3;
  border: 1px solid #E3E3E3;
}

.select2-w100 .select2-container {
  width: 100% !important;
}

.fix-focused .pmd-textfield-focused {
  bottom: 0;
  top: auto;
  position: absolute;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  padding: 0 0.25rem;
  color: rgba(0, 0, 0, 0.87);
}

.action-owner .select2-container--default .select2-selection {
  border: 0 !important;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12) !important;
  outline: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.25rem 0 0.5rem !important;
  height: calc(1.5em + 0.75rem + 2px);
  color: rgba(0, 0, 0, 0.87);
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #2a3764;
}

.select2-results__option[aria-selected=true] {
  display: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  border-radius: 1rem;
  padding: 0 0.5rem;
  line-height: 2rem;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  position: relative;
  padding-right: 2rem;
  border-radius: 1rem;
  background: #fff;
  padding-left: 0.5rem;
  line-height: 32px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 12px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  top: 7px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.380392);
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 5px;
}

.appbar-search {
  width: 100%;
  margin: 0 !important;
}

.appbar-search .form-group {
  margin: 0 !important;
  position: relative;
}

.appbar-search .form-group .mdi {
  position: absolute;
  color: rgba(0, 0, 0, 0.6) !important;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.appbar-search .form-group .mdi.icon-right {
  top: 0;
  right: 0;
}

.appbar-search .form-group input[type=text] {
  border-width: 0;
  padding: 0.66667rem 1rem;
  padding-left: 4rem;
}

.appbar-search .form-group input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.38) !important;
  font-size: 0.75rem;
}

.navbar .pmd-tabs .pmd-tab-active-bar {
  display: none;
}

.navbar .pmd-tabs a.nav-link {
  color: #fff;
  flex-direction: column;
  -ms-flex-direction: column;
  font-weight: 300;
  text-transform: none;
}

@media (max-width: 576px) {
  .navbar .pmd-tabs a.nav-link {
    font-size: 0.75rem !important;
  }
}
.navbar .pmd-tabs a.nav-link .mdi {
  font-size: 2.125rem !important;
  margin-bottom: 0.5rem;
  margin-right: 0 !important;
}

@media (max-width: 576px) {
  .navbar .pmd-tabs a.nav-link .mdi {
    font-size: 1.5rem !important;
  }
}
.navbar .pmd-tabs a.nav-link.active {
  color: #e4ca2f;
  border-bottom: none !important;
}

.navbar .pmd-accordion {
  width: 100%;
}

.navbar .pmd-accordion .card-header {
  border-radius: 0;
  margin: 0;
}

.navbar .pmd-accordion .card-header .btn, .navbar .pmd-accordion .card-header .uploader-btn {
  border-radius: 0;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}

.navbar .pmd-accordion .card-header .btn:before, .navbar .pmd-accordion .card-header .uploader-btn:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 48%;
  width: 2rem;
  color: white;
  border-top: 2px solid white;
}

.navbar.nav-search {
  padding: 0 0.5rem;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  display: none !important;
  border: none !important;
}

.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {
  font: normal normal normal 24px/1 "Material Design Icons" !important;
  content: "\f0141" !important;
}

.owl-carousel .owl-dots {
  bottom: 50px !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #DFEEFF !important;
}

.bootstrap-datetimepicker-widget {
  width: 100%;
}

.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  display: inline-block;
  width: 32px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
}

.pmd-keyboard-arrow-left::after {
  content: "\f0141" !important;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons" !important;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}

.modal-date .modal-content {
  border: none;
  border-radius: 0;
  background-clip: border-box;
}

.modal-date .modal-footer {
  border-top: 0;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.topdateinfo, .timepicker-picker, .timepicker .secondHnad, .timepicker .minuteHnad, .timepicker .hourHnad, .timepicker .secondHnad:after, .timepicker .minuteHnad:after, .timepicker .hourHnad:after, .timepicker .secondHnad:before, .timepicker .minuteHnad:before, .timepicker .hourHnad:before {
  background: #2a3764;
}

.topdateinfo .yearonly {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6) !important;
}

.datepicker .day {
  font-size: 0.75rem !important;
}

.datepicker .day.active span, .datepicker .day:hover span, .datepicker .day.active:hover span {
  background-color: #2a3764 !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: none !important;
  text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
  display: none;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  color: #fff;
}

.pmd-range-slider.noUi-connect, .pmd-range-slider .noUi-connect, .pmd-range-slider .noUi-handle:before, .pmd-range-slider .noUi-tooltip, .pmd-range-slider .noUi-tooltip:before {
  background: #2a3764 !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*----------------------------------------------------------------------*/
.aside-nav {
  background-color: #000;
  height: 100%;
  list-style-type: none;
  margin: 0;
  width: 80px;
  top: 60px;
  left: 0;
  position: fixed;
  z-index: 998;
  padding: 0;
}
.aside-nav a {
  text-decoration: none !important;
  width: 100%;
  height: 60px;
  line-height: 62px;
  display: block;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  color: #717B87;
  text-align: center;
  /*
  &.active {
      position: relative;

      &:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 7px;
          background-color: $link-color;
         // border-radius: 0 10px 10px 0;
      }
  }   */
}
.aside-nav a i {
  padding-right: 5px;
  font-size: 16px;
}
.aside-nav a.active, .aside-nav a:hover {
  background-color: #161717;
  color: #2196f3;
}

.date-range-wrapper .form-control[readonly=readonly] {
  cursor: pointer !important;
}
.date-range-wrapper .form-control[readonly=readonly]:disabled {
  background-color: #e9ecef !important;
  cursor: default !important;
}

.date-range-wrapper {
  position: relative;
}
.calendar-table {
  color: #000;
}

/*
.date-range-wrapper i:not(.dpClear) {
    z-index: 3;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

         */
/*----------------------------------------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(42, 42, 42, 0.8);
  /*dim the background*/
  overflow-y: hidden;
}

.drawer-header {
  background-color: #161717;
  padding: 9px 20px;
}
.drawer-header button {
  color: #fff;
}
.drawer-header h6 {
  color: #E7E7E7;
}

.side-drawer {
  width: 0;
  position: fixed;
  z-index: 1050;
  top: 80px;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.side-drawer.right {
  right: 0;
}
.side-drawer.left {
  left: 0;
}
.side-drawer.open {
  width: 584px;
}
#drawerBody {
  background-color: #272727;
  padding: 0 20px;
  position: absolute;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#drawerBody .body {
  flex: 1;
}
#drawerBody .drawer-footer {
  position: fixed;
  right: 17px;
  bottom: 0;
  width: 567px;
  z-index: 10002;
  background-color: #ffffff;
}
#drawerBody .drawer-footer + div {
  margin-bottom: 55px;
}

@media screen and (max-height: 450px) {
  .side-drawer {
    padding-top: 15px;
  }
}
.slide-left-leave-active,
.slide-left-enter-active,
.slide-right-leave-active,
.slide-right-enter-active {
  transition: 0.3s;
}

.slide-left-enter,
.slide-left-leave-to {
  transform: translate(100%, 0);
}

.slide-right-enter,
.slide-right-leave-to {
  transform: translate(-100%, 0);
}

.drawer-buttons-btm {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  padding: 15px 0;
  background-color: #272727;
}

.input-wrapper {
  position: relative;
  /*input {
      position: relative;
      z-index: 10;
  }

  i {
      z-index: 25;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
  }

  i + input {
      padding-left: 32px;
  }*/
}
.input-wrapper .input-group-text {
  background-color: #f9f9f9;
  border-right: none;
}

/*----------------------------------------------------------------------*/
.floating-control:-webkit-autofill {
  animation-name: onAutoFillStart;
}

.floating-control:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

@keyframes onAutoFillStart {}
@keyframes onAutoFillCancel {}
.floating-group {
  position: relative;
  padding-top: 0.25rem;
}
.floating-group.is-filled, .floating-group.is-focused {
  padding-top: 1.125rem;
}
.floating-group.is-filled .floating-control + .floating-label, .floating-group.is-focused .floating-control + .floating-label {
  z-index: 100;
  top: 0;
  transform: translateY(0);
  font-size: 0.875rem;
  color: #2A3764;
}
.floating-group.is-filled:after, .floating-group.is-focused:after {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #2A3764;
}
.floating-group:after {
  content: "";
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0px;
  background-color: #2a3764;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  z-index: 10;
}

.floating-control {
  z-index: 101;
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 4px 4px 0 0;
  font-size: 1rem;
  padding: 0.25rem 0 0.5rem;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  /*    &:-webkit-autofill + .floating-label, &:focus + .floating-label {
      z-index: 100;
      top: 0;
      transform: translateY(0);
      font-size: $font-size-sm;
      color: $primary;
  }

  &:autofill + .floating-label {
      z-index: 100;
      top: 0;
      transform: translateY(0);
      font-size: $font-size-sm;
      color: $primary;
  }

  &:focus {
      border-bottom-color: $primary;
      box-shadow: 0px 2px 1px $primary;
  }*/
}
.floating-control:-webkit-autofill, .floating-control:-webkit-autofill:hover, .floating-control:-webkit-autofill:focus, .floating-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.floating-label {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-11px);
  font-size: 1rem;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-form-icon-wrapper {
  position: relative;
}
.floating-form-icon-wrapper .floating-control {
  padding-right: 40px;
}

.floating-form-icon {
  position: absolute;
  right: 0;
  bottom: -4px;
  font-size: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
}

button.floating-form-icon {
  cursor: pointer;
  z-index: 102;
}

/*----------------------------------------------------------------------*/
/* Header */
.global-header .divider:before {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background-color: #fff;
}

.site-logo {
  text-decoration: none !important;
  background-color: #fff;
  line-height: 60px;
  display: block;
  text-align: center;
  font-weight: 500;
  width: 187px;
  height: 60px;
}
.site-logo img {
  width: 127px;
}

@media (max-width: 991.98px) {
  .global-nav-wrapper {
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    background-color: #fff;
    position: fixed;
    z-index: 1030;
    left: 0;
    top: 64px;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(-280px, 0, 0);
  }
  .show .global-nav-wrapper {
    min-width: 280px;
    width: 280px;
    transform: translate3d(0, 0, 0);
  }
}

.global-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .global-nav {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .global-nav li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.global-nav-link {
  padding: 0.625rem 1.25rem;
}
@media (max-width: 991.98px) {
  .global-nav-link {
    -ms-flex: 1;
    display: flex;
    align-items: center;
  }
  .global-nav-link > .mdi {
    font-size: 1.25rem;
    margin-right: 1rem;
    color: #2A3764 !important;
  }
}
@media (min-width: 992px) {
  .global-nav-link {
    display: block;
    color: #2A3764;
  }
  .global-nav-link > .mdi {
    display: none;
  }
}

.global-search {
  position: relative;
  background-color: #424242;
}
.global-search ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.global-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.global-search ::placeholder {
  color: #fff;
}
.global-search input {
  background-color: transparent;
  border-color: #424242;
  padding-right: 50px;
}
.global-search button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
}

.user-dropdown .btn-user {
  color: #fff;
  font-size: 20px;
}

.dash-header {
  background-color: #000;
  border-top: 2px solid #424242;
}

@media (max-width: 1199.98px) {
  .global-search {
    display: none;
  }
}
/*----------------------------------------------------------------------*/
.dark-modal .modal-header {
  background-color: #161717;
}
.dark-modal .modal-header .close {
  color: #fff;
  font-weight: 400;
  font-size: 3.75rem;
  opacity: 1;
}
.dark-modal .modal-body {
  background-color: #161717;
}
.dark-modal .modal-body h4 {
  color: #BDBDBD;
}
.dark-modal .modal-body .counter-light {
  background-color: #C4C4C4;
  color: #424242;
}
.dark-modal .modal-body .recent-news {
  height: 180px;
}
.dark-modal .modal-body .recent-news .recent-news-item {
  border-right: 1px solid #C4C4C4;
}
.dark-modal .modal-body .recent-news .recent-news-item:hover {
  background-color: #424242;
  cursor: pointer;
}
.dark-modal .modal-body .recent-news .recent-news-item:nth-of-type(3n) {
  border-right: none;
}
.dark-modal .modal-body .renewal-details {
  background-color: #424242;
}
.dark-modal .modal-body .renewal-details p {
  color: #BDBDBD;
  border-color: #BDBDBD;
}
.dark-modal .modal-body .renewal-details span {
  color: #fff;
}
.dark-modal .modal-content {
  background-clip: unset;
}

.black-modal .modal-content {
  background-clip: unset;
}
.black-modal .modal-header {
  background-color: #000;
}
.black-modal .close {
  color: #fff;
}
.black-modal .modal-body {
  background-color: #000;
}
.black-modal .modal-body span, .black-modal .modal-body h4 {
  color: #BDBDBD;
}
.black-modal .modal-body p {
  margin-bottom: 5px;
}

/*----------------------------------------------------------------------*/
.multiselect {
  position: relative;
  padding-left: 16px;
  cursor: default;
}

.multiselect__select {
  position: absolute;
  right: 2px;
  top: 9px;
  font-size: 15px;
}
.multiselect__select:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
  font-weight: 700;
}

.multiselect__content-wrapper {
  left: 0;
  right: 0;
  margin-left: -1px;
  margin-right: -1px;
  background-color: #fff;
  top: 100%;
  border: 1px solid #767676;
  position: absolute;
  background: #fff;
  width: auto;
  overflow: auto;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content-wrapper .multiselect__element {
  white-space: nowrap !important;
}
.multiselect__content-wrapper li:not(.multiselect__element) .multiselect__option {
  padding: 10px 16px;
  font-size: 14px;
  background-color: #F8F2B5;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
.multiselect__content-wrapper .multiselect__option {
  padding: 2px 40px 2px 16px;
  position: relative;
}
.multiselect__content-wrapper .multiselect__option--highlight {
  background-color: #2A3764;
  color: #fff;
}
.multiselect__content-wrapper .multiselect__option--selected {
  background-color: #E7E7E7;
}
.multiselect__content-wrapper .multiselect__option--selected:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 26px;
  font-weight: 700;
  color: #81BD3F;
}
.multiselect__content-wrapper .multiselect__option--selected.multiselect__option--highlight {
  color: #fff;
  background-color: #C91127;
}
.multiselect__content-wrapper .multiselect__option--selected.multiselect__option--highlight:after {
  top: 6px;
  font-size: 16px;
  color: #fff;
  content: "\e922";
}

.multiselect__content {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: block !important;
}

.multiselect__option {
  display: block;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  background-color: #2A3764;
  color: #fff;
  padding: 4px 20px 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  line-height: 1;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  position: absolute;
  right: -2px;
  top: 2px;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.multiselect__tag-icon:after {
  content: "×";
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.notarise-loaders {
  z-index: 20002;
}
.notarise-loaders .pre-text {
  margin: 0 0 20px 0;
}
.notarise-loaders .progress {
  box-shadow: none;
  overflow: visible;
  height: 22px;
  margin-top: 8px;
  border-radius: 0;
  background-color: #ccc;
}
.notarise-loaders .progress-bar {
  background-color: #fff;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: progressing;
}

@keyframes progressing {
  from {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#notEncrypt .progress-bar {
  animation-duration: 1.5s;
}

#notHash .progress-bar {
  animation-duration: 2s;
}

#notTime .progress-bar {
  animation-duration: 2.5s;
}

#notKey .progress-bar {
  animation-duration: 3s;
}

#notarizeResult {
  padding: 20px;
  /*background: url('/images/fileupload/logo.png') no-repeat right top;*/
}
#notarizeResult .pre-text {
  text-align: center;
  margin: 30px 0 70px;
}
#notarizeResult .form-group {
  margin-bottom: 4px;
  font-size: 17px;
}
#notarizeResult .form-group label {
  font-weight: 700;
}

#fileModalResult .pre-text {
  margin: 0 0 20px 0;
}
#fileModalResult .modal-header {
  padding: 0;
  border: none;
}
#fileModalResult .modal-header h4 {
  color: #2A3764;
  font-weight: 700;
}
#fileModalResult .modal-body {
  padding: 0;
}
#fileModalResult .modal-dialog {
  background-color: #000;
}
#fileModalResult .modal-content {
  border-radius: 0;
  background-color: #161717;
  border: none;
  padding: 40px;
}
#fileModalResult .modal-footer {
  border-top: none;
  margin-top: 20px;
  padding: 0;
}
#fileModalResult .ptools-note {
  width: 120px;
  height: 31px;
  background-position: center 3px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 16px;
  text-align: center;
  font-size: 10px;
  background-size: 50px;
  color: #161717;
  font-weight: 600;
}

.ul-dots {
  color: #ccc;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ul-dots ul {
  list-style-type: none;
}
.ul-dots > li {
  position: relative;
  padding-left: 20px;
}
.ul-dots > li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #616161;
}
.ul-dots > li.dot-red:before {
  background-color: #C91127;
}
.ul-dots > li.dot-orange:before {
  background-color: #f90;
}
.ul-dots > li.dot-green:before {
  background-color: #81BD3F;
}
.ul-dots > li.dot-light-blue:before {
  background-color: #2196f3;
}

.ocr-rectangle {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  z-index: 90;
}
.ocr-rectangle .word-rectangle {
  position: absolute;
  opacity: 0.5;
  background-color: #b3d88a;
  border: 1px solid #81BD3F;
}
.ocr-rectangle .word-rectangle-fail {
  position: absolute;
  opacity: 0.5;
  background-color: #f05063;
  border: 1px solid #C91127;
}

/*----------------------------------------------------------------------*/
.fixedAlert {
  z-index: 1030;
  position: fixed;
  top: 10px;
  margin: 0 auto;
  /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
  width: 100%;
  max-width: 870px;
  border: 1px solid transparent;
}
.fixedAlert.alert-success {
  border-color: #81BD3F;
  background-color: #E1EDD4;
  color: #000;
}
.fixedAlert.alert-warning {
  border-color: #EA970F;
  background-color: #F6E5CA;
  color: #000;
}
.fixedAlert.alert-danger {
  border-color: #C91127;
  background-color: #EFCACF;
  color: #000;
}

/*----------------------------------------------------------------------*/
.dark-sidebar {
  border-left: 2px solid #424242;
}
.dark-sidebar .b-sidebar-header {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.dark-sidebar .b-sidebar-header .close svg {
  fill: #fff;
}
.dark-sidebar .b-sidebar-body {
  background-color: #000;
}
.dark-sidebar .b-sidebar-body span, .dark-sidebar .b-sidebar-body h4, .dark-sidebar .b-sidebar-body h5 {
  color: #BDBDBD;
}
.dark-sidebar .b-sidebar-body p {
  margin-bottom: 5px;
  color: #fff;
}
.dark-sidebar .b-sidebar-body .naviga-news {
  background: #fff;
  color: #000;
}
.dark-sidebar .b-sidebar-body .naviga-news span, .dark-sidebar .b-sidebar-body .naviga-news h4 {
  color: #000;
}
.dark-sidebar .b-sidebar-body .counter-light {
  background-color: #C4C4C4;
  color: #424242;
}
.dark-sidebar .b-sidebar-body .recent-news {
  height: 180px;
}
.dark-sidebar .b-sidebar-body .recent-news .carousel-caption {
  bottom: 0px;
}
.dark-sidebar .b-sidebar-body .recent-news .recent-news-item {
  border-right: 1px solid #C4C4C4;
}
.dark-sidebar .b-sidebar-body .recent-news .recent-news-item:hover {
  background-color: #424242;
  cursor: pointer;
}
.dark-sidebar .b-sidebar-body .recent-news .recent-news-item:nth-of-type(3n) {
  border-right: none;
}
.dark-sidebar .b-sidebar-body .renewal-details {
  background-color: #161717;
}
.dark-sidebar .b-sidebar-body .renewal-details p {
  color: #BDBDBD;
  border-color: #BDBDBD;
}
.dark-sidebar .b-sidebar-body .renewal-details span {
  color: #fff;
}
.dark-sidebar .close {
  color: #fff;
}

.hide-controls .carousel-control-prev, .hide-controls .carousel-control-next {
  display: none;
}

@media (max-width: 767.98px) {
  .dark-sidebar .b-sidebar-body .recent-news {
    min-height: 300px;
  }
  .dark-sidebar .b-sidebar-body .recent-news .recent-news-item {
    border-right: none;
  }
}
/*----------------------------------------------------------------------*/
/* Datepicker */
.vdp-datepicker__calendar {
  border-color: #212121 !important;
  background-color: #000 !important;
}
.vdp-datepicker__calendar .cell {
  height: 30px !important;
  line-height: 30px !important;
}
.vdp-datepicker__calendar .cell.selected {
  background-color: #2196f3 !important;
}
.vdp-datepicker__calendar .cell.day-header {
  background-color: #212121 !important;
}

.vdp-datepicker__calendar header .prev:not(.disabled):hover, .vdp-datepicker__calendar header .next:not(.disabled):hover, .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background-color: transparent !important;
}

.vdp-datepicker__calendar header .prev, .vdp-datepicker__calendar header .next {
  text-indent: inherit !important;
  position: static !important;
}

.vdp-datepicker__calendar header .prev:after, .vdp-datepicker__calendar header .next:after {
  display: none;
}

.vdp-datepicker__calendar-button .input-group-text {
  background-color: #E7E7E7 !important;
}

.disabled .vdp-datepicker__calendar-button .input-group-text {
  background-color: #424242 !important;
  -webkit-text-fill-color: #fff;
}

.vdp-datepicker .form-control[readonly], .date-range-wrapper .form-control[readonly] {
  background-color: #E7E7E7 !important;
  color: #424242 !important;
  -webkit-text-fill-color: #272727 !important;
}
.vdp-datepicker .form-control[disabled], .date-range-wrapper .form-control[disabled] {
  background-color: #424242 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.stepper-wrapper {
  padding: 20px 20px 20px 187px;
  background-color: #161717;
  /*.tooltip {
      margin-top: 30px;

      .arrow {
          display: none;
      }
  }*/
}

.stepper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 1300px;
  display: flex;
  flex-wrap: nowrap;
}
.stepper .step {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.stepper .step {
  position: relative;
}
.stepper .step + .step {
  margin-left: 20px;
}
.stepper .step .title {
  font-weight: bold;
  font-weight: 700;
  /*width: 136px;*/
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  background-color: #272727;
}
.stepper .step .title.step-current {
  background-color: #2A3764;
}
.stepper .step .title.step-not-valid {
  background-color: #81BD3F;
}
.stepper .step .title.step-valid {
  background-color: #81BD3F;
}
.stepper .step .title.step-disabled {
  background-color: #424242;
  cursor: not-allowed;
}

.bg-pattern-transparent {
  background-image: linear-gradient(45deg, #E2E2E2 25%, transparent 25%), linear-gradient(-45deg, #E2E2E2 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #E2E2E2 75%), linear-gradient(-45deg, transparent 75%, #E2E2E2 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.bg-pattern-transparent img {
  cursor: pointer;
}

/* AGS overwritten */
.pmd-modal .modal-content {
  display: flex;
}

.pmd-modal .modal-header {
  background-color: #2A3764;
  padding: 0.75rem 1rem;
  align-items: center;
}
.pmd-modal .modal-header .modal-title {
  color: #fff !important;
}
.pmd-modal .modal-header .close {
  transform: scale(1.3);
  text-shadow: none;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

.pmd-modal .modal-body {
  margin-top: 0;
  text-align: left;
}

.photo-model .modal-dialog {
  max-width: fit-content;
}

[v-cloak] {
  display: none;
}

.aside-filter {
  z-index: 1030;
  width: 320px;
  position: fixed;
  left: 100%;
  top: 58px;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
  overflow: auto;
}
@media (min-width: 768px) {
  .aside-filter {
    width: 400px;
    top: 70px;
  }
}
.aside-filter.active {
  transform: translateX(-100%);
}

.collapse-trigger {
  border: none;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.collapse-trigger[aria-expanded=true] i {
  transform: rotate(180deg);
}

.copyright-header {
  max-width: 452px;
}

.tag-line {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .tag-line {
    font-size: 1.5rem;
  }
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.photo-item {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  min-height: 270px;
  display: block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.075);
  background: url(/images/default.jpg) no-repeat center #E9EEF1;
  background-size: 300px auto;
  min-height: 200px;
}
.photo-item:before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  bottom: 0;
  content: "";
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  transition: ease-in-out top 0.2s;
}
.photo-item img {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.photo-item-body {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.photo-item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.photo-item:hover:before {
  top: 50%;
}
.photo-item:hover img {
  transform: scale(1.2);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.green {
  background-color: lightgreen;
}

.orangered {
  background-color: orangered;
}

.copyright-header {
  line-height: 1.4;
}

.mdi.mdi-bigger:before {
  transform: scale(1.4);
}

.image-object-fit {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  background: url(/images/default.jpg) no-repeat center;
  background-size: cover;
}
.image-object-fit img {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.image-object-fit:before {
  transition: ease-in-out opacity 0.1s;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 1;
}
.image-object-fit:after {
  transition: ease-in-out opacity 0.1s;
  opacity: 0;
  content: "\f0349";
  position: absolute;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 36px;
  color: #fff;
}

.card-photo-item {
  position: relative;
}
.card-photo-item:hover img {
  transform: scale(1.2);
}
.card-photo-item:hover .image-object-fit:before, .card-photo-item:hover .image-object-fit:after {
  opacity: 1;
}

.hr-default {
  border-top-color: #dee2e6;
}

.form-error-text {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #C91127;
}

.svg-icon-wrapper {
  width: 26px;
  display: inline-block;
}

.back-to-top {
  right: 20px;
  bottom: 20px;
  z-index: 1030;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
}
@media (min-width: 768px) {
  .back-to-top {
    right: 70px;
    bottom: 100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  transition: all 0.2s ease-in-out;
  background-color: #EA970F;
  border-color: #EA970F;
  color: #424242;
}
