@charset "UTF-8";
/* Theme: FLEX 
======================================== */
/*
html[lang="ar"] {
	@font-face {
		font-family: 'Cairo';
		src:url('https://fonts.googleapis.com/css?family=Cairo');
	}
	body {
		font-family: 'Cairo', sans-serif;
	}
}
*/
/*
html[lang="cn"] {
	body {
		font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	}
}
*/
/*
html[lang="fa"] {
	@font-face {
		font-family: 'Iranian Sans';
		src:url('../../../Content/Fonts/irsans.ttf');
		src:url('../../../Content/Fonts/irsansb.ttf');
	}
	body {
		font-family: 'Iranian Sans';
	}
}
*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #37a0e6;
  --indigo: #3f51b5;
  --purple: #ff5b77;
  --pink: #ff5b77;
  --red: #f44336;
  --orange: #ee9B00;
  --yellow: #ffeb3b;
  --green: #4caf50;
  --teal: #009688;
  --cyan: #00bcd4;
  --white: #fff;
  --gray: #8d9ba9;
  --gray-dark: #393f46;
  --primary: #3f51b5;
  --secondary: #8d9ba9;
  --success: #4caf50;
  --info: #37a0e6;
  --warning: #ee9B00;
  --danger: #f44336;
  --light: #eff1f3;
  --dark: #22262a;
  --gray: #596167;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #393f46;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

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;
}

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: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0066c0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #003d74;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8d9ba9;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 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: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 90%;
  font-weight: normal;
}

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: 1.25rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8d9ba9;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #8d9ba9;
}

code {
  font-size: 87.5%;
  color: #ff5b77;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #22262a;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #22262a;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c9ceea;
}

.table-hover .table-primary:hover {
  background-color: #b7bde3;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7bde3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dfe3e7;
}

.table-hover .table-secondary:hover {
  background-color: #d0d6dc;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d0d6dc;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cde9ce;
}

.table-hover .table-success:hover {
  background-color: #bbe1bd;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bbe1bd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7e4f8;
}

.table-hover .table-info:hover {
  background-color: #b0d9f5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b0d9f5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fae3b8;
}

.table-hover .table-warning:hover {
  background-color: #f8daa0;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f8daa0;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccac7;
}

.table-hover .table-danger:hover {
  background-color: #fbb3af;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb3af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafbfc;
}

.table-hover .table-light:hover {
  background-color: #eaeef2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeef2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d1d3d4;
}

.table-hover .table-gray:hover {
  background-color: #c4c6c8;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c4c6c8;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #22262a;
  border-color: #33393f;
}

.table .thead-light th {
  color: #596167;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #22262a;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #33393f;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5625rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #596167;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  box-shadow: none;
  transition: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #596167;
  background-color: #fff;
  border-color: #abb4e2;
  outline: 0;
  box-shadow: none, none;
}

.form-control::placeholder {
  color: #8d9ba9;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #596167;
  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.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1rem;
  line-height: 1.33333;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #393f46;
  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(2.21875rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.form-control-lg {
  height: calc(3.08333rem + 2px);
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0.1875rem;
}

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 {
  color: #8d9ba9;
}

.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: 90%;
  color: #4caf50;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #4caf50;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}

.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: #4caf50;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a3d7a5;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071;
}

.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 1px #fff, 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 90%;
  color: #f44336;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f44336;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f44336;
}

.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: #f44336;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fbb4af;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f77066;
}

.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 1px #fff, 0 0 0 0.25rem rgba(244, 67, 54, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f44336;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 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;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: background-color 0.05s ease-in-out, border-color 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.5;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-primary:hover, .btn-primary.hover, .btn.btn-to-primary:not([disabled]):not(.disabled):hover, .btn.btn-to-primary.hover:not([disabled]):not(.disabled) {
  color: #fff;
  background-color: #354499;
  border-color: #32408f;
}

.btn-primary:focus, .btn.btn-to-primary:focus, .btn.btn-to-primary.focus, .btn-primary.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(63, 81, 181, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-to-primary:not(:disabled):not(.disabled):not([disabled]):active, .btn.btn-to-primary.active:not(:disabled):not(.disabled):not([disabled]),
.show > .btn.btn-to-primary.dropdown-toggle:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #32408f;
  border-color: #2f3c86;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-to-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-to-primary.focus:not(:disabled):not(.disabled):active, .btn.btn-to-primary.active:not(:disabled):not(.disabled):focus:not([disabled]),
.show > .btn.btn-to-primary.dropdown-toggle:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn.btn-to-primary:not(:disabled):not(.disabled).active:focus, .btn.btn-to-primary.focus:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.btn.btn-to-primary:focus,
.show > .dropdown-toggle.btn.btn-to-primary.focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(63, 81, 181, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #8d9ba9;
  border-color: #8d9ba9;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover, .btn-secondary.hover {
  color: #fff;
  background-color: lightslategray;
  border-color: #708293;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(141, 155, 169, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #8d9ba9;
  border-color: #8d9ba9;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #708293;
  border-color: #6a7b8c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(141, 155, 169, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-success:hover, .btn-success.hover {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(76, 175, 80, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  border-color: #39833c;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(76, 175, 80, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #37a0e6;
  border-color: #37a0e6;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-info:hover, .btn-info.hover {
  color: #fff;
  background-color: #1b8fdb;
  border-color: #1a87d0;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(55, 160, 230, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #37a0e6;
  border-color: #37a0e6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a87d0;
  border-color: #1980c5;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(55, 160, 230, 0.5);
}

.btn-warning {
  color: #fff; border-radius: 10px;
  background-color: #ee9B00;
  border-color: #ee9B00;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-warning:hover, .btn-warning.hover {
  color: #fff;
  background-color: #c88200;
  border-color: #bb7a00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(238, 155, 0, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ee9B00;
  border-color: #ee9B00;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #bb7a00;
  border-color: #ae7100;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(238, 155, 0, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-danger:hover, .btn-danger.hover, .btn.btn-to-danger:not([disabled]):not(.disabled):hover, .btn.btn-to-danger.hover:not([disabled]):not(.disabled) {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
}

.btn-danger:focus, .btn.btn-to-danger:focus, .btn.btn-to-danger.focus, .btn-danger.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(244, 67, 54, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]),
.show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #de1b0c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn.btn-to-danger:not(:disabled):not(.disabled):active:focus, .btn.btn-to-danger.focus:not(:disabled):not(.disabled):active, .btn.btn-to-danger.active:not(:disabled):not(.disabled):focus:not([disabled]),
.show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn.btn-to-danger:not(:disabled):not(.disabled).active:focus, .btn.btn-to-danger.focus:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle:focus,
.show > .dropdown-toggle.btn.btn-to-danger:focus,
.show > .dropdown-toggle.btn.btn-to-danger.focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(244, 67, 54, 0.5);
}

.btn-light {
  color: #22262a;
  background-color: #eff1f3;
  border-color: #eff1f3;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-light:hover {
  color: #22262a;
  background-color: #d9dee3;
  border-color: #d1d8de;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(239, 241, 243, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #22262a;
  background-color: #eff1f3;
  border-color: #eff1f3;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #22262a;
  background-color: #d1d8de;
  border-color: #cad1d8;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(239, 241, 243, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #22262a;
  border-color: #22262a;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-dark:hover {
  color: #fff;
  background-color: #111315;
  border-color: #0b0d0e;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(34, 38, 42, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #22262a;
  border-color: #22262a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0b0d0e;
  border-color: #050607;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(34, 38, 42, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #596167;
  border-color: #596167;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-gray:hover {
  color: #fff;
  background-color: #474e52;
  border-color: #41474c;
}

.btn-gray:focus, .btn-gray.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(89, 97, 103, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #596167;
  border-color: #596167;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #41474c;
  border-color: #3b4145;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(89, 97, 103, 0.5);
}

.btn-outline-primary {
  color: #3f51b5;
  background-color: transparent;
  background-image: none;
  border-color: #3f51b5;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3f51b5;
  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: #3f51b5;
  border-color: #3f51b5;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(63, 81, 181, 0.5);
}

.btn-outline-secondary {
  color: #8d9ba9;
  background-color: transparent;
  background-image: none;
  border-color: #8d9ba9;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8d9ba9;
  border-color: #8d9ba9;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(141, 155, 169, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8d9ba9;
  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: #8d9ba9;
  border-color: #8d9ba9;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(141, 155, 169, 0.5);
}

.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  background-image: none;
  border-color: #4caf50;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4caf50;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(76, 175, 80, 0.5);
}

.btn-outline-info {
  color: #37a0e6;
  background-color: transparent;
  background-image: none;
  border-color: #37a0e6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #37a0e6;
  border-color: #37a0e6;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(55, 160, 230, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #37a0e6;
  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: #37a0e6;
  border-color: #37a0e6;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(55, 160, 230, 0.5);
}

.btn-outline-warning {
  color: #ee9B00;
  background-color: transparent;
  background-image: none;
  border-color: #ee9B00;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ee9B00;
  border-color: #ee9B00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(238, 155, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ee9B00;
  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: #fff;
  background-color: #ee9B00;
  border-color: #ee9B00;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(238, 155, 0, 0.5);
}

.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  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: #f44336;
  border-color: #f44336;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(244, 67, 54, 0.5);
}

.btn-outline-light {
  color: #eff1f3;
  background-color: transparent;
  background-image: none;
  border-color: #eff1f3;
}

.btn-outline-light:hover {
  color: #22262a;
  background-color: #eff1f3;
  border-color: #eff1f3;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(239, 241, 243, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #eff1f3;
  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: #22262a;
  background-color: #eff1f3;
  border-color: #eff1f3;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(239, 241, 243, 0.5);
}

.btn-outline-dark {
  color: #22262a;
  background-color: transparent;
  background-image: none;
  border-color: #22262a;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #22262a;
  border-color: #22262a;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(34, 38, 42, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #22262a;
  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: #22262a;
  border-color: #22262a;
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(34, 38, 42, 0.5);
}

.btn-outline-gray {
  color: #596167;
  background-color: transparent;
  background-image: none;
  border-color: #596167;
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #596167;
  border-color: #596167;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0 rgba(89, 97, 103, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #596167;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #596167;
  border-color: #596167;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(89, 97, 103, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #0066c0;
  background-color: transparent;
}

.btn-link:hover {
  color: #003d74;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #8d9ba9;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #393f46;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  box-shadow: 0 1rem 2.25rem rgba(50, 50, 93, 0.03), 0 0.3125rem 1rem rgba(0, 0, 0, 0.12);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.625rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #22262a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #17191c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #17191c;
  text-decoration: none;
  background-color: #ebebf0;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8d9ba9;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #8d9ba9;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #22262a;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.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 {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: 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-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #596167;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(3.08333rem + 2px);
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0.1875rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(2.21875rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #37a0e6;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #bec5e8;
  box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #8d9ba9;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #37a0e6;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #3f51b5;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(55, 160, 230, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(55, 160, 230, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #37a0e6;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(55, 160, 230, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.5625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #596167;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23393f46' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}

.custom-select:focus {
  border-color: #abb4e2;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(171, 180, 226, 0.5);
}

.custom-select:focus::-ms-value {
  color: #596167;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #8d9ba9;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(2.21875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(3.08333rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.5625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.5625rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #abb4e2;
  box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #abb4e2;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.5625rem + 2px);
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: #596167;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  box-shadow: none;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.5625rem;
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: #596167;
  content: "Browse";
  background-color: #f7f7f9;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.125rem 0.125rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3f51b5;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #bec5e8;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3f51b5;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #bec5e8;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  background-color: #3f51b5;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #bec5e8;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (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: #8d9ba9;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #8d9ba9;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #22262a;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3f51b5;
}

.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.625rem 1.25rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1.25rem;
  font-size: 1rem;
  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: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  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 {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #8d9ba9;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #8d9ba9;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #393f46;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #393f46;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #393f46;
  background-color: transparent;
  border-color: #dee2e6;
}

.page-item.disabled .page-link {
  color: #8d9ba9;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3f51b5;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #32408f;
}

.badge-secondary {
  color: #fff;
  background-color: #8d9ba9;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #708293;
}

.badge-success {
  color: #fff;
  background-color: #4caf50;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3d8b40;
}

.badge-info {
  color: #fff;
  background-color: #37a0e6;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a87d0;
}

.badge-warning {
  color: #fff;
  background-color: #ee9B00;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bb7a00;
}

.badge-danger {
  color: #fff;
  background-color: #f44336;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ea1c0d;
}

.badge-light {
  color: #22262a;
  background-color: #eff1f3;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #22262a;
  text-decoration: none;
  background-color: #d1d8de;
}

.badge-dark {
  color: #fff;
  background-color: #22262a;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0b0d0e;
}

.badge-gray {
  color: #fff;
  background-color: #596167;
}

.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #41474c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .validation-summary-valid,
.validation-summary-errors {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #212a5e;
  background-color: #d9dcf0;
  border-color: #c9ceea;
}

.alert-primary hr {
  border-top-color: #b7bde3;
}

.alert-primary .alert-link {
  color: #141938;
}

.alert-secondary {
  color: #495158;
  background-color: #e8ebee;
  border-color: #dfe3e7;
}

.alert-secondary hr {
  border-top-color: #d0d6dc;
}

.alert-secondary .alert-link {
  color: #32373c;
}

.alert-success, .validation-summary-valid {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
}

.alert-success hr, .validation-summary-valid hr {
  border-top-color: #bbe1bd;
}

.alert-success .alert-link, .validation-summary-valid .alert-link {
  color: #18381a;
}

.alert-info {
  color: #1d5378;
  background-color: #d7ecfa;
  border-color: #c7e4f8;
}

.alert-info hr {
  border-top-color: #b0d9f5;
}

.alert-info .alert-link {
  color: #13374f;
}

.alert-warning {
  color: #7c5100;
  background-color: #fcebcc;
  border-color: #fae3b8;
}

.alert-warning hr {
  border-top-color: #f8daa0;
}

.alert-warning .alert-link {
  color: #493000;
}

.alert-danger,
.validation-summary-errors {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}

.alert-danger hr, .validation-summary-errors hr {
  border-top-color: #fbb3af;
}

.alert-danger .alert-link, .validation-summary-errors .alert-link {
  color: #551713;
}

.alert-light {
  color: #7c7d7f;
  background-color: #fcfcfd;
  border-color: #fafbfc;
}

.alert-light hr {
  border-top-color: #eaeef2;
}

.alert-light .alert-link {
  color: #636465;
}

.alert-dark {
  color: #121416;
  background-color: #d3d4d4;
  border-color: #c1c2c3;
}

.alert-dark hr {
  border-top-color: #b4b5b6;
}

.alert-dark .alert-link {
  color: black;
}

.alert-gray {
  color: #2e3236;
  background-color: #dedfe1;
  border-color: #d1d3d4;
}

.alert-gray hr {
  border-top-color: #c4c6c8;
}

.alert-gray .alert-link {
  color: #17191a;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3f51b5;
  transition: width 0.6s ease;
}

@media screen and (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 {
  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: #596167;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #596167;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #393f46;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #b0bac3;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #393f46;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.125);
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-flush > .list-group-item:first-child {
  border-top: 0;
}

.list-group-item-primary {
  color: #212a5e;
  background-color: #c9ceea;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #212a5e;
  background-color: #b7bde3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #212a5e;
  border-color: #212a5e;
}

.list-group-item-secondary {
  color: #495158;
  background-color: #dfe3e7;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #495158;
  background-color: #d0d6dc;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #495158;
  border-color: #495158;
}

.list-group-item-success {
  color: #285b2a;
  background-color: #cde9ce;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #285b2a;
  background-color: #bbe1bd;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #285b2a;
  border-color: #285b2a;
}

.list-group-item-info {
  color: #1d5378;
  background-color: #c7e4f8;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1d5378;
  background-color: #b0d9f5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1d5378;
  border-color: #1d5378;
}

.list-group-item-warning {
  color: #7c5100;
  background-color: #fae3b8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7c5100;
  background-color: #f8daa0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7c5100;
  border-color: #7c5100;
}

.list-group-item-danger {
  color: #7f231c;
  background-color: #fccac7;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f231c;
  background-color: #fbb3af;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f231c;
  border-color: #7f231c;
}

.list-group-item-light {
  color: #7c7d7f;
  background-color: #fafbfc;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7c7d7f;
  background-color: #eaeef2;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7d7f;
  border-color: #7c7d7f;
}

.list-group-item-dark {
  color: #121416;
  background-color: #c1c2c3;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #121416;
  background-color: #b4b5b6;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121416;
  border-color: #121416;
}

.list-group-item-gray {
  color: #2e3236;
  background-color: #d1d3d4;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #2e3236;
  background-color: #c4c6c8;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #2e3236;
  border-color: #2e3236;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 12px 26px rgba(50, 50, 93, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.55;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-content {
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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.8125rem;
  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: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  box-shadow: 0 1rem 2.25rem rgba(50, 50, 93, 0.03), 0 0.3125rem 1rem rgba(0, 0, 0, 0.12);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.1);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.1);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  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) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.1);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #393f46;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #3f51b5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #32408f !important;
}

.bg-secondary {
  background-color: #8d9ba9 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #708293 !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3d8b40 !important;
}

.bg-info {
  background-color: #37a0e6 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1a87d0 !important;
}

.bg-warning {
  background-color: #ee9B00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #bb7a00 !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ea1c0d !important;
}

.bg-light {
  background-color: #eff1f3 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1d8de !important;
}

.bg-dark {
  background-color: #22262a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0b0d0e !important;
}

.bg-gray {
  background-color: #596167 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #41474c !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: #3f51b5 !important;
}

.border-secondary {
  border-color: #8d9ba9 !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-info {
  border-color: #37a0e6 !important;
}

.border-warning {
  border-color: #ee9B00 !important;
}

.border-danger {
  border-color: #f44336 !important;
}

.border-light {
  border-color: #eff1f3 !important;
}

.border-dark {
  border-color: #22262a !important;
}

.border-gray {
  border-color: #596167 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1rem 2.25rem rgba(50, 50, 93, 0.03), 0 0.3125rem 1rem rgba(0, 0, 0, 0.12) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125) !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;
}

.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.3125rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.3125rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.3125rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.3125rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.3125rem !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: 1.25rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.25rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.25rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.25rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.25rem !important;
}

.m-4 {
  margin: 1.875rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.875rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.875rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.875rem !important;
}

.m-5 {
  margin: 3.75rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.75rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.75rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.75rem !important;
}

.m-6 {
  margin: 5.625rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5.625rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5.625rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5.625rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5.625rem !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.3125rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.3125rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.3125rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.3125rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.3125rem !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: 1.25rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.25rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.25rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.25rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.25rem !important;
}

.p-4 {
  padding: 1.875rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.875rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.875rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.875rem !important;
}

.p-5 {
  padding: 3.75rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3.75rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.75rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.75rem !important;
}

.p-6 {
  padding: 5.625rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5.625rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5.625rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5.625rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5.625rem !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.3125rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !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: 1.25rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important;
  }
  .m-sm-4 {
    margin: 1.875rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important;
  }
  .m-sm-5 {
    margin: 3.75rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important;
  }
  .m-sm-6 {
    margin: 5.625rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5.625rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5.625rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5.625rem !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.3125rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !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: 1.25rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important;
  }
  .p-sm-4 {
    padding: 1.875rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important;
  }
  .p-sm-5 {
    padding: 3.75rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important;
  }
  .p-sm-6 {
    padding: 5.625rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5.625rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5.625rem !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.3125rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !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: 1.25rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important;
  }
  .m-md-4 {
    margin: 1.875rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important;
  }
  .m-md-5 {
    margin: 3.75rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important;
  }
  .m-md-6 {
    margin: 5.625rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5.625rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5.625rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5.625rem !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.3125rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !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: 1.25rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important;
  }
  .p-md-4 {
    padding: 1.875rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important;
  }
  .p-md-5 {
    padding: 3.75rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important;
  }
  .p-md-6 {
    padding: 5.625rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5.625rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5.625rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5.625rem !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.3125rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !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: 1.25rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important;
  }
  .m-lg-4 {
    margin: 1.875rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important;
  }
  .m-lg-5 {
    margin: 3.75rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important;
  }
  .m-lg-6 {
    margin: 5.625rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5.625rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5.625rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5.625rem !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.3125rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !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: 1.25rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important;
  }
  .p-lg-4 {
    padding: 1.875rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important;
  }
  .p-lg-5 {
    padding: 3.75rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important;
  }
  .p-lg-6 {
    padding: 5.625rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5.625rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5.625rem !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.3125rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !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: 1.25rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important;
  }
  .m-xl-4 {
    margin: 1.875rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important;
  }
  .m-xl-5 {
    margin: 3.75rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important;
  }
  .m-xl-6 {
    margin: 5.625rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5.625rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5.625rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5.625rem !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.3125rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !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: 1.25rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important;
  }
  .p-xl-4 {
    padding: 1.875rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important;
  }
  .p-xl-5 {
    padding: 3.75rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important;
  }
  .p-xl-6 {
    padding: 5.625rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5.625rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5.625rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3f51b5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #32408f !important;
}

.text-secondary {
  color: #8d9ba9 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #708293 !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3d8b40 !important;
}

.text-info {
  color: #37a0e6 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1a87d0 !important;
}

.text-warning {
  color: #ee9B00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #bb7a00 !important;
}

.text-danger {
  color: #f44336 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ea1c0d !important;
}

.text-light {
  color: #eff1f3 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d1d8de !important;
}

.text-dark {
  color: #22262a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0b0d0e !important;
}

.text-gray {
  color: #596167 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #41474c !important;
}

.text-body {
  color: #393f46 !important;
}

.text-muted, .muted {
  color: #8d9ba9 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #b0bac3;
    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;
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1060;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body[data-aos-duration='100'] [data-aos],
body [data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos],
body [data-aos][data-aos-delay='100'] {
  transition-delay: 0s;
}

body[data-aos-delay='100'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='200'] [data-aos],
body [data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos],
body [data-aos][data-aos-delay='200'] {
  transition-delay: 0s;
}

body[data-aos-delay='200'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='300'] [data-aos],
body [data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos],
body [data-aos][data-aos-delay='300'] {
  transition-delay: 0s;
}

body[data-aos-delay='300'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='400'] [data-aos],
body [data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos],
body [data-aos][data-aos-delay='400'] {
  transition-delay: 0s;
}

body[data-aos-delay='400'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='500'] [data-aos],
body [data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos],
body [data-aos][data-aos-delay='500'] {
  transition-delay: 0s;
}

body[data-aos-delay='500'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='600'] [data-aos],
body [data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos],
body [data-aos][data-aos-delay='600'] {
  transition-delay: 0s;
}

body[data-aos-delay='600'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='700'] [data-aos],
body [data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos],
body [data-aos][data-aos-delay='700'] {
  transition-delay: 0s;
}

body[data-aos-delay='700'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='800'] [data-aos],
body [data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos],
body [data-aos][data-aos-delay='800'] {
  transition-delay: 0s;
}

body[data-aos-delay='800'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='900'] [data-aos],
body [data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos],
body [data-aos][data-aos-delay='900'] {
  transition-delay: 0s;
}

body[data-aos-delay='900'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='1000'] [data-aos],
body [data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos],
body [data-aos][data-aos-delay='1000'] {
  transition-delay: 0s;
}

body[data-aos-delay='1000'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1100'] [data-aos],
body [data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos],
body [data-aos][data-aos-delay='1100'] {
  transition-delay: 0s;
}

body[data-aos-delay='1100'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1200'] [data-aos],
body [data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos],
body [data-aos][data-aos-delay='1200'] {
  transition-delay: 0s;
}

body[data-aos-delay='1200'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1300'] [data-aos],
body [data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos],
body [data-aos][data-aos-delay='1300'] {
  transition-delay: 0s;
}

body[data-aos-delay='1300'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1400'] [data-aos],
body [data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos],
body [data-aos][data-aos-delay='1400'] {
  transition-delay: 0s;
}

body[data-aos-delay='1400'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1500'] [data-aos],
body [data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos],
body [data-aos][data-aos-delay='1500'] {
  transition-delay: 0s;
}

body[data-aos-delay='1500'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1600'] [data-aos],
body [data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos],
body [data-aos][data-aos-delay='1600'] {
  transition-delay: 0s;
}

body[data-aos-delay='1600'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1700'] [data-aos],
body [data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos],
body [data-aos][data-aos-delay='1700'] {
  transition-delay: 0s;
}

body[data-aos-delay='1700'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1800'] [data-aos],
body [data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos],
body [data-aos][data-aos-delay='1800'] {
  transition-delay: 0s;
}

body[data-aos-delay='1800'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1900'] [data-aos],
body [data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos],
body [data-aos][data-aos-delay='1900'] {
  transition-delay: 0s;
}

body[data-aos-delay='1900'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='2000'] [data-aos],
body [data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos],
body [data-aos][data-aos-delay='2000'] {
  transition-delay: 0s;
}

body[data-aos-delay='2000'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2100'] [data-aos],
body [data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos],
body [data-aos][data-aos-delay='2100'] {
  transition-delay: 0s;
}

body[data-aos-delay='2100'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2200'] [data-aos],
body [data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos],
body [data-aos][data-aos-delay='2200'] {
  transition-delay: 0s;
}

body[data-aos-delay='2200'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2300'] [data-aos],
body [data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos],
body [data-aos][data-aos-delay='2300'] {
  transition-delay: 0s;
}

body[data-aos-delay='2300'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2400'] [data-aos],
body [data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos],
body [data-aos][data-aos-delay='2400'] {
  transition-delay: 0s;
}

body[data-aos-delay='2400'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2500'] [data-aos],
body [data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos],
body [data-aos][data-aos-delay='2500'] {
  transition-delay: 0s;
}

body[data-aos-delay='2500'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2600'] [data-aos],
body [data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos],
body [data-aos][data-aos-delay='2600'] {
  transition-delay: 0s;
}

body[data-aos-delay='2600'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2700'] [data-aos],
body [data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos],
body [data-aos][data-aos-delay='2700'] {
  transition-delay: 0s;
}

body[data-aos-delay='2700'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2800'] [data-aos],
body [data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos],
body [data-aos][data-aos-delay='2800'] {
  transition-delay: 0s;
}

body[data-aos-delay='2800'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2900'] [data-aos],
body [data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos],
body [data-aos][data-aos-delay='2900'] {
  transition-delay: 0s;
}

body[data-aos-delay='2900'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='3000'] [data-aos],
body [data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos],
body [data-aos][data-aos-delay='3000'] {
  transition-delay: 0s;
}

body[data-aos-delay='3000'] [data-aos].aos-animate,
body [data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing="linear"] [data-aos],
body [data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],
body [data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],
body [data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],
body [data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],
body [data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],
body [data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],
body [data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],
body [data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],
body [data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],
body [data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],
body [data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],
body [data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],
body [data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],
body [data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],
body [data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],
body [data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
body [data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],
body [data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],
body [data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],
body [data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
  [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: none;
  }
  [data-aos='fade-up'] {
    transform: translate3d(0, 100px, 0);
  }
  [data-aos='fade-down'] {
    transform: translate3d(0, -100px, 0);
  }
  [data-aos='fade-right'] {
    transform: translate3d(-100px, 0, 0);
  }
  [data-aos='fade-left'] {
    transform: translate3d(100px, 0, 0);
  }
  [data-aos='fade-up-right'] {
    transform: translate3d(-100px, 100px, 0);
  }
  [data-aos='fade-up-left'] {
    transform: translate3d(100px, 100px, 0);
  }
  [data-aos='fade-down-right'] {
    transform: translate3d(-100px, -100px, 0);
  }
  [data-aos='fade-down-left'] {
    transform: translate3d(100px, -100px, 0);
  }
  /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
  [data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  [data-aos='zoom-in'] {
    transform: scale(0.6);
  }
  [data-aos='zoom-in-up'] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  [data-aos='zoom-in-down'] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  [data-aos='zoom-in-right'] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  [data-aos='zoom-in-left'] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  [data-aos='zoom-out'] {
    transform: scale(1.2);
  }
  [data-aos='zoom-out-up'] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  [data-aos='zoom-out-down'] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  [data-aos='zoom-out-right'] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  [data-aos='zoom-out-left'] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  /**
    * Slide animations
    */
  [data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
    visibility: hidden;
  }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  [data-aos='slide-up'] {
    transform: translate3d(0, 100%, 0);
  }
  [data-aos='slide-down'] {
    transform: translate3d(0, -100%, 0);
  }
  [data-aos='slide-right'] {
    transform: translate3d(-100%, 0, 0);
  }
  [data-aos='slide-left'] {
    transform: translate3d(100%, 0, 0);
  }
  /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  [data-aos^='flip'][data-aos^='flip'] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
  }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
  }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

*:not(.show) > .btn-primary:not(:active):not(.active):focus, *:not(.show) > .btn.btn-to-primary:not(:active):not(.active):focus, *:not(.show) > .btn.btn-to-primary.focus:not(:active):not(.active), *:not(.show) > .btn-primary:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-primary:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-primary:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(63, 81, 181, 0.4);
}

*:not(.show) > .btn-secondary:not(:active):not(.active):focus, *:not(.show) > .btn-secondary:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-secondary:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-secondary:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(63, 81, 181, 0.15);
}

*:not(.show) > .btn-success:not(:active):not(.active):focus, *:not(.show) > .btn-success:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-success:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-success:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(76, 175, 80, 0.4);
}

*:not(.show) > .btn-info:not(:active):not(.active):focus, *:not(.show) > .btn-info:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-info:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-info:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(55, 160, 230, 0.4);
}

*:not(.show) > .btn-warning:not(:active):not(.active):focus, *:not(.show) > .btn-warning:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-warning:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-warning:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(238, 155, 0, 0.4);
}

*:not(.show) > .btn-danger:not(:active):not(.active):focus, *:not(.show) > .btn.btn-to-danger:not(:active):not(.active):focus, *:not(.show) > .btn.btn-to-danger.focus:not(:active):not(.active), *:not(.show) > .btn-danger:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-danger:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-danger:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(244, 67, 54, 0.4);
}

*:not(.show) > .btn-light:not(:active):not(.active):focus, *:not(.show) > .btn-light:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-light:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-light:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(63, 81, 181, 0.15);
}

*:not(.show) > .btn-dark:not(:active):not(.active):focus, *:not(.show) > .btn-dark:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-dark:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-dark:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(34, 38, 42, 0.4);
}

*:not(.show) > .btn-gray:not(:active):not(.active):focus, *:not(.show) > .btn-gray:not(:active):not(.active).focus,
*:not(.show) > .btn-outline-gray:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-gray:not(:active):not(.active).focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(89, 97, 103, 0.4);
}

.btn-secondary {
  color: #22262a;
  background-color: #fff;
  border-color: #ced4da;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover, .btn-secondary.hover {
  color: #22262a;
  background-color: #ebebeb;
  border-color: #b1bbc4;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #22262a;
  background-color: #fff;
  border-color: #ced4da;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #22262a;
  background-color: #e6e6e6;
  border-color: #abb5c0;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-light {
  color: #22262a;
  background-color: #eff1f3;
  border-color: #eff1f3;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-light:hover {
  color: #22262a;
  background-color: #eff1f3;
  border-color: rgba(0, 0, 0, 0.15);
}

.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(239, 241, 243, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #22262a;
  background-color: #eff1f3;
  border-color: #eff1f3;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #22262a;
  background-color: #d1d8de;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(239, 241, 243, 0.5);
}

.btn-secondary:focus, .btn-secondary.focus,
.btn-light:focus,
.btn-light.focus {
  border-color: rgba(0, 0, 0, 0.2);
}

/*@import 'shared/_colors.scss';*/
.fal {
  font-family: "Font Awesome 5 Free";
}

.fal,
.far {
  font-weight: 900;
}

.fal.fa-address-book,
.far.fa-address-book {
  font-weight: 400;
}

.fal.fa-address-card,
.far.fa-address-card {
  font-weight: 400;
}

.fal.fa-angry,
.far.fa-angry {
  font-weight: 400;
}

.fal.fa-arrow-alt-circle-down,
.far.fa-arrow-alt-circle-down {
  font-weight: 400;
}

.fal.fa-arrow-alt-circle-left,
.far.fa-arrow-alt-circle-left {
  font-weight: 400;
}

.fal.fa-arrow-alt-circle-right,
.far.fa-arrow-alt-circle-right {
  font-weight: 400;
}

.fal.fa-arrow-alt-circle-up,
.far.fa-arrow-alt-circle-up {
  font-weight: 400;
}

.fal.fa-bell,
.far.fa-bell {
  font-weight: 400;
}

.fal.fa-bell-slash,
.far.fa-bell-slash {
  font-weight: 400;
}

.fal.fa-bookmark,
.far.fa-bookmark {
  font-weight: 400;
}

.fal.fa-building,
.far.fa-building {
  font-weight: 400;
}

.fal.fa-calendar,
.far.fa-calendar {
  font-weight: 400;
}

.fal.fa-calendar-alt,
.far.fa-calendar-alt {
  font-weight: 400;
}

.fal.fa-calendar-check,
.far.fa-calendar-check {
  font-weight: 400;
}

.fal.fa-calendar-minus,
.far.fa-calendar-minus {
  font-weight: 400;
}

.fal.fa-calendar-plus,
.far.fa-calendar-plus {
  font-weight: 400;
}

.fal.fa-calendar-times,
.far.fa-calendar-times {
  font-weight: 400;
}

.fal.fa-caret-square-down,
.far.fa-caret-square-down {
  font-weight: 400;
}

.fal.fa-caret-square-left,
.far.fa-caret-square-left {
  font-weight: 400;
}

.fal.fa-caret-square-right,
.far.fa-caret-square-right {
  font-weight: 400;
}

.fal.fa-caret-square-up,
.far.fa-caret-square-up {
  font-weight: 400;
}

.fal.fa-chart-bar,
.far.fa-chart-bar {
  font-weight: 400;
}

.fal.fa-check-circle,
.far.fa-check-circle {
  font-weight: 400;
}

.fal.fa-check-square,
.far.fa-check-square {
  font-weight: 400;
}

.fal.fa-circle,
.far.fa-circle {
  font-weight: 400;
}

.fal.fa-clipboard,
.far.fa-clipboard {
  font-weight: 400;
}

.fal.fa-clock,
.far.fa-clock {
  font-weight: 400;
}

.fal.fa-clone,
.far.fa-clone {
  font-weight: 400;
}

.fal.fa-closed-captioning,
.far.fa-closed-captioning {
  font-weight: 400;
}

.fal.fa-comment,
.far.fa-comment {
  font-weight: 400;
}

.fal.fa-comment-alt,
.far.fa-comment-alt {
  font-weight: 400;
}

.fal.fa-comment-dots,
.far.fa-comment-dots {
  font-weight: 400;
}

.fal.fa-comments,
.far.fa-comments {
  font-weight: 400;
}

.fal.fa-compass,
.far.fa-compass {
  font-weight: 400;
}

.fal.fa-copy,
.far.fa-copy {
  font-weight: 400;
}

.fal.fa-copyright,
.far.fa-copyright {
  font-weight: 400;
}

.fal.fa-credit-card,
.far.fa-credit-card {
  font-weight: 400;
}

.fal.fa-dizzy,
.far.fa-dizzy {
  font-weight: 400;
}

.fal.fa-dot-circle,
.far.fa-dot-circle {
  font-weight: 400;
}

.fal.fa-edit,
.far.fa-edit {
  font-weight: 400;
}

.fal.fa-envelope-open,
.far.fa-envelope-open {
  font-weight: 400;
}

.fal.fa-eye,
.far.fa-eye {
  font-weight: 400;
}

.fal.fa-eye-slash,
.far.fa-eye-slash {
  font-weight: 400;
}

.fal.fa-file,
.far.fa-file {
  font-weight: 400;
}

.fal.fa-file-alt,
.far.fa-file-alt {
  font-weight: 400;
}

.fal.fa-file-archive,
.far.fa-file-archive {
  font-weight: 400;
}

.fal.fa-file-audio,
.far.fa-file-audio {
  font-weight: 400;
}

.fal.fa-file-code,
.far.fa-file-code {
  font-weight: 400;
}

.fal.fa-file-excel,
.far.fa-file-excel {
  font-weight: 400;
}

.fal.fa-file-image,
.far.fa-file-image {
  font-weight: 400;
}

.fal.fa-file-pdf,
.far.fa-file-pdf {
  font-weight: 400;
}

.fal.fa-file-powerpoint,
.far.fa-file-powerpoint {
  font-weight: 400;
}

.fal.fa-file-video,
.far.fa-file-video {
  font-weight: 400;
}

.fal.fa-file-word,
.far.fa-file-word {
  font-weight: 400;
}

.fal.fa-flag,
.far.fa-flag {
  font-weight: 400;
}

.fal.fa-flushed,
.far.fa-flushed {
  font-weight: 400;
}

.fal.fa-folder,
.far.fa-folder {
  font-weight: 400;
}

.fal.fa-folder-open,
.far.fa-folder-open {
  font-weight: 400;
}

.fal.fa-frown,
.far.fa-frown {
  font-weight: 400;
}

.fal.fa-frown-open,
.far.fa-frown-open {
  font-weight: 400;
}

.fal.fa-futbol,
.far.fa-futbol {
  font-weight: 400;
}

.fal.fa-gem,
.far.fa-gem {
  font-weight: 400;
}

.fal.fa-grimace,
.far.fa-grimace {
  font-weight: 400;
}

.fal.fa-grin,
.far.fa-grin {
  font-weight: 400;
}

.fal.fa-grin-alt,
.far.fa-grin-alt {
  font-weight: 400;
}

.fal.fa-grin-beam,
.far.fa-grin-beam {
  font-weight: 400;
}

.fal.fa-grin-beam-sweat,
.far.fa-grin-beam-sweat {
  font-weight: 400;
}

.fal.fa-grin-hearts,
.far.fa-grin-hearts {
  font-weight: 400;
}

.fal.fa-grin-squint,
.far.fa-grin-squint {
  font-weight: 400;
}

.fal.fa-grin-squint-tears,
.far.fa-grin-squint-tears {
  font-weight: 400;
}

.fal.fa-grin-stars,
.far.fa-grin-stars {
  font-weight: 400;
}

.fal.fa-grin-tears,
.far.fa-grin-tears {
  font-weight: 400;
}

.fal.fa-grin-tongue,
.far.fa-grin-tongue {
  font-weight: 400;
}

.fal.fa-grin-tongue-squint,
.far.fa-grin-tongue-squint {
  font-weight: 400;
}

.fal.fa-grin-tongue-wink,
.far.fa-grin-tongue-wink {
  font-weight: 400;
}

.fal.fa-grin-wink,
.far.fa-grin-wink {
  font-weight: 400;
}

.fal.fa-hand-lizard,
.far.fa-hand-lizard {
  font-weight: 400;
}

.fal.fa-hand-paper,
.far.fa-hand-paper {
  font-weight: 400;
}

.fal.fa-hand-peace,
.far.fa-hand-peace {
  font-weight: 400;
}

.fal.fa-hand-point-down,
.far.fa-hand-point-down {
  font-weight: 400;
}

.fal.fa-hand-point-left,
.far.fa-hand-point-left {
  font-weight: 400;
}

.fal.fa-hand-point-right,
.far.fa-hand-point-right {
  font-weight: 400;
}

.fal.fa-hand-point-up,
.far.fa-hand-point-up {
  font-weight: 400;
}

.fal.fa-hand-pointer,
.far.fa-hand-pointer {
  font-weight: 400;
}

.fal.fa-hand-rock,
.far.fa-hand-rock {
  font-weight: 400;
}

.fal.fa-hand-scissors,
.far.fa-hand-scissors {
  font-weight: 400;
}

.fal.fa-hand-spock,
.far.fa-hand-spock {
  font-weight: 400;
}

.fal.fa-handshake,
.far.fa-handshake {
  font-weight: 400;
}

.fal.fa-hdd,
.far.fa-hdd {
  font-weight: 400;
}

.fal.fa-heart,
.far.fa-heart {
  font-weight: 400;
}

.fal.fa-hospital,
.far.fa-hospital {
  font-weight: 400;
}

.fal.fa-hourglass,
.far.fa-hourglass {
  font-weight: 400;
}

.fal.fa-id-badge,
.far.fa-id-badge {
  font-weight: 400;
}

.fal.fa-id-card,
.far.fa-id-card {
  font-weight: 400;
}

.fal.fa-image,
.far.fa-image {
  font-weight: 400;
}

.fal.fa-images,
.far.fa-images {
  font-weight: 400;
}

.fal.fa-keyboard,
.far.fa-keyboard {
  font-weight: 400;
}

.fal.fa-kiss,
.far.fa-kiss {
  font-weight: 400;
}

.fal.fa-kiss-beam,
.far.fa-kiss-beam {
  font-weight: 400;
}

.fal.fa-kiss-wink-heart,
.far.fa-kiss-wink-heart {
  font-weight: 400;
}

.fal.fa-laugh,
.far.fa-laugh {
  font-weight: 400;
}

.fal.fa-laugh-beam,
.far.fa-laugh-beam {
  font-weight: 400;
}

.fal.fa-laugh-squint,
.far.fa-laugh-squint {
  font-weight: 400;
}

.fal.fa-laugh-wink,
.far.fa-laugh-wink {
  font-weight: 400;
}

.fal.fa-lemon,
.far.fa-lemon {
  font-weight: 400;
}

.fal.fa-life-ring,
.far.fa-life-ring {
  font-weight: 400;
}

.fal.fa-lightbulb,
.far.fa-lightbulb {
  font-weight: 400;
}

.fal.fa-list-alt,
.far.fa-list-alt {
  font-weight: 400;
}

.fal.fa-map,
.far.fa-map {
  font-weight: 400;
}

.fal.fa-meh,
.far.fa-meh {
  font-weight: 400;
}

.fal.fa-meh-blank,
.far.fa-meh-blank {
  font-weight: 400;
}

.fal.fa-meh-rolling-eyes,
.far.fa-meh-rolling-eyes {
  font-weight: 400;
}

.fal.fa-minus-square,
.far.fa-minus-square {
  font-weight: 400;
}

.fal.fa-money-bill-alt,
.far.fa-money-bill-alt {
  font-weight: 400;
}

.fal.fa-moon,
.far.fa-moon {
  font-weight: 400;
}

.fal.fa-newspaper,
.far.fa-newspaper {
  font-weight: 400;
}

.fal.fa-object-group,
.far.fa-object-group {
  font-weight: 400;
}

.fal.fa-object-ungroup,
.far.fa-object-ungroup {
  font-weight: 400;
}

.fal.fa-paper-plane,
.far.fa-paper-plane {
  font-weight: 400;
}

.fal.fa-pause-circle,
.far.fa-pause-circle {
  font-weight: 400;
}

.fal.fa-play-circle,
.far.fa-play-circle {
  font-weight: 400;
}

.fal.fa-plus-square,
.far.fa-plus-square {
  font-weight: 400;
}

.fal.fa-question-circle,
.far.fa-question-circle {
  font-weight: 400;
}

.fal.fa-registered,
.far.fa-registered {
  font-weight: 400;
}

.fal.fa-sad-cry,
.far.fa-sad-cry {
  font-weight: 400;
}

.fal.fa-sad-tear,
.far.fa-sad-tear {
  font-weight: 400;
}

.fal.fa-save,
.far.fa-save {
  font-weight: 400;
}

.fal.fa-share-square,
.far.fa-share-square {
  font-weight: 400;
}

.fal.fa-smile,
.far.fa-smile {
  font-weight: 400;
}

.fal.fa-smile-beam,
.far.fa-smile-beam {
  font-weight: 400;
}

.fal.fa-smile-wink,
.far.fa-smile-wink {
  font-weight: 400;
}

.fal.fa-snowflake,
.far.fa-snowflake {
  font-weight: 400;
}

.fal.fa-square,
.far.fa-square {
  font-weight: 400;
}

.fal.fa-star,
.far.fa-star {
  font-weight: 400;
}

.fal.fa-star-half,
.far.fa-star-half {
  font-weight: 400;
}

.fal.fa-sticky-note,
.far.fa-sticky-note {
  font-weight: 400;
}

.fal.fa-stop-circle,
.far.fa-stop-circle {
  font-weight: 400;
}

.fal.fa-sun,
.far.fa-sun {
  font-weight: 400;
}

.fal.fa-surprise,
.far.fa-surprise {
  font-weight: 400;
}

.fal.fa-thumbs-down,
.far.fa-thumbs-down {
  font-weight: 400;
}

.fal.fa-thumbs-up,
.far.fa-thumbs-up {
  font-weight: 400;
}

.fal.fa-times-circle,
.far.fa-times-circle {
  font-weight: 400;
}

.fal.fa-tired,
.far.fa-tired {
  font-weight: 400;
}

.fal.fa-trash-alt,
.far.fa-trash-alt {
  font-weight: 400;
}

.fal.fa-user,
.far.fa-user {
  font-weight: 400;
}

.fal.fa-user-circle,
.far.fa-user-circle {
  font-weight: 400;
}

.fal.fa-window-close,
.far.fa-window-close {
  font-weight: 400;
}

.fal.fa-window-maximize,
.far.fa-window-maximize {
  font-weight: 400;
}

.fal.fa-window-minimize,
.far.fa-window-minimize {
  font-weight: 400;
}

.fal.fa-window-restore,
.far.fa-window-restore {
  font-weight: 400;
}

.fs-h1 {
  font-size: 2.5rem !important;
}

.fs-h2 {
  font-size: 2rem !important;
}

.fs-h3 {
  font-size: 1.75rem !important;
}

.fs-h4 {
  font-size: 1.25rem !important;
}

.fs-h5 {
  font-size: 1rem !important;
}

.fs-h6 {
  font-size: 0.875rem !important;
}

.fs-lead {
  font-size: 1rem;
}

.fs-display-1 {
  font-size: 5.5rem !important;
}

.fs-display-2 {
  font-size: 5rem !important;
}

.fs-display-3 {
  font-size: 4.5rem !important;
}

.fs-display-4 {
  font-size: 3rem !important;
}

.fs-sm,
.fs-sm a {
  font-size: 0.8125rem !important;
}

.fs-xs,
.fs-xs a {
  font-size: 0.75rem !important;
}

h1, .h1, h2, .h2 {
  font-weight: 400;
}

h6, .h6 {
  font-weight: 600;
}

.font-weight-unset {
  font-weight: unset !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.heading {
  position: relative;
}

.heading:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  top: 50%;
  z-index: 0;
  background: radial-gradient(ellipse at left, #fff 25%, rgba(0, 0, 0, 0.25) 100%);
}

.heading .heading-title {
  position: relative;
  display: inline-block;
  background: #fff;
  padding-right: 1rem;
  font-weight: 300;
}

.heading-center {
  text-align: center;
}

.heading-center:before {
  background: radial-gradient(ellipse at center, #fff 25%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.heading-center .heading-title {
  padding-left: 1rem;
}

.page-title {
  margin-bottom: 1.5rem;
}

.rlm:after {
  content: '\200F';
}

.ltr {
  direction: ltr;
  unicode-bidi: isolate;
}

.rtl {
  direction: rtl;
  unicode-bidi: isolate;
}

a.color-body {
  color: #505862;
  text-decoration: none;
}

a.color-body:hover {
  color: #505862;
  text-decoration: underline;
}

a.pretty-link {
  color: #393f46;
  text-decoration: none;
  font-weight: 600;
}

a.pretty-link > i {
  padding-right: 1.2rem;
}

a.pretty-link > span {
  color: #aaa;
}

a.pretty-link > span:hover, a.pretty-link > span:active {
  color: inherit;
}

.text-wrap {
  white-space: normal !important;
}

.text-body {
  font-size: 1rem;
}

code {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}

.html-editor-content {
  margin-bottom: 1.5rem;
}

.alert-info, .alert-danger,
.validation-summary-errors, .alert-success, .validation-summary-valid,
.alert-warning {
  position: relative;
  padding-left: 4rem;
  line-height: 1.5;
  border-width: 0;
}

.alert-info:before,
.alert-danger:before,
.validation-summary-errors:before,
.alert-success:before,
.validation-summary-valid:before,
.alert-warning:before {
  display: block;
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 1;
}

.alert-info:after,
.alert-danger:after,
.validation-summary-errors:after,
.alert-success:after,
.validation-summary-valid:after,
.alert-warning:after {
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  left: 0;
  top: 50%;
  font-size: 24px;
  width: 3rem;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}


.alert-danger:before,
.validation-summary-errors:before {
  background-color: #f44336;
}


.alert-danger:after,
.validation-summary-errors:after {
  content: "\f071";
  color: #fdd9d7;
}

.alert-info:before {
  background-color: #37a0e6;
}

.alert-info:after {
  content: "\f129";
  color: #d7ecfa;
}


.alert-success:before,
.validation-summary-valid:before {
  background-color: #4caf50;
}


.alert-success:after,
.validation-summary-valid:after {
  content: "\f00c";
  color: #dbefdc;
}

.alert-warning:before {
  background-color: #ee9B00;
}

.alert-warning:after {
  content: "\f12a";
  color: #fcebcc;
}

.alert > ul, .validation-summary-valid > ul, .validation-summary-errors > ul {
  padding-left: 1.2rem;
}

.alert > *:first-child, .validation-summary-valid > *:first-child, .validation-summary-errors > *:first-child {
  margin-top: 0 !important;
}

.alert > *:last-child, .validation-summary-valid > *:last-child, .validation-summary-errors > *:last-child {
  margin-bottom: 0 !important;
}

.btn-sm > .fa, .btn-group-sm > .btn > .fa {
  font-size: 14px;
}

.input-group > .input-group-append > .btn-secondary,
.input-group > .input-group-append > .btn-light,
.input-group > .input-group-prepend > .btn-secondary,
.input-group > .input-group-prepend > .btn-light {
  border-color: #ced4da;
}

.btn.btn-icon,
.btn.btn-circle {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: calc(2.5625rem + 2px);
  height: calc(2.5625rem + 2px);
  line-height: calc(2.5625rem + 2px);
}

.btn.btn-icon > i,
.btn.btn-circle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon,
.btn.btn-circle.btn-lg,
.btn-group-lg > .btn.btn-circle {
  width: calc(3.08333rem + 2px);
  height: calc(3.08333rem + 2px);
  line-height: calc(3.08333rem + 2px);
}

.btn.btn-icon.btn-lg > i, .btn-group-lg > .btn.btn-icon > i,
.btn.btn-circle.btn-lg > i,
.btn-group-lg > .btn.btn-circle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon,
.btn.btn-circle.btn-sm,
.btn-group-sm > .btn.btn-circle {
  width: calc(2.21875rem + 2px);
  height: calc(2.21875rem + 2px);
  line-height: calc(2.21875rem + 2px);
}

.btn.btn-icon.btn-sm > i, .btn-group-sm > .btn.btn-icon > i,
.btn.btn-circle.btn-sm > i,
.btn-group-sm > .btn.btn-circle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.btn.btn-icon.dropdown-toggle:after,
.btn.btn-circle.dropdown-toggle:after {
  position: absolute;
  right: 2px;
  bottom: 0.4em;
}

.btn.btn-circle {
  border-radius: 50%;
}

.btn-flat {
  color: #22262a;
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-flat.disabled, .btn-flat[disabled] {
  color: #22262a;
  background-image: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat-light {
  color: rgba(255, 255, 255, 0.8);
}

.btn-flat-light.disabled, .btn-flat-light[disabled] {
  color: rgba(255, 255, 255, 0.8);
}

.btn-flat-light:not([disabled]):not(.disabled):hover, .btn-flat-light:not([disabled]):not(.disabled).hover, .btn-flat-light:active, .btn-flat-light.active,
.show > .btn-flat-light.dropdown-toggle {
  border-color: white;
}

.btn-flat-light:focus, .btn-flat-light.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.btn.btn-clear {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
}

.btn.btn-clear:hover, .btn.btn-clear.hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.btn.btn-clear:focus, .btn.btn-clear.focus {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.btn.btn-clear.disabled, .btn.btn-clear[disabled] {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn.btn-clear:not([disabled]):not(.disabled):active, .btn.btn-clear:not([disabled]):not(.disabled).active,
.show > .btn.btn-clear.dropdown-toggle {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn.btn-clear-dark {
  color: #22262a;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.btn.btn-clear-dark:hover, .btn.btn-clear-dark.hover {
  color: #101213;
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn.btn-clear-dark:focus, .btn.btn-clear-dark.focus {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.btn.btn-clear-dark.disabled, .btn.btn-clear-dark[disabled] {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.btn.btn-clear-dark:not([disabled]):not(.disabled):active, .btn.btn-clear-dark:not([disabled]):not(.disabled).active,
.show > .btn.btn-clear-dark.dropdown-toggle {
  color: #101213;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn.btn-labeled {
  position: relative;
  padding-left: 3.17813rem;
}

.btn.btn-labeled > b {
  position: absolute;
  display: block;
  width: 2.17813rem;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.btn.btn-labeled > b > i {
  position: relative;
  vertical-align: middle;
  line-height: calc(2.5625rem + 2px);
}

.btn.btn-labeled.btn-lg, .btn-group-lg > .btn.btn-labeled {
  padding-left: 4.12083rem;
}

.btn.btn-labeled.btn-lg > b, .btn-group-lg > .btn.btn-labeled > b {
  width: 2.62083rem;
}

.btn.btn-labeled.btn-lg > b > i, .btn-group-lg > .btn.btn-labeled > b > i {
  line-height: calc(3.08333rem + 2px);
}

.btn.btn-labeled.btn-sm, .btn-group-sm > .btn.btn-labeled {
  padding-left: 2.63594rem;
}

.btn.btn-labeled.btn-sm > b, .btn-group-sm > .btn.btn-labeled > b {
  width: 1.88594rem;
}

.btn.btn-labeled.btn-sm > b > i, .btn-group-sm > .btn.btn-labeled > b > i {
  line-height: calc(2.21875rem + 2px);
}

.btn.btn-labeled.icon-right {
  padding-left: 1rem;
  padding-right: 3.17813rem;
}

.btn.btn-labeled.icon-right > b {
  left: auto;
  right: 0;
}

.btn.btn-animate {
  position: relative;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.2s ease-out;
}

.btn.btn-animate > span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-out;
  transform: translateX(0);
}

.btn.btn-animate > span > i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.4em;
  text-align: left;
  opacity: 0;
  line-height: 1.2375;
  transition: opacity 0.2s ease-out;
  transform: translateX(-100%);
}

.btn.btn-animate > span > i:before {
  vertical-align: middle;
}

.btn.btn-animate:hover > span {
  transform: translateX(10px);
}

.btn.btn-animate:hover > span > i {
  opacity: 1;
}

.btn.btn-animate.btn-lg, .btn-group-lg > .btn.btn-animate {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.btn.btn-animate.btn-sm, .btn-group-sm > .btn.btn-animate {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.btn-animate.btn-animate-right > span > i {
  left: auto;
  right: 0;
  text-align: right;
  transform: translateX(100%);
}

.btn-animate.btn-animate-right:hover > span {
  transform: translateX(-10px);
}

.btn-animate.btn-animate-down > span {
  text-align: center;
}

.btn-animate.btn-animate-down > span > i {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  transform: translateY(-150%);
}

.btn-animate.btn-animate-down:hover > span {
  transform: translateY(150%);
}

.btn-animate.btn-animate-down.btn-lg > span > i, .btn-group-lg > .btn-animate.btn-animate-down.btn > span > i {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.btn.btn-to-danger,
.btn.btn-to-primary {
  transition: box-shadow .15s ease-in-out;
}

.btn.btn-to-danger:not([disabled]):not(.disabled):hover > i, .btn.btn-to-danger:not([disabled]):not(.disabled).hover > i {
  opacity: 1;
}

.btn.btn-to-danger:focus > i, .btn.btn-to-danger.focus > i {
  opacity: 1;
}

.btn.btn-to-danger:not([disabled]):not(.disabled):active > i, .btn.btn-to-danger:not([disabled]):not(.disabled).active > i,
.show > .btn.btn-to-danger.dropdown-toggle > i {
  opacity: 1;
}

.btn-no-border {
  border-color: transparent !important;
}

.mf-dropdown {
  display: inline-block;
  position: relative;
}

.mf-dropdown .btn {
  border-radius: 0;
  position: relative;
}

.mf-dropdown .btn > em {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #8d9ba9;
  font-size: 0.8125rem;
  font-size: 0.85em;
}

.mf-dropdown .btn > em > span {
  font-weight: 600;
  font-size: 1.166666em;
  color: #393f46;
}

.mf-dropdown .btn.has-caret {
  text-align: left;
  padding-right: 2rem;
}

.mf-dropdown .btn.has-caret.btn-sm, .mf-dropdown .btn-group-sm > .btn.has-caret {
  padding-right: 1.5rem;
}

.mf-dropdown .btn.has-caret.btn-lg, .mf-dropdown .btn-group-lg > .btn.has-caret {
  padding-right: 3rem;
}

.mf-dropdown .btn.has-caret > em,
.mf-dropdown .btn.has-caret > span {
  display: block;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mf-dropdown .btn.has-caret:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  display: block;
  right: 1rem;
  line-height: 1;
  top: 50%;
  transform: translate3d(50%, -50%, 0);
}

.mf-dropdown .btn-sm.has-caret:after, .mf-dropdown .btn-group-sm > .has-caret.btn:after {
  right: 0.75rem;
}

.mf-dropdown .btn-lg.has-caret:after, .mf-dropdown .btn-group-lg > .has-caret.btn:after {
  right: 1.5rem;
}

.mf-dropdown select {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.btn-3d {
  transition-property: transform, box-shadow, color, background-color, border-color, opacity;
  transition-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.25, 1, 0.33, 1);
  transition-duration: .35s;
}

.btn-3d:hover, .btn-3d.hover, .btn-3d:focus, .btn-3d.focus {
  transform: translateY(-2px);
}

.btn-3d:active, .btn-3d.active, .btn-3d:disabled, .btn-3d.disabled,
.show > .btn-3d.dropdown-toggle {
  transform: translateY(1px);
}

.btn-3d.btn-primary {
  box-shadow: 0 4px 6px rgba(25, 32, 72, 0.11), 0 1px 3px rgba(6, 8, 18, 0.09);
}

.btn-3d.btn-primary:not(:disabled):not(.disabled):hover, .btn-3d.btn-primary.hover:not(:disabled):not(.disabled), .btn-3d.btn.btn-to-primary:not(:disabled):not(.disabled):not([disabled]):hover, .btn-3d.btn.btn-to-primary.hover:not(:disabled):not(.disabled):not([disabled]), .btn-3d.btn-primary:not(:disabled):not(.disabled).hover, .btn-3d.btn-primary:not(:disabled):not(.disabled):focus, .btn-3d.btn.btn-to-primary:not(:disabled):not(.disabled):focus, .btn-3d.btn.btn-to-primary.focus:not(:disabled):not(.disabled), .btn-3d.btn-primary:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(25, 32, 72, 0.154), 0 3px 6px rgba(6, 8, 18, 0.09);
}

.btn-3d.btn-primary:disabled, .btn-3d.btn-primary.disabled,
.btn-3d.btn-outline-primary:disabled,
.btn-3d.btn-outline-primary.disabled {
  box-shadow: none;
}

.btn-3d.btn-primary:not(:disabled):not(.disabled):active, .btn-3d.btn.btn-to-primary:not(:disabled):not(.disabled):not([disabled]):active, .btn-3d.btn.btn-to-primary.active:not(:disabled):not(.disabled):not([disabled]),
.show > .btn-3d.btn.btn-to-primary.dropdown-toggle:not(:disabled):not(.disabled), .btn-3d.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-3d.btn.btn-to-primary:not(:disabled):not(.disabled):active:focus, .btn-3d.btn.btn-to-primary.focus:not(:disabled):not(.disabled):active, .btn-3d.btn.btn-to-primary.active:not(:disabled):not(.disabled):focus:not([disabled]),
.show > .btn-3d.btn.btn-to-primary.dropdown-toggle:not(:disabled):not(.disabled):focus, .btn-3d.btn-primary:not(:disabled):not(.disabled).active, .btn-3d.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-3d.btn.btn-to-primary:not(:disabled):not(.disabled).active:focus, .btn-3d.btn.btn-to-primary.focus:not(:disabled):not(.disabled).active,
.show > .btn-3d.btn-primary.dropdown-toggle,
.show > .btn-3d.btn-primary.dropdown-toggle:focus,
.show > .btn-3d.dropdown-toggle.btn.btn-to-primary:focus,
.show > .btn-3d.dropdown-toggle.btn.btn-to-primary.focus,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-primary.dropdown-toggle,
.show >
.btn-3d.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(25, 32, 72, 0.1496), 0 1px 2px rgba(6, 8, 18, 0.1125);
}

.btn-3d.btn-secondary {
  border-color: #8d9ba9;
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-3d.btn-secondary:not(:disabled):not(.disabled):hover, .btn-3d.btn-secondary.hover:not(:disabled):not(.disabled), .btn-3d.btn-secondary:not(:disabled):not(.disabled).hover, .btn-3d.btn-secondary:not(:disabled):not(.disabled):focus, .btn-3d.btn-secondary:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled).focus {
  border-color: #8d9ba9;
  background-color: #fff;
  box-shadow: 0 9px 16px rgba(51, 51, 51, 0.154), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.btn-3d.btn-secondary:disabled, .btn-3d.btn-secondary.disabled,
.btn-3d.btn-outline-secondary:disabled,
.btn-3d.btn-outline-secondary.disabled {
  border-color: #8d9ba9;
  background-color: #f7f7f9;
  border-color: #f7f7f9;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1496), 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.btn-3d.btn-secondary:not(:disabled):not(.disabled):active, .btn-3d.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-secondary:not(:disabled):not(.disabled).active, .btn-3d.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-secondary.dropdown-toggle,
.show > .btn-3d.btn-secondary.dropdown-toggle:focus,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-secondary.dropdown-toggle,
.show >
.btn-3d.btn-outline-secondary.dropdown-toggle:focus {
  border-color: #8d9ba9;
  background-color: #f7f7f9;
  border-color: #f7f7f9;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1496), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-3d.btn-success {
  box-shadow: 0 4px 6px rgba(30, 70, 32, 0.11), 0 1px 3px rgba(8, 18, 8, 0.09);
}

.btn-3d.btn-success:not(:disabled):not(.disabled):hover, .btn-3d.btn-success.hover:not(:disabled):not(.disabled), .btn-3d.btn-success:not(:disabled):not(.disabled).hover, .btn-3d.btn-success:not(:disabled):not(.disabled):focus, .btn-3d.btn-success:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(30, 70, 32, 0.154), 0 3px 6px rgba(8, 18, 8, 0.09);
}

.btn-3d.btn-success:disabled, .btn-3d.btn-success.disabled,
.btn-3d.btn-outline-success:disabled,
.btn-3d.btn-outline-success.disabled {
  box-shadow: none;
}

.btn-3d.btn-success:not(:disabled):not(.disabled):active, .btn-3d.btn-success:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-success:not(:disabled):not(.disabled).active, .btn-3d.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-success.dropdown-toggle,
.show > .btn-3d.btn-success.dropdown-toggle:focus,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-success.dropdown-toggle,
.show >
.btn-3d.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(30, 70, 32, 0.1496), 0 1px 2px rgba(8, 18, 8, 0.1125);
}

.btn-3d.btn-info {
  box-shadow: 0 4px 6px rgba(22, 64, 92, 0.11), 0 1px 3px rgba(6, 16, 23, 0.09);
}

.btn-3d.btn-info:not(:disabled):not(.disabled):hover, .btn-3d.btn-info.hover:not(:disabled):not(.disabled), .btn-3d.btn-info:not(:disabled):not(.disabled).hover, .btn-3d.btn-info:not(:disabled):not(.disabled):focus, .btn-3d.btn-info:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(22, 64, 92, 0.154), 0 3px 6px rgba(6, 16, 23, 0.09);
}

.btn-3d.btn-info:disabled, .btn-3d.btn-info.disabled,
.btn-3d.btn-outline-info:disabled,
.btn-3d.btn-outline-info.disabled {
  box-shadow: none;
}

.btn-3d.btn-info:not(:disabled):not(.disabled):active, .btn-3d.btn-info:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-info:not(:disabled):not(.disabled).active, .btn-3d.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-info.dropdown-toggle,
.show > .btn-3d.btn-info.dropdown-toggle:focus,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-info.dropdown-toggle,
.show >
.btn-3d.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(22, 64, 92, 0.1496), 0 1px 2px rgba(6, 16, 23, 0.1125);
}

.btn-3d.btn-warning {
  box-shadow: 0 4px 6px rgba(95, 62, 0, 0.11), 0 1px 3px rgba(24, 16, 0, 0.09);
}

.btn-3d.btn-warning:not(:disabled):not(.disabled):hover, .btn-3d.btn-warning.hover:not(:disabled):not(.disabled), .btn-3d.btn-warning:not(:disabled):not(.disabled).hover, .btn-3d.btn-warning:not(:disabled):not(.disabled):focus, .btn-3d.btn-warning:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(95, 62, 0, 0.154), 0 3px 6px rgba(24, 16, 0, 0.09);
}

.btn-3d.btn-warning:disabled, .btn-3d.btn-warning.disabled,
.btn-3d.btn-outline-warning:disabled,
.btn-3d.btn-outline-warning.disabled {
  box-shadow: none;
}

.btn-3d.btn-warning:not(:disabled):not(.disabled):active, .btn-3d.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-warning:not(:disabled):not(.disabled).active, .btn-3d.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-warning.dropdown-toggle,
.show > .btn-3d.btn-warning.dropdown-toggle:focus,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-warning.dropdown-toggle,
.show >
.btn-3d.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(95, 62, 0, 0.1496), 0 1px 2px rgba(24, 16, 0, 0.1125);
}

.btn-3d.btn-danger {
  box-shadow: 0 4px 6px rgba(98, 27, 22, 0.11), 0 1px 3px rgba(24, 7, 5, 0.09);
}

.btn-3d.btn-danger:not(:disabled):not(.disabled):hover, .btn-3d.btn-danger.hover:not(:disabled):not(.disabled), .btn-3d.btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):hover, .btn-3d.btn.btn-to-danger.hover:not(:disabled):not(.disabled):not([disabled]), .btn-3d.btn-danger:not(:disabled):not(.disabled).hover, .btn-3d.btn-danger:not(:disabled):not(.disabled):focus, .btn-3d.btn.btn-to-danger:not(:disabled):not(.disabled):focus, .btn-3d.btn.btn-to-danger.focus:not(:disabled):not(.disabled), .btn-3d.btn-danger:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(98, 27, 22, 0.154), 0 3px 6px rgba(24, 7, 5, 0.09);
}

.btn-3d.btn-danger:disabled, .btn-3d.btn-danger.disabled,
.btn-3d.btn-outline-danger:disabled,
.btn-3d.btn-outline-danger.disabled {
  box-shadow: none;
}

.btn-3d.btn-danger:not(:disabled):not(.disabled):active, .btn-3d.btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .btn-3d.btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]),
.show > .btn-3d.btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .btn-3d.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-3d.btn.btn-to-danger:not(:disabled):not(.disabled):active:focus, .btn-3d.btn.btn-to-danger.focus:not(:disabled):not(.disabled):active, .btn-3d.btn.btn-to-danger.active:not(:disabled):not(.disabled):focus:not([disabled]),
.show > .btn-3d.btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled):focus, .btn-3d.btn-danger:not(:disabled):not(.disabled).active, .btn-3d.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-3d.btn.btn-to-danger:not(:disabled):not(.disabled).active:focus, .btn-3d.btn.btn-to-danger.focus:not(:disabled):not(.disabled).active,
.show > .btn-3d.btn-danger.dropdown-toggle,
.show > .btn-3d.btn-danger.dropdown-toggle:focus,
.show > .btn-3d.dropdown-toggle.btn.btn-to-danger:focus,
.show > .btn-3d.dropdown-toggle.btn.btn-to-danger.focus,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-danger.dropdown-toggle,
.show >
.btn-3d.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(98, 27, 22, 0.1496), 0 1px 2px rgba(24, 7, 5, 0.1125);
}

.btn-3d.btn-light {
  border-color: #eff1f3;
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-3d.btn-light:not(:disabled):not(.disabled):hover, .btn-3d.btn-light:not(:disabled):not(.disabled).hover, .btn-3d.btn-light:not(:disabled):not(.disabled):focus, .btn-3d.btn-light:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled).focus {
  border-color: #eff1f3;
  box-shadow: 0 9px 16px rgba(51, 51, 51, 0.154), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.btn-3d.btn-light:disabled, .btn-3d.btn-light.disabled,
.btn-3d.btn-outline-light:disabled,
.btn-3d.btn-outline-light.disabled {
  box-shadow: none;
}

.btn-3d.btn-light:not(:disabled):not(.disabled):active, .btn-3d.btn-light:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-light:not(:disabled):not(.disabled).active, .btn-3d.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-light.dropdown-toggle,
.show > .btn-3d.btn-light.dropdown-toggle:focus,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-light.dropdown-toggle,
.show >
.btn-3d.btn-outline-light.dropdown-toggle:focus {
  border-color: #eff1f3;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.1496), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-3d.btn-dark {
  box-shadow: 0 4px 6px rgba(14, 15, 17, 0.11), 0 1px 3px rgba(3, 4, 4, 0.09);
}

.btn-3d.btn-dark:not(:disabled):not(.disabled):hover, .btn-3d.btn-dark:not(:disabled):not(.disabled).hover, .btn-3d.btn-dark:not(:disabled):not(.disabled):focus, .btn-3d.btn-dark:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(14, 15, 17, 0.154), 0 3px 6px rgba(3, 4, 4, 0.09);
}

.btn-3d.btn-dark:disabled, .btn-3d.btn-dark.disabled,
.btn-3d.btn-outline-dark:disabled,
.btn-3d.btn-outline-dark.disabled {
  box-shadow: none;
}

.btn-3d.btn-dark:not(:disabled):not(.disabled):active, .btn-3d.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-dark:not(:disabled):not(.disabled).active, .btn-3d.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-dark.dropdown-toggle,
.show > .btn-3d.btn-dark.dropdown-toggle:focus,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-dark.dropdown-toggle,
.show >
.btn-3d.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(14, 15, 17, 0.1496), 0 1px 2px rgba(3, 4, 4, 0.1125);
}

.btn-3d.btn-gray {
  box-shadow: 0 4px 6px rgba(36, 39, 41, 0.11), 0 1px 3px rgba(9, 10, 10, 0.09);
}

.btn-3d.btn-gray:not(:disabled):not(.disabled):hover, .btn-3d.btn-gray:not(:disabled):not(.disabled).hover, .btn-3d.btn-gray:not(:disabled):not(.disabled):focus, .btn-3d.btn-gray:not(:disabled):not(.disabled).focus,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled):hover,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled).hover,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled):focus,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled).focus {
  box-shadow: 0 9px 16px rgba(36, 39, 41, 0.154), 0 3px 6px rgba(9, 10, 10, 0.09);
}

.btn-3d.btn-gray:disabled, .btn-3d.btn-gray.disabled,
.btn-3d.btn-outline-gray:disabled,
.btn-3d.btn-outline-gray.disabled {
  box-shadow: none;
}

.btn-3d.btn-gray:not(:disabled):not(.disabled):active, .btn-3d.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-3d.btn-gray:not(:disabled):not(.disabled).active, .btn-3d.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-3d.btn-gray.dropdown-toggle,
.show > .btn-3d.btn-gray.dropdown-toggle:focus,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled).active,
.btn-3d.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show >
.btn-3d.btn-outline-gray.dropdown-toggle,
.show >
.btn-3d.btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 2px 4px rgba(36, 39, 41, 0.1496), 0 1px 2px rgba(9, 10, 10, 0.1125);
}

.btn-brand-facebook,
.btn-brand-facebook-f {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-facebook:hover,
.btn-brand-facebook-f:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

.btn-brand-facebook:focus, .btn-brand-facebook.focus,
.btn-brand-facebook-f:focus,
.btn-brand-facebook-f.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(59, 89, 152, 0.5);
}

.btn-brand-facebook.disabled, .btn-brand-facebook:disabled,
.btn-brand-facebook-f.disabled,
.btn-brand-facebook-f:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-brand-facebook:not(:disabled):not(.disabled):active, .btn-brand-facebook:not(:disabled):not(.disabled).active,
.show > .btn-brand-facebook.dropdown-toggle,
.btn-brand-facebook-f:not(:disabled):not(.disabled):active,
.btn-brand-facebook-f:not(:disabled):not(.disabled).active,
.show >
.btn-brand-facebook-f.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.btn-brand-facebook:not(:disabled):not(.disabled):active:focus, .btn-brand-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-facebook.dropdown-toggle:focus,
.btn-brand-facebook-f:not(:disabled):not(.disabled):active:focus,
.btn-brand-facebook-f:not(:disabled):not(.disabled).active:focus,
.show >
.btn-brand-facebook-f.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(59, 89, 152, 0.5);
}

.btn-brand-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-twitter:hover {
  color: #fff;
  background-color: #329beb;
  border-color: #2795e9;
}

.btn-brand-twitter:focus, .btn-brand-twitter.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(85, 172, 238, 0.5);
}

.btn-brand-twitter.disabled, .btn-brand-twitter:disabled {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}

.btn-brand-twitter:not(:disabled):not(.disabled):active, .btn-brand-twitter:not(:disabled):not(.disabled).active,
.show > .btn-brand-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: #1b90e8;
}

.btn-brand-twitter:not(:disabled):not(.disabled):active:focus, .btn-brand-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-twitter.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(85, 172, 238, 0.5);
}

.btn-brand-youtube {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-youtube:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
}

.btn-brand-youtube:focus, .btn-brand-youtube.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

.btn-brand-youtube.disabled, .btn-brand-youtube:disabled {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-brand-youtube:not(:disabled):not(.disabled):active, .btn-brand-youtube:not(:disabled):not(.disabled).active,
.show > .btn-brand-youtube.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #961717;
}

.btn-brand-youtube:not(:disabled):not(.disabled):active:focus, .btn-brand-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-youtube.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

.btn-brand-pinterest,
.btn-brand-pinterest-p {
  color: #fff;
  background-color: #cc2127;
  border-color: #cc2127;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-pinterest:hover,
.btn-brand-pinterest-p:hover {
  color: #fff;
  background-color: #ab1c21;
  border-color: #a01a1f;
}

.btn-brand-pinterest:focus, .btn-brand-pinterest.focus,
.btn-brand-pinterest-p:focus,
.btn-brand-pinterest-p.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(204, 33, 39, 0.5);
}

.btn-brand-pinterest.disabled, .btn-brand-pinterest:disabled,
.btn-brand-pinterest-p.disabled,
.btn-brand-pinterest-p:disabled {
  color: #fff;
  background-color: #cc2127;
  border-color: #cc2127;
}

.btn-brand-pinterest:not(:disabled):not(.disabled):active, .btn-brand-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-brand-pinterest.dropdown-toggle,
.btn-brand-pinterest-p:not(:disabled):not(.disabled):active,
.btn-brand-pinterest-p:not(:disabled):not(.disabled).active,
.show >
.btn-brand-pinterest-p.dropdown-toggle {
  color: #fff;
  background-color: #a01a1f;
  border-color: #95181d;
}

.btn-brand-pinterest:not(:disabled):not(.disabled):active:focus, .btn-brand-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-pinterest.dropdown-toggle:focus,
.btn-brand-pinterest-p:not(:disabled):not(.disabled):active:focus,
.btn-brand-pinterest-p:not(:disabled):not(.disabled).active:focus,
.show >
.btn-brand-pinterest-p.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(204, 33, 39, 0.5);
}

.btn-brand-google-plus,
.btn-brand-google-plus-g {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-google-plus:hover,
.btn-brand-google-plus-g:hover {
  color: #fff;
  background-color: #cd3623;
  border-color: #c23321;
}

.btn-brand-google-plus:focus, .btn-brand-google-plus.focus,
.btn-brand-google-plus-g:focus,
.btn-brand-google-plus-g.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

.btn-brand-google-plus.disabled, .btn-brand-google-plus:disabled,
.btn-brand-google-plus-g.disabled,
.btn-brand-google-plus-g:disabled {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn-brand-google-plus:not(:disabled):not(.disabled):active, .btn-brand-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-brand-google-plus.dropdown-toggle,
.btn-brand-google-plus-g:not(:disabled):not(.disabled):active,
.btn-brand-google-plus-g:not(:disabled):not(.disabled).active,
.show >
.btn-brand-google-plus-g.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #b7301f;
}

.btn-brand-google-plus:not(:disabled):not(.disabled):active:focus, .btn-brand-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-google-plus.dropdown-toggle:focus,
.btn-brand-google-plus-g:not(:disabled):not(.disabled):active:focus,
.btn-brand-google-plus-g:not(:disabled):not(.disabled).active:focus,
.show >
.btn-brand-google-plus-g.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

.btn-brand-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-instagram:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
}

.btn-brand-instagram:focus, .btn-brand-instagram.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(63, 114, 155, 0.5);
}

.btn-brand-instagram.disabled, .btn-brand-instagram:disabled {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}

.btn-brand-instagram:not(:disabled):not(.disabled):active, .btn-brand-instagram:not(:disabled):not(.disabled).active,
.show > .btn-brand-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #2d516e;
}

.btn-brand-instagram:not(:disabled):not(.disabled):active:focus, .btn-brand-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-instagram.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(63, 114, 155, 0.5);
}

.btn-brand-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-linkedin:hover {
  color: #fff;
  background-color: #006190;
  border-color: #005983;
}

.btn-brand-linkedin:focus, .btn-brand-linkedin.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 123, 182, 0.5);
}

.btn-brand-linkedin.disabled, .btn-brand-linkedin:disabled {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}

.btn-brand-linkedin:not(:disabled):not(.disabled):active, .btn-brand-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-brand-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: #005076;
}

.btn-brand-linkedin:not(:disabled):not(.disabled):active:focus, .btn-brand-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-linkedin.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(0, 123, 182, 0.5);
}

.btn-brand-xing {
  color: #fff;
  background-color: #126567;
  border-color: #126567;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
}

.btn-brand-xing:hover {
  color: #fff;
  background-color: #0c4546;
  border-color: #0a3a3c;
}

.btn-brand-xing:focus, .btn-brand-xing.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(18, 101, 103, 0.5);
}

.btn-brand-xing.disabled, .btn-brand-xing:disabled {
  color: #fff;
  background-color: #126567;
  border-color: #126567;
}

.btn-brand-xing:not(:disabled):not(.disabled):active, .btn-brand-xing:not(:disabled):not(.disabled).active,
.show > .btn-brand-xing.dropdown-toggle {
  color: #fff;
  background-color: #0a3a3c;
  border-color: #093031;
}

.btn-brand-xing:not(:disabled):not(.disabled):active:focus, .btn-brand-xing:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-xing.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(18, 101, 103, 0.5);
}

.dropdown-group {
  position: relative;
}

.dropdown-group > .dropdown-item {
  position: relative;
  padding-right: 2rem;
}

.dropdown-group > .dropdown-item:before {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-40%);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 13px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
}

.dropdown-group.show > .dropdown-item {
  color: #17191c;
  background-color: #f7f7f9;
}

.dropdown-group .dropdown-menu {
  position: absolute;
  margin-top: 0 !important;
  top: -0.5rem;
  left: 100% !important;
  bottom: auto;
  transform: translateX(-2px);
}

.dropdown-toggle:after {
  vertical-align: 0.175em;
}

.dropdown-toggle.no-chevron:after {
  display: none !important;
}

.dropdown-menu-light-icons .dropdown-item:not(.disabled) > i {
  color: #737e88;
}

.dropdown-item {
  position: relative;
}

.dropdown-item.disabled {
  cursor: default;
}

.dropdown-item > i,
.dropdown-item > img {
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}

.dropdown-item:not(.disabled) > i {
  color: #444c54;
}

.dropdown-group.show > .dropdown-item:not(.disabled) > i,
.dropdown-item:not(.disabled):hover > i {
  color: #17191c;
}

.dropdown-item:not(.disabled):active > i,
.dropdown-item:not(.disabled):focus > i {
  color: #17191c;
}

.card-deck .card {
  margin-bottom: 20px;
}

.card-shadow {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.05);
}

.card-body > p:last-child {
  margin-bottom: 0;
}

.card-footer .btn {
  font-weight: 400;
}

.card-body > *:last-child {
  margin-bottom: 0 !important;
}

.card-body.disabled {
  opacity: .5;
}

@media (min-width: 576px) {
  .card-deck.card-cols-sm-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-sm-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-sm-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-sm-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-sm-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-sm-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-sm-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-sm-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-sm-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-sm-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-sm-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-sm-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-sm-1 {
    column-count: 1;
  }
  .card-columns.card-cols-sm-2 {
    column-count: 2;
  }
  .card-columns.card-cols-sm-3 {
    column-count: 3;
  }
  .card-columns.card-cols-sm-4 {
    column-count: 4;
  }
  .card-columns.card-cols-sm-5 {
    column-count: 5;
  }
  .card-columns.card-cols-sm-6 {
    column-count: 6;
  }
}

@media (min-width: 768px) {
  .card-deck.card-cols-md-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-md-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-md-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-md-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-md-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-md-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-md-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-md-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-md-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-md-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-md-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-md-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-md-1 {
    column-count: 1;
  }
  .card-columns.card-cols-md-2 {
    column-count: 2;
  }
  .card-columns.card-cols-md-3 {
    column-count: 3;
  }
  .card-columns.card-cols-md-4 {
    column-count: 4;
  }
  .card-columns.card-cols-md-5 {
    column-count: 5;
  }
  .card-columns.card-cols-md-6 {
    column-count: 6;
  }
}

@media (min-width: 992px) {
  .card-deck.card-cols-lg-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-lg-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-lg-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-lg-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-lg-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-lg-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-lg-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-lg-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-lg-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-lg-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-lg-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-lg-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-lg-1 {
    column-count: 1;
  }
  .card-columns.card-cols-lg-2 {
    column-count: 2;
  }
  .card-columns.card-cols-lg-3 {
    column-count: 3;
  }
  .card-columns.card-cols-lg-4 {
    column-count: 4;
  }
  .card-columns.card-cols-lg-5 {
    column-count: 5;
  }
  .card-columns.card-cols-lg-6 {
    column-count: 6;
  }
}

@media (min-width: 1200px) {
  .card-deck.card-cols-xl-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-xl-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-xl-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-xl-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-xl-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-xl-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-xl-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-xl-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-xl-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-xl-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-xl-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-xl-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-xl-1 {
    column-count: 1;
  }
  .card-columns.card-cols-xl-2 {
    column-count: 2;
  }
  .card-columns.card-cols-xl-3 {
    column-count: 3;
  }
  .card-columns.card-cols-xl-4 {
    column-count: 4;
  }
  .card-columns.card-cols-xl-5 {
    column-count: 5;
  }
  .card-columns.card-cols-xl-6 {
    column-count: 6;
  }
}

fieldset.content-group {
  margin-bottom: 2rem;
}

fieldset.content-group > legend {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #b0bac3;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

fieldset.content-group > legend:before {
  position: absolute;
  content: ' ';
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  z-index: 0;
}

fieldset.content-group > legend > span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding-right: 1rem;
  z-index: 1;
}

.form-group label:not(.form-check-label):not(.custom-control-label) {
  font-weight: 600;
}

.required > label:after {
  content: ' *';
}

.form-text {
  line-height: 1.3;
}

.has-icon {
  position: relative;
  display: flex;
}

.has-icon .form-control {
  position: relative;
  z-index: 2;
}

.has-icon .input-group-icon {
  position: absolute;
  left: 0;
  z-index: 10;
  width: calc(2.5625rem + 2px);
  height: calc(2.5625rem + 2px);
  line-height: calc(2.5625rem + 2px);
  text-align: center;
  vertical-align: middle;
}

.has-icon.has-icon-right .input-group-icon {
  left: auto;
  right: 0;
}

.has-icon.input-group-lg .input-group-icon {
  width: calc(3.08333rem + 2px);
  height: calc(3.08333rem + 2px);
  line-height: calc(3.08333rem + 2px);
  font-size: 1rem;
}

.has-icon.input-group-sm .input-group-icon {
  width: calc(2.21875rem + 2px);
  height: calc(2.21875rem + 2px);
  line-height: calc(2.21875rem + 2px);
  font-size: 0.8125rem;
}

.has-icon:not(.has-icon-right) .form-control {
  padding-left: calc(2.5625rem + 2px);
}

.has-icon:not(.has-icon-right).input-group-lg .form-control {
  padding-left: calc(3.08333rem + 2px);
}

.has-icon:not(.has-icon-right).input-group-sm .form-control {
  padding-left: calc(2.21875rem + 2px);
}

.has-icon.has-icon-right .form-control {
  padding-right: calc(2.5625rem + 2px);
}

.has-icon.has-icon-right.input-group-lg .form-control {
  padding-right: calc(3.08333rem + 2px);
}

.has-icon.has-icon-right.input-group-sm .form-control {
  padding-right: calc(2.21875rem + 2px);
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: 0.25rem;
}

.wkit.touchevents .form-check {
  padding-left: 1.5rem;
}

.wkit.touchevents .form-check .form-check-input {
  margin-left: -1.5rem;
}

.wkit.touchevents .form-check .form-check-label {
  padding-top: 0.2rem;
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
}

.validation-summary-valid > *:last-child,
.validation-summary-errors > *:last-child {
  margin-bottom: 0;
}

.validation-summary-valid {
  display: none;
}

.field-validation-error {
  display: block;
  color: #f44336;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  width: 100%;
}

.is-valid:focus,
.is-invalid:focus {
  box-shadow: none !important;
}

.required-text-input {
  display: none;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
}

.breadcrumb-item:after {
  content: '|';
  padding: 0 0.5rem;
}

div.breadcrumb-item:after {
  display: none;
}

.breadcrumb > li + li::before {
  display: none !important;
}

.breadcrumb-item > a {
  color: #393f46 !important;
  display: inline-block;
}

.pagination .page-nav {
  background-color: #fff;
}

.pagination .page-nav:hover {
  background-color: #e9ecef;
}

.pagination .page-nav:first-of-type {
  margin-right: 0.25rem;
}

.pagination .page-nav:last-of-type {
  margin-left: 0.25rem;
}

.pagination .page-link {
  border-radius: 2px !important;
  margin-left: 0;
  text-decoration: none !important;
}

.pagination .shrinked .page-link {
  padding-left: 2px;
  padding-right: 2px;
  background-color: transparent !important;
}

.pagination .page-link:not(.page-nav) {
  border-color: transparent !important;
}

.pagination .active .page-link {
  font-weight: bold;
}

.pagination.pagination-xs .page-link {
  line-height: 1.4;
  font-size: 0.75rem;
  padding: 0 6px;
}

.nav ~ .tab-content {
  margin: 1rem 0;
}

.nav-link-summary {
  display: none;
}

.nav-tabs-line {
  position: relative;
}

.nav-tabs-line .nav-item {
  position: relative;
}

.nav-tabs-line .nav-link {
  color: inherit;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9375rem;
  text-align: center;
  position: relative;
  border-width: 0;
  background-color: transparent;
  padding: 0.825rem 1rem;
  transition: color 0.05s ease-in-out, background-color 0.05s ease-in-out;
}

.nav-tabs-line .nav-link:hover {
  color: #22262a;
}

.nav-tabs-line .nav-link:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.025);
}

.nav-tabs-line .nav-link:active:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-tabs-line .nav-link.active {
  color: #22262a;
}

.nav-tabs-line .nav-link.disabled {
  opacity: 0.4;
}

.nav-tabs-line .nav-link > i, .nav-tabs-line .nav-link > img {
  display: none;
}

.nav-tabs-line .nav-link .badge {
  vertical-align: text-top;
}

@media (min-width: 992px) {
  .nav-tabs-line .nav-link > i, .nav-tabs-line .nav-link > img {
    display: inline-block;
  }
}

.nav-tabs-line.nav-inverse .nav-link {
  color: rgba(255, 255, 255, 0.4);
}

.nav-tabs-line.nav-inverse .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.nav-tabs-line.nav-inverse .nav-link:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.08);
}

.nav-tabs-line.nav-inverse .nav-link:active:not(.active) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
}

.nav-tabs-line.nav-inverse .nav-link.active {
  background-color: transparent;
  color: #fff;
}

.nav-tabs-line .nav-link:not(.disabled):before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.12s ease-out;
}

.nav-tabs-line .nav-link:hover:before {
  left: 0;
  right: 0;
}

.nav-tabs-line .nav-link.active:before,
.nav-tabs-line .nav-link.active:focus:before,
.nav-tabs-line .nav-item.open .nav-link:before,
.nav-tabs-line .nav-item.open .nav-link:focus:before {
  left: 0;
  right: 0;
  background: #ee9B00;
}

.tabs-left .nav-tabs .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}

@media (min-width: 992px) {
  .tabs-left {
    flex-wrap: nowrap;
  }
  .tabs-left > .nav-aside > .nav-tabs-line {
    border-bottom: none;
    border-right: 1px solid #dee2e6;
  }
  .tabs-left > .nav-aside > .nav-tabs-line .nav-link:not(.disabled):before {
    display: none;
  }
  .tabs-left > .nav-aside > .nav-tabs-line .nav-item {
    margin: 0;
    margin-right: -1px;
  }
  .tabs-left > .nav-aside > .nav-tabs-line .nav-link {
    text-align: left;
    border: 1px solid transparent;
    border-left-width: 2px;
    transition: none;
    padding: 0.625rem 1.25rem;
    padding-right: 1.25rem;
    font-size: inherit;
  }
  .tabs-left > .nav-aside > .nav-tabs-line .nav-link > img, .tabs-left > .nav-aside > .nav-tabs-line .nav-link > i {
    margin-right: 0.75rem;
    margin-left: -0.5rem;
  }
  .tabs-left > .nav-aside > .nav-tabs-line .nav-link.active,
  .tabs-left > .nav-aside > .nav-tabs-line .nav-link.active:focus,
  .tabs-left > .nav-aside > .nav-tabs-line .nav-item.open .nav-link,
  .tabs-left > .nav-aside > .nav-tabs-line .nav-item.open .nav-link:focus {
    border-top-color: #dee2e6;
    border-bottom-color: #dee2e6;
    border-left-color: #ee9B00;
  }
}

.tab-content-header {
  display: none;
}

.nav-responsive.collapsed {
  position: relative;
}

.nav-responsive.collapsed .nav-tabs {
  flex-direction: column;
}

.nav-responsive.collapsed .nav-tabs .nav-link {
  position: relative;
  display: block;
  text-transform: none;
  font-weight: 600;
  text-align: left;
  color: #596167 !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: .75rem 2.2rem .75rem 1.25rem;
  margin-bottom: -1px;
  transition: background-color 0.12s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-responsive.collapsed .nav-tabs .nav-link {
    transition: none;
  }
}

.nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
}

.nav-responsive.collapsed .nav-tabs .nav-link:hover {
  color: #596167;
  background-color: #f7f7f9;
}

.nav-responsive.collapsed .nav-tabs .nav-link:active {
  background-color: #ebebf0;
}

.nav-responsive.collapsed .nav-tabs .nav-link:before {
  display: none;
}

.nav-responsive.collapsed .nav-tabs .nav-link:not(.disabled):after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav-responsive.collapsed .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-responsive.collapsed .nav-tabs .nav-item:last-child .nav-link {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.offcanvas-nav .tab-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.offcanvas-nav .tab-content-header {
  display: block;
  flex-grow: 0;
}

.offcanvas-nav .tab-pane {
  flex-grow: 1;
  padding: 1.5rem;
  padding-top: 1rem;
}

.nav .nav-link > img,
.nav .nav-link > i {
  vertical-align: baseline;
  font-size: inherit;
  margin-right: 0.5rem;
  color: #596167;
}

.nav .nav-link > img + span,
.nav .nav-link > i + span {
  padding-left: 0 !important;
}

.nav .nav-link:hover > i,
.nav .nav-link.active > i {
  color: inherit;
}

.nav .nav-link > .chevron {
  margin-left: 3px;
}

.nav .tabs-left .nav-link > i {
  min-width: 1rem;
}

@media (max-width: 767.98px) {
  .nav-collapsible {
    position: relative;
  }
  .nav-collapsible .nav-toggler {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
    padding: 0.75rem 1rem;
  }
  .nav-collapsible .nav-toggler:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: inherit;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-collapsible .nav-toggler.collapsed:after {
    content: "\f107";
  }
  .nav-collapsible .nav-collapse {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .nav-collapsible .nav-collapse {
    display: block !important;
    height: auto !important;
  }
}

/*.modal-backdrop.show {
    backdrop-filter: blur(3px);
}*/
.modal-backdrop.fade {
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-backdrop.fade.show {
  transition: opacity 0.15s ease-out;
}

.modal.fade .modal-dialog {
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1, 1.1);
  will-change: transform, opacity;
}

.modal.fade.show .modal-dialog {
  transform: scale(1, 1);
  opacity: 1;
}

.modal-open #page {
  filter: blur(2px);
  transition: filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.modal-hiding #page {
  filter: blur(0);
  transition: filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-content iframe {
  width: 100%;
}

.modal-title {
  color: #8d9ba9;
}

.modal-dialog:not(.modal-flex) iframe {
  min-height: 300px;
}

.modal-dialog-app > .modal-content {
  border-radius: 0;
}

.modal-dialog-app > .modal-content > .modal-body {
  padding: 0;
}

.modal-closer {
  position: absolute;
  display: none;
  font-size: 2.5rem;
  padding: 0.5rem;
  padding-top: 0;
  top: 0;
  right: 0;
  line-height: 1;
  text-decoration: none !important;
  z-index: 1041;
  color: #999999;
  transition: color 0.1s;
}

.modal-closer:hover {
  color: #fff;
}

.modal-dialog.modal-flex {
  position: fixed;
  margin: 0;
  width: auto;
  height: auto;
  max-width: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .modal-dialog.modal-flex {
    left: 3%;
    right: 3%;
    top: 2%;
    bottom: 2%;
  }
  .modal-dialog.modal-flex.modal-dialog-app {
    right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .modal-dialog.modal-flex.modal-dialog-app {
    right: 3%;
  }
}

@media (min-width: 800px) {
  .modal-dialog.modal-flex.modal-flex-sm {
    left: calc((100% / 2) - 400px);
    right: calc((100% / 2) - 400px);
  }
}

.modal-dialog.modal-flex .modal-content {
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal-dialog.modal-flex .modal-body {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-direction: column;
  overflow: auto;
  max-width: 100%;
  min-height: 1px;
}

.modal-dialog.modal-flex .modal-flex-fill-area {
  min-height: 100%;
  flex: 1;
}

.close {
  font-size: 1.5rem;
}

.throbber {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483640;
  background-color: rgba(0, 0, 0, 0.7);
}

.throbber.white {
  background-color: rgba(255, 255, 255, 0.85);
}

body > .throbber {
  position: fixed;
}

.throbber .throbber-flex {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.throbber .throbber-flex > * {
  text-align: center;
}

.throbber .throbber-content {
  display: block;
  overflow: hidden;
  line-height: 1.3;
}

.throbber .throbber-content:not(:empty) {
  margin-bottom: 2rem;
}

.throbber.large .throbber-content {
  font-size: 1.75rem;
  font-weight: 100;
}

.throbber.small .throbber-content {
  font-size: 1rem;
  font-weight: 300;
}

.throbber:not(.white) .throbber-content {
  color: #fff;
}

.spinner-container {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
}

.spinner {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.spinner-container.active > .spinner,
.spinner.active {
  background-color: transparent;
  border: none;
  display: inline-block;
}

.spinner.spinner-boxed {
  line-height: 1;
  border-radius: 50%;
  padding: 0.2em;
  background-color: #fff !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.spinner-container.active {
  display: flex;
}

.spinner svg {
  transform-origin: 50% 50% 0;
  animation: spinner-rotate 1.333s linear infinite;
}

html.ie .spinner svg {
  animation: spinner-rotate-ie 2.5s linear infinite;
}

.spinner circle {
  fill: transparent;
  stroke: #ff9800;
  stroke-linecap: round;
  stroke-dasharray: 200.96;
  stroke-dashoffset: 58px;
  animation: spinner-dash 1.333s linear infinite, spinner-colors 10.644s linear infinite;
}

html.ie .spinner circle {
  stroke-dashoffset: 80px;
}

@keyframes spinner-dash {
  0% {
    stroke-dashoffset: 58px;
  }
  50% {
    stroke-dashoffset: 200.96px;
  }
  100% {
    stroke-dashoffset: 58px;
  }
}

@-webkit-keyframes spinner-dash {
  0% {
    stroke-dashoffset: 58px;
  }
  50% {
    stroke-dashoffset: 200.96px;
  }
  100% {
    stroke-dashoffset: 58px;
  }
}

@keyframes spinner-rotate {
  50% {
    transform: rotate(600deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@-webkit-keyframes spinner-rotate {
  50% {
    transform: rotate(600deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@keyframes spinner-rotate-ie {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@keyframes spinner-colors {
  0% {
    stroke: #3F51B5;
  }
  20% {
    stroke: #09b7bf;
  }
  40% {
    stroke: #90d36b;
  }
  60% {
    stroke: #F44336;
  }
  80% {
    stroke: #f90;
  }
  100% {
    stroke: #3F51B5;
  }
}

@-webkit-keyframes spinner-colors {
  0% {
    stroke: #3F51B5;
  }
  20% {
    stroke: #09b7bf;
  }
  40% {
    stroke: #90d36b;
  }
  60% {
    stroke: #F44336;
  }
  80% {
    stroke: #f90;
  }
  100% {
    stroke: #3F51B5;
  }
}

.spinner.white circle {
  stroke: #fff;
  animation-name: spinner-dash, spinner-rotate;
}

.star-rating {
  display: inline-block;
}

.star-rating > label {
  margin: 0;
}

.star-rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.star-rating:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #bbb;
  padding: 0 2px;
  font-size: 22px;
  line-height: 22px;
}

.star-rating.star-rating-large:not(:checked) > label {
  font-size: 30px;
  line-height: 30px;
}

.star-rating.star-rating-small:not(:checked) > label {
  padding: 0 1px;
  font-size: 18px;
  line-height: 18px;
}

.star-rating.star-rating-mini:not(:checked) > label {
  padding: 0 1px;
  font-size: 14px;
  line-height: 14px;
}

.star-rating:not(:checked) > label:before {
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-style: normal;
}

.star-rating > input:checked ~ label:before,
.star-rating:not(:checked) > label:hover:before,
.star-rating:not(:checked) > label:hover ~ label:before,
.star-rating > input:checked + label:hover:before,
.star-rating > input:checked + label:hover ~ label:before,
.star-rating > input:checked ~ label:hover:before,
.star-rating > input:checked ~ label:hover ~ label:before,
.star-rating > label:hover ~ input:checked ~ label:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
}

.star-rating > input:checked ~ label {
  color: #f9bc1b;
}

.star-rating:not(:checked) > label:hover,
.star-rating:not(:checked) > label:hover ~ label {
  color: #f30;
}

.star-rating > label:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.sortable-grip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 5px;
  cursor: move;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  background-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAcCAYAAABCgc61AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAC1JREFUKFNjOHPmzH8QBgIUNm4JEIENYxUE4VE7MDBWQRAetQMDYxX8//8/AwD+OQx3RnVSQgAAAABJRU5ErkJggg==");
}

.sortable-item:hover .sortable-grip {
  visibility: visible;
  opacity: 1;
}

.sortable-placeholder {
  border: 1px dotted #ccc;
  background: #f7f7f9;
}

/*.sortable-dragging {
	border: 1px dashed #CCC;
	background: none;
}*/
.choice {
  margin-bottom: 1rem;
}

.col-form-label.required,
.choice-label.required {
  color: inherit;
  font-weight: bold;
}

.col-form-label.required:after,
.choice-label.required:after {
  content: ' *';
}

.choice-item {
  display: inline-flex;
  align-items: center;
}

.choice-item-img,
.choice-item-color {
  display: inline-block;
  text-decoration: none !important;
  margin-right: 0.4rem;
  overflow: hidden;
}

.choice-item-img {
  max-width: 20px;
  max-height: 1em;
}

.choice-item-img > img {
  max-width: 100%;
  height: auto;
}

.choice-item-color {
  width: 1em;
  height: 1em;
  padding: 0;
}

.choice-description {
  color: #8d9ba9;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}

.choice-description > *:first-child {
  margin-top: 0;
}

.choice-description > *:last-child {
  margin-bottom: 0;
}

.choice-box-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 0 -0.2rem;
}

.choice-box-group::after {
  display: block;
  clear: both;
  content: "";
}

.choice-box-group .choice-box {
  position: relative;
  float: left;
  display: block;
  padding: 0.2rem;
}

.choice-box-group .choice-box-label {
  margin: 0;
}

.choice-box-group .choice-box-content {
  position: relative;
  display: block;
  cursor: pointer;
}

.choice-box-group .choice-box-content:after {
  box-sizing: content-box;
  position: absolute;
  display: block;
  right: -6px;
  top: -6px;
  background-color: #ee9B00;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #fff;
  font-size: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s ease-in;
}

.choice-box-group .choice-box-element {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: border-color 0.1s linear;
  height: 2.8rem;
  line-height: 2.8rem;
  min-width: 2.8rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.choice-box-group .choice-box-element:hover {
  border-color: rgba(0, 0, 0, 0.7);
}

.choice-box-group .choice-box-element .choice-box-text {
  padding: 0 0.4rem;
}

.choice-box-group .choice-box-control-native:checked + .choice-box-content .choice-box-element {
  border-color: rgba(0, 0, 0, 0.7);
  outline: 1px solid rgba(0, 0, 0, 0.7);
}

.choice-box-group .choice-box-control-native:checked + .choice-box-content:after {
  opacity: 1;
  transform: scale(1);
}

.choice-box-group .choice-box-control-native {
  display: none !important;
}

.choice-box-group.choice-box-group-xl .choice-box-element {
  height: 6rem;
  line-height: 6rem;
  min-width: 6rem;
}

.choice-box-group.choice-box-group-lg .choice-box-element {
  height: 4rem;
  line-height: 4rem;
  min-width: 4rem;
}

.choice-box-group.choice-box-group-sm .choice-box-element {
  height: 2.3rem;
  line-height: 2.3rem;
  min-width: 2.3rem;
}

/* PARENT CANVAS
--------------------------------------------*/
.canvas-slidable {
  z-index: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.canvas-sliding-left .canvas-slidable {
  transform: translate3d(-320px, 0, 0);
}

.canvas-sliding-left.canvas-lg .canvas-slidable {
  transform: translate3d(-480px, 0, 0);
}

.canvas-sliding-left.canvas-fullscreen .canvas-slidable {
  transform: translate3d(-100%, 0, 0);
}

.canvas-sliding-right .canvas-slidable {
  transform: translate3d(320px, 0, 0);
}

.canvas-sliding-right.canvas-lg .canvas-slidable {
  transform: translate3d(480px, 0, 0);
}

.canvas-sliding-right.canvas-fullscreen .canvas-slidable {
  transform: translate3d(100%, 0, 0);
}

.canvas-sliding-left.canvas-overlay .canvas-slidable {
  transform: translate3d(-15%, 0, 0);
}

.canvas-sliding-right.canvas-overlay .canvas-slidable {
  transform: translate3d(15%, 0, 0);
}

.canvas-fullscreen .canvas-slidable {
  box-shadow: none !important;
}

body.canvas-noscroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* TOGGLER
--------------------------------------------*/
.navbar-toggler {
  position: relative;
  background-color: transparent;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
}

/* PARENT CANVAS BLOCKER
--------------------------------------------*/
.canvas-blocker {
  position: fixed;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, z-index 0s linear 0.3s;
  overflow: hidden;
}

body.canvas-blocking .canvas-blocker {
  z-index: 1031 !important;
  opacity: 0.3;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, z-index 0s 0s !important;
}

/* OFFCANVAS ELEMENT
--------------------------------------------*/
.offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 0;
  margin: 0;
  background-color: #fff;
  overflow-x: auto;
  transition: transform 0.3s ease-out, visibility 0s ease 0.3s;
  width: 320px;
  left: 0;
  right: auto;
  transform: translate3d(-30%, 0, 0);
}

.offcanvas.offcanvas-right {
  left: auto !important;
  right: 0;
  transform: translate3d(30%, 0, 0);
}

.offcanvas.offcanvas-lg {
  width: 480px;
}

.offcanvas.offcanvas-fullscreen {
  width: 100%;
}

.offcanvas.offcanvas-push, .offcanvas.offcanvas-overlay {
  transform: translate3d(-100%, 0, 0);
}

.offcanvas.offcanvas-push.offcanvas-right, .offcanvas.offcanvas-overlay.offcanvas-right {
  transform: translate3d(100%, 0, 0);
}

.offcanvas.offcanvas-overlay {
  z-index: 99999;
}

.offcanvas.offcanvas-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

@media (max-width: 320px) {
  .offcanvas.offcanvas {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .offcanvas.offcanvas-lg {
    width: 100%;
  }
}

.offcanvas.offcanvas-push.on, .offcanvas.offcanvas-overlay.on, .offcanvas.offcanvas-right.on, .offcanvas.on {
  visibility: visible;
  transition: transform 0.3s ease-out;
  transform: translate3d(0, 0, 0);
}

.offcanvas-content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.offcanvas-scrollable {
  touch-action: pan-y;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* OFFCANVAS TABS
--------------------------------------------*/
.offcanvas-tabs {
  position: relative;
  flex-grow: 0;
  padding: 0;
}

.offcanvas-tabs .offcanvas-closer {
  border-radius: 0;
}

.offcanvas-tabs .nav-tabs {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.touchevents .offcanvas-tabs .nav-tabs {
  overflow-x: auto;
}

.offcanvas-tabs .nav-item {
  display: block;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.offcanvas-tabs .nav-link {
  border-radius: 0;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #8d9ba9;
}

.offcanvas-tabs .nav-link.active {
  font-weight: 600;
}

.offcanvas-tabs .nav-link .badge {
  position: relative;
  right: 0;
  top: 0;
}

@media (max-width: 480px) {
  .offcanvas-tabs .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* LAYOUT OVERRIDES
--------------------------------------------*/
.canvas-overlay .page-main {
  box-shadow: none;
}

.canvas-overlay .canvas-blocker {
  width: 200%;
  left: -50%;
}

[dir=rtl] {
  direction: rtl;
  text-align: right;
}

[dir=rtl] body {
  text-align: right;
}

[dir=rtl] [dir=ltr] {
  direction: ltr;
  text-align: right;
}

.sm-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.xs-gutters {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.xs-gutters > .col,
.xs-gutters > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.container-fluid {
  padding-left: 6%;
  padding-right: 6%;
}

.has-count[data-count]:after {
  content: "(" attr(data-count) ")";
  position: relative;
  display: inline-block;
  opacity: 0.6;
  padding-left: 0.2rem;
  font-weight: 400;
}

.btn > i + span:not(:empty),
.btn > i + em:not(:empty),
.nav-link > i + span:not(:empty),
.nav-link > i + em:not(:empty),
.menubar-link > i + span:not(:empty),
.menubar-link > i + em:not(:empty) {
  padding-left: 0.5em;
}

.btn > span:not(:empty) + i,
.btn > em:not(:empty) + i,
.nav-link > span:not(:empty) + i,
.nav-link > em:not(:empty) + i,
.menubar-link > span:not(:empty) + i,
.menubar-link > em:not(:empty) + i {
  margin-left: 0.5em;
}

@keyframes data-binding {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
    color: transparent;
  }
  100% {
    transform: rotateY(360deg);
  }
}

.data-binding {
  animation: data-binding 0.5s ease-in-out;
}

.icm {
  font-size: 20px;
  display: inline-block;
}

.icm-2x {
  font-size: 40px;
}

.icm-3x {
  font-size: 60px;
}

.icm-4x {
  font-size: 80px;
}

.icm-5x {
  font-size: 100px;
}

.img-center-container {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  text-decoration: none !important;
  outline: none !important;
}

.img-center-container > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.html-editor-content img {
  max-width: 100%;
  height: auto !important;
}

.fit-fill {
  object-fit: fill;
}

.fit-contain {
  object-fit: contain;
}

.fit-cover {
  object-fit: cover;
}

.fit-scale-down {
  object-fit: scale-down;
}

.fit-none {
  object-fit: none;
}

.dropdown .badge {
  font-size: 0.75rem;
}

.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.popover-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.tooltip {
  font-size: 0.8125rem;
}

.badge {
  border: 1px solid #fff;
}

.badge:not(.badge-pill) {
  border-radius: 0.2rem;
}

table th {
  font-weight: 600;
}

.embed-responsive-16by10::before {
  padding-top: 62.5%;
}

.list-group .list-group-item {
  overflow: hidden;
}

.list-group .list-group-item.active:before {
  position: absolute;
  display: block;
  content: ' ';
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 3px;
  background: #ee9B00;
}

.list-group.has-icons .list-group-item {
  display: inline-flex;
  align-items: baseline;
}

.list-group.has-icons .list-group-item-icon {
  margin-right: 0.75rem;
}

.border-translucent {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-xl {
  border-radius: 0.6rem !important;
}

.bg-gray-100 {
  background-color: #f7f7f9 !important;
}

.text-gray-100 {
  color: #f7f7f9 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #b0bac3 !important;
}

.text-gray-500 {
  color: #b0bac3 !important;
}

.bg-gray-600 {
  background-color: #8d9ba9 !important;
}

.text-gray-600 {
  color: #8d9ba9 !important;
}

.bg-gray-700 {
  background-color: #596167 !important;
}

.text-gray-700 {
  color: #596167 !important;
}

.bg-gray-800 {
  background-color: #393f46 !important;
}

.text-gray-800 {
  color: #393f46 !important;
}

.bg-gray-900 {
  background-color: #22262a !important;
}

.text-gray-900 {
  color: #22262a !important;
}

.hide {
  display: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

.fadeInDown {
  animation-name: fadeInDown;
}

@media (max-width: 767.98px) {
  .profiler-results {
    display: none !important;
  }
}

.ui-effects-transfer,
.transfer {
  border: 2px dotted #596167 !important;
  background: transparent;
  z-index: 100000;
}

.h-medium {
  min-height: 400px;
}

.h-tall {
  min-height: 700px;
}

@media (min-width: 576px) {
  .h-sm-medium {
    min-height: 400px;
  }
  .h-sm-tall {
    min-height: 700px;
  }
}

@media (min-width: 768px) {
  .h-md-medium {
    min-height: 400px;
  }
  .h-md-tall {
    min-height: 700px;
  }
}

@media (min-width: 992px) {
  .h-lg-medium {
    min-height: 400px;
  }
  .h-lg-tall {
    min-height: 700px;
  }
}

@media (min-width: 1200px) {
  .h-xl-medium {
    min-height: 400px;
  }
  .h-xl-tall {
    min-height: 700px;
  }
}

.flip-h {
  transform: scale(-1, 1) !important;
}

.flip-v {
  transform: scale(1, -1) !important;
}

.flip-hv {
  transform: scale(-1, -1) !important;
}

.parallax[data-parallax-type=content] {
  will-change: transform;
}

body.no-anims * {
  transition-property: none !important;
  transform: none !important;
  animation: none !important;
}

.last-mb-0:last-child {
  margin-bottom: 0 !important;
}

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 4's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*.form-control-lg + .select2-container--open select2-selection,
	.input-group-lg & .select2-container--open .select2-selection {
		@include dropdown-arrow;
	}*/
  /*------------------------------------*\
      #SMNET SPECIFIC STYLES
	\*------------------------------------*/
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  color: #596167;
  font-size: 0.875rem;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 0.125rem;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  color: #596167;
  font-size: 0.875rem;
  border-radius: 0;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field:focus {
  border-color: #abb4e2;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #8d9ba9;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #8d9ba9;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #8d9ba9;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #8d9ba9;
}

.select2-container--bootstrap .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #8d9ba9;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  color: #22262a;
  font-weight: 600;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f7f9;
  color: #22262a;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1rem;
  padding-left: 2rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2rem;
  padding-left: 3rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3rem;
  padding-left: 4rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4rem;
  padding-left: 5rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5rem;
  padding-left: 6rem;
}

.select2-container--bootstrap .select2-results__group {
  color: inherit;
  display: block;
  padding: 0.625rem 1rem;
  white-space: nowrap;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container--bootstrap .select2-results__group .select2-option {
  font-size: 0.875rem;
  line-height: 1.5;
}

.select2-container--bootstrap.select2-container--focus .select2-selection {
  border-color: #abb4e2;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: 0 1rem 2.25rem rgba(50, 50, 93, 0.03), 0 0.3125rem 1rem rgba(0, 0, 0, 0.12);
  border-color: #ced4da;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  box-shadow: 0 0px 12px rgba(27, 31, 35, 0.15);
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #596167 transparent;
  border-width: 0 0.35rem 0.35rem 0.35rem;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #8d9ba9;
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #393f46;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 1rem 2.25rem rgba(50, 50, 93, 0.03), 0 0.3125rem 1rem rgba(0, 0, 0, 0.12);
  border-color: #ced4da;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  box-shadow: 0 -3px 12px rgba(27, 31, 35, 0.15);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 320px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: calc(2.5625rem + 2px);
  line-height: 1.5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: calc(calc(2.5625rem + 2px) + 0.5rem);
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
  margin-top: -2px;
  margin-right: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  border: 0 solid #ced4da;
  border-left-width: 1px;
  width: calc(2.5625rem + 2px);
  background-color: #f7f7f9;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #596167 transparent transparent transparent;
  border-style: solid;
  border-width: 0.35rem 0.35rem 0 0.35rem;
  height: 0;
  margin-left: -0.35rem;
  margin-top: -0.175rem;
  position: absolute;
  top: 50%;
  width: 0;
  left: 50%;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #596167;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #8d9ba9;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: calc(2.5625rem + 2px);
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #8d9ba9;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #596167;
  background: #8d9ba9;
  background: #f7f7f9;
  border: 1px solid #ced4da;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin: 0.625rem 0 0 0.5rem;
  transform: translateY(-1px);
  padding: 0 0.625rem;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 1rem;
  height: calc(calc(2.5625rem + 2px) - 2px);
  line-height: 1.5;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #8d9ba9;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.3125rem;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #393f46;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.625rem;
  margin-right: 1rem;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.form-control-sm + .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.125rem;
  font-size: 0.8125rem;
  height: calc(2.21875rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1.8rem 0.5rem 0.75rem;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow,
.form-control-sm + .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: calc(calc(2.21875rem + 2px) - 1px);
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.form-control-sm + .select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: calc(2.21875rem + 2px);
  border-radius: 0.125rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.form-control-sm + .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0.625rem 0 0 0.375rem;
  padding: 0 0.5rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.form-control-sm + .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  height: calc(2.21875rem + 2px);
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.form-control-sm + .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.form-control-lg + .select2-container--bootstrap .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.1875rem;
  font-size: 1rem;
  height: calc(3.08333rem + 2px);
  line-height: 1.33333;
  padding-top: 0.875rem;
  padding-right: calc(calc(3.08333rem + 2px) + 0.7rem);
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.form-control-lg + .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: calc(3.08333rem + 2px);
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.form-control-lg + .select2-container--bootstrap .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: calc(3.08333rem + 2px);
  border-radius: 0.1875rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.form-control-lg + .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0.125rem;
  margin: 0.98438rem 0 0 0.375rem;
  padding: 0 0.875rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.form-control-lg + .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.375rem;
  font-size: 1rem;
  height: calc(3.08333rem + 2px);
  line-height: 1.33333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.form-control-lg + .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.875rem;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
  background-color: #f7f7f9;
}

.select2-container--bootstrap.select2-container--open .select2-selection__arrow {
  border-color: transparent;
}

.select2-container--bootstrap .select2-results {
  background: #fff;
}

.select2-container--bootstrap .select2-results__option {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.select2-container--bootstrap .select2-results__option > .select2-option {
  display: block;
  font-size: 0.75rem;
  padding-left: 18px;
}

.select2-container--bootstrap .select2-results__option > .select2-option:before {
  position: absolute;
  left: 1rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #4caf50;
  text-align: left;
  width: 18px;
  line-height: 1.5;
  visibility: hidden;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] > .select2-option:before {
  visibility: visible;
}

.select2-container--bootstrap .select2-results__option:last-child {
  border-bottom-width: 0;
}

.select2-container--bootstrap .select2-dropdown--below .select2-results {
  border-top: 1px solid #dadae3;
}

.select2-container--bootstrap .select2-dropdown--above .select2-results {
  border-bottom: 1px solid #dadae3;
}

.select2-container--bootstrap .select2-search--dropdown {
  padding: 0 1rem 0.5rem 1rem;
  background-color: #f7f7f9;
}

.select2-container--bootstrap .select2-dropdown--above .select2-search--dropdown {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.select2-container--bootstrap .select2-selection--single.select-customtemplate,
.select2-container--bootstrap .drop-customtemplate .select2-results__option {
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.select2-container--bootstrap .select2-selection--single.select-customtemplate {
  display: flex;
  align-items: center;
}

.select2-container--bootstrap .select2-selection--single.select-customtemplate > .select2-selection__rendered {
  width: 100%;
}

.select2-container--bootstrap .select2-selection--single.select-customtemplate > .select2-selection__rendered > .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-right: 1rem;
  padding-left: calc(calc(2.5625rem + 2px) + 0.5rem);
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
  margin-left: 4px;
  margin-right: initial;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
  border-left-width: 0;
  border-right-width: 1px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.5rem;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--bootstrap > [dir="rtl"] .select2-results__option > .select2-option {
  padding-right: 18px;
  padding-left: initial;
}

.select2-container--bootstrap > [dir="rtl"] .select2-results__option > .select2-option:before {
  right: 1rem;
  left: auto;
  text-align: right;
}

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/*select.is-valid + .select2:not(.select2-container--open) {
	@include validation-state-focus($form-feedback-valid-color);
}*/
/*.has-warning {
  @include validation-state-focus(theme-color-level("warning", 1));
}*/
select.is-invalid + .select2:not(.select2-container--open) {
  /*.select2-container--focus .select2-selection,
  .select2-container--open .select2-selection {
    box-shadow: $shadow;
    border-color: darken($color, 10%);
  }

  &.select2-drop-active {
    border-color: darken($color, 10%);

    &.select2-drop.select2-drop-above {
      border-top-color: darken($color, 10%);
    }
  }*/
}

select.is-invalid + .select2:not(.select2-container--open) .select2-dropdown,
select.is-invalid + .select2:not(.select2-container--open) .select2-selection {
  border-color: #f44336;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  flex: 1 1 auto;
  width: 1%;
  z-index: 2;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

.qty-input {
  vertical-align: top;
}

.qty-input .form-control {
  border-radius: 0.125rem !important;
}

.qty-input .form-control-lg {
  border-radius: 0.1875rem !important;
}

.qty-input .form-control-sm {
  border-radius: 0.125rem !important;
}

.bootstrap-touchspin {
  display: inline-flex;
}

.bootstrap-touchspin .form-control {
  text-align: center;
  font-weight: bold;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: block;
}

.has-postfix .bootstrap-touchspin .form-control {
  padding-top: 0.1625rem;
  padding-bottom: 1.0875rem;
}

.has-postfix .bootstrap-touchspin .form-control.form-control-lg {
  padding-top: 0.4375rem;
  padding-bottom: 1.3125rem;
}

.has-postfix .bootstrap-touchspin .form-control.form-control-sm {
  padding-top: 0;
  padding-bottom: 1rem;
}

.bootstrap-touchspin .input-group-btn {
  position: absolute;
  z-index: 10;
  width: 1.6rem;
  top: 1px;
  bottom: 1px;
}

.bootstrap-touchspin .input-group-btn:first-child {
  left: 1px;
  right: auto;
}

.bootstrap-touchspin .input-group-btn:last-child {
  right: 0;
  left: auto;
}

.bootstrap-touchspin .input-group-btn > .btn {
  background-color: transparent !important;
  border-width: 0;
  width: 100%;
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0;
  box-shadow: none !important;
}

.bootstrap-touchspin .input-group-btn > .btn.bootstrap-touchspin-down {
  text-align: right;
  padding-right: 4px;
}

.bootstrap-touchspin .input-group-btn > .btn.bootstrap-touchspin-up {
  text-align: left;
  padding-left: 4px;
}

.bootstrap-touchspin .input-group-btn > .btn > .fa {
  opacity: 0.3;
  font-size: 0.875em;
}

.bootstrap-touchspin .input-group-btn > .btn:hover > .fa {
  opacity: 0.6;
}

.bootstrap-touchspin .input-group-btn > .btn:active > .fa {
  opacity: 1;
}

.bootstrap-touchspin .form-control ~ .bootstrap-touchspin-postfix {
  display: inline-block;
  position: absolute;
  background: transparent;
  border: none;
  color: #8d9ba9;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 0;
  padding-bottom: 0.425rem;
  font-size: 11px;
  text-align: center;
}

.bootstrap-touchspin .form-control-lg ~ .bootstrap-touchspin-postfix {
  padding-bottom: 0.75rem;
}

.bootstrap-touchspin .form-control-sm ~ .bootstrap-touchspin-postfix {
  padding-bottom: 0.2rem;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0.125rem;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0.125rem;
}

/* PNOTIFY
------------------------------------*/
.alert.ui-pnotify-container, .ui-pnotify-container.validation-summary-valid,
.ui-pnotify-container.validation-summary-errors {
  padding-left: 70px !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  border-width: 1px;
}

.alert.ui-pnotify-container.alert, .ui-pnotify-container.validation-summary-valid,
.ui-pnotify-container.validation-summary-errors {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.alert.ui-pnotify-container:after, .ui-pnotify-container.validation-summary-valid:after,
.ui-pnotify-container.validation-summary-errors:after {
  visibility: initial;
  height: auto;
  clear: none;
}

.ui-pnotify-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  color: #fff;
  z-index: 10;
  float: none;
  margin: 0;
}

.alert-info .ui-pnotify-icon:before, .alert-info .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-info .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #37a0e6;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-info .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #37a0e6;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.alert-success .ui-pnotify-icon:before, .validation-summary-valid .ui-pnotify-icon:before, .alert-success .ui-pnotify-icon:after, .validation-summary-valid .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-success .ui-pnotify-icon:before, .validation-summary-valid .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #4caf50;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-success .ui-pnotify-icon:after, .validation-summary-valid .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #4caf50;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.alert-warning .ui-pnotify-icon:before, .alert-warning .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-warning .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ee9B00;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-warning .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ee9B00;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.alert-danger .ui-pnotify-icon:before, .validation-summary-errors .ui-pnotify-icon:before, .alert-danger .ui-pnotify-icon:after, .validation-summary-errors .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-danger .ui-pnotify-icon:before, .validation-summary-errors .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f44336;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-danger .ui-pnotify-icon:after, .validation-summary-errors .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f44336;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.ui-pnotify-icon > span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  margin: 0;
}

.ui-pnotify-text {
  font-size: 1rem;
  max-height: 300px;
  overflow-y: auto;
}

.ui-pnotify-text > br {
  display: block;
  line-height: 2px;
  content: '';
}

@media (max-width: 767.98px) {
  .ui-pnotify-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
  width: 16px;
  opacity: .35;
  margin: 0;
  padding-left: 2px;
  position: relative;
  top: -5px;
  left: 5px;
}

.ui-pnotify-closer:hover,
.ui-pnotify-sticker:hover {
  opacity: .75;
}

@media (min-width: 481px) {
  .ui-pnotify.stack-topcenter,
  .ui-pnotify.stack-bottomcenter {
    left: 50%;
    margin-left: -225px;
  }
  .ui-pnotify.stack-bottomcenter {
    top: auto;
  }
}

@media (max-width: 480px) {
  .ui-pnotify-mobile-able {
    margin-top: -80px;
    font-size: inherit !important;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -85px;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -90px;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -95px;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -100px;
  }
}

/* DARK VARIANT
------------------------------------*/
.ui-pnotify-dark .ui-pnotify-container {
  background: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-info {
  background-color: #37a0e6 !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-success, .ui-pnotify-dark .ui-pnotify-container.validation-summary-valid {
  background-color: #4caf50 !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-warning {
  background-color: #ee9B00 !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-danger,
.ui-pnotify-dark .ui-pnotify-container.validation-summary-errors {
  background-color: #f44336 !important;
}

.ui-pnotify-dark .ui-pnotify-icon {
  background-color: rgba(0, 0, 0, 0.175) !important;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*@import "../main-settings";*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  background: transparent;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
  box-shadow: none;
  color: #777;
  color: inherit;
}

.pswp__button:focus, .pswp__button:hover {
  background: rgba(0, 0, 0, 0.08);
}

.pswp__button:active {
  background: rgba(0, 0, 0, 0.12);
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 0.85 !important;
}

.pswp__button:active {
  outline: none;
  opacity: 1 !important;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__button--close {
  font-family: inherit;
  font-size: 26px;
  padding-bottom: 7px;
  font-weight: 600;
  background: #c5c5c5;
  color: #fff !important;
  margin-left: 2rem;
}

.pswp__button--close:focus, .pswp__button--close:hover, .pswp__button--close:active {
  background: #f44336;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--supports-fs .pswp__button--fs:before {
  content: "\f065";
  /* expand */
}

.pswp--fs .pswp__button--fs:before {
  content: "\f066";
  /* compress */
}

.pswp__button--zoom {
  display: none;
}

.pswp__button--zoom:before {
  content: "\f067";
  /* plus */
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom:before {
  content: "\f068";
  /* minus */
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 60px;
  padding: 0;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--left:before {
  content: "\f104";
  /* angle-left */
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--right:before {
  content: "\f105";
  /* angle-right */
}

/*

	2. Share modal/popup and links

 */
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: relative;
  float: left;
  width: 80px;
  height: 40px;
  font-size: inherit;
  font-weight: 600;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
}

.pswp__zoom-controls {
  position: relative;
  float: left;
  height: 40px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 40px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(255, 255, 255, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__container.sliding {
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.slick-loading .slick-list {
  background: #fff url("/Themes/Flex/Content/images/loading.gif") center center no-repeat;
}

img.slick-loading {
  opacity: 0;
}

.gal-box .slick-arrow,
.gal-box .gal-arrow {
  font-size: 2rem;
}

.gal-box .slick-arrow.slick-disabled,
.gal-box .gal-arrow.gal-disabled {
  opacity: 0.2;
  background: transparent !important;
}

.gal-box .gal-nav .gal-arrow {
  line-height: 1;
  padding: 0;
}

.gal .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.gal .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}

.gal .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.artlist-carousel .no-touchevents .slick-slider.slick-dotted {
  padding-left: 1rem;
  padding-right: 1rem;
}

.artlist-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  transition: opacity 0.2s linear;
  height: 6rem;
  line-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.artlist-carousel .slick-slider:hover .slick-arrow {
  opacity: 1;
}

.artlist-carousel .slick-slider:hover .slick-arrow.slick-disabled {
  opacity: 0.4;
  background: #fff;
  border-color: #ced4da;
}

.artlist-carousel .slick-prev {
  left: 0;
  right: auto;
  border-radius: 0 0.1875rem 0.1875rem 0;
  border-left-width: 0;
  border-right-width: 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.artlist-carousel .slick-next {
  right: 0;
  left: auto;
  border-radius: 0.1875rem 0 0 0.1875rem;
  border-right-width: 0;
  border-left-width: 1px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .artlist-carousel .slick-prev {
  left: auto;
  right: 0;
  border-radius: 0.1875rem 0 0 0.1875rem;
  border-right-width: 0;
  border-left-width: 1px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .artlist-carousel .slick-next {
  left: 0;
  right: auto;
  border-radius: 0 0.1875rem 0.1875rem 0;
  border-left-width: 0;
  border-right-width: 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.artlist-carousel .slick-arrow.slick-disabled {
  color: #dee2e6 !important;
  cursor: default;
  box-shadow: none !important;
  border-color: #8d9ba9 !important;
}

.touchevents .slick-arrow {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px !important;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px;
  height: 10px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  outline: 0 none;
  padding: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
  border: 1px solid #b0bac3;
}

.slick-dots li.slick-active button {
  background: #b0bac3;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  background: #fff;
  /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-open {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.drift-zoom-pane:not(.drift-inline) {
  min-height: 300px;
  max-height: 600px;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.drift-bounding-box {
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

.drift-inline + .drift-bounding-box {
  background-color: transparent !important;
}

/* File Upload
------------------------------------*/
/*
 * User Interface Plugin (for single file uploads)
 *
 * Based on:
 * jQuery File Upload UI Plugin CSS 6.3
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileupload-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ced4da;
  background-color: #fff;
  border-radius: 0.125rem;
  overflow: hidden;
}

.fileupload-container .fileupload-thumb-stage {
  position: relative;
  width: 64px;
  max-width: 64px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAIAAAD/gAIDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggRDQA1Yl77tAAAAN1JREFUeNrt1rEJwCAURVEVFwruv4BEMtGHdGJpF4LHLqQ7+OTm3u+0nNau9XOMx995SnK2DyxYsD4/OSK86Jt/3SwzhAXrT6d60RW8GcKCpeAVvPtihrBgKXgFb4YIYMFS8AreDGEhgKXgFbwZwoKFQMEreDOEBUvBe9EVvBnCgqXgFbz7YoawYCl4BW+GCGDBUvAK3gxhIYCl4BW8GcKChUDBK3gzhAVLwXvRFbwZwoKl4BW8+2KGsGApeAVvhghgwVLwCt4MYSGApeAVvBnCgoVAwSt4M4QF6/jzAlCrcKXDcpR1AAAAAElFTkSuQmCC") repeat;
}

.fileupload-container .fileupload-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.fileupload-container .fileupload-controls {
  flex-grow: 1;
  padding: 0.5rem 0.5rem;
}

.fileupload .btn.cancel {
  display: none;
}

.fileupload .fileupload-buttons {
  position: relative;
}

.fileupload .fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileupload .fileinput-button input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
}

.fileupload > .fileupload-progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
}

.fileupload > .fileupload-progress .progress {
  height: 0.25rem;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  box-shadow: none;
}

.fileupload > .fileupload-progress .progress .progress-bar {
  background-color: #3f51b5;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.fileupload > .fileupload-progress.success {
  transition-delay: 0.4s;
}

.fileupload > .fileupload-progress.success .progress-bar {
  background-color: #4caf50 !important;
}

/*.fileupload-multi {
	.fileinput-button {
		position: relative;
		overflow: hidden;
		float: left;
		margin-right: 4px;
	}

	.fileinput-button input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		border: solid transparent;
		border-width: 0 0 100px 200px;
		opacity: 0;
		-moz-transform: translate(-300px, 0) scale(4);
		direction: ltr;
		cursor: pointer;
	}

	.fileupload-buttonbar .btn,
	.fileupload-buttonbar .toggle {
		margin-bottom: 5px;
	}

	.files .progress {
		width: 200px;
	}

	.progress-animated .bar {
		background: url(images/progressbar.gif) !important;
		filter: none;
	}

	.fileupload-loading {
		position: absolute;
		left: 50%;
		width: 128px;
		height: 128px;
		background: url(images/loading.gif) center no-repeat;
		display: none;
	}

	.fileupload-processing .fileupload-loading {
		display: block;
	}

	@media (max-width: 480px) {
		.files .btn span {
			display: none;
		}

		.files .preview * {
			width: 40px;
		}

		.files .name * {
			width: 80px;
			display: inline-block;
			word-wrap: break-word;
		}

		.files .progress {
			width: 20px;
		}

		.files .delete {
			width: 60px;
		}
	}
}*/
.cke_chrome.cke_focus {
  border-color: #abb4e2;
  box-shadow: none;
}

.note-editor-preview {
  border: 1px solid #ced4da;
  min-height: 100px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.625rem 1rem;
  cursor: default;
}

.note-editor-preview.empty {
  min-height: initial;
}

.note-editor {
  border-color: #ced4da !important;
  border-radius: 0.125rem !important;
}

.note-editor:focus-within, .note-editor:focus, .note-editor.focus {
  z-index: 1019;
  border-color: #abb4e2 !important;
}

.note-editor.focus {
  border-color: #abb4e2 !important;
}

.note-editor .note-toolbar-wrapper {
  position: relative;
}

.note-editor .note-toolbar {
  display: flex;
  flex-wrap: wrap;
}

.note-editor .note-toolbar > .note-btn-group {
  border: 0 solid rgba(0, 0, 0, 0.12);
  border-right-width: 1px;
  padding-right: 5px;
}

.note-editor .note-toolbar > .note-btn-group:last-of-type {
  border-right-width: 0;
  padding-right: 0;
}

.note-editor .note-toolbar .dropdown-toggle:after {
  margin-left: 0.5em;
  opacity: 0.6;
}

.note-editor .note-toolbar .dropdown-toggle:empty:after {
  margin-left: 0;
}

.note-editor .note-toolbar .note-para > .btn-group:last-child .dropdown-menu.show {
  display: flex !important;
}

.note-editor .note-toolbar .dropdown-style > .dropdown-item > * {
  margin-bottom: 0;
}

.note-editor .note-toolbar .note-color + .btn-group > .btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 50px;
}

.note-editor .note-toolbar .scrollable-menu {
  height: auto;
  max-height: 340px;
  width: 360px;
  overflow-x: hidden;
  padding: 0 !important;
}

.note-editor .note-toolbar .btn-group-cssclass .dropdown-menu.show {
  display: flex;
  flex-direction: column;
}

.note-editor .note-toolbar .btn-group-cssclass .dropdown-menu .dropdown-item {
  position: relative;
}

.note-editor .note-toolbar .btn-group-cssclass .dropdown-menu .dropdown-item.checked {
  order: -1;
}

.note-editor .note-toolbar .btn-group-cssclass .dropdown-menu .dropdown-item.checked:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ee9B00;
}

.note-editor .note-editable table:not(.table-bordered):not([border]),
.note-editor .note-editable table:not(.table-bordered)[border='0'] {
  border-collapse: collapse;
}

.note-editor .note-editable table:not(.table-bordered):not([border]) td, .note-editor .note-editable table:not(.table-bordered):not([border]) th,
.note-editor .note-editable table:not(.table-bordered)[border='0'] td,
.note-editor .note-editable table:not(.table-bordered)[border='0'] th {
  border: 1px dashed #bbb;
}

@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: #f7f7f9;
}

body.popup {
  padding: 1.25rem;
  background: #fff;
}

body.bare {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

#page {
  overflow-x: hidden;
}

#header {
  background-color: transparent;
}

#content-wrapper {
  min-height: 300px;
}

#content {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-main {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

@media screen {
  .boxed .page-main {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 576px) {
  .boxed .page-main {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .boxed .page-main {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .boxed .page-main {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .boxed .page-main {
    max-width: 1140px;
  }
}

@media screen {
  .boxed .page-main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) {
  .boxed .page-main {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .boxed .page-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#scroll-top {
  z-index: 9999;
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 0.25rem 0 0 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right-width: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #393f46 !important;
  text-decoration: none;
  transform: translate3d(100%, 0, 0);
  transition: all .5s ease;
  opacity: 0;
}

#scroll-top.in {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

.block:not(:last-child) {
  margin-bottom: 1.8rem;
}

.block .block-title {
  font-size: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.block .block-title > * {
  margin: 0;
  padding: 0;
}

.block .block-body {
  padding-top: 1rem;
}

.block.block-boxed {
  border: 1px dotted rgba(0, 0, 0, 0.2);
}

.block.block-boxed .block-title > * {
  font-weight: normal;
}

.block.block-boxed .block-title {
  color: #b0bac3;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.page-body > .block:not(.block-boxed):first-child {
  margin-top: 0 !important;
}

.page-body > .block:not(.block-boxed):first-child .block-title {
  padding-top: 0;
}

.shopbar-section {
  padding: 1rem 0;
  background: transparent;
}

.shopbar {
  margin: -0.5rem;
  display: flex;
  flex-wrap: nowrap;
}

.shopbar-col-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 0;
}

.shopbar-col {
  padding: 0.5rem 0.375rem;
  flex-grow: 0;
}

.shop-logo {
  margin-left: 0;
  transition: all 0.25s ease-out;
}

.search-focused .shop-logo {
  opacity: 0;
  transform: translateX(100%);
}

.shop-logo .brand {
  display: block;
  width: 150px;
  max-width: 150px;
  max-height: 60px;
  text-align: center;
}

@media (min-width: 480px) {
  .shop-logo .brand {
    max-width: 200px;
    max-height: 80px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .shop-logo .brand {
    max-width: 250px;
    max-height: 100px;
    width: auto;
  }
}

.shopbar-col-group-brand,
.shopbar-search {
  flex-grow: 1;
}

.shopbar-tools {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap; flex-direction: row-reverse;
  width: 100%;
}

.shopbar-button {
  min-width: 60px;
}

.shopbar-button .shopbar-button-icon {
  font-size: 30px; color: #fff;
  line-height: 1;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
}

.shopbar-button .shopbar-button-icon > i {
  font-size: inherit !important;
}

.shopbar-button .shopbar-button-label-sm {
  display: none;
  color: #8d9ba9;
  font-size: 10px;
  line-height: 1.3;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .shopbar-button {
    height: calc(2.5625rem + 2px);
  }
  .shopbar-button .shopbar-button-icon {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .shopbar-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .shopbar {
    flex-wrap: wrap;
  }
  .shopbar-col-group-tools {
    width: 100%;
  }
  .shopbar-button {
    text-align: center;
  }
  .shopbar-button .shopbar-button-label {
    display: none !important;
  }
  /* .shopbar-button .shopbar-button-label-sm {
    display: block;
  } */
}

.shopbar-tool {
  position: relative;
}

.shopbar-button {
  display: block;
  text-decoration: none !important;
  padding: 0.35rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  transition: all 0.12s ease;
  cursor: pointer;
}

.shopbar-button:active, .open .shopbar-button, .show .shopbar-button {
  background-image: none;
  outline: 0;
}

.shopbar-button .shopbar-button-icon,
.shopbar-button .shopbar-button-label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}

.shopbar-button .shopbar-button-label {
  font-size: 0.75rem;
  line-height: 1.2;
  vertical-align: top;
}

.shopbar-light .shopbar-button {
  color: #393f46 !important;
}

.shopbar-light .shopbar-button:hover {
  border-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}

.shopbar-light .shopbar-button:active, .open .shopbar-light .shopbar-button, .show .shopbar-light .shopbar-button {
  border-color: #adadad;
  background-color: #e6e6e6;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.shopbar-light .shopbar-button .shopbar-button-label span {
  color: rgba(57, 63, 70, 0.5);
}

.shopbar-inverse .shopbar-button {
  color: #fff !important;
}

.shopbar-inverse .shopbar-button:hover {
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
}

.shopbar-inverse .shopbar-button:active, .open .shopbar-inverse .shopbar-button, .show .shopbar-inverse .shopbar-button {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}

.shopbar-inverse .shopbar-button .shopbar-button-label span {
  color: rgba(255, 255, 255, 0.5);
}

.menubar-section {
  background: transparent;
}

.menubar-section .abbreviation {
  text-transform: uppercase;
}

.menubar {
  display: flex;
  flex-direction: row;
}

.menubar-group {
  display: flex;
  margin-left: 1rem;
}

.menubar-link {
  position: relative;
  display: block;
  font-size: 0.75rem;
  padding: 1em 0.8em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.menubar-link > .menubar-icon {
  font-size: 0.875rem;
}

.menubar-group--special {
  font-weight: 600;
}

.menubar-light.menubar-section {
  border-bottom: 1px solid #ddd;
}

.menubar-light .menubar-link {
  color: #393f46;
}

.menubar-light .menubar-link:hover,
.menubar-light .menubar-link:active,
.menubar-light .show .menubar-link {
  background-color: rgba(0, 0, 0, 0.03);
  color: #393f46;
}

.menubar-light .menubar-group--special .menubar-link {
  color: #17191c !important;
}

.menubar-inverse.menubar-section {
  border-bottom: 1px solid #fff;
}

.menubar-inverse .menubar-link {
  color: #fff;
}

.menubar-inverse .menubar-link:hover,
.menubar-inverse .menubar-link:active,
.menubar-inverse .show .menubar-link {
  background-color: rgba(255, 255, 255, 0.15);
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f9;
}

.footer-social-wrapper {
  padding: 2rem 0;
}

.footer-main-wrapper {
  padding-top: 2rem;
}

.footer-social-wrapper ~ .footer-main-wrapper {
  padding-top: 0;
}

.footer-main .footer-title {
  margin-bottom: 1.25rem;
  font-weight: normal;
}

.footer-links {
  font-size: 1rem;
  line-height: 1.8;
}

.footer-links a {
  display: block;
  text-decoration: none;
}

.footer-bottom {
  padding: 1rem 0;
  font-size: 90%;
}

@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .footer-main-wrapper {
    padding-top: 0;
  }
  .footer-main,
  .footer-bottom {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: none;
  }
  .footer-bottom {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .nav-collapsible {
    border-top: 1px solid #dadae3;
    border-bottom: 1px solid #dadae3;
    margin-top: -1px;
  }
  .footer-inverse .nav-collapsible {
    border-top-color: white;
    border-bottom-color: white;
  }
  .footer-main .footer-title {
    margin-bottom: 0;
  }
}

.footer-light {
  color: #393f46;
}

.footer-light .footer-title {
  color: #393f46;
}

.footer-light a.footer-link,
.footer-light a.menu-link {
  color: #8d9ba9;
}

.footer-light a.footer-link:hover,
.footer-light a.menu-link:hover {
  color: #444f59;
}

.footer-light .btn-social:not(:hover):not(:active):not(:focus) {
  background-color: #aaa;
  color: #fff;
}

.footer-light .footer-bottom-wrapper {
  background: rgba(0, 0, 0, 0.03);
  color: #9ca8b4;
}

.footer-light .footer-bottom-wrapper a {
  color: #444f59;
}

.footer-inverse {
  color: #fff;
}

.footer-inverse .footer-title {
  color: #fff;
}

.footer-inverse a.footer-link,
.footer-inverse a.menu-link {
  color: rgba(255, 255, 255, 0.5);
}

.footer-inverse a.footer-link:hover,
.footer-inverse a.menu-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-inverse .btn-social:not(:hover):not(:active):not(:focus) {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-inverse .footer-bottom-wrapper {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(230, 230, 230, 0.5);
}

.footer-inverse .footer-bottom-wrapper a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-social .btn-social {
  display: inline-block;
  border-color: transparent !important;
  box-shadow: none;
  margin: 0 0.4rem;
}

.catmenu .catmenu-path-item {
  font-weight: 600;
  background: rgba(247, 247, 249, 0.5);
}

.catmenu .catmenu-path-item.expanded,
.catmenu .catmenu-item.parent {
  padding-right: 1.875rem;
}

.catmenu .catmenu-path-item.expanded:after,
.catmenu .catmenu-item.parent:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.catmenu .catmenu-path-item.expanded {
  color: #393f46;
}

.catmenu .catmenu-path-item.expanded:after {
  content: '\f3bf';
  font-size: inherit;
}

.catmenu .catmenu-path-item.active {
  font-size: 1rem;
}

.catmenu .catmenu-path-item.active:before {
  display: none !important;
}

#offcanvas-menu {
  /*
    .button-bar {
        background: $gray-100;
        padding: 1rem $ocm-horizontal-padding;    
        span {
            margin-right: 1rem;
        }
    }
	*/
}

#offcanvas-menu .tab-pane {
  padding: 0;
}

#offcanvas-menu .ocm-home-layer {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#offcanvas-menu .ocm-home-layer > * {
  width: 100%;
  z-index: 1;
}

#offcanvas-menu .tab-content {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

#offcanvas-menu .offcanvas-menu-footer {
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#offcanvas-menu .offcanvas-menu-footer .mf-dropdown {
  display: block;
}

#offcanvas-menu .offcanvas-menu-footer .mf-dropdown .btn-labeled > b {
  background: transparent;
}

#offcanvas-menu .menubar-link,
#offcanvas-menu .ocm-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  position: relative;
}

#offcanvas-menu .menubar-link .ocm-link,
#offcanvas-menu .ocm-item .ocm-link {
  display: block;
  color: #393f46;
  line-height: 1.3;
  padding: 1rem 2.5rem 1rem 2rem;
  text-decoration: none !important;
}

#offcanvas-menu .menubar-link .ocm-link:active, #offcanvas-menu .menubar-link .ocm-link:focus,
#offcanvas-menu .ocm-item .ocm-link:active,
#offcanvas-menu .ocm-item .ocm-link:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

#offcanvas-menu .menubar-link.has-children:after,
#offcanvas-menu .ocm-item.has-children:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #646464;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  text-align: center;
}

#offcanvas-menu .menubar-link.has-children.animated:after,
#offcanvas-menu .ocm-item.has-children.animated:after {
  animation: fa-spin .6s infinite linear;
  margin-top: -9px;
  font-family: fontastic;
  content: '\e8d3' !important;
}

#offcanvas-menu .menubar-link.selected:before, #offcanvas-menu .menubar-link.expanded:before,
#offcanvas-menu .ocm-item.selected:before,
#offcanvas-menu .ocm-item.expanded:before {
  position: absolute;
  display: block;
  content: ' ';
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 5px;
  background: #ee9B00;
}

#offcanvas-menu .ocm-nav .navigate-back {
  padding-left: 0;
}

#offcanvas-menu .ocm-nav .navigate-back .fa {
  font-size: 1.375rem;
  vertical-align: text-bottom;
  padding-right: .425rem;
}

#offcanvas-menu .ocm-nav .show-current-cat {
  font-weight: 600;
}

#offcanvas-menu .category-info {
  padding: 0 1.6rem;
}

#offcanvas-menu .category-info .category-name {
  padding-top: 1rem;
}

#offcanvas-menu .manufacturer-container .ocm-item {
  padding: 0 1.25rem;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img .ocm-img-link {
  padding: 0.5rem;
  display: block;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img .ocm-img-link > img {
  width: 100%;
}

#offcanvas-menu .manufacturer-container .ocm-item .ocm-link {
  padding-left: 0.75rem;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img ~ .col-data > .ocm-link {
  padding-left: 0;
}

#offcanvas-menu .manufacturer-container .ocm-nav {
  margin-bottom: 0;
}

#offcanvas-menu .manufacturer-container .show-all-manufacturers {
  padding: 1rem;
  border-bottom: 0;
}

#offcanvas-menu .layer {
  transition: transform 0.3s ease-out;
  background: #fff;
  transform: translateX(-30%);
  z-index: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#offcanvas-menu .layer.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 1;
  border-color: transparent;
}

#offcanvas-menu .layer.show ~ .layer {
  transform: translateX(100%);
  z-index: 2;
}

#offcanvas-menu .ocm-nav-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ocm-service .menubar {
  flex-direction: column;
}

#ocm-service .menubar-group {
  margin-left: 0 !important;
  flex-direction: column;
}

#ocm-service .menubar-link {
  text-transform: initial;
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #393f46;
}

#ocm-service .menubar-icon {
  display: none;
}

#ocm-service .menubar-caret {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#ocm-service .openend .menubar-caret:before {
  content: "\f106";
}

#ocm-service .dropdown-menu {
  position: static;
  float: initial;
  min-width: initial;
  padding: initial;
  margin: initial;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: initial;
  box-shadow: initial;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#ocm-service .dropdown-divider {
  display: none;
}

#ocm-service .dropdown.show > .menubar-link {
  font-weight: 600;
}

#ocm-service .menubar-link span {
  padding-left: 0;
}

#ocm-service .dropdown-item {
  padding-left: 2.75rem;
  font-size: 1rem;
}

#ocm-service .dropdown-item span:not(.badge) {
  padding-left: 0;
}

.touchevents .category-container .ocm-item.has-children.animated:after {
  max-height: 18px;
}

/*
body > .select2-container,
body > .select2-container .select2-dropdown {
    // one higher than .offcanvas-overlay
    z-index: $offcanvas-z-index + 1;
}
*/
.megamenu-section .navbar {
  background: #f7f7f9;
  padding: 0;
}

.megamenu {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.megamenu .nav-link {
  font-weight: 600;
  font-size: 1rem;
}

.megamenu .dropdown-toggle:after {
  border: none !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 0.15rem;
}

.navbar-light .megamenu .nav-item .nav-link {
  color: #393f46;
}

.navbar-light .megamenu .nav-item.active .nav-link,
.navbar-light .megamenu .nav-item .nav-link:focus,
.navbar-light .megamenu .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.03);
}

.navbar-inverse .megamenu .nav-item .nav-link {
  color: #fff;
}

.navbar-inverse .megamenu .nav-item.active .nav-link,
.navbar-inverse .megamenu .nav-item .nav-link:focus,
.navbar-inverse .megamenu .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

.megamenu .navbar-nav {
  position: relative;
  white-space: nowrap;
  /* overwrites inline width */
  width: auto !important;
  transition: margin-left 0.12s ease-in-out;
  margin-left: 0;
  line-height: 1.8;
}

.megamenu .navbar-nav:after {
  content: "";
  display: table;
  clear: both;
}

.megamenu .navbar-nav .nav-item {
  position: relative;
}

.megamenu .navbar-nav .nav-item .badge {
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 0.75rem;
}

.megamenu .navbar-nav .nav-item .badge-important {
  background: #3f51b5;
}

.megamenu .navbar-nav .nav-item .badge-inverse {
  background: #f44336;
}

.megamenu .navbar-nav .nav-item:before, .megamenu .navbar-nav .nav-item:after {
  content: "";
}

.megamenu .navbar-nav .nav-item.active:before {
  content: "";
  right: 0;
  position: absolute;
  border-bottom: 10px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -1px;
  z-index: 983;
}

.megamenu .navbar-nav .nav-item.active:after {
  content: "";
  right: -2px;
  position: absolute;
  border-bottom: 12px solid rgba(0, 0, 0, 0.05);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -2px;
  z-index: 982;
}

.megamenu .navbar-nav .nav-item.selected .nav-link:before,
.megamenu .navbar-nav .nav-item.expanded .nav-link:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  height: 3px;
  background: #ee9B00;
}

.megamenu .navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.touchevents .megamenu .nav-slider {
  overflow-x: auto !important;
}

@media (min-width: 1200px) {
  .touchevents .megamenu .nav-slider {
    overflow-x: auto !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
  .touchevents .megamenu .nav-slider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}

.megamenu-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity .5s ease-in-out .1s;
  opacity: 0;
  z-index: 980;
  display: none;
}

.megamenu-nav.alpha {
  left: 0;
}

.megamenu-nav.alpha a {
  padding-right: 10px;
}

.megamenu-nav.omega {
  right: 0;
}

.megamenu-nav.omega a {
  padding-left: 10px;
}

.megamenu-nav .megamenu-nav-btn {
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 990;
  padding: 0px;
  width: 40px;
  height: 98%;
  box-shadow: none !important;
}

.megamenu-nav i {
  font-size: 32px;
  transition: all .2s ease-in-out;
  height: 58px;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  opacity: 0.6;
}

.megamenu-nav i:hover {
  opacity: 0.85;
}

.megamenu-nav i:active {
  opacity: 1;
}

.megamenu.megamenu-blend--next .megamenu-nav--next,
.megamenu.megamenu-blend--prev .megamenu-nav--prev {
  opacity: 1;
  display: block;
}

.megamenu .megamenu-nav.alpha > .megamenu-nav-btn {
  background-image: linear-gradient(to left, rgba(247, 247, 249, 0), #f7f7f9 40%, #f7f7f9 100%) !important;
}

.megamenu .megamenu-nav.omega > .megamenu-nav-btn {
  background-image: linear-gradient(to right, rgba(247, 247, 249, 0), #f7f7f9 40%, #f7f7f9 100%) !important;
}

.touchevents .megamenu-section .navbar:hover .show-scroll-buttons .megamenu-nav-btn i,
.touchevents .megamenu-section .megamenu-nav-btn i,
.megamenu .megamenu-nav i {
  color: #393f46;
  display: none;
}

.touchevents .megamenu-section .navbar-inverse.navbar:hover .show-scroll-buttons .megamenu-nav-btn i,
.touchevents .megamenu-section .navbar-inverse .megamenu-nav-btn i,
.navbar-inverse .megamenu .megamenu-nav i {
  color: #fff;
}

.megamenu-section .navbar:hover .show-scroll-buttons .megamenu-nav-btn i {
  display: block;
}

.megamenu-container {
  position: relative;
}

.megamenu-container .show .mega-menu-dropdown,
.megamenu-container .show .dropdown-menu {
  display: block;
}

.megamenu-container .nav-link {
  padding: 1em .6em;
}

.megamenu-container .megamenu-dropdown-container {
  position: relative;
}

.megamenu-container .megamenu-dropdown-container .empty {
  margin-bottom: -1rem !important;
}

.megamenu-container .megamenu-dropdown-container .megamenu-cat-img img {
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
}

.megamenu-container .megamenu-dropdown-container .picture-container {
  position: absolute;
  right: 0;
  bottom: 0;
}

.megamenu-container .megamenu-dropdown-container .below-preview-pic-text {
  margin: 10px;
  font-size: 0.8125rem;
}

.megamenu-container .megamenu-dropdown-container .megamenu-html-text {
  overflow: hidden;
}

.megamenu-container .mega-menu-dropdown {
  background-color: #fff;
  color: #393f46;
  z-index: 981;
  width: 100%;
  top: -3px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0;
}

.megamenu-container .mega-menu-dropdown label {
  vertical-align: top;
  margin-bottom: 0;
}

.megamenu-container .mega-menu-dropdown .col-md-3 {
  overflow: hidden;
}

.megamenu-container .mega-menu-dropdown .row > div:empty {
  height: 0;
}

.megamenu-container .mega-menu-dropdown-row {
  padding: 1.5rem;
}

.megamenu-container .mega-menu-dropdown-heading {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-decoration: none;
  display: block;
  color: #222;
  padding-bottom: 0.4rem;
  transition: transform 0.2s ease-in-out;
}

.megamenu-container .mega-menu-dropdown-heading:not(:first-child) {
  padding-top: 1rem;
}

.megamenu-container .mega-menu-dropdown-heading:hover {
  transform: translateX(5px);
}

.megamenu-container .mega-menu-dropdown-heading + .mega-menu-dropdown-heading {
  padding-top: .5rem;
}

.megamenu-container .mega-menu-subitem {
  font-size: 0.8125rem;
  text-decoration: none;
  display: block;
  color: #999;
}

.megamenu-container .mega-menu-subitem:hover {
  color: #222;
}

.megamenu-container .mega-menu-subitem.more-link {
  font-weight: bold;
  color: #464646;
  font-size: 0.8125rem;
}

.megamenu-container .inline-container {
  line-height: 1.25rem;
}

.megamenu-container .inline-container .mega-menu-subitem {
  font-size: 0.8125rem;
  line-height: .875rem;
}

.megamenu-container .inline-container .mega-menu-subitem:hover {
  text-decoration: underline;
}

.megamenu-container .mega-menu-subitem-wrap {
  white-space: nowrap;
}

.megamenu-container .comma-separated .mega-menu-subitem {
  display: inline;
  margin-right: -.15rem;
}

.megamenu-container .comma-separated .mega-menu-subitem.more-link {
  display: block;
}

.megamenu-container .comma-separated .mega-menu-subitem:focus, .megamenu-container .comma-separated .mega-menu-subitem:hover {
  background-color: transparent;
  color: #888;
}

.megamenu-container .rotator-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  min-height: 320px;
}

.megamenu-container .rotator-container .rotator-heading {
  padding: 0.5rem 0;
}

.megamenu-container .rotator-container .rotator-content > div.placeholder {
  height: 280px;
  background-color: rgba(255, 255, 255, 0.85);
}

.megamenu-container .rotator-container .rotator-content > div.placeholder .empty {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .megamenu-container .rotator-container {
    min-height: 370px;
  }
}

#dropdown-menu--10 .dropdown-menu .mega-menu-dropdown-heading {
  line-height: 1.125rem;
}

.brand-menu-footer {
  background: #f7f7f9;
  border-top: 1px solid #dee2e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.brand-menu-footer-thumb-col {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  margin: 1rem 0;
  filter: grayscale(100%);
}

.brand-menu-footer-thumb-col:hover {
  filter: initial;
}

.brand-menu-footer-thumb {
  margin: auto;
}

@media (max-width: 991.98px) {
  .megamenu-dropdown-container .picture-container {
    display: none;
  }
}

.megamenu-dropdown-container.simple {
  position: initial;
}

.megamenu-dropdown-container.simple .dropdown-menu {
  margin-top: -1px;
  min-width: 250px;
  z-index: 981;
  transform: translateX(15px);
}

.megamenu-dropdown-container.simple .dropdown-menu.ar {
  transform: translateX(-15px);
}

.megamenu-dropdown-container.simple .dropdown-item {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.8125rem;
}

.megamenu-dropdown-container.simple .nav-item.active:before {
  right: initial;
  left: 12px;
}

.megamenu-dropdown-container.simple .nav-item.active:after {
  right: initial;
  left: 10px;
}

.megamenu.simple .navbar-nav .nav-item.active:before {
  border-bottom: 10px solid #fff;
}

@media screen {
  .boxed .megamenu-dropdown-container.simple .dropdown-menu {
    margin-left: 20px;
  }
}

.more-less {
  display: block;
  position: relative;
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.more-less .btn-text-expander {
  display: none;
  align-items: center;
  position: absolute;
  font-weight: 600;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-decoration: none !important;
}

.more-less .btn-text-expander--expand::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.9375rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff 100%);
}

.more-less .btn-text-expander--collapse {
  position: relative;
  font-weight: normal;
}

.more-less.collapsed .btn-text-expander--expand {
  display: flex;
}

.more-less.expanded {
  max-height: none !important;
}

.more-less.expanded .btn-text-expander--collapse {
  display: flex;
}

.instasearch-form {
  position: relative;
}

#instasearch-progress {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 56px;
}

.instasearch-term {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding-right: 60px;
}

.instasearch-term:hover, .instasearch-term:focus, .instasearch-term:active {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.instasearch-term:focus, .instasearch-term:active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.instasearch-button {
  position: absolute !important;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  border-left-width: 0;
  height: initial !important;
  font-size: 1.2rem;
  padding: 0 0.25rem !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

.instasearch-icon {
  position: relative;
  top: 0.12rem;
}

.instasearch-drop {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  margin-top: -1px;
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 1100;
  border-radius: 0 0 2px 2px;
}

.instasearch-drop.open {
  display: block;
}

.instasearch-drop-body {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.instasearch-match {
  font-weight: bold;
}

.instasearch-group-header {
  margin: 0 20px;
  padding-bottom: 0.3rem;
  font-size: 22px;
  color: #37a0e6;
  font-weight: 300;
}

.instasearch-group-header ~ .instasearch-group-header {
  margin-top: 1.2rem;
}

.instasearch-hits {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
}

.instasearch-hits:last-child {
  margin-bottom: 0;
}

.instasearch-col:first-child .instasearch-hits:last-child {
  margin-bottom: 1rem;
}

.instasearch-hits.has-thumbs li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.instasearch-hits.has-thumbs li:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .instasearch-col:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .instasearch-drop {
    max-width: none;
  }
  .instasearch-row {
    width: 850px;
  }
}

.instasearch-hit {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  white-space: normal;
  text-decoration: none;
  color: #22262a;
  font-size: 14px;
  line-height: 1.3;
}

.instasearch-hit:focus, .instasearch-hit:hover, .instasearch-hit.active, .instasearch-hit.key-hover {
  color: #17191c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.instasearch-hit-tag {
  color: #bb7a00;
  font-size: 13px;
  padding-left: 0.2rem;
}

.instasearch-hit-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.instasearch-hit-thumb {
  width: 48px;
  min-width: 48px;
  max-height: 36px;
  padding-right: 12px;
}

.instasearch-hit-label-secondary {
  padding-top: 4px;
  color: #8d9ba9;
}

.search-term {
  color: #f44336;
}

.search-hitcount {
  color: #8d9ba9;
}

.facet-group {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

.facet-group-header {
  position: relative;
  display: block;
  padding: 0.75rem 0;
  font-size: 16px;
  font-weight: 600;
  color: #393f46 !important;
  text-decoration: none !important;
}

.facet-toggle:after {
  display: block;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 1.2rem;
  line-height: 1;
  color: #393f46;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: transform 0.3s ease-in-out;
}

.facet-toggle.collapsed:after {
  transform: rotate(180deg);
}

.facet-toggle .facet-selection {
  display: none;
}

.facet-body {
  padding-bottom: 1rem;
}

.facet-body-inner {
  line-height: 1.3;
  padding: 4px 0;
}

.facet-body-inner.scrollable {
  max-height: 215px;
  overflow-y: auto;
}

.btn-remove-group-filters {
  display: block;
  margin-top: 0.5rem;
}

.facet-control-ui {
  position: absolute;
  display: block;
  left: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: none;
}

.facet-control-ui:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #357a38;
}

*:checked + .facet-control-ui {
  vertical-align: middle;
  text-align: center;
  box-shadow: none;
}

*:checked + .facet-control-ui:after {
  opacity: 1;
  transform: scale(1);
}

.facet-item input:checked + .facet-control-ui,
.facet-item:hover .facet-control-ui {
  border-color: rgba(0, 0, 0, 0.35);
}

.facet-check,
.facet-radio {
  position: relative;
  display: block;
}

.facet-check label,
.facet-radio label {
  cursor: pointer;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  min-height: 20px;
}

.facet-check:last-child label,
.facet-radio:last-child label {
  padding-bottom: 0;
}

.facet-check input[type=checkbox],
.facet-check input[type=radio],
.facet-radio input[type=checkbox],
.facet-radio input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.facet-check .facet-control-native + .facet-control-ui {
  border-radius: 2px;
}

.facet-radio .facet-control-native + .facet-control-ui {
  border-radius: 50%;
}

.facet-radio .facet-control-native + .facet-control-ui:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #357a38;
  margin: 3px 0 0 3px;
}

.facet-label {
  position: relative;
  display: block;
  padding-left: 33.33333px;
  padding-right: 8px;
  padding-top: 1px;
}

.facet-control-native:checked ~ .facet-label {
  font-weight: 600;
}

.facet-body-rating .rating {
  vertical-align: sub;
  margin-right: 3px;
}

.active-filters-container {
  position: relative;
  margin-bottom: 1rem;
}

.active-filters {
  position: relative;
  margin: -0.25rem;
}

.active-filter-item {
  display: block;
  padding: 0.25rem;
  float: left;
}

.active-filter-link {
  position: relative;
  font-weight: 400;
  padding: 0.2rem 0.6rem;
  max-width: 12rem;
  padding-right: 1.5rem;
  border-width: 0;
}

.active-filter-link:after {
  position: absolute;
  display: block;
  content: '\00d7';
  right: 0.375rem;
  top: 2px;
  font-size: 1.25rem;
  line-height: 1;
}

.active-filter-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offcanvas .facet-toggle,
.offcanvas .facet-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.offcanvas .facet-toggle:after {
  right: 1rem;
}

.offcanvas .facet-toggle.has-selection {
  color: #357a38 !important;
}

.offcanvas .facet-toggle.has-selection .facet-selection {
  display: inline;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  position: absolute;
  text-align: right;
  right: 2.5rem;
  vertical-align: middle;
  line-height: 1.8;
  font-weight: 400;
}

.offcanvas .facet-body-inner {
  max-height: none !important;
  overflow-y: visible !important;
}

.offcanvas .facet-label {
  padding-right: 0;
}

.has-active-filter .hide-on-active-filter {
  display: none !important;
}

.blog-page .blogpost {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.blog-page .blogpost:first-child {
  border-top: none;
}

.blog-page .blogpost .blogpost-info .blogpost-comments {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  width: 50px;
  height: 50px;
}

.blog-page .blogpost .blogpost-info .blogpost-comments .blogpost-comments-icon {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  color: #dee2e6;
}

.blog-page .blogpost .blogpost-info .blogpost-comments .blogpost-comments-count {
  position: absolute;
  top: 13px;
  font-size: 13px;
  line-height: 16px;
  width: 38px;
  text-align: center;
  color: #b0bac3;
}

.blog-page .blogpost .blogpost-info .blogpost-comments.vivid .blogpost-comments-icon {
  color: #596167;
}

.blog-page .blogpost .blogpost-info .blogpost-comments.vivid .blogpost-comments-count {
  color: #fff;
}

.blog-page .blogpost .blogpost-info .blogpost-tags {
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  font-size: 0.8125rem;
  background-color: #f7f7f9;
}

.comment-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-item .comment-avatar-col {
  width: 60px;
  max-width: 60px;
}

.block-popular-blogtags {
  overflow: hidden;
}

.block-popular-blogtags .list-inline-item {
  line-height: 1.2;
}

/* Forum Inputs
================================================ */
.forum-post-text,
.bb-editor-text {
  height: 300px;
}

.watch-topic-link-button,
.watch-topic-link-button:hover {
  color: #646464;
  font-weight: bold;
}

/* Forum Main
================================================ */
.forum-group .forum .image,
.active-discussionstopics .image,
.topics-group .image {
  vertical-align: top;
  text-align: center;
}

.forum-group .forum .image i,
.active-discussionstopics .image i,
.topics-group .image i {
  font-size: 2rem;
}

.active-discussionstopics .topic-starter,
.topics-group .topic-starter {
  font-size: 0.8125rem;
}

.active-discussionstopics .topic-starter a,
.topics-group .topic-starter a {
  color: #646464;
}

.forum-group .forum .topics,
.forum-group .forum .posts,
.active-discussionstopics .replies,
.active-discussionstopics .views,
.topics-group .replies,
.topics-group .views {
  text-align: center;
}

.active-discussionstopics .topic-name,
.topics-group .topic-name {
  width: 100%;
}

.forums-main .group-header .last-post,
.active-discussions-header .last-post,
.topics-group .last-post {
  min-width: 200px;
}

.forum-group .last-post,
.topics-group .last-post,
.active-discussionstopics .last-post {
  font-size: 0.8125rem;
}

.forum-group .forum-title a,
.active-discussionstopics .topic-title,
.topics-group .topic-title {
  font-weight: bold;
}

.forums-main .group-header th,
.active-discussions-header th,
.topics-group th {
  white-space: nowrap;
}

.topics-group .topic.disabled {
  opacity: .5;
}

/* Forum Topic
================================================ */
.forum-topic .post-info .user-info .button-pm {
  min-width: 100px;
}

.forum-topic .block .block-title {
  font-size: 0.875rem;
}

.forum-topic .block .block-title a {
  padding-right: 0.75rem;
}

.forum-topic .block .block-title i {
  padding-right: 0.25rem;
}

.forum-topic .post-content .signature {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: 20px;
}

.post-info .user-info .user-stats,
.post-content .post-stats {
  font-size: 0.75rem;
}

.posttext .quotefrom {
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.posttext blockquote {
  margin-bottom: 0;
}

/* Forum Search
================================================ */
.forum-search-box {
  font-size: .9em;
  text-align: right;
  padding: 15px 0 0 0;
}

.basic-search,
#advanced-search-block label {
  padding-right: 10px;
}

@media (min-width: 576px) {
  .basic-search,
  #advanced-search-block label {
    text-align: right;
  }
}

.page.post-edit .form-group .col-sm-10 span {
  vertical-align: -webkit-baseline-middle;
}

.login-box {
  background-color: #fcfcfc;
}

.login-box hr {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.login-box .form-group:last-child {
  margin-bottom: 0;
}

.login-box .input-group-icon > i {
  line-height: inherit;
}

.rating {
  display: inline-block;
  height: 16px;
  width: 80px;
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAInSURBVDiNnZI/TBNhGMZ/vV7va3vXu4otYCSNxYIJhBhDAiZUEjdlcXJhAMKkCXFycyNOmJgYZiMDAWTBxdGlaU10hiJaSgKKloZE24Y7Kr3PgT8BQ5vos715/rxvvueDBsikU5cz6VRPI43aiASmgBhwq55AabA9GQqZw5FINJlJp4b/KSCTTnmB6eaWFqLRKMBUJp0yztN6/jL2Aq3AndbWSxPhC2GkdCmVynzf3p4DngOVgeTg2klAJp1KAO+AmK4b+DQflhVGDwbZrzpIKdE0DcepUtzZwXVr2LYN8AO4pwwkB3P5/MZ0KBSi81onbW1tBAICZ98GQEqJbduoqpf2q+10dfdgmibZ1ezrgeTgRy/A0tKb9zf7+2JCiBuqquI4NlJyElCrHeA4NgcHv9n+9pXl5ZW3o2PjI3CqxpXV1QemZcWFJm77g36qVQePRwEktVoNVfVRKe+Rz298yOXW75/7iDOvXsbj8Sv5REeCSqWConhwXYmULoYRIvdlnc3NrdjI6NjWuTU2NTUlgvphW16vghCCQCCAqh4equs6VtjqOO05EyCE6DF0AyECBIMG5fIev36WEELH7w9iWiZC0/pOe858ZVX1deuGQaFQYKdQyDmO80xKKsVi8Ulzc0vXxUgEn0/rrxsgpXv989qn/O7u7ovJyaczK9ls6YiaW5iffRiJRB8ritJLPczPzY7XJY+wuLjwaGjobvh49sjjwv8TfwCXtcZoRHu4ugAAAABJRU5ErkJggg==");
}

.rating > * {
  position: relative;
  display: inline-block;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAHxSURBVDiNpZIxaNNBFMZ/7/5/i6k1xDa1CCYa0ii2HaQIGUToVBy03QQHuziqKLrUoSpOLhYSECcX3dpFp3RwFS2aQehQEoJFBYeKjW1qYu5/dw5pYgtJQPzg8R73vu/dd7yDLviQ3Z9YeRpKdOP43ZqnTsYyIiJQuNiN1xaF59HxWi5ia0sR+3VxaLwTT3VqxI8cmFOuLB5lGRwI3funAeVXh69gytOiQPmg7MbUdm5oph1XsjP0X5qIXPN7+054vkt5nk4p9avfkwqeD6LAGTD0YWzohzU9RRNIMahuF3JvN5741Tra1n5OmaB8hh5gXyPEBxyIgHNgTQWrK/1GkzaatA0kX62T8V6vUE8PsxCPMiHCURGQpj8H1jYc2ADs3/wuX2LycpZND2Bxmd/jCRYSg5wTiDfFzu2IzR7xm+UC5y88YhN2XQawdJdjpxOsKQ+Uary/ZcY2hhS/kTg7x1rbLeRLrBuNMxoCDUEdzE4OdKP++In1jmtMDTJiNGLq0IxgV200JKOM7Nbs+crDA4wZDa5hfxPhhQjOOWacJewcHD/EGPC+rYNwSI2agFrNHJwvbcWS8Vtcj93kxmo5lqzZ8LzRUvWQ0Y4OVqO3q0b1zk5ffZiBrdb55IMv34E7L5/d/+zbygA8bvXEOcf/4A98LtzAZGRLlgAAAABJRU5ErkJggg==");
}

.rating.rating-small {
  height: 11px;
  width: 60px;
  padding: 1px 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAArrAAAK6wGCiw1aAAABqElEQVR4nHXQv08TYRwG8JPz1NxgYGlM2sV0qIlL33CMJFwnR4kbClZCWhbCn1BvMVAolGuZwE2rG2kFBgM4GAyUk6PUpFzveu97P9prCRMrw8NmotXhuzxPPsPz5QBwf1+xoMaLBXXsX11fMCJJg18q5c+7O9u7I5L06L9AFEWeEHK/Ut5KtizzymH0ulLemieEPBBFceA3SMhyJCHLzz+VPs5rJ8cF46Jh9noBut0ODKPhVKtH2VLpw2xClscTsvyYS6dTw98O9nTGbARBG5eXAXrdDoLARxC00W57cBjF/t5XI5WaGeUEQbj76uXEix+H323fd+F5FL7vwPMoGLPguhTHR4f+1NTkpCAIAgeAi0ajA/n8SvJXvQZKTVjWBUyzgVbLQP38DMWCOhOLxfg/RitvM091XQNjFmy7CdtuglIT+ukJFCXzpO9LS9nFCctswnXZTb1e69Rquu849Ma2TWSzC8k+kMstv9O0qvt+c2NjNp16Nj39ZkxV8+unPzV3Jbe83gcUJfOakLgUiUSGeJ6/A4ALhUIPCYkPr62tzoXD4XsAuFsNdFcqOpvrDgAAAABJRU5ErkJggg==");
}

.rating.rating-small > * {
  height: 11px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAAsSAAALEgHS3X78AAABkUlEQVR4nH2QzyvDcRzGn+9nM/t+5+t7wpm2UiQpXyOyE7kYLiSEcXHQDtSYA+1GmdYkbLG20BZJ8quU4uIfwMlBttmwkcks7e0gByaH5/I8z+vwPCAi/JZnNEdes4jyX1mGUVOSJV6s5geuPAWBujKV+C+gVIBN9UmtyT0+9H4ohGwmqVWpAPsB6HWc1CxnlxurecNYh9D7upt7ntpn9HHEKHkgnY93Cr0tNbzBqFeX1xZzErxDTI64+NMHnyb47FenEluMkjug913Q2w6jxJY6Fd/QBO89/On2CKtCZRE0xxMYDi8hHPOCnjdALwFQYhP04gc9rYOiKwif2TCs10EDIkJFIZQH4zBF3aBHDyju+1LMC3pYBZ1MYkDWQvljtLkJYmgB6cgyKOoG3btBURfobhE00YbcjJdsbSi5mQPdOpAOOhELzSMWdCJ96wDNdqI0A1jp59qvp1n8clrw27sUPfYuRffFjOC/nmFx3yA6MgC72WByWRssslaVJ/KMy+EZJ2tVecvWRovdXD/w3fsEds8eHEa+5bkAAAAASUVORK5CYII=");
}

.review-list,
.review-item,
.review-title {
  position: relative;
}

.review-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.review-item:last-child {
  border-width: 0;
}

.review-title {
  margin-bottom: 0.2rem;
}

.review-title .rating {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.review-title .rating > * {
  vertical-align: top;
}

.review-title h4 {
  position: relative;
  margin: 0;
  padding-left: 90px;
  font-size: inherit;
  font-weight: 600;
}

.review-title h4:empty:after {
  content: '.';
  visibility: hidden;
}

.review-meta {
  display: flex;
  font-size: 0.8125em;
}

.review-meta .review-meta-label {
  font-weight: bold;
}

.review-meta .review-meta-value + .review-meta-label {
  padding-left: 0.5rem;
}

.review-text {
  line-height: 1.4;
  margin-top: 1rem;
}

.review-vote {
  font-size: 0.8125em;
  color: #8d9ba9;
}

.review-vote .review-vote-count {
  font-weight: bold;
}

.review-vote .review-vote-link {
  text-decoration: none;
  padding: 0 0.3rem;
}

.review-vote .review-vote-link.review-vote-link-yes {
  color: #4caf50;
}

.review-vote .review-vote-link.review-vote-link-yes:hover {
  background: #4caf50;
  color: #fff;
}

.review-vote .review-vote-link.review-vote-link-no {
  color: #f44336;
}

.review-vote .review-vote-link.review-vote-link-no:hover {
  background: #f44336;
  color: #fff;
}

.review-vote .review-vote-link .fa {
  font-size: 1rem;
}

.write-review {
  background-color: #f7f7f9;
  padding: 2rem;
}

.artlist-actions {
  margin-bottom: 1rem;
}

.artlist-action {
  padding: 0 0.25rem;
}

.artlist-action label {
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

.artlist-action .form-group {
  margin-bottom: 0;
}

.artlist-action .btn {
  border-radius: 0;
  transition: none;
}

.artlist-action .mf-dropdown {
  display: block;
}

.artlist-action-group {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -0.25rem;
}

.artlist-action--filter,
.artlist-action--sort {
  flex-grow: 1;
  max-width: 100%;
}

.artlist-action--pager > * {
  position: relative;
}

.artlist-action--pager > *:not(:first-child) {
  margin-left: -1px;
}

.artlist-action--pager .btn-pager-prev {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.artlist-action--pager .btn-pager-next {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (max-width: 360px) {
  .artlist-actions--top .artlist-action--pagesize .mf-dropdown {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .btn-artlist-action,
  .btn-artlist-action span {
    font-weight: 400 !important;
  }
  .artlist-action-group .btn {
    font-size: 1rem;
    text-align: left;
    border-radius: 0.125rem;
  }
  .artlist-action-group .btn > b {
    background: transparent;
  }
}

@media (min-width: 992px) {
  .btn-artlist-action {
    font-weight: 600;
  }
}

.artlist-actions--top {
  display: flex;
  flex-wrap: wrap;
}

.artlist-actions--top .artlist-action-group {
  width: 100%;
}

.artlist-actions--top .artlist-action-group--filtersort {
  flex: 1 1 0;
  max-width: 100%;
}

.artlist-actions--top .artlist-action-group--page {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0.5rem;
}

.artlist-actions--top .artlist-action--pagesize,
.artlist-actions--top .artlist-action--pager {
  display: none !important;
}

@media (min-width: 992px) {
  .artlist-actions--top {
    flex-wrap: nowrap;
    border-bottom: 1px solid #ddd;
  }
  .artlist-actions--top .artlist-action-group--filtersort {
    flex-grow: 0;
  }
  .artlist-actions--top .artlist-action--pagesize,
  .artlist-actions--top .artlist-action--pager {
    display: flex !important;
  }
  .artlist-actions--top .artlist-action-group--page {
    padding-left: 0;
  }
  .artlist-actions--top .artlist-action-group {
    width: auto;
  }
  .artlist-actions--top .artlist-action-group--page {
    margin-left: auto;
  }
}

.artlist {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  z-index: 3;
  border-collapse: collapse;
}

.art {
  position: relative;
  min-height: 1px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  background: transparent;
  margin-top: -1px;
  margin-left: -1px;
  border-collapse: collapse;
}

.art.active {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.art-picture-block {
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.art-picture.no-picture:before {
  display: block;
  content: attr(data-content);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0rem;
  width: 100%;
  text-align: center;
  color: #b0bac3;
}

.art-picture.no-default-picture:before {
  top: 2rem;
}

.art-picture.no-default-picture img {
  display: none;
}

.art-badges {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
}

.art-badge {
  display: block;
  float: left;
  clear: both;
  position: relative;
  font-weight: normal;
  font-size: 0.85rem;
  border-radius: 0 0.85rem 0.85rem 0;
  padding-right: 0.85rem;
  margin-bottom: 0.2rem;
}

.art-data-block,
.art-info-block {
  position: relative;
}

.art-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}

.art-brand {
  font-size: 0.8125rem;
  color: #8d9ba9;
  text-transform: uppercase;
}

.art-name {
  box-sizing: content-box;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.art-name > a {
  color: #393f46;
}

.art-genericname {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.art-genericname > a {
  color: #393f46;
}

.art-description {
  font-size: 0.8125rem;
  color: #8d9ba9;
  margin-bottom: 0.4rem;
}

.art-price-block {
  position: relative;
  margin-top: 0.5rem;
}

.art-price {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: #393f46;
}

.art-price.art-price--offer {
  color: #f44336;
}

.art-price.badge {
  color: #fff;
}

.art-oldprice {
  display: inline-block;
  padding-left: 0.25rem;
  color: #8d9ba9;
  text-decoration: line-through;
}

.art-pangv {
  font-size: 0.8125rem;
  color: #8d9ba9;
  padding-top: 0.25rem;
}

.art-shipsurcharge {
  font-size: 0.8125rem;
  color: #f44336;
  padding-top: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.art-legalinfo {
  font-size: 0.75rem;
  color: #8d9ba9;
}

.art-info-group {
  margin-bottom: 0.5rem;
}

.art-drop {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.art.active .art-drop {
  opacity: 1;
  visibility: visible;
  z-index: 1059;
}

.art-btn-group {
  margin: 0;
}

.art-btn-group .art-btn {
  display: block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: none;
  padding: 0.65rem 0;
}

.art-btn-group .art-btn.btn-secondary {
  color: #666;
}

.art-variant-info {
  margin-bottom: 0.75rem;
}

.art-color-opts {
  position: relative;
}

.art-color-opts::after {
  display: block;
  clear: both;
  content: "";
}

.art-color-opt {
  float: left;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}

.art-color-opt:hover {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}

.art-more-opts {
  font-size: 0.8125rem;
  color: #8d9ba9;
}

.art-variant-info > * + * {
  margin-top: 0.4rem;
}

.art-attrs {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
}

.art-attrs td {
  padding: 1px 0;
}

.art-attrs td:first-child {
  padding-right: 0.75rem;
  font-weight: 600;
}

.artlist-lines .art {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom-color: #ddd;
}

.artlist-lines .art-data-block {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 20px;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.artlist-lines .art-picture-block {
  width: 200px;
  max-width: 200px;
}

.artlist-lines .art-actions-block {
  width: 220px;
  padding-left: 20px;
}

.artlist-lines .art-description {
  margin-bottom: 1rem;
}

.artlist-lines .art-info-block {
  display: block;
  position: relative;
  min-height: 1px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.artlist-lines .art-brand,
.artlist-lines .art-rating {
  position: relative;
  margin-bottom: 0;
}

.artlist-lines .art-brand-picture {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 24px;
}

.artlist-lines .floating > .art-brand {
  padding-right: 90px;
  min-height: 20px;
}

.artlist-lines .floating > .art-rating {
  position: absolute;
  top: 0;
  right: 0;
}

.artlist-lines .art-name {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.artlist-lines .art-price {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}

.artlist-lines .art-price--call {
  font-size: 1rem;
  color: #8d9ba9;
  font-weight: 400;
}

.artlist-lines .art-variant-info {
  margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .artlist-lines .art-picture-block {
    max-width: 180px;
  }
  .artlist-lines .art-actions-block {
    width: 200px;
  }
}

@media (max-width: 767.98px) {
  .artlist-lines .art-actions-block {
    display: block;
    padding-left: 0;
    padding-top: 1rem;
    width: 100%;
    /*position: static;*/
  }
  .artlist-lines .art-info-block {
    flex-basis: initial;
    flex-grow: initial;
  }
}

@media (max-width: 575.98px) {
  .artlist-lines .art-picture-block {
    max-width: 30%;
  }
}

.artlist-lines .delivery-time {
  white-space: normal;
}

.artlist-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  /*.art-price-block {
        margin-top: 0.5rem;
    }*/
}

.artlist-grid:not(.artlist-boxed).artlist::after {
  position: relative;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  bottom: 1px;
}

.artlist-grid .art {
  border-bottom-color: #ddd;
  display: flex;
  flex-flow: column;
}

.artlist-grid .art {
  flex: 0 0 50%;
  max-width: 50%;
}

.artlist-grid.artlist-boxed .art {
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}

.artlist-grid .art-name,
.artlist-grid .art-description {
  overflow: hidden;
  text-overflow: ellipsis;
}

.artlist-grid .art-name {
  height: 2.275rem;
}

.artlist-grid .art-description {
  height: 2.1125rem;
}

.artlist-grid.artlist-boxed .art-price-block {
  height: 2.1125rem;
}

.artlist-grid .art-delivery-info,
.artlist-grid .art-pangv {
  box-sizing: content-box;
  min-height: 1.1375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artlist-grid .art-brand,
.artlist-grid .art-pangv,
.artlist-grid .art-shipsurcharge,
.artlist-grid .art-more-opts {
  box-sizing: content-box;
  min-height: 1.05625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artlist-grid .art-oldprice {
  font-size: 0.80938rem;
}

.artlist-grid .art-variant-info {
  padding-left: 15px;
  padding-right: 15px;
}

.artlist-grid.artlist-1-col .art {
  flex-basis: 100% !important;
  max-width: initial !important;
}

@media (min-width: 576px) {
  .artlist-grid.artlist-4-cols .art, .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .artlist-grid.artlist-4-cols.artlist-boxed .art, .artlist-grid.artlist-5-cols.artlist-boxed .art, .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}

@media (min-width: 768px) {
  .artlist-grid.artlist-5-cols .art {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .artlist-grid.artlist-5-cols.artlist-boxed .art {
    flex-basis: calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .artlist-grid.artlist-6-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
  }
}

@media (min-width: 992px) {
  .artlist-grid.artlist-3-cols .art, .artlist-grid.artlist-4-cols .art {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .artlist-grid.artlist-3-cols.artlist-boxed .art, .artlist-grid.artlist-4-cols.artlist-boxed .art {
    flex-basis: calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-5-cols.artlist-boxed .art, .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(16.66667% - 1rem);
    max-width: calc(16.66667% - 1rem);
  }
}

@media (min-width: 1200px) {
  .artlist-grid.artlist-4-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-4-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .artlist-grid.artlist-5-cols .art {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .artlist-grid.artlist-5-cols.artlist-boxed .art {
    flex-basis: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
  }
  .artlist-grid.artlist-6-cols .art {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(16.66667% - 1rem);
    max-width: calc(16.66667% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(12.5% - 1rem);
    max-width: calc(12.5% - 1rem);
  }
}

.artlist-grid.artlist-boxed {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.artlist-grid.artlist-boxed .art {
  background: #fff;
  border-color: #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 0.5rem 1rem 0.5rem;
}

.artlist-carousel {
  position: relative;
  overflow: hidden;
}

.artlist-carousel .artlist-grid {
  flex-wrap: nowrap;
}

.artlist-carousel .artlist {
  margin-bottom: 0;
}

.artlist-carousel .art {
  border-bottom: none;
}

.artlist-carousel .art-drop {
  display: none;
}

.slick-slider.artlist-grid {
  display: block !important;
}

.slick-slider .art {
  display: inline-block !important;
  max-width: none !important;
}

.artlist-no-separators .artlist-grid:not(.artlist-boxed) .art {
  border-bottom-width: 0 !important;
}

.artlist-no-separators .artlist-grid:not(.artlist-boxed):after {
  height: 0 !important;
}

.art.show-all-items {
  padding: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.art.show-all-items .show-all-items-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  padding: 1rem;
  text-decoration: none !important;
  font-size: 1.25rem;
  font-weight: normal;
  color: inherit !important;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0.5;
}

.art.show-all-items .show-all-items-link:hover {
  opacity: 0.75;
}

.art.show-all-items .show-all-items-link:active {
  opacity: 1;
}

.pd-section,
.pd-picture-block,
.pd-info,
.pd-offer {
  position: relative;
}

.pd-section {
  margin-bottom: 2rem;
}

.pd-data-col {
  display: block !important;
}

.pd-group {
  margin-bottom: 1rem;
}

.pd-group > * {
  margin-bottom: 0.125rem;
}

.pd-description, .pd-bundle-item-description {
  color: #8d9ba9;
  line-height: 1.3;
}

.pd-tabs {
  margin-bottom: 1rem;
}

.pd-picture {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  text-decoration: none !important;
  outline: none !important;
}

.pd-picture > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pd-name {
  font-size: 1.8rem;
}

.pd-name-sm {
  font-size: 1.2rem;
  font-weight: 600;
}

.pd-info .page-title {
  margin-bottom: 0;
}

.pd-brand {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 600;
}

.pd-brand-picture {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 32px;
}

.pd-attrs td {
  padding: 0.2rem 0;
  vertical-align: middle;
  line-height: 1.3;
}

.pd-attrs td:first-child {
  padding-right: 1rem;
  font-weight: 600;
}

.pd-stock.pd-instock {
  color: #3d8b40;
}

.pd-stock.pd-outofstock {
  font-weight: bold;
  color: #f44336;
}

.pd-specs-table tr:first-child td {
  border-top-width: 0;
}

.pd-spec-name {
  font-weight: 600;
  width: 20%;
}

.pd-review-summary {
  line-height: 1.3;
}

.pd-review-summary > * {
  display: inline-block;
}

.pd-review-summary .pd-rating-box .rating {
  vertical-align: sub;
}

.pd-review-summary .pd-review-link {
  position: relative;
  font-weight: 600;
}

.pd-review-summary .pd-review-link:before {
  content: '|';
  display: inline-block;
  padding: 0 0.5rem;
  color: #8d9ba9;
}

.pd-offer {
  background: #f7f7f9;
  padding: 15px;
  line-height: 1.3;
  width: 100%;
}

.row.pd-offer-actions {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-top: auto;
}

.row.pd-offer-actions > * {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.row.pd-offer-actions .pd-offer-action-qty {
  max-width: 120px;
  min-width: 90px;
}

@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .row.pd-offer-actions .pd-offer-action-qty {
    display: none !important;
  }
}

.pd-offer-price {
  margin-bottom: 1rem;
}

.pd-price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #393f46;
}

.pd-price.pd-price-sm {
  font-size: 1.5rem;
}

.pd-price.pd-price--offer {
  color: #f44336;
}

.pd-price.pd-price--call {
  font-size: 1rem;
  color: #8d9ba9;
  font-weight: 400;
}

.pd-price .badge {
  font-size: 100%;
  font-weight: initial;
}

.pd-price-block + .pd-price-block .pd-price {
  text-decoration: line-through;
  color: #abadb1;
  font-weight: 400;
}

.pd-price-label {
  line-height: 1;
  font-weight: 600;
}

.pd-oldprice {
  display: inline-block;
  color: #8d9ba9;
  text-decoration: line-through;
}

.pd-saving-percent {
  font-weight: 600;
  color: #f44336;
}

.pd-callforprice,
.pd-loginforprice {
  font-size: 1.2rem;
}

.pd-legalinfo {
  font-size: 0.8125rem;
  color: #abadb1;
}

.pd-tierprices .table {
  background-color: #fff;
  margin-bottom: 0;
  font-size: 0.8125rem;
  overflow-x: auto;
}

.pd-tierprices .table th, .pd-tierprices .table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pd-tierprices .table th {
  font-weight: 600;
}

.pd-tierprices .table .pd-tierprice-qty {
  font-weight: bold;
}

.pd-tag {
  text-decoration: none !important;
  display: inline-flex;
  padding: 0.5rem;
  margin: 0 0.2rem 0.4rem 0;
  font-weight: 600;
  color: #393f46;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #f7f7f9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.pd-tag-count {
  color: #8d9ba9;
  font-weight: 400;
}

.pd-bundle-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.pd-bundle-item .form-group:last-child {
  margin-bottom: 0;
}

.pd-bundle-item-name {
  font-weight: 600;
}

.pd-bundle-item-name > a {
  color: #393f46;
}

.pd-bundle-item-offer {
  line-height: 1.3;
}

.pd-bundle-item-offer > * + * {
  margin-top: 0.5rem;
}

.pd-bundle-price-offer {
  font-weight: 600;
  font-size: 1rem;
}

.pd-bundle-price-regular {
  text-decoration: line-through;
  opacity: 0.7;
}

.pd-bundle-summary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.pd-bundle-summary-item {
  position: relative;
  line-height: 1.3;
  padding: 0.2rem;
}

.pd-bundle-summary-item a:hover {
  text-decoration: none;
}

.pd-bundle-summary-item:after {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  padding: 0 0.2rem;
}

.pd-bundle-summary-item:last-child:after {
  display: none;
  content: '';
}

.pd-bundle-summary-item-qty {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80%;
}

.pd-variants:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pd-variant {
  position: relative;
  padding: 0.5rem 0;
}

.pd-variant .pd-name {
  font-size: 1rem !important;
}

.pd-variant .pd-offer {
  display: flex;
  flex-direction: column;
}

.table-compare td, .table-compare th {
  width: 20%;
}

.table-compare th {
  font-weight: 600;
}

.table-compare tbody {
  font-size: 0.8125rem;
}

.deliverytime-group .delivery-time {
  vertical-align: top;
  padding-left: 0.4rem;
}

.delivery-time {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.delivery-time .delivery-time-status {
  font-size: 0.85em;
  padding-right: 0.2rem;
  margin-left: 0.025rem;
}

.pd-actions-container {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.pd-actions-primary:not(:empty) {
  margin-bottom: 15px;
}

.pd-actions-primary:not(:empty) > *:not(:last-child) {
  margin-bottom: 7.5px;
}

.pd-actions {
  overflow-x: hidden;
  flex-wrap: nowrap;
}

.pd-actions.pd-actions-xl {
  overflow-x: auto;
}

.pd-actions .pd-action-item {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 6px;
}

.pd-actions .pd-action-item:last-child {
  border-color: transparent;
}

.pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
  display: none !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
    display: block !important;
  }
}

.pd-actions .pd-action-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.pd-actions .pd-action-link .pd-action-icon {
  display: block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #abadb1;
  transition: all 0.125s ease-out;
  transform-origin: bottom;
}

.pd-actions .pd-action-link .pd-action-label {
  padding-top: 0.375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pd-actions .pd-action-link:hover .pd-action-icon {
  color: inherit;
  transform: scale(1.14);
}

.btn-edit-product {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.pd-section-top:hover .btn-edit-product {
  display: inline-block;
}

.gal-box {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.gal {
  position: relative;
}

.gal-item {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.gal-item-viewport {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  text-align: center;
  outline: none !important;
}

.gal-item-content {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.gal .gal-item-viewport.no-picture .gal-item-content {
  margin: 0 auto;
}

.gal .gal-item-viewport.no-picture:before {
  display: block;
  content: attr(data-content);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #b0bac3;
}

.gal-nav {
  max-height: 548px;
  opacity: 0;
  text-align: center;
}

.gal-nav.gal-initialized {
  opacity: 1;
}

.gal-nav.gal-initialized .gal-item-content {
  display: block;
}

.gal-nav .gal-list {
  position: relative;
  overflow: hidden;
}

.gal-nav .gal-track {
  position: relative;
  transition: transform 0.25s ease-in-out;
}

.gal-nav .gal-item {
  padding: 4px 1px;
}

.gal-nav .gal-item-viewport {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.gal-nav .gal-item-viewport:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.gal-nav .gal-current .gal-item-viewport {
  border-color: rgba(0, 0, 0, 0.6);
  outline: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.gal-nav .gal-item-content {
  padding: 3px;
}

.gal-nav-cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 1.2rem;
  max-height: 100%;
  overflow: hidden;
  width: 4.5rem;
}

.gal-cell {
  display: table-cell;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .gal-nav-cell {
    width: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .gal-nav-cell {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gal .slick-dots {
    display: none !important;
  }
  .gal.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gal-nav-cell {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .gal .slick-dots {
    display: none !important;
  }
  .gal.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

.gal-nav-hidden {
  display: none !important;
}

.label-cart-amount {
  font-weight: 400;
  font-size: 9px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  right: -5px;
  top: -9px;
}

.touchevents .label-cart-amount {
  line-height: 18px;
}

#offcanvas-cart .offcanvas-content {
  display: flex;
  flex-direction: column;
}

#offcanvas-cart .tab-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#offcanvas-cart .tab-pane {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#offcanvas-cart .tab-pane.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#offcanvas-cart .tab-pane > * {
  width: 100%;
  z-index: 1;
}

#offcanvas-cart .price {
  white-space: nowrap;
  font-weight: 600;
}

#offcanvas-cart .throbber {
  background-color: #fff;
}

.offcanvas-cart-content {
  position: relative;
  flex-grow: 1;
}

.offcanvas-cart-body {
  position: relative;
  flex-grow: 1;
  min-height: 100px;
}

.offcanvas-cart-body .no-items {
  margin: 2rem 1rem;
  text-align: center;
}

.offcanvas-cart-body .no-items .no-item-title, .offcanvas-cart-body .no-items .no-item-icon {
  margin-bottom: 1rem;
}

.offcanvas-cart-body .no-items .no-item-title {
  font-size: 2rem;
  font-weight: 400;
}

.offcanvas-cart-body .no-items .no-item-icon {
  color: rgba(0, 0, 0, 0.15);
}

.offcanvas-cart-body .no-items .no-item-info {
  color: #8d9ba9;
}

.offcanvas-cart-body .no-items .no-item-info .fa {
  color: #393f46;
}

.offcanvas-cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.offcanvas-cart-item:last-child {
  border-width: 0;
}

.offcanvas-cart-item .col-alpha {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.offcanvas-cart-item .col-data {
  line-height: 1.3;
}

.offcanvas-cart-item .col-data > * {
  display: block;
  margin-bottom: 0.5rem;
}

.offcanvas-cart-item .name {
  color: #393f46;
}

.offcanvas-cart-item .unit-price {
  font-size: 1.25rem;
  line-height: 1.8;
}

.offcanvas-cart-item .qty-input .form-control {
  border-color: transparent;
}

.offcanvas-cart-item .mb-bundle-pictures a, .offcanvas-cart-item .mb-bundle-pictures .fa {
  padding-right: 3px;
}

.offcanvas-cart-item .mb-bundle-pictures .fa {
  font-size: 0.625rem;
}

.offcanvas-cart-item .mb-bundle-pictures a:hover {
  text-decoration: none;
}

@media (max-width: 360px) {
  .offcanvas-cart-item .unit-price {
    font-size: 1rem;
  }
}

.offcanvas-cart-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1;
  background-color: #4caf50;
  color: #fff;
  padding: 1rem;
}

.offcanvas-cart-footer-row .sub-total-caption {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.offcanvas-cart-footer-row .sub-total {
  font-size: 1.5rem;
}

.offcanvas-cart-external-checkout {
  background: #fff;
  padding: 0.5rem 1rem;
}

.offcanvas-cart-external-checkout .external-checkout-button {
  margin: 2px 4px;
  height: 40px;
  display: flex;
  align-items: center;
}

.offcanvas-cart-external-checkout .external-checkout-button img {
  cursor: pointer;
  max-height: 40px;
  max-width: 150px;
}

@media (min-width: 576px) {
  .offcanvas-cart-external-checkout .external-checkout-button img {
    max-width: 170px;
  }
}

.cart {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.cart-head {
  display: none;
}

.cart-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dee2e6;
}

.cart-col {
  padding: 1rem;
  vertical-align: top;
}

.cart-col-main {
  width: 100%;
}

.cart-col-main ~ .cart-col {
  white-space: nowrap;
  width: 33%;
  padding-top: 0;
}

.cart-col-main ~ .cart-col:before {
  display: block;
  content: attr(data-caption);
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
}

.cart-col-qty {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.cart-col-subtotal {
  text-align: right;
}

.cart-item-img {
  max-width: 70px;
  text-align: center;
}

@media (max-width: 375px) {
  .cart-item-img {
    flex-basis: auto;
    margin-bottom: 10px;
    max-width: initial;
  }
  .cart-item-img .img-fluid {
    max-height: 100px;
  }
}

.cart-item-link {
  font-weight: 600;
  color: inherit !important;
  font-size: 1rem;
  line-height: 1.2;
}

.cart-item-link ~ * {
  margin-top: 0.5rem;
}

.cart-item-sku {
  margin-top: 0;
}

.cart-item-attr {
  margin-top: 2px;
  margin-bottom: 2px;
}

.cart-item-attr div:first-child {
  font-weight: 600;
}

.cart-head .cart-row {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.cart-head .cart-col {
  font-size: 1rem;
  font-weight: 600;
}

.cart-body .cart-col-subtotal .price {
  font-weight: 600;
}

.cart-editable .price {
  line-height: calc(2.5625rem + 2px);
}

.cart-row-child {
  font-size: 90%;
  background: #fbfbfb;
  border-top: none;
}

.cart-row-child .cart-item-img {
  display: none;
}

.cart-row-child .cart-col-main ~ .cart-col {
  display: none;
}

.cart-row-child .cart-item-link {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .cart {
    display: table;
  }
  .cart-head {
    display: table-header-group;
  }
  .cart-body {
    display: table-row-group;
  }
  .cart-row {
    display: table-row;
  }
  .cart-col {
    display: table-cell;
  }
  .cart-col {
    border-top: 1px solid #dee2e6;
  }
  .cart-col-main ~ .cart-col {
    width: auto;
    padding-top: 1rem;
  }
  .cart-col-main ~ .cart-col:before {
    display: none;
  }
  .cart-head .cart-col {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
  }
  .cart-row-child {
    /*.cart-col-main { 
            padding-left: 3rem; 
        }*/
  }
  .cart-row-child .cart-col {
    border-top: none;
  }
  .cart-row-child .cart-item-img {
    display: block;
  }
  .cart-row-child .cart-col-main ~ .cart-col {
    display: table-cell;
  }
  .cart-editable .cart-col-price {
    text-align: right;
  }
  .cart-editable .cart-col-qty {
    text-align: center;
    min-width: 100px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cart-editable .cart-col-price:not(.cart-col-subtotal) {
    display: none;
  }
}

@media (min-width: 992px) {
  .cart-item-img {
    max-width: 100px;
  }
  .cart-editable .cart-col-qty {
    text-align: center;
    min-width: 120px;
  }
}

.cart-footer {
  background-color: #f7f7f9;
  padding: 1rem;
}

.cart-footer .alert, .cart-footer .validation-summary-valid,
.cart-footer .validation-summary-errors {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-summary {
  width: 100%;
  line-height: 1.3;
}

.cart-summary td {
  padding: 0.4rem 0;
  vertical-align: top;
}

.cart-summary .cart-summary-label {
  padding-right: 0.5rem;
}

.cart-summary .cart-summary-value {
  text-align: right;
  white-space: nowrap;
}

.cart-summary .cart-summary-pos {
  color: #285b2a;
  font-weight: 600;
}

.cart-summary .cart-summary-neg {
  color: #7f231c;
}

.cart-summary .cart-summary-total {
  font-size: 1rem;
  font-weight: 600;
}

.cart-summary .cart-summary-total td {
  padding-top: 0.75rem;
}

.cart-summary .cart-summary-giftcard br {
  display: none;
}

.cart-checkout-attributes {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.order-summary-content .selected-checkout-attributes .attr-caption,
.order-details .checkout-attributes .attr-caption {
  font-weight: bold;
  padding-right: 10px;
}

.order-summary-content .selected-checkout-attributes .attr-caption:after,
.order-details .checkout-attributes .attr-caption:after {
  content: ': ';
}

.order-summary-content .selected-checkout-attributes .attr-value,
.order-details .checkout-attributes .attr-value {
  text-align: left;
}

.table-order-products .productpicture,
.table-order-products .remove,
.table-order-products .addtocart {
  text-align: center;
}

.cart-action {
  position: relative;
}

.cart-action .cart-action-title {
  position: relative;
  cursor: pointer;
  padding: 0.5rem 0;
  margin: 0;
}

.cart-action .cart-action-title:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.15s linear;
}

.cart-action .cart-action-title.collapsed:after {
  transform: translateY(-50%) rotate(180deg);
}

.cart-action .cart-action-body {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.cart-action .cart-action-body .form-group:last-child {
  margin-bottom: 0;
}

.cart-action:first-child .cart-action-title {
  padding-top: 0;
}

.costeps {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.costep,
.costep-link,
.costep-icon {
  display: block;
  position: relative;
  z-index: 1;
}

.costep {
  text-align: center;
  z-index: 1;
}

.costep:before, .costep:after {
  display: block;
  content: ' ';
  position: absolute;
  height: 2px;
  background-color: #f2f2f2;
  z-index: 0;
  top: 5px;
}

.costep:before {
  left: 0;
  right: 50%;
}

.costep:after {
  left: 50%;
  right: 0;
}

.costep:first-child:before, .costep:last-child:after {
  display: none;
}

.costep-link {
  color: inherit;
  text-decoration: none !important;
}

.costep-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  color: #ccc;
  margin: 0 auto;
}

.costep-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 85%;
  display: block;
  padding: 0.5rem 3px 0 3px;
  color: #393f46;
}

.costep.visited:before, .costep.visited:after {
  background-color: #ee9B00 !important;
}

.costep.visited .costep-icon {
  border-color: #ee9B00;
  background-color: #ee9B00;
  color: rgba(255, 255, 255, 0.85);
}

.costep.visited .costep-label {
  color: #393f46;
}

.costep.active:before {
  background-color: #ee9B00 !important;
}

.costep.active .costep-icon {
  border-color: #ee9B00;
  background-color: #fff;
  color: #393f46;
}

.costep.active .costep-label {
  font-weight: bold;
  color: #393f46;
}

@media (min-width: 576px) {
  .costep:before, .costep:after {
    top: 24px;
  }
  .costep-icon {
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
  }
  .costep-icon:before {
    display: inline-block;
    font: normal normal normal 16px/1 'fontastic';
    font-size: 20px;
    speak: none;
    text-transform: none;
    content: "";
  }
  [data-step=cart] .costep-icon:before {
    content: "";
  }
  [data-step=address] .costep-icon:before {
    content: "";
  }
  [data-step=shipping] .costep-icon:before {
    content: "";
    transform: translateY(-3px);
  }
  [data-step=payment] .costep-icon:before {
    content: "";
  }
  [data-step=confirm] .costep-icon:before {
    content: "";
  }
  [data-step=complete] .costep-icon:before {
    content: "";
  }
  .costep-label {
    font-size: 90%;
  }
}

.checkout-data .opt-list {
  margin-bottom: 1.5rem;
}

.checkout-data .opt-list-item {
  padding: 1.25rem;
}

.checkout-data .opt-data {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.checkout-data .opt-control {
  margin-bottom: 0;
}

.checkout-data .opt-control .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.checkout-data .opt-control .form-check-input {
  margin-top: 0.2rem;
}

.checkout-data .opt-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1.3;
}

.checkout-data .opt-fee {
  white-space: nowrap;
}

.checkout-data .opt-info,
.checkout-data .opt-info-item {
  margin-top: 0.75rem;
}

.checkout-data .opt-info .opt-form {
  margin-top: 1.5rem;
}

.checkout-data .opt-info .opt-form .col-form-label {
  font-weight: normal;
}

.checkout-data .opt-info .media-object {
  max-width: 25%;
  margin-top: 0.25rem;
}

.checkout-data .opt-info .media-body {
  color: #8d9ba9;
}

.checkout-data .opt-info p:empty {
  display: none;
}

.checkout-data .opt-info p:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .checkout-data .opt-info .media-object {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .checkout-data .opt-name {
    margin-left: 12px;
  }
  .checkout-data .opt-info,
  .checkout-data .opt-info-item {
    margin-left: 32px;
  }
}

.order-summary-page #content-body {
  margin-top: 0;
}

/* Order Summary
================================================ */
.order-summary-content .productpicture {
  width: 100px;
}

.order-summary-content .productpicture img {
  max-width: 100%;
}

/* Checkout Data
================================================ */
.checkout-data .buttons {
  display: flex;
  justify-content: space-between;
}

/* Checkout Confirm
================================================ */
#terms-of-service-consent-box {
  background: #fbfbfc;
}

.reward-points.alert a.read, .reward-points.validation-summary-valid a.read, .reward-points.validation-summary-errors a.read,
#terms-of-service-consent-box a.read {
  font-weight: 600;
}

.reward-points.alert a.read:hover, .reward-points.validation-summary-valid a.read:hover, .reward-points.validation-summary-errors a.read:hover,
#terms-of-service-consent-box a.read:hover {
  cursor: pointer;
}

#iframe-terms-of-service {
  width: 100%;
}

.checkout-data .change-checkout-data {
  padding: 0.25rem 0.5rem;
}

.accordion {
  padding-bottom: 1px;
}

.accordion .card + .card {
  margin-top: -2px;
}

.accordion .card-title {
  margin: 0;
  transition: background-color ease-in-out 0.12s;
}

.accordion .card-title:hover {
  background-color: #e9ecef;
}

.accordion .card-title .fa-chevron {
  position: absolute;
  left: 12px;
  font-size: 14px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.4;
  transition: transform 0.35s ease-out;
}

.accordion .card-title .card-title-link {
  background-color: #f44336;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  position: relative;
  vertical-align: middle;
  padding: 15px 12px 15px 40px;
}

.accordion .card-title .card-title-link[aria-expanded=true] .fa-chevron {
  opacity: 1;
  transform: rotate(-180deg);
}

.accordion .card-title .card-title-link.collapsed {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: inherit !important;
}

.accordion .card-title .hint {
  display: inline-block;
  font-size: 0.85rem;
  opacity: 0.4;
  line-height: 1.5;
}

.accordion .card-header {
  padding: 0;
}

.accordion .card,
.accordion .card .card-header {
  border-radius: 0;
}

.accordion .card:first-child,
.accordion .card:first-child .card-header,
.accordion .card:first-child .card-title-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion .card:last-child,
.accordion .card:last-child .card-header {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.manufacturer-list-title {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.manufacturer-nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

.manufacturer-nav .navbar {
  padding: 0;
  margin-bottom: .5rem;
}

.manufacturer-nav .navbar .nav-item {
  margin: 0 1rem;
}

.manufacturer-nav .navbar .nav-link {
  font-size: 1.25rem;
  padding: 0;
}

.cookie-consent-panel-message {
  background: #393f46;
  z-index: 1031;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #222;
  text-align: center;
  line-height: 1.5;
}

.cookie-consent-panel-message .close {
  color: #fff !important;
}

.cookie-consent-panel-message a {
  color: inherit;
  text-decoration: underline;
}

.cookie-consent-panel-message .popup {
  display: none !important;
}

.fileupload .fileupload-progress.collapse {
  display: none !important;
  width: 100%;
}

.fileupload .fileupload-progress.collapse.show {
  display: block !important;
}

.customer-avatar,
.customer-avatar-lg {
  display: inline-block;
}

.customer-avatar a,
.customer-avatar-lg a {
  text-decoration: none;
  color: inherit;
}

.customer-avatar img, .customer-avatar .letter,
.customer-avatar-lg img,
.customer-avatar-lg .letter {
  display: inline-block;
  border-radius: 50%;
  border: 0;
}

.customer-avatar .letter,
.customer-avatar-lg .letter {
  font-weight: bold;
  text-align: center;
}

.customer-avatar {
  width: 45px;
  height: 45px;
}

.customer-avatar img, .customer-avatar .letter {
  width: 45px;
  height: 45px;
}

.customer-avatar .letter {
  font-size: 30px;
}

.customer-avatar-lg {
  width: 120px;
  height: 120px;
}

.customer-avatar-lg img, .customer-avatar-lg .letter {
  width: 120px;
  height: 120px;
}

.customer-avatar-lg .letter {
  font-size: 80px;
}

#iframe-backinstocksubsription {
  max-width: 100%;
}

.pm-unread {
  font-weight: bold;
  background: #f7f7f9;
}

.ie11 .pd-offer-actions .col,
.ie11 .offcanvas-cart-footer-row .col {
  width: auto;
  -ms-flex-preferred-size: auto;
}

.ie11 .megamenu-dropdown-container.simple {
  position: static;
}

.ie11 .instasearch-button {
  height: 100%;
}

.edge .offcanvas-cart-footer-col.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
}

:root {
  --gray-100: #f7f7f9;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #b0bac3;
  --gray-600: #8d9ba9;
  --gray-700: #596167;
  --gray-800: #393f46;
  --gray-900: #22262a;
  --varnames: --blue,--indigo,--purple,--pink,--red,--orange,--yellow,--green,--teal,--cyan,--white,--gray,--gray-dark,--primary,--secondary,--success,--info,--warning,--danger,--light,--dark,--gray,--gray-100,--gray-200,--gray-300,--gray-400,--gray-500,--gray-600,--gray-700,--gray-800,--gray-900,--body,--muted,--black;
  --body: #393f46;
  --muted: #8d9ba9;
  --black: #000;
}

@media print {
  .menubar-section,
  .megamenu-section,
  .shopbar-col:not(.shop-logo),
  #content-left,
  #content-right,
  .cart-row-actions,
  footer {
    display: none !important;
  }
  .more-less {
    max-height: none !important;
  }
  .more-less .btn-text-expander {
    display: none !important;
  }
}
