@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;
	}
}
*/
@font-face {
  font-family: 'FF Shamel Family Unique Bold';
  src: url("/Themes/gojaddy/fonts/SF-Bold.ttf"); }

@font-face {
  font-family: 'FF Shamel Family Unique Book';
  src: url("/Themes/gojaddy/fonts/SF-Book.ttf"); }

@font-face {
  font-family: 'FF Shamel Family Unique Light';
  src: url("/Themes/gojaddy/fonts/SF-Light.ttf"); }

@font-face {
  font-family: 'FF Shamel Family Unique Medium';
  src: url("/Themes/gojaddy/fonts/SF-Medium.ttf"); }

/*
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("/fonts/irsans.ttf");
		src:url("/fonts/irsansb.ttf");
	}
	body {
		font-family: 'Iranian Sans';
	}
}
*/
: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: #8a56bf;
  --warning: #ee9B00;
  --danger: #f44336;
  --light: #eff1f3;
  --dark: #1a214b;
  --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.9375rem;
  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: #5e1aa1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #380f5f;
    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.25rem; }

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

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

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

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

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

.lead {
  font-size: 1.125rem;
  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.171875rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

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

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

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

.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.65625rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #596167;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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: #f7f7f9;
    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, .switch {
  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.3333333333; }

.col-form-label-sm, .switcher-sm > .switch {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  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.3125rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: 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-new {
  padding-left: unset !important; }

.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.875rem;
  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.875rem;
  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.9375rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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.active:not(:disabled):not(.disabled) {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn.active:not(:disabled):not(.disabled):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 {
    color: #fff;
    background-color: #354499;
    border-color: #32408f; }
  .btn-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-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #32408f;
    border-color: #2f3c86; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-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-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 {
    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.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #708293;
    border-color: #6a7b8c; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):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 {
    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.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39833c; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):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: #8a56bf;
  border-color: #8a56bf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background-color: #7742ad;
    border-color: #713ea4; }
  .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(138, 86, 191, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #8a56bf;
    border-color: #8a56bf; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #713ea4;
    border-color: #6a3b9b; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(138, 86, 191, 0.5); }

.btn-warning {
  color: #fff;
  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 {
    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.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bb7a00;
    border-color: #ae7100; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):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 {
    color: #fff;
    background-color: #f22112;
    border-color: #ea1c0d; }
  .btn-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-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #de1b0c; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-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-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.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
    color: #22262a;
    background-color: #d1d8de;
    border-color: #cad1d8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):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: #1a214b;
  border-color: #1a214b;
  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: #10152f;
    border-color: #0d1025; }
  .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(26, 33, 75, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1a214b;
    border-color: #1a214b; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0d1025;
    border-color: #0a0c1c; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(26, 33, 75, 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.active:not(:disabled):not(.disabled), .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #41474c;
    border-color: #3b4145; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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: #8a56bf;
  background-color: transparent;
  background-image: none;
  border-color: #8a56bf; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #8a56bf;
    border-color: #8a56bf; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(138, 86, 191, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #8a56bf;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #8a56bf;
    border-color: #8a56bf; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):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(138, 86, 191, 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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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: #1a214b;
  background-color: transparent;
  background-image: none;
  border-color: #1a214b; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1a214b;
    border-color: #1a214b; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(26, 33, 75, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1a214b;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a214b;
    border-color: #1a214b; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):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(26, 33, 75, 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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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: #5e1aa1;
  background-color: transparent; }
  .btn-link:hover {
    color: #380f5f;
    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.3333333333;
  border-radius: 0.3rem; }

.btn-sm, .fu-container:not(.xl) .fu-buttons .btn, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  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.9375rem;
  color: #393f46;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  box-shadow: 0 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 0.12)); }

#store-section .navbar {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  box-shadow: 0 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 0.12)); }

#megm-section .navbar {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  box-shadow: 0 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 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.525rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #596167;
  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.875rem;
  color: #8d9ba9;
  white-space: nowrap; }

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

.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, .fu-container:not(.xl) .fu-buttons .btn + .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.9375rem;
  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.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  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.203125rem;
    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.203125rem;
    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.65625rem + 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.3125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.65625rem + 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: #f7f7f9; }
  .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.65625rem + 2px);
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: #596167;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: none; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.65625rem;
    padding: 0.625rem 1rem;
    line-height: 1.5;
    color: #596167;
    content: "Browse";
    background-color: #f7f7f9;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 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.453125rem;
  padding-bottom: 0.453125rem;
  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.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    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.1);
  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.1); }
  .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.1); }
  .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 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }

.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.625rem 1rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #393f46;
  background-color: #fff;
  border: 1px solid #ced4da; }
  .page-link:hover {
    z-index: 2;
    color: #393f46;
    text-decoration: none;
    background-color: #f7f7f9;
    border-color: #ced4da; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }
  .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: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5; }

.page-item.disabled .page-link {
  color: #8d9ba9;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.3333333333; }

.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.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  font-weight: 600;
  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: #8a56bf; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #713ea4; }

.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: #1a214b; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0d1025; }

.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.25rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3.90625rem; }
  .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: #482d63;
  background-color: #e8ddf2;
  border-color: #ded0ed; }
  .alert-info hr {
    border-top-color: #d1bee6; }
  .alert-info .alert-link {
    color: #2f1d40; }

.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: #0e1127;
  background-color: #d1d3db;
  border-color: #bfc1cd; }
  .alert-dark hr {
    border-top-color: #b1b3c2; }
  .alert-dark .alert-link {
    color: #010101; }

.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.703125rem;
  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: #482d63;
  background-color: #ded0ed; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #482d63;
    background-color: #d1bee6; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #482d63;
    border-color: #482d63; }

.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: #0e1127;
  background-color: #bfc1cd; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #0e1127;
    background-color: #b1b3c2; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0e1127;
    border-color: #0e1127; }

.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.40625rem;
  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;
  margin-top: -4px; }

.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: all 0.2s 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.06);
  border-radius: 0.3rem;
  box-shadow: 0 6px 24px -5px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 5px 12px -5px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.17));
  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.68; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1.25rem;
    margin: -1.25rem -1.25rem -1.25rem auto; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  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 10px 40px -4px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.14)), 0 12px 28px -12px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, 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.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.3rem;
  box-shadow: 0 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 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: #e9ecef; }
  .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: #e9ecef; }
  .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: #e9ecef; }
  .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: #e9ecef; }
  .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.9375rem;
  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: #8a56bf !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #713ea4 !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: #1a214b !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d1025 !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: #8a56bf !important; }

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

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

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

.border-dark {
  border-color: #1a214b !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.8571428571%; }

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

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

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

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.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: var(--box-shadow) !important; }

.shadow {
  box-shadow: var(--box-shadow) !important; }

.shadow-lg {
  box-shadow: var(--box-shadow) !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-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-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-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-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-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, .fwl {
  font-weight: 300 !important; }

.font-weight-normal, .fwn {
  font-weight: normal !important; }

.font-weight-bold, .fwb {
  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: #8a56bf !important; }

a.text-info:hover, a.text-info:focus {
  color: #713ea4 !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: #1a214b !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d1025 !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 {
  --aos-duration: 1000ms;
  --aos-delay: 0ms;
  --aos-distance: 100px; }

[data-aos] {
  pointer-events: none;
  transition-duration: var(--aos-duration);
  transition-delay: 0s; }
  .aos-animate[data-aos] {
    pointer-events: auto;
    transition-delay: var(--aos-delay); }

[data-aos-delay='100'] {
  --aos-delay: 100ms; }

[data-aos-delay='200'] {
  --aos-delay: 200ms; }

[data-aos-delay='300'] {
  --aos-delay: 300ms; }

[data-aos-delay='400'] {
  --aos-delay: 400ms; }

[data-aos-delay='500'] {
  --aos-delay: 500ms; }

[data-aos-delay='600'] {
  --aos-delay: 600ms; }

[data-aos-delay='700'] {
  --aos-delay: 700ms; }

[data-aos-delay='800'] {
  --aos-delay: 800ms; }

[data-aos-delay='900'] {
  --aos-delay: 900ms; }

[data-aos-delay='1000'] {
  --aos-delay: 1000ms; }

[data-aos-delay='1100'] {
  --aos-delay: 1100ms; }

[data-aos-delay='1200'] {
  --aos-delay: 1200ms; }

[data-aos-delay='1300'] {
  --aos-delay: 1300ms; }

[data-aos-delay='1400'] {
  --aos-delay: 1400ms; }

[data-aos-delay='1500'] {
  --aos-delay: 1500ms; }

[data-aos-delay='1600'] {
  --aos-delay: 1600ms; }

[data-aos-delay='1700'] {
  --aos-delay: 1700ms; }

[data-aos-delay='1800'] {
  --aos-delay: 1800ms; }

[data-aos-delay='1900'] {
  --aos-delay: 1900ms; }

[data-aos-delay='2000'] {
  --aos-delay: 2000ms; }

[data-aos-delay='2100'] {
  --aos-delay: 2100ms; }

[data-aos-delay='2200'] {
  --aos-delay: 2200ms; }

[data-aos-delay='2300'] {
  --aos-delay: 2300ms; }

[data-aos-delay='2400'] {
  --aos-delay: 2400ms; }

[data-aos-delay='2500'] {
  --aos-delay: 2500ms; }

[data-aos-delay='2600'] {
  --aos-delay: 2600ms; }

[data-aos-delay='2700'] {
  --aos-delay: 2700ms; }

[data-aos-delay='2800'] {
  --aos-delay: 2800ms; }

[data-aos-delay='2900'] {
  --aos-delay: 2900ms; }

[data-aos-delay='3000'] {
  --aos-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  --aos-easing: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  --aos-easing: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  --aos-easing: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  --aos-easing: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  --aos-easing: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  --aos-easing: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  --aos-easing: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  --aos-easing: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  --aos-easing: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  --aos-easing: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  --aos-easing: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  --aos-easing: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  --aos-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  --aos-easing: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  --aos-easing: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  --aos-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  --aos-easing: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  --aos-easing: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  --aos-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  --aos-easing: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  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'] {
    opacity: 0;
    transition-property: opacity, transform; }
    .aos-animate[data-aos|='fade'] {
      opacity: 1;
      transform: none; }
  [data-aos='fade-up'] {
    transform: translate3d(0, var(--aos-distance), 0); }
  [data-aos='fade-down'] {
    transform: translate3d(0, calc(var(--aos-distance)*-1), 0); }
  [data-aos='fade-right'] {
    transform: translate3d(calc(var(--aos-distance)*-1), 0, 0); }
  [data-aos='fade-left'] {
    transform: translate3d(var(--aos-distance), 0, 0); }
  [data-aos='fade-up-right'] {
    transform: translate3d(calc(var(--aos-distance)*-1), var(--aos-distance), 0); }
  [data-aos='fade-up-left'] {
    transform: translate3d(var(--aos-distance), var(--aos-distance), 0); }
  [data-aos='fade-down-right'] {
    transform: translate3d(calc(var(--aos-distance)*-1), calc(var(--aos-distance)*-1), 0); }
  [data-aos='fade-down-left'] {
    transform: translate3d(var(--aos-distance), calc(var(--aos-distance)*-1), 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'] {
    opacity: 0;
    transition-property: opacity, transform; }
    .aos-animate[data-aos|='zoom'] {
      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, var(--aos-distance), 0) scale(0.6); }
  [data-aos='zoom-in-down'] {
    transform: translate3d(0, calc(var(--aos-distance)*-1), 0) scale(0.6); }
  [data-aos='zoom-in-right'] {
    transform: translate3d(calc(var(--aos-distance)*-1), 0, 0) scale(0.6); }
  [data-aos='zoom-in-left'] {
    transform: translate3d(var(--aos-distance), 0, 0) scale(0.6); }
  [data-aos='zoom-out'] {
    transform: scale(1.2); }
  [data-aos='zoom-out-up'] {
    transform: translate3d(0, var(--aos-distance), 0) scale(1.2); }
  [data-aos='zoom-out-down'] {
    transform: translate3d(0, calc(var(--aos-distance)*-1), 0) scale(1.2); }
  [data-aos='zoom-out-right'] {
    transform: translate3d(calc(var(--aos-distance)*-1), 0, 0) scale(1.2); }
  [data-aos='zoom-out-left'] {
    transform: translate3d(var(--aos-distance), 0, 0) scale(1.2); }
  /**
    * Slide animations
    */
  [data-aos|='slide'] {
    transition-property: transform;
    visibility: hidden; }
    .aos-animate[data-aos|='slide'] {
      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'] {
    backface-visibility: hidden;
    transition-property: transform, opacity;
    opacity: 0;
    --aos-flip: 38deg; }
    .aos-animate[data-aos|='flip'] {
      opacity: 1; }
  [data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(calc(var(--aos-flip) * -1)); }
    .aos-animate[data-aos='flip-left'] {
      transform: perspective(2500px) rotateY(0); }
  [data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(var(--aos-flip)); }
    .aos-animate[data-aos='flip-right'] {
      transform: perspective(2500px) rotateY(0); }
  [data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(calc(var(--aos-flip) * -1)); }
    .aos-animate[data-aos='flip-up'] {
      transform: perspective(2500px) rotateX(0); }
  [data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(var(--aos-flip)); }
    .aos-animate[data-aos='flip-down'] {
      transform: perspective(2500px) rotateX(0); } }

*:not(.show) > .btn-primary:not(:active):not(.active):focus, *:not(.show) > .btn-primary.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-primary:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-primary.focus:not(:active):not(.active) {
  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.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-secondary:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-secondary.focus:not(:active):not(.active) {
  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.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-success:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-success.focus:not(:active):not(.active) {
  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.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-info:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-info.focus:not(:active):not(.active) {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(138, 86, 191, 0.4); }

*:not(.show) > .btn-warning:not(:active):not(.active):focus, *:not(.show) > .btn-warning.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-warning:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-warning.focus:not(:active):not(.active) {
  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-danger.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-danger:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-danger.focus:not(:active):not(.active) {
  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.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-light:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-light.focus:not(:active):not(.active) {
  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.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-dark:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-dark.focus:not(:active):not(.active) {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 0.2rem rgba(26, 33, 75, 0.4); }

*:not(.show) > .btn-gray:not(:active):not(.active):focus, *:not(.show) > .btn-gray.focus:not(:active):not(.active),
*:not(.show) > .btn-outline-gray:not(:active):not(.active):focus,
*:not(.show) > .btn-outline-gray.focus:not(:active):not(.active) {
  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: #000000 !important;
  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 {
    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.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #22262a;
    background-color: #e6e6e6;
    border-color: #abb5c0; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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';*/
: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;
  --body-bg: #fff; }

.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: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .m-4 {
      margin: 1.875rem !important; } }
.mt-4,
.my-4 {
  margin-top: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .mt-4,
    .my-4 {
      margin-top: 1.875rem !important; } }
.mr-4,
.mx-4 {
  margin-right: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .mr-4,
    .mx-4 {
      margin-right: 1.875rem !important; } }
.mb-4,
.my-4 {
  margin-bottom: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .mb-4,
    .my-4 {
      margin-bottom: 1.875rem !important; } }
.ml-4,
.mx-4 {
  margin-left: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .ml-4,
    .mx-4 {
      margin-left: 1.875rem !important; } }
.m-5 {
  margin: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .m-5 {
      margin: 3.75rem !important; } }
.mt-5,
.my-5 {
  margin-top: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .mt-5,
    .my-5 {
      margin-top: 3.75rem !important; } }
.mr-5,
.mx-5 {
  margin-right: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .mr-5,
    .mx-5 {
      margin-right: 3.75rem !important; } }
.mb-5,
.my-5 {
  margin-bottom: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .mb-5,
    .my-5 {
      margin-bottom: 3.75rem !important; } }
.ml-5,
.mx-5 {
  margin-left: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .ml-5,
    .mx-5 {
      margin-left: 3.75rem !important; } }
.m-6 {
  margin: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .m-6 {
      margin: 5.625rem !important; } }
.mt-6,
.my-6 {
  margin-top: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .mt-6,
    .my-6 {
      margin-top: 5.625rem !important; } }
.mr-6,
.mx-6 {
  margin-right: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .mr-6,
    .mx-6 {
      margin-right: 5.625rem !important; } }
.mb-6,
.my-6 {
  margin-bottom: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .mb-6,
    .my-6 {
      margin-bottom: 5.625rem !important; } }
.ml-6,
.mx-6 {
  margin-left: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .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: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .p-4 {
      padding: 1.875rem !important; } }
.pt-4,
.py-4 {
  padding-top: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .pt-4,
    .py-4 {
      padding-top: 1.875rem !important; } }
.pr-4,
.px-4 {
  padding-right: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .pr-4,
    .px-4 {
      padding-right: 1.875rem !important; } }
.pb-4,
.py-4 {
  padding-bottom: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .pb-4,
    .py-4 {
      padding-bottom: 1.875rem !important; } }
.pl-4,
.px-4 {
  padding-left: calc(1.3125rem + 0.75vw) !important; }
  @media (min-width: 1200px) {
    .pl-4,
    .px-4 {
      padding-left: 1.875rem !important; } }
.p-5 {
  padding: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .p-5 {
      padding: 3.75rem !important; } }
.pt-5,
.py-5 {
  padding-top: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .pt-5,
    .py-5 {
      padding-top: 3.75rem !important; } }
.pr-5,
.px-5 {
  padding-right: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .pr-5,
    .px-5 {
      padding-right: 3.75rem !important; } }
.pb-5,
.py-5 {
  padding-bottom: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .pb-5,
    .py-5 {
      padding-bottom: 3.75rem !important; } }
.pl-5,
.px-5 {
  padding-left: calc(1.5rem + 3vw) !important; }
  @media (min-width: 1200px) {
    .pl-5,
    .px-5 {
      padding-left: 3.75rem !important; } }
.p-6 {
  padding: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .p-6 {
      padding: 5.625rem !important; } }
.pt-6,
.py-6 {
  padding-top: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .pt-6,
    .py-6 {
      padding-top: 5.625rem !important; } }
.pr-6,
.px-6 {
  padding-right: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .pr-6,
    .px-6 {
      padding-right: 5.625rem !important; } }
.pb-6,
.py-6 {
  padding-bottom: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .pb-6,
    .py-6 {
      padding-bottom: 5.625rem !important; } }
.pl-6,
.px-6 {
  padding-left: calc(1.6875rem + 5.25vw) !important; }
  @media (min-width: 1200px) {
    .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; } }

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.25rem; } }
h2, .h2 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.75rem; } }
h3, .h3 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.5rem; } }
h4, .h4 {
  font-size: 1.25rem; }

.display-1 {
  font-size: calc(1.675rem + 5.1vw); }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5.5rem; } }
.display-2 {
  font-size: calc(1.625rem + 4.5vw); }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 5rem; } }
.display-3 {
  font-size: calc(1.575rem + 3.9vw); }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4.5rem; } }
.display-4 {
  font-size: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3rem; } }
.fs-h1 {
  font-size: calc(1.35rem + 1.2vw) !important; }
  @media (min-width: 1200px) {
    .fs-h1 {
      font-size: 2.25rem !important; } }
.fs-h2 {
  font-size: calc(1.3rem + 0.6vw) !important; }
  @media (min-width: 1200px) {
    .fs-h2 {
      font-size: 1.75rem !important; } }
.fs-h3 {
  font-size: calc(1.275rem + 0.3vw) !important; }
  @media (min-width: 1200px) {
    .fs-h3 {
      font-size: 1.5rem !important; } }
.fs-h4 {
  font-size: 1.25rem !important; }

.fs-h5 {
  font-size: 1rem !important; }

.fs-h6 {
  font-size: 0.9375rem !important; }

.fs-display-1 {
  font-size: calc(1.675rem + 5.1vw) !important; }
  @media (min-width: 1200px) {
    .fs-display-1 {
      font-size: 5.5rem !important; } }
.fs-display-2 {
  font-size: calc(1.625rem + 4.5vw) !important; }
  @media (min-width: 1200px) {
    .fs-display-2 {
      font-size: 5rem !important; } }
.fs-display-3 {
  font-size: calc(1.575rem + 3.9vw) !important; }
  @media (min-width: 1200px) {
    .fs-display-3 {
      font-size: 4.5rem !important; } }
.fs-display-4 {
  font-size: calc(1.425rem + 2.1vw) !important; }
  @media (min-width: 1200px) {
    .fs-display-4 {
      font-size: 3rem !important; } }
.fs-lead {
  font-size: 1.125rem; }

.fs-sm,
.fs-sm a {
  font-size: 0.875rem !important; }

.fs-xs,
.fs-xs a {
  font-size: 0.8125rem !important; }

@media (max-width: 575.98px) {
  .rfs {
    font-size: 14px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .rfs {
    font-size: 15px; } }

@media (max-width: 991.98px) {
  .rfs {
    word-break: break-word; } }

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-medium, .fwm {
  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: var(--body-bg, #fff);
    padding-right: 1rem;
    font-weight: normal; }

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

.long-text {
  font-size: 1rem; }
  @media (min-width: 992px) {
    .long-text {
      font-size: 1.0625rem;
      line-height: 1.75rem;
      letter-spacing: .015625rem; } }
  .long-text h2, .long-text h3, .long-text h4 {
    font-weight: bold; }
  .long-text h5, .long-text h6 {
    font-weight: 600; }
  .long-text h2:not(:first-of-type) {
    margin-top: calc(1.525rem + 3.3vw); }
    @media (min-width: 1200px) {
      .long-text h2:not(:first-of-type) {
        margin-top: 4rem; } }
  .long-text h2 {
    font-size: calc(1.275rem + 0.3vw);
    margin-bottom: calc(1.325rem + 0.9vw); }
    @media (min-width: 1200px) {
      .long-text h2 {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .long-text h2 {
        margin-bottom: 2rem; } }
  .long-text h3 {
    font-size: 1.25rem;
    margin-top: calc(1.425rem + 2.1vw);
    margin-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .long-text h3 {
        margin-top: 3rem; } }
  .long-text h4, .long-text h5, .long-text h6 {
    font-size: inherit;
    margin-top: calc(1.325rem + 0.9vw); }
    @media (min-width: 1200px) {
      .long-text h4, .long-text h5, .long-text h6 {
        margin-top: 2rem; } }
  .long-text h3, .long-text h6 {
    color: #596167; }

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

code {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 2px; }

.html-editor-content {
  margin-bottom: 1.5rem; }

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

.fa-group {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: inherit;
  line-height: 1.2;
  margin-right: 12px; }

.fa-overlay {
  position: absolute;
  display: inline-block;
  right: -2px;
  bottom: 0;
  font-size: 10px;
  color: var(--dark);
  text-shadow: -1px -1px 1px white; }

.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;
    border-top-left-radius: var(--border-radius, 0.25rem);
    border-bottom-left-radius: var(--border-radius, 0.25rem); }
  .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: var(--bg-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-primary {
  --bg-color: #d9dcf0;
  --bg-color-rgb: 217,220,240; }

.alert-secondary {
  --bg-color: #e8ebee;
  --bg-color-rgb: 232,235,238; }

.alert-success, .validation-summary-valid {
  --bg-color: #dbefdc;
  --bg-color-rgb: 219,239,220; }

.alert-info {
  --bg-color: #e8ddf2;
  --bg-color-rgb: 232,221,242; }

.alert-warning {
  --bg-color: #fcebcc;
  --bg-color-rgb: 252,235,204; }

.alert-danger, .validation-summary-errors {
  --bg-color: #fdd9d7;
  --bg-color-rgb: 253,217,215; }

.alert-light {
  --bg-color: #fcfcfd;
  --bg-color-rgb: 252,252,253; }

.alert-dark {
  --bg-color: #d1d3db;
  --bg-color-rgb: 209,211,219; }

.alert-gray {
  --bg-color: #dedfe1;
  --bg-color-rgb: 222,223,225; }

.alert-danger:before, .validation-summary-errors:before {
  background-color: #f44336; }

.alert-danger:after, .validation-summary-errors:after {
  content: "\f071"; }

.alert-info:before {
  background-color: #8a56bf; }

.alert-info:after {
  content: "\f129"; }

.alert-success:before, .validation-summary-valid:before {
  background-color: #4caf50; }

.alert-success:after, .validation-summary-valid:after {
  content: "\f00c"; }

.alert-warning:before {
  background-color: #ee9B00; }

.alert-warning:after {
  content: "\f12a"; }

.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, .fu-container:not(.xl) .fu-buttons .btn > .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 {
  position: relative;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(2.65625rem + 2px);
  height: calc(2.65625rem + 2px);
  line-height: calc(2.65625rem + 2px); }
  .btn.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn,
  .btn.btn-circle.btn-lg,
  .btn-group-lg > .btn-circle.btn {
    width: calc(3.0833333333rem + 2px);
    height: calc(3.0833333333rem + 2px);
    line-height: calc(3.0833333333rem + 2px); }
  .btn.btn-icon.btn-sm, .fu-container:not(.xl) .fu-buttons .btn-icon.btn, .btn-group-sm > .btn-icon.btn,
  .btn.btn-circle.btn-sm,
  .fu-container:not(.xl) .fu-buttons .btn-circle.btn,
  .btn-group-sm > .btn-circle.btn {
    width: calc(2.3125rem + 2px);
    height: calc(2.3125rem + 2px);
    line-height: calc(2.3125rem + 2px); }
  .btn.btn-icon.dropdown-toggle:after,
  .btn.btn-circle.dropdown-toggle:after {
    position: absolute;
    right: 3px;
    bottom: 0.5em; }

.btn.btn-circle {
  border-radius: 50%; }

.btn-brand-facebook,
.btn-brand-facebook-f {
  color: #fff;
  background-color: #1778F2;
  border-color: #1778F2;
  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: #0c66d7;
    border-color: #0b60cb; }
  .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(23, 120, 242, 0.5); }
  .btn-brand-facebook.disabled, .btn-brand-facebook:disabled,
  .btn-brand-facebook-f.disabled,
  .btn-brand-facebook-f:disabled {
    color: #fff;
    background-color: #1778F2;
    border-color: #1778F2; }
  .btn-brand-facebook:not(:disabled):not(.disabled):active, .btn-brand-facebook.active:not(:disabled):not(.disabled), .show > .btn-brand-facebook.dropdown-toggle,
  .btn-brand-facebook-f:not(:disabled):not(.disabled):active,
  .btn-brand-facebook-f.active:not(:disabled):not(.disabled), .show > .btn-brand-facebook-f.dropdown-toggle {
    color: #fff;
    background-color: #0b60cb;
    border-color: #0b5abf; }
    .btn-brand-facebook:not(:disabled):not(.disabled):active:focus, .btn-brand-facebook.active:not(:disabled):not(.disabled):focus, .show > .btn-brand-facebook.dropdown-toggle:focus,
    .btn-brand-facebook-f:not(:disabled):not(.disabled):active:focus,
    .btn-brand-facebook-f.active:not(:disabled):not(.disabled):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(23, 120, 242, 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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .show > .btn-brand-pinterest.dropdown-toggle,
  .btn-brand-pinterest-p:not(:disabled):not(.disabled):active,
  .btn-brand-pinterest-p.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):focus, .show > .btn-brand-pinterest.dropdown-toggle:focus,
    .btn-brand-pinterest-p:not(:disabled):not(.disabled):active:focus,
    .btn-brand-pinterest-p.active:not(:disabled):not(.disabled):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 {
  color: #fff;
  background-color: #db4437;
  border-color: #db4437;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075); }
  .btn-brand-google:hover {
    color: #fff;
    background-color: #c83124;
    border-color: #bd2e22; }
  .btn-brand-google:focus, .btn-brand-google.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(219, 68, 55, 0.5); }
  .btn-brand-google.disabled, .btn-brand-google:disabled {
    color: #fff;
    background-color: #db4437;
    border-color: #db4437; }
  .btn-brand-google:not(:disabled):not(.disabled):active, .btn-brand-google.active:not(:disabled):not(.disabled), .show > .btn-brand-google.dropdown-toggle {
    color: #fff;
    background-color: #bd2e22;
    border-color: #b22c20; }
    .btn-brand-google:not(:disabled):not(.disabled):active:focus, .btn-brand-google.active:not(:disabled):not(.disabled):focus, .show > .btn-brand-google.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(219, 68, 55, 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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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.active:not(:disabled):not(.disabled), .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.active:not(:disabled):not(.disabled):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); }

.btn-brand-microsoft {
  color: #fff;
  background-color: #f65314;
  border-color: #f65314;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075); }
  .btn-brand-microsoft:hover {
    color: #fff;
    background-color: #db4308;
    border-color: #cf3f08; }
  .btn-brand-microsoft:focus, .btn-brand-microsoft.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(246, 83, 20, 0.5); }
  .btn-brand-microsoft.disabled, .btn-brand-microsoft:disabled {
    color: #fff;
    background-color: #f65314;
    border-color: #f65314; }
  .btn-brand-microsoft:not(:disabled):not(.disabled):active, .btn-brand-microsoft.active:not(:disabled):not(.disabled), .show > .btn-brand-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #cf3f08;
    border-color: #c33c07; }
    .btn-brand-microsoft:not(:disabled):not(.disabled):active:focus, .btn-brand-microsoft.active:not(:disabled):not(.disabled):focus, .show > .btn-brand-microsoft.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(246, 83, 20, 0.5); }

.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:active, .btn-flat-light.active, .show > .btn-flat-light.dropdown-toggle {
    border-color: white; }
  .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 {
    color: #fff;
    background: rgba(255, 255, 255, 0.15); }
  .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.active:not([disabled]):not(.disabled), .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 {
    color: #101213;
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.2); }
  .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.active:not([disabled]):not(.disabled), .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.2578125rem; }
  .btn.btn-labeled > b {
    position: absolute;
    display: block;
    width: 2.2578125rem;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.12); }
    .btn.btn-labeled > b > i, .btn.btn-labeled > b > .bi {
      position: relative;
      vertical-align: middle;
      line-height: calc(2.65625rem + 2px); }
  .btn.btn-labeled.btn-lg, .btn-group-lg > .btn-labeled.btn {
    padding-left: 4.1208333333rem; }
    .btn.btn-labeled.btn-lg > b, .btn-group-lg > .btn-labeled.btn > b {
      width: 2.6208333333rem; }
      .btn.btn-labeled.btn-lg > b > i, .btn-group-lg > .btn-labeled.btn > b > i {
        line-height: calc(3.0833333333rem + 2px); }
  .btn.btn-labeled.btn-sm, .fu-container:not(.xl) .fu-buttons .btn-labeled.btn, .btn-group-sm > .btn-labeled.btn {
    padding-left: 2.715625rem; }
    .btn.btn-labeled.btn-sm > b, .fu-container:not(.xl) .fu-buttons .btn-labeled.btn > b, .btn-group-sm > .btn-labeled.btn > b {
      width: 1.965625rem; }
      .btn.btn-labeled.btn-sm > b > i, .fu-container:not(.xl) .fu-buttons .btn-labeled.btn > b > i, .btn-group-sm > .btn-labeled.btn > b > i {
        line-height: calc(2.3125rem + 2px); }
  .btn.btn-labeled.icon-right {
    padding-left: 1rem;
    padding-right: 3.2578125rem; }
    .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.8em;
      text-align: left;
      opacity: 0;
      line-height: inherit;
      transition: opacity 0.2s ease-out;
      transform: translateX(-100%); }
      .btn.btn-animate > span > i:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .btn.btn-animate:hover > span {
    transform: translateX(10px); }
    .btn.btn-animate:hover > span > i, .btn.btn-animate:hover > span > .bi {
      opacity: 1; }
  .btn.btn-animate.btn-lg, .btn-group-lg > .btn-animate.btn {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }
  .btn.btn-animate.btn-sm, .fu-container:not(.xl) .fu-buttons .btn-animate.btn, .btn-group-sm > .btn-animate.btn {
    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-down.btn > span > i {
  font-size: 1.5rem;
  line-height: 1.5rem; }

.btn.btn-to-danger {
  transition: box-shadow .15s ease-in-out; }
  .btn.btn-to-danger:not([disabled]):not(.disabled):hover {
    color: #fff;
    background-color: #f22112;
    border-color: #ea1c0d; }
    .btn.btn-to-danger:not([disabled]):not(.disabled):hover > i {
      opacity: 1; }
  .btn.btn-to-danger:hover: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) !important; }

.btn.btn-to-primary {
  transition: box-shadow .15s ease-in-out; }
  .btn.btn-to-primary:not([disabled]):not(.disabled):hover {
    color: #fff;
    background-color: #354499;
    border-color: #32408f; }
    .btn.btn-to-primary:not([disabled]):not(.disabled):hover > i {
      opacity: 1; }
  .btn.btn-to-primary:hover: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) !important; }

.btn-no-border {
  border-color: transparent !important; }

.mf-dropdown {
  display: inline-block;
  position: relative; }
  .mf-dropdown .btn {
    position: relative; }
  .mf-dropdown .btn > em {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #8d9ba9;
    font-size: 0.875rem;
    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 .fu-container:not(.xl) .fu-buttons .has-caret.btn, .fu-container:not(.xl) .fu-buttons .mf-dropdown .has-caret.btn, .mf-dropdown .btn-group-sm > .has-caret.btn {
      padding-right: 1.5rem; }
    .mf-dropdown .btn.has-caret.btn-lg, .mf-dropdown .btn-group-lg > .has-caret.btn {
      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 .fu-container:not(.xl) .fu-buttons .has-caret.btn:after, .fu-container:not(.xl) .fu-buttons .mf-dropdown .has-caret.btn: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.25, 1, 0.33, 1);
  transition-duration: .35s;
  --shadow-color-rgb: 0,0,0;
  --shadow-intensity: 1;
  --box-shadow: 0 1px 1px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.07)), 
                  0 2px 4px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.1)), 
                  0 4px 8px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.08));
  --box-shadow: 0 1px 8px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 1px 1px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.3));
  box-shadow: var(--box-shadow) !important; }
  .btn-3d:hover, .btn-3d:focus {
    transform: translateY(-3px);
    --box-shadow: 0 6px 24px -5px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 5px 12px -5px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.17)); }
  .btn-3d:disabled, .btn-3d.disabled {
    box-shadow: none !important; }
  .btn-3d:active, .btn-3d:active:focus, .btn-3d.active, .btn-3d.active:focus, .show > .btn-3d.dropdown-toggle, .show > .btn-3d.dropdown-toggle:focus {
    transform: translateY(1px);
    --box-shadow: 0 1px 8px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 1px 1px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.3)); }

.btn-3d.btn-primary,
.btn-3d.btn-outline-primary {
  --shadow-color-rgb: 32, 41, 91;
  --shadow-intensity: 1.8; }

.btn-3d.btn-secondary,
.btn-3d.btn-outline-secondary {
  border-color: #8d9ba9 !important; }
  .btn-3d.btn-secondary:hover, .btn-3d.btn-secondary:focus,
  .btn-3d.btn-outline-secondary:hover,
  .btn-3d.btn-outline-secondary:focus {
    background-color: #fff; }
  .btn-3d.btn-secondary:active, .btn-3d.btn-secondary:active:focus, .btn-3d.btn-secondary.active, .btn-3d.btn-secondary.active:focus, .show > .btn-3d.btn-secondary.dropdown-toggle, .show > .btn-3d.btn-secondary.dropdown-toggle:focus,
  .btn-3d.btn-outline-secondary:active,
  .btn-3d.btn-outline-secondary:active:focus,
  .btn-3d.btn-outline-secondary.active,
  .btn-3d.btn-outline-secondary.active:focus, .show > .btn-3d.btn-outline-secondary.dropdown-toggle, .show > .btn-3d.btn-outline-secondary.dropdown-toggle:focus {
    background-color: #f7f7f9;
    border-color: #f7f7f9; }

.btn-3d.btn-success,
.btn-3d.btn-outline-success {
  --shadow-color-rgb: 38, 88, 40;
  --shadow-intensity: 1.8; }

.btn-3d.btn-info,
.btn-3d.btn-outline-info {
  --shadow-color-rgb: 69, 43, 96;
  --shadow-intensity: 1.8; }

.btn-3d.btn-warning,
.btn-3d.btn-outline-warning {
  --shadow-color-rgb: 119, 78, 0;
  --shadow-intensity: 1.8; }

.btn-3d.btn-danger,
.btn-3d.btn-outline-danger {
  --shadow-color-rgb: 122, 34, 27;
  --shadow-intensity: 1.8; }

.btn-3d.btn-light,
.btn-3d.btn-outline-light {
  border-color: #eff1f3 !important; }

.btn-3d.btn-dark,
.btn-3d.btn-outline-dark {
  --shadow-color-rgb: 13, 17, 38;
  --shadow-intensity: 1.8; }

.btn-3d.btn-gray,
.btn-3d.btn-outline-gray {
  --shadow-color-rgb: 45, 49, 52;
  --shadow-intensity: 1.8; }

/*.dropdown-menu {
    box-shadow: 0 0 50px 0 rgba(82,63,105, .15);
}*/
.dropdown-menu {
  --shadow-intensity: 0.7; }

.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%);
      color: #b0bac3;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      font-size: 10px;
      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,
.dropdown-menu-light-icons .dropdown-item:not(.disabled) > .bi {
  color: #737e88; }

.dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px; }
  .dropdown-item.disabled {
    cursor: default; }
  .dropdown-item > i, .dropdown-item > .bi, .dropdown-item > img {
    margin-left: -0.5rem;
    margin-right: 0.875rem; }
  .dropdown-item:not(.disabled) > i, .dropdown-item:not(.disabled) > .bi {
    color: #7d888f; }
  .dropdown-group.show > .dropdown-item:not(.disabled) > i, .dropdown-group.show > .dropdown-item:not(.disabled) > .bi, .dropdown-item:not(.disabled):hover > i, .dropdown-item:not(.disabled):hover > .bi {
    color: #17191c; }
  .dropdown-item:not(.disabled):active > i, .dropdown-item:not(.disabled):active > .bi, .dropdown-item:not(.disabled):focus > i, .dropdown-item:not(.disabled):focus > .bi {
    color: #17191c; }

.dropdown-menu-flex .dropdown-item {
  display: flex;
  align-items: center; }
  .dropdown-menu-flex .dropdown-item > span {
    flex-grow: 1; }
  .dropdown-menu-flex .dropdown-item > em {
    font-style: normal;
    text-align: right;
    padding-left: 2rem;
    margin-left: auto;
    font-size: 90%;
    opacity: 0.8; }

.navbar.navbar-slide .dropdown-menu {
  opacity: 0;
  display: block;
  visibility: hidden;
  transform: translateY(var(--y, -16px));
  transition: transform 0.2s ease, opacity 0.275s ease-out;
  will-change: transform; }
  .navbar.navbar-slide .dropdown-menu.show {
    visibility: visible;
    transform: translateY(0);
    opacity: 1; }

[dir=rtl] .dropdown-item > i, [dir=rtl] .dropdown-item > .bi, [dir=rtl] .dropdown-item > img {
  margin-left: 0.875rem !important;
  margin-right: -0.5rem !important; }

[dir=rtl] #navbar .dropdown-header {
  font-size: 0.75rem;
  text-align: right;
  text-transform: uppercase; }

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

.card-shadow {
  box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15)); }

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

input,
textarea,
select {
  font-weight: normal; }

fieldset.content-group {
  margin-bottom: 2rem; }
  fieldset.content-group > legend {
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    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.65625rem + 2px);
    height: 100%;
    line-height: calc(2.65625rem + 2px);
    text-align: center;
    vertical-align: middle; }
    .has-icon .input-group-icon :before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .has-icon.has-icon-right .input-group-icon {
    left: auto;
    right: 0; }
  .has-icon.input-group-lg .input-group-icon {
    width: calc(3.0833333333rem + 2px);
    height: calc(3.0833333333rem + 2px);
    line-height: calc(3.0833333333rem + 2px);
    font-size: 1rem; }
  .has-icon.input-group-sm .input-group-icon {
    width: calc(2.3125rem + 2px);
    height: calc(2.3125rem + 2px);
    line-height: calc(2.3125rem + 2px);
    font-size: 0.875rem; }
  .has-icon:not(.has-icon-right) .form-control {
    padding-left: calc(2.65625rem + 2px); }
  .has-icon.input-group-lg:not(.has-icon-right) .form-control {
    padding-left: calc(3.0833333333rem + 2px); }
  .has-icon.input-group-sm:not(.has-icon-right) .form-control {
    padding-left: calc(2.3125rem + 2px); }
  .has-icon.has-icon-right .form-control {
    padding-right: calc(2.65625rem + 2px); }
  .has-icon.has-icon-right.input-group-lg .form-control {
    padding-right: calc(3.0833333333rem + 2px); }
  .has-icon.has-icon-right.input-group-sm .form-control {
    padding-right: calc(2.3125rem + 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,
.field-validation-valid {
  display: block;
  font-size: 0.875rem;
  width: 100%; }
  .field-validation-error:not(:empty),
  .field-validation-valid:not(:empty) {
    margin-top: 0.25rem; }

.field-validation-error {
  color: #f44336; }

.field-validation-valid {
  color: #4caf50; }

.is-valid:focus,
.is-invalid:focus {
  box-shadow: none !important; }

.required-text-input {
  display: none; }

.link-control > .form-control,
.link-control > .select2 {
  border-radius: 0 !important;
  border-color: #ced4da !important; }
  .link-control > .form-control .select2-selection,
  .link-control > .select2 .select2-selection {
    border-radius: 0 !important; }

.link-control > .form-control:focus {
  outline: 1px solid #abb4e2;
  outline-offset: -2px; }

.numberinput-group {
  overflow: hidden;
  flex-wrap: nowrap;
  --ni-height: 2.65625rem;
  --ni-font-size: 0.9375rem;
  --ni-line-height: 1.5;
  --ni-padding-x: 1rem;
  --ni-padding-y: 0.625rem;
  --ni-border-radius: 0.25rem;
  --ni-addon-width: var(--ni-height); }
  .numberinput-group.input-group-lg {
    --ni-height: 3.0833333333rem;
    --ni-font-size: 1rem;
    --ni-line-height: 1.3333333333;
    --ni-padding-x: 1.5rem;
    --ni-padding-y: 0.875rem;
    --ni-border-radius: 0.3rem; }
  .numberinput-group.input-group-sm {
    --ni-height: 2.3125rem;
    --ni-font-size: 0.875rem;
    --ni-line-height: 1.5;
    --ni-padding-x: 0.75rem;
    --ni-padding-y: 0.5rem;
    --ni-border-radius: 0.2rem; }

.numberinput {
  border-radius: var(--ni-border-radius) !important;
  font-size: var(--ni-font-size) !important;
  -moz-appearance: textfield; }

.numberinput-initialized > .numberinput {
  color: transparent; }
  .numberinput-initialized > .numberinput:focus, .numberinput-initialized > .numberinput:active {
    color: inherit; }
    .numberinput-initialized > .numberinput:focus ~ .numberinput-formatted, .numberinput-initialized > .numberinput:active ~ .numberinput-formatted {
      display: none !important; }

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

.numberinput::placeholder {
  font-style: italic; }

.numberinput-formatted {
  position: absolute;
  z-index: 1;
  display: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: var(--ni-font-size) !important;
  line-height: var(--ni-line-height); }
  .numberinput-initialized > .numberinput-formatted {
    display: inline-flex; }
  .numberinput-formatted:empty {
    display: none; }

.numberinput-postfix {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 10;
  background-color: #fff;
  color: #8d9ba9;
  font-size: var(--ni-font-size);
  line-height: var(--ni-line-height);
  cursor: default;
  user-select: none; }
  .numberinput:disabled ~ .numberinput-postfix, .numberinput:read-only ~ .numberinput-postfix {
    background-color: #f7f7f9; }

.numberinput-formatted,
.numberinput-postfix {
  pointer-events: none; }

.numberinput-stepper {
  position: absolute;
  z-index: 15;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .numberinput:disabled ~ .numberinput-stepper, .numberinput:read-only ~ .numberinput-stepper, .numberinput-stepper:disabled {
    pointer-events: none;
    opacity: 0.5; }

.numberinput-default:after {
  position: absolute;
  z-index: 10;
  content: ' ';
  display: block;
  background: #f7f7f9;
  border: 0 solid #ced4da;
  border-left-width: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: auto;
  width: var(--ni-addon-width);
  border-top-right-radius: var(--ni-border-radius);
  border-bottom-right-radius: var(--ni-border-radius); }

.numberinput-default > .numberinput-formatted {
  justify-content: center;
  left: 1px;
  height: 100%;
  align-items: center;
  padding: 0 var(--ni-padding-x); }

.numberinput-default > .numberinput-postfix {
  top: 1px;
  bottom: 1px;
  right: var(--ni-height);
  padding-right: var(--ni-padding-x); }

.numberinput-default > .numberinput-stepper {
  right: 1px;
  width: calc(var(--ni-addon-width) - 1px);
  height: calc(50% - 1px);
  color: inherit;
  font-size: 10px; }
  .numberinput-default > .numberinput-stepper.numberinput-up {
    top: 1px; }
  .numberinput-default > .numberinput-stepper.numberinput-down {
    bottom: 1px; }

.numberinput-default > .numberinput:not(:disabled) ~ .numberinput-stepper:hover,
.numberinput-default > .numberinput:not(:read-only) ~ .numberinput-stepper:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.numberinput-default > .numberinput:not(:disabled) ~ .numberinput-stepper:active,
.numberinput-default > .numberinput:not(:read-only) ~ .numberinput-stepper:active {
  background-color: rgba(0, 0, 0, 0.08); }

.numberinput-centered {
  --ni-addon-width: 1.6rem;
  --ni-number-offset: 0px;
  --ni-number-top: calc(var(--ni-padding-y) - var(--ni-number-offset));
  --ni-number-bottom: calc(var(--ni-padding-y) + var(--ni-number-offset)); }
  .numberinput-centered.has-postfix {
    --ni-number-offset: calc((var(--ni-padding-y) / 2) + 0.175rem); }
  .numberinput-centered.has-postfix.input-group-lg {
    --ni-number-offset: calc(var(--ni-padding-y) / 2);
    --ni-font-size: 0.9375rem; }
  .numberinput-centered.has-postfix.input-group-sm {
    --ni-number-top: 0px;
    --ni-number-bottom: calc(var(--ni-padding-y) * 2); }
  .numberinput-centered > .numberinput {
    font-weight: bold;
    padding-left: var(--ni-addon-width);
    padding-right: var(--ni-addon-width);
    padding-top: var(--ni-number-top);
    padding-bottom: var(--ni-number-bottom);
    text-align: center; }
  .numberinput-centered > .numberinput-formatted {
    font-weight: bold;
    left: var(--ni-addon-width);
    right: var(--ni-addon-width);
    top: var(--ni-number-top);
    bottom: var(--ni-number-bottom);
    justify-content: center;
    align-items: center; }
  .numberinput-centered > .numberinput-postfix {
    font-size: 11px;
    left: var(--ni-addon-width);
    right: var(--ni-addon-width);
    bottom: 1px;
    top: auto;
    padding-bottom: 0.15rem;
    justify-content: center;
    align-items: center;
    background-color: transparent; }
  .numberinput-centered.input-group-lg > .numberinput-postfix {
    bottom: 5px; }
  .numberinput-centered > .numberinput-stepper {
    width: var(--ni-addon-width);
    height: 100%;
    color: inherit;
    opacity: 0.3; }
    .numberinput-centered > .numberinput-stepper.numberinput-up {
      right: 1px;
      left: auto;
      padding-left: 4px;
      justify-content: flex-start; }
    .numberinput-centered > .numberinput-stepper.numberinput-down {
      left: 1px;
      right: auto;
      padding-right: 4px;
      justify-content: flex-end; }
  .numberinput-centered > .numberinput:not(:disabled) ~ .numberinput-stepper:hover,
  .numberinput-centered > .numberinput:not(:read-only) ~ .numberinput-stepper:hover {
    opacity: 0.6; }
  .numberinput-centered > .numberinput:not(:disabled) ~ .numberinput-stepper:active,
  .numberinput-centered > .numberinput:not(:read-only) ~ .numberinput-stepper:active {
    opacity: 1; }

.number-input-prepend {
  margin-right: -3px !important;
  z-index: 2; }
  .number-input-prepend .input-group-text {
    border-radius: 0.2rem 0 0 0.2rem; }

[dir=rtl] .numberinput-centered > .numberinput-up {
  left: 1px;
  right: auto;
  padding-left: 0;
  padding-right: 4px; }

[dir=rtl] .numberinput-centered > .numberinput-down {
  right: 1px;
  left: auto;
  padding-right: 0;
  padding-left: 4px; }

[dir=rtl] .numberinput-default:after {
  border-left-width: 0;
  border-right-width: 1px;
  left: 1px;
  right: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--ni-border-radius);
  border-bottom-left-radius: var(--ni-border-radius); }

[dir=rtl] .numberinput-default > .numberinput-formatted {
  left: auto;
  right: 1px; }

[dir=rtl] .numberinput-default > .numberinput-postfix {
  left: var(--ni-height);
  right: auto;
  padding-left: var(--ni-padding-x);
  padding-right: 0; }

[dir=rtl] .numberinput-default > .numberinput-stepper {
  left: 1px;
  right: auto; }

[dir=rtl] .number-input-prepend {
  margin-left: -3px !important;
  z-index: 2; }
  [dir=rtl] .number-input-prepend .input-group-text {
    border-radius: 0 0.2rem 0.2rem 0; }

.breadcrumb-container,
.breadcrumb {
  font-size: 0.875rem; }

.breadcrumb-item {
  display: inline-flex;
  padding: 0 !important; }

.breadcrumb-item:before {
  display: none !important; }

.breadcrumb-item:after {
  display: inline-block;
  padding: 0 0.5rem;
  color: #8d9ba9;
  content: "/"; }

div.breadcrumb-item:after {
  display: none; }

.breadcrumb-item > a {
  color: #8d9ba9; }

.pagination-xs .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5; }

.pagination-xs .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-xs .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.nav ~ .tab-content {
  margin: 1rem 0; }

.nav-link-summary {
  display: none; }

.nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center; }

.nav .nav-link > img,
.nav .nav-link > i,
.nav .nav-link > .bi {
  font-size: inherit;
  margin-right: 0.5rem;
  color: #596167; }
  .nav .nav-link > img + span,
  .nav .nav-link > i + span,
  .nav .nav-link > .bi + span {
    padding-left: 0 !important; }

.nav .nav-link:hover > i .nav-link:hover > .bi, .nav .nav-link.active > i, .nav .nav-link.active > .bi {
  color: inherit; }

.nav .nav-link > .chevron {
  margin-left: 3px; }

.nav-tabs-line {
  position: relative;
  border-top-width: 0;
  border-bottom-width: 0; }
  .nav-tabs-line .nav-item {
    position: relative; }
  .nav-tabs-line:not(.nav-stacked) > .nav-item:first-child > .nav-link {
    margin-left: 0; }
  .nav-tabs-line:not(.nav-stacked) .nav-link {
    padding: 0.825rem 0;
    margin: 0 0.75rem; }
  .nav-tabs-line:not(.nav-stacked) > .nav-item:first-child > .nav-link {
    margin-left: 0; }
  .nav-tabs-line .nav-link {
    color: #8d9ba9;
    text-transform: none;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    position: relative;
    border-width: 0;
    background-color: transparent;
    padding: 0.825rem 1rem;
    border-radius: 0;
    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.active {
      color: #22262a; }
    .nav-tabs-line .nav-link.disabled {
      opacity: 0.4; }
    .nav-tabs-line .nav-link > i,
    .nav-tabs-line .nav-link > .bi,
    .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 > .bi,
      .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; }

@media (min-width: 992px) {
  .tabs-stacked {
    display: grid;
    grid-gap: 30px;
    flex-wrap: nowrap; }
    .tabs-stacked.tabs-left {
      grid-template-columns: auto minmax(0, 1fr); }
    .tabs-stacked.tabs-right {
      grid-template-columns: minmax(0, 1fr) auto;
      grid-auto-flow: dense; }
      .tabs-stacked.tabs-right > .nav-aside {
        grid-column: 2; }
      .tabs-stacked.tabs-right > .nav-content {
        grid-column: 1; }
  .nav-stacked {
    min-height: 100%; }
    .nav-stacked.nav-tabs-line {
      border-bottom: none; }
      .nav-stacked.nav-tabs-line .nav-item {
        margin: 0; }
      .nav-stacked.nav-tabs-line .nav-link {
        text-align: left;
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
        color: #596167;
        background-color: transparent;
        justify-content: start; }
        .nav-stacked.nav-tabs-line .nav-link .tab-caption {
          transition: all ease 0.15s; }
        .nav-stacked.nav-tabs-line .nav-link:not(.active) > i, .nav-stacked.nav-tabs-line .nav-link:not(.active) > .bi {
          color: #737e88;
          transition: transform ease 0.15s; }
        .nav-stacked.nav-tabs-line .nav-link:hover, .nav-stacked.nav-tabs-line .nav-link.active {
          color: #22262a; }
        .nav-stacked.nav-tabs-line .nav-link:hover:not(.active) {
          border-color: rgba(0, 0, 0, 0.2) !important; }
          .nav-stacked.nav-tabs-line .nav-link:hover:not(.active) .tab-caption {
            transform: translateX(2px); }
          .nav-stacked.nav-tabs-line .nav-link:hover:not(.active) > i,
          .nav-stacked.nav-tabs-line .nav-link:hover:not(.active) > .bi {
            color: #596167;
            transform: scale(1.2); }
        .nav-stacked.nav-tabs-line .nav-link:not(.disabled):before {
          display: none; }
      .nav-stacked.nav-tabs-line.nav-left {
        border-right: 1px solid #dee2e6; }
        .nav-stacked.nav-tabs-line.nav-left .nav-item {
          margin-right: -1px; }
        .nav-stacked.nav-tabs-line.nav-left .nav-link {
          padding-right: 1.25rem;
          padding-left: 0;
          border-right: 2px solid transparent; }
          .nav-stacked.nav-tabs-line.nav-left .nav-link > img,
          .nav-stacked.nav-tabs-line.nav-left .nav-link > i,
          .nav-stacked.nav-tabs-line.nav-left .nav-link > .bi {
            margin-right: 0.75rem;
            margin-left: 0.25rem; }
        .nav-stacked.nav-tabs-line.nav-left .nav-link.active,
        .nav-stacked.nav-tabs-line.nav-left .nav-link.active:focus,
        .nav-stacked.nav-tabs-line.nav-left .nav-item.open > .nav-link,
        .nav-stacked.nav-tabs-line.nav-left .nav-item.open > .nav-link:focus {
          border-right-color: #ee9B00; }
      .nav-stacked.nav-tabs-line.nav-right {
        border-left: 1px solid #dee2e6; }
        .nav-stacked.nav-tabs-line.nav-right .nav-item {
          margin-left: -1px; }
        .nav-stacked.nav-tabs-line.nav-right .nav-link {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          border-left: 2px solid transparent; }
          .nav-stacked.nav-tabs-line.nav-right .nav-link > img,
          .nav-stacked.nav-tabs-line.nav-right .nav-link > i,
          .nav-stacked.nav-tabs-line.nav-right .nav-link > .bi {
            margin-right: 0.75rem;
            margin-left: 0.25rem; }
        .nav-stacked.nav-tabs-line.nav-right .nav-link.active,
        .nav-stacked.nav-tabs-line.nav-right .nav-link.active:focus,
        .nav-stacked.nav-tabs-line.nav-right .nav-item.open > .nav-link,
        .nav-stacked.nav-tabs-line.nav-right .nav-item.open > .nav-link:focus {
          border-color: #ee9B00; } }

.tab-content-header {
  display: none;
  background-color: #eff1f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.nav-responsive.collapsed {
  position: relative; }
  .nav-responsive.collapsed .nav-tabs {
    display: flex !important;
    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.5rem .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.9375rem; }
      .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;
        font-size: 0.9375rem;
        right: 0.875rem;
        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; }

@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-dialog:not(.modal-flex) .modal-header {
  padding-bottom: 0; }

.modal-dialog:not(.modal-flex) .modal-footer {
  padding-top: 0; }

.modal-has-backdrop {
  --modal-backdrop-bg: #000;
  --modal-backdrop-opacity: 0.68;
  --modal-backdrop-blur: 0; }
  .modal-has-backdrop.modal-backdrop-inverse {
    --modal-backdrop-bg: white; }
  .modal-has-backdrop.modal-backdrop-invisible {
    --modal-backdrop-opacity: 0; }
    .modal-has-backdrop.modal-backdrop-invisible .modal-backdrop.fade {
      transition-duration: 0s !important; }
  .modal-has-backdrop:not(.modal-backdrop-invisible) #page {
    transition: filter 0.175s linear; }
  .modal-has-backdrop.modal-open:not(.modal-backdrop-invisible) #page {
    filter: blur(var(--modal-backdrop-blur)); }
  .modal-has-backdrop.modal-hiding:not(.modal-backdrop-invisible) #page {
    filter: blur(0); }

.modal-backdrop {
  background-color: var(--modal-backdrop-bg); }
  .modal-backdrop.fade {
    transition: opacity 0.175s linear; }
    .modal-backdrop.fade.show {
      opacity: var(--modal-backdrop-opacity); }

.modal.fade .modal-dialog {
  transition-property: opacity, transform;
  transform: translate(0, 30px) scale(0.95, 0.95);
  will-change: transform, opacity; }

.modal.fade.show .modal-dialog {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1; }

.modal-content iframe {
  width: 100%; }

.modal-title {
  color: inherit; }

.modal-dialog:not(.modal-flex) iframe {
  min-height: 300px; }

.modal-dialog-app > .modal-content > .modal-body {
  padding: 0;
  overflow: hidden;
  border-radius: 0.3rem; }

.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;
  transition: color 0.1s;
  color: #8d9ba9; }
  .modal-closer:hover {
    color: inherit; }
  .modal[data-backdrop=true] > .modal-closer {
    color: #b3b3b3; }
    .modal[data-backdrop=true] > .modal-closer:hover {
      color: #fff; }

.modal-dialog.modal-flex {
  position: fixed;
  margin: 0;
  width: auto;
  height: auto;
  max-width: none;
  left: 1%;
  top: 1%;
  bottom: 1%;
  right: 1%; }
  @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; }

.modal.modal-box {
  overflow-y: hidden; }
  .modal.modal-box .modal-header {
    border-bottom-width: 1px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .modal.modal-box .modal-footer > .btn {
    min-width: 90px;
    margin-left: 0.25rem; }
  .modal.modal-box .modal-box-body {
    align-items: start;
    flex-wrap: wrap; }
    .modal.modal-box .modal-box-body > div + .modal-box-input {
      padding-top: 1rem; }
  .modal.modal-box .modal-box-message b {
    font-weight: 600; }
  .modal.modal-box .modal-footer {
    justify-content: flex-end; }
  .modal.modal-box .modal-box-center .modal-box-body {
    flex-direction: column;
    align-items: center; }
  .modal.modal-box .modal-box-center .modal-box-message {
    text-align: center; }
  .modal.modal-box .modal-box-center .modal-footer {
    justify-content: center; }

.close {
  font-size: 1.5rem;
  line-height: 16px;
  font-weight: normal;
  outline: 0 !important; }

.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: 1.125rem;
    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; }

.circular-progress .wrapper {
  transform: rotate(-90deg); }

.circular-progress .circle {
  stroke: #3f51b5; }

.circular-progress .circle, .circular-progress svg {
  animation: none; }

.circular-progress .circle-below {
  stroke: #ccc; }

.circular-progress .progress-text {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 10px;
  color: #8d9ba9;
  transform: translateY(-50%);
  line-height: 1rem; }

.star-rating {
  display: inline-block; }

.star-rating > label {
  margin: 0; }

.star-rating:not(:checked) > input {
  display: none; }

.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 {
  position: relative; }

.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;
}*/
.sortable-ghost {
  background-color: rgba(63, 81, 181, 0.1) !important; }

.choice {
  margin-bottom: 1rem; }

.col-form-label.required, .required.switch,
.choice-label.required {
  color: inherit;
  font-weight: bold; }
  .col-form-label.required:after, .required.switch:after,
  .choice-label.required:after {
    content: ' *'; }

.choice-item {
  display: inline-flex;
  align-items: center; }

.choice-item-unavailable {
  color: #8d9ba9; }

.choice-item-img,
.choice-item-color {
  display: inline-block;
  text-decoration: none !important;
  margin-right: 0.4rem;
  overflow: hidden; }

.choice-item-img {
  max-height: 1em;
  width: 1.25em; }
  .choice-item-img > img {
    max-width: 100%;
    height: auto;
    display: inherit; }

.choice-item-color {
  width: 1em;
  height: 1em;
  padding: 0; }

.choice-description {
  color: #8d9ba9;
  font-size: 0.875rem;
  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-image-unavailable {
    opacity: .5;
    border: 1px dashed rgba(0, 0, 0, 0.3); }
  .choice-box-group .choice-box-color-unavailable {
    border: 1px dashed rgba(0, 0, 0, 0.7);
    /*        &:after {
            display: block;
            position: absolute;
            content: "";
            background: rgba(0,0,0, 0.3);
            transform: rotate(-56deg);
            width: 50px;    //62px;
            height: 1px;
            left: -20px;
            right: -20px;
            top: 0;
            bottom: 0;
            margin: auto;
        }*/ }
  .choice-box-group .choice-box-disabled {
    opacity: .5; }
  .choice-box-group .choice-box-mediafile .choice-box-content {
    max-width: 6rem !important; }
    .choice-box-group .choice-box-mediafile .choice-box-content .file-img {
      object-fit: contain;
      max-width: 100%; }
  .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%;
  top: 0;
  bottom: 0;
  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 {
  position: fixed;
  display: block;
  visibility: hidden;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
  background-color: #fff;
  overflow-x: auto;
  transition: transform 0.3s ease-out, opacity 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 {
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease-out, opacity 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%; }

:root {
  --section-color-1: #111214;
  --section-color-1-rgb: 17, 18, 20;
  --section-color-2: #393f46;
  --section-color-2-rgb: 57, 63, 70;
  --section-color-3: #737e88;
  --section-color-3-rgb: 115, 126, 136;
  --section-color-4: #9fabb6;
  --section-color-4-rgb: 159, 171, 182;
  --section-bg: transparent;
  --display-dark-logo: block;
  --display-light-logo: none; }

.section-primary {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #dadef4;
  --section-color-2-rgb: 217.6, 222.4727272727, 244.4;
  --section-color-3: #c1c8ed;
  --section-color-3-rgb: 193, 200.3333333333, 237;
  --section-color-4: #a5aee4;
  --section-color-4-rgb: 165.15, 173.7558823529, 227.85;
  --section-bg: #3f51b5;
  --section-bg-rgb: 63, 81, 181;
  background-color: var(--section-bg); }

.section-secondary {
  --section-color-1: #111214;
  --section-color-1-rgb: 17, 18, 20;
  --section-color-2: #272b2f;
  --section-color-2-rgb: 39, 43, 47;
  --section-color-3: #272b2f;
  --section-color-3-rgb: 39, 43, 47;
  --section-color-4: #5b646d;
  --section-color-4-rgb: 91, 100, 109;
  --section-bg: #8d9ba9;
  --section-bg-rgb: 141, 155, 169;
  background-color: var(--section-bg); }

.section-success {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #ddf3de;
  --section-color-2-rgb: 220.7, 243.3, 221.9555555556;
  --section-color-3: #c5ebc8;
  --section-color-3-rgb: 197.1, 234.9, 199.62;
  --section-color-4: #aae2ad;
  --section-color-4-rgb: 170.3, 225.7, 172.8181818182;
  --section-bg: #4caf50;
  --section-bg-rgb: 76, 175, 80;
  background-color: var(--section-bg); }

.section-info {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #eadff5;
  --section-color-2-rgb: 234, 222.9, 245.1;
  --section-color-3: #dcc9f0;
  --section-color-3-rgb: 220, 200.5, 239.5;
  --section-color-4: #ccb0e8;
  --section-color-4-rgb: 204, 175.9, 232.1;
  --section-bg: #8a56bf;
  --section-bg-rgb: 138, 86, 191;
  background-color: var(--section-bg); }

.section-warning {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #feeecf;
  --section-color-2-rgb: 254.45, 237.7406976744, 206.55;
  --section-color-3: #fee2af;
  --section-color-3-rgb: 254.05, 226.1978873239, 174.95;
  --section-color-4: #fed589;
  --section-color-4-rgb: 253.95, 212.7566666667, 137.05;
  --section-bg: #ee9B00;
  --section-bg-rgb: 238, 155, 0;
  background-color: var(--section-bg); }

.section-danger {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #ffdbd9;
  --section-color-2-rgb: 254.9, 219.3235294118, 217.1;
  --section-color-3: #ffc4c0;
  --section-color-3-rgb: 255, 196.4210526316, 192;
  --section-color-4: #ffa8a2;
  --section-color-4-rgb: 254.65, 167.9102409639, 162.35;
  --section-bg: #f44336;
  --section-bg-rgb: 244, 67, 54;
  background-color: var(--section-bg); }

.section-light, .section-white {
  --section-color-1: #111214;
  --section-color-1-rgb: 17, 18, 20;
  --section-color-2: #393a3c;
  --section-color-2-rgb: 57, 58, 60;
  --section-color-3: #393a3c;
  --section-color-3-rgb: 57, 58, 60;
  --section-color-4: #96989a;
  --section-color-4-rgb: 150, 152, 154;
  --section-bg: #eff1f3;
  --section-bg-rgb: 238.9052631579, 241.1, 243.2947368421;
  background-color: var(--section-bg); }

.section-dark {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #d2d4e3;
  --section-color-2-rgb: 210.35, 212.1611111111, 226.65;
  --section-color-3: #b4b7cf;
  --section-color-3-rgb: 179.85, 183.49, 207.15;
  --section-color-4: #9196b9;
  --section-color-4-rgb: 145, 150.4545454545, 185;
  --section-bg: #1a214b;
  --section-bg-rgb: 26, 33, 75;
  background-color: var(--section-bg); }

.section-gray {
  --display-dark-logo: none;
  --display-light-logo: block;
  --section-color-1: #fff;
  --section-color-1-rgb: 255, 255, 255;
  --section-color-2: #dee4e7;
  --section-color-2-rgb: 222.15, 227.95, 230.85;
  --section-color-3: #c8d2d6;
  --section-color-3-rgb: 200.2, 210.4, 213.8;
  --section-color-4: #afb9c3;
  --section-color-4-rgb: 175, 185, 195;
  --section-bg: #596167;
  --section-bg-rgb: 89, 97, 103;
  background-color: var(--section-bg); }

.section-white {
  --section-bg: #fff;
  --display-dark-logo: block;
  --display-light-logo: none; }

.section-color-1 {
  color: var(--section-color-1); }

.section-color-2 {
  color: var(--section-color-2); }

.section-color-3 {
  color: var(--section-color-3); }

.section-color-4 {
  color: var(--section-color-4); }

.section-link {
  color: var(--section-color-1) !important; }
  .section-link:hover {
    text-decoration: underline; }

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

.bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.2, 1); }

.bg-video {
  overflow: hidden; }
  .bg-video > video {
    position: relative;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%); }

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices (only iOS supports -webkit-overflow-scrolling: touch) */
  .bg-img {
    background-attachment: initial !important; } }

.linear-gradient {
  background-image: linear-gradient(var(--gdir, 0deg), var(--cstart) var(--cstartpos, 0%), var(--cend) var(--cendpos, 100%)); }

.radial-gradient {
  background-image: radial-gradient(var(--gdir, circle), var(--cstart) var(--cstartpos, 0%), var(--cend) var(--cendpos, 100%)); }

.repeating-linear-gradient {
  background-image: repeating-linear-gradient(var(--gdir, 0deg), var(--cstart) var(--cstartpos, 0%), var(--cend) var(--cendpos, 100%)); }

.repeating-radial-gradient {
  background-image: repeating-radial-gradient(var(--gdir, circle), var(--cstart) var(--cstartpos, 0%), var(--cend) var(--cendpos, 100%)); }

.striped-linear-gradient,
.striped-radial-gradient {
  --cp1: var(--cstartpos, 0%);
  --cp3: var(--cendpos, 100%);
  --cp2: calc(var(--cp1) + ((var(--cp3) - var(--cp1)) * var(--cmidpos, 0.5))); }

.striped-linear-gradient {
  background-image: repeating-linear-gradient(var(--gdir, 0deg), var(--cstart) var(--cp1), var(--cstart) var(--cp2), var(--cend) var(--cp2), var(--cend) var(--cp3)); }

.striped-radial-gradient {
  background-image: repeating-radial-gradient(var(--gdir, circle), var(--cstart) var(--cp1), var(--cstart) var(--cp2), var(--cend) var(--cp2), var(--cend) var(--cp3)); }

.scrim-linear-gradient {
  background-image: linear-gradient(var(--gdir, 0deg), rgba(var(--cstart-rgb), 1) calc(0 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.738) calc(0.19 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.541) calc(0.34 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.382) calc(0.47 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.278) calc(0.565 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.194) calc(0.65 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.126) calc(0.73 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.075) calc(0.802 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.042) calc(0.861 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.021) calc(0.91 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.008) calc(0.952 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.002) calc(0.982 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0) calc(1 * var(--cendpos,100%))); }

.scrim-radial-gradient {
  background-image: radial-gradient(var(--gdir, center), rgba(var(--cstart-rgb), 1) calc(0 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.738) calc(0.19 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.541) calc(0.34 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.382) calc(0.47 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.278) calc(0.565 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.194) calc(0.65 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.126) calc(0.73 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.075) calc(0.802 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.042) calc(0.861 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.021) calc(0.91 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.008) calc(0.952 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0.002) calc(0.982 * var(--cendpos,100%)), rgba(var(--cstart-rgb), 0) calc(1 * var(--cendpos,100%))); }

.gradient-white {
  --cstart: #fff;
  --cstart-rgb: 255,255,255;
  --cend: #f7f7f9;
  --cend-rgb: 247,247,249; }

.gradient-black {
  --cstart: #000;
  --cstart-rgb: 0,0,0;
  --cend: #22262a;
  --cend-rgb: 34,38,42; }

.bg-primary {
  --bg-color: #3f51b5;
  --bg-color-rgb: 63,81,181; }

.gradient-primary {
  --cstart: #3f51b5;
  --cstart-rgb: 63, 81, 181;
  --cend: #303d89;
  --cend-rgb: 48, 61, 137; }

.gradient-primary-light {
  --cstart: #6e7bc7;
  --cstart-rgb: 110, 123, 199;
  --cend: #3f51b5;
  --cend-rgb: 63, 81, 181; }

.gradient-primary-hue {
  --cstart: #773598;
  --cstart-rgb: 119.2415254237, 53, 152;
  --cend: #3f51b5;
  --cend-rgb: 63, 81, 181; }

.gradient-primary-rev {
  --cstart: #303d89;
  --cstart-rgb: 48, 61, 137;
  --cend: #3f51b5;
  --cend-rgb: 63, 81, 181; }

.gradient-primary-light-rev {
  --cstart: #3f51b5;
  --cstart-rgb: 63, 81, 181;
  --cend: #6e7bc7;
  --cend-rgb: 110, 123, 199; }

.gradient-primary-hue-rev {
  --cstart: #3f51b5;
  --cstart-rgb: 63, 81, 181;
  --cend: #773598;
  --cend-rgb: 119.2415254237, 53, 152; }

.bg-secondary {
  --bg-color: #8d9ba9;
  --bg-color-rgb: 141,155,169; }

.gradient-secondary {
  --cstart: #8d9ba9;
  --cstart-rgb: 141, 155, 169;
  --cend: #6e7883;
  --cend-rgb: 110, 120, 131; }

.gradient-secondary-light {
  --cstart: #a6b1bc;
  --cstart-rgb: 166, 177, 188;
  --cend: #8d9ba9;
  --cend-rgb: 141, 155, 169; }

.gradient-secondary-hue {
  --cstart: #7d768e;
  --cstart-rgb: 125, 118, 142;
  --cend: #8d9ba9;
  --cend-rgb: 141, 155, 169; }

.gradient-secondary-rev {
  --cstart: #6e7883;
  --cstart-rgb: 110, 120, 131;
  --cend: #8d9ba9;
  --cend-rgb: 141, 155, 169; }

.gradient-secondary-light-rev {
  --cstart: #8d9ba9;
  --cstart-rgb: 141, 155, 169;
  --cend: #a6b1bc;
  --cend-rgb: 166, 177, 188; }

.gradient-secondary-hue-rev {
  --cstart: #8d9ba9;
  --cstart-rgb: 141, 155, 169;
  --cend: #7d768e;
  --cend-rgb: 125, 118, 142; }

.bg-success {
  --bg-color: #4caf50;
  --bg-color-rgb: 76,175,80; }

.gradient-success {
  --cstart: #4caf50;
  --cstart-rgb: 76, 175, 80;
  --cend: #3a853d;
  --cend-rgb: 58, 133, 61; }

.gradient-success-light {
  --cstart: #77c27a;
  --cstart-rgb: 119, 194, 122;
  --cend: #4caf50;
  --cend-rgb: 76, 175, 80; }

.gradient-success-hue {
  --cstart: #40937b;
  --cstart-rgb: 64, 147, 122.6127946128;
  --cend: #4caf50;
  --cend-rgb: 76, 175, 80; }

.gradient-success-rev {
  --cstart: #3a853d;
  --cstart-rgb: 58, 133, 61;
  --cend: #4caf50;
  --cend-rgb: 76, 175, 80; }

.gradient-success-light-rev {
  --cstart: #4caf50;
  --cstart-rgb: 76, 175, 80;
  --cend: #77c27a;
  --cend-rgb: 119, 194, 122; }

.gradient-success-hue-rev {
  --cstart: #4caf50;
  --cstart-rgb: 76, 175, 80;
  --cend: #40937b;
  --cend-rgb: 64, 147, 122.6127946128; }

.bg-info {
  --bg-color: #8a56bf;
  --bg-color-rgb: 138,86,191; }

.gradient-info {
  --cstart: #8a56bf;
  --cstart-rgb: 138, 86, 191;
  --cend: #6a4292;
  --cend-rgb: 106, 66, 146; }

.gradient-info-light {
  --cstart: #a57dce;
  --cstart-rgb: 165, 125, 206;
  --cend: #8a56bf;
  --cend-rgb: 138, 86, 191; }

.gradient-info-hue {
  --cstart: #a0487f;
  --cstart-rgb: 160, 72, 127.0349206349;
  --cend: #8a56bf;
  --cend-rgb: 138, 86, 191; }

.gradient-info-rev {
  --cstart: #6a4292;
  --cstart-rgb: 106, 66, 146;
  --cend: #8a56bf;
  --cend-rgb: 138, 86, 191; }

.gradient-info-light-rev {
  --cstart: #8a56bf;
  --cstart-rgb: 138, 86, 191;
  --cend: #a57dce;
  --cend-rgb: 165, 125, 206; }

.gradient-info-hue-rev {
  --cstart: #8a56bf;
  --cstart-rgb: 138, 86, 191;
  --cend: #a0487f;
  --cend-rgb: 160, 72, 127.0349206349; }

.bg-warning {
  --bg-color: #ee9B00;
  --bg-color-rgb: 238,155,0; }

.gradient-warning {
  --cstart: #ee9B00;
  --cstart-rgb: 238, 155, 0;
  --cend: #b47500;
  --cend-rgb: 180, 117, 0; }

.gradient-warning-light {
  --cstart: #f2b43f;
  --cstart-rgb: 242, 180, 63;
  --cend: #ee9B00;
  --cend-rgb: 238, 155, 0; }

.gradient-warning-hue {
  --cstart: #9fc800;
  --cstart-rgb: 159.1456582633, 200, 0;
  --cend: #ee9B00;
  --cend-rgb: 238, 155, 0; }

.gradient-warning-rev {
  --cstart: #b47500;
  --cstart-rgb: 180, 117, 0;
  --cend: #ee9B00;
  --cend-rgb: 238, 155, 0; }

.gradient-warning-light-rev {
  --cstart: #ee9B00;
  --cstart-rgb: 238, 155, 0;
  --cend: #f2b43f;
  --cend-rgb: 242, 180, 63; }

.gradient-warning-hue-rev {
  --cstart: #ee9B00;
  --cstart-rgb: 238, 155, 0;
  --cend: #9fc800;
  --cend-rgb: 159.1456582633, 200, 0; }

.bg-danger {
  --bg-color: #f44336;
  --bg-color-rgb: 244,67,54; }

.gradient-danger {
  --cstart: #f44336;
  --cstart-rgb: 244, 67, 54;
  --cend: #bd342a;
  --cend-rgb: 189, 52, 42; }

.gradient-danger-light {
  --cstart: #f66e64;
  --cstart-rgb: 246, 110, 100;
  --cend: #f44336;
  --cend-rgb: 244, 67, 54; }

.gradient-danger-hue {
  --cstart: #cd892d;
  --cstart-rgb: 205, 136.9122807018, 45;
  --cend: #f44336;
  --cend-rgb: 244, 67, 54; }

.gradient-danger-rev {
  --cstart: #bd342a;
  --cstart-rgb: 189, 52, 42;
  --cend: #f44336;
  --cend-rgb: 244, 67, 54; }

.gradient-danger-light-rev {
  --cstart: #f44336;
  --cstart-rgb: 244, 67, 54;
  --cend: #f66e64;
  --cend-rgb: 246, 110, 100; }

.gradient-danger-hue-rev {
  --cstart: #f44336;
  --cstart-rgb: 244, 67, 54;
  --cend: #cd892d;
  --cend-rgb: 205, 136.9122807018, 45; }

.bg-light {
  --bg-color: #eff1f3;
  --bg-color-rgb: 238.9052631579,241.1,243.2947368421; }

.gradient-light {
  --cstart: #eff1f3;
  --cstart-rgb: 238.9052631579, 241.1, 243.2947368421;
  --cend: #c7c8ca;
  --cend-rgb: 199, 200, 202; }

.gradient-light-light {
  --cstart: #f2f3f5;
  --cstart-rgb: 242, 243, 245;
  --cend: #eff1f3;
  --cend-rgb: 238.9052631579, 241.1, 243.2947368421; }

.gradient-light-hue {
  --cstart: #c9c9cc;
  --cstart-rgb: 201.375, 201, 204;
  --cend: #eff1f3;
  --cend-rgb: 238.9052631579, 241.1, 243.2947368421; }

.gradient-light-rev {
  --cstart: #c7c8ca;
  --cstart-rgb: 199, 200, 202;
  --cend: #eff1f3;
  --cend-rgb: 238.9052631579, 241.1, 243.2947368421; }

.gradient-light-light-rev {
  --cstart: #eff1f3;
  --cstart-rgb: 238.9052631579, 241.1, 243.2947368421;
  --cend: #f2f3f5;
  --cend-rgb: 242, 243, 245; }

.gradient-light-hue-rev {
  --cstart: #eff1f3;
  --cstart-rgb: 238.9052631579, 241.1, 243.2947368421;
  --cend: #c9c9cc;
  --cend-rgb: 201.375, 201, 204; }

.bg-dark {
  --bg-color: #1a214b;
  --bg-color-rgb: 26,33,75; }

.gradient-dark {
  --cstart: #1a214b;
  --cstart-rgb: 26, 33, 75;
  --cend: #131735;
  --cend-rgb: 19, 23, 53; }

.gradient-dark-light {
  --cstart: #5c617f;
  --cstart-rgb: 92, 97, 127;
  --cend: #1a214b;
  --cend-rgb: 26, 33, 75; }

.gradient-dark-hue {
  --cstart: #32163f;
  --cstart-rgb: 49.6785714286, 22, 63;
  --cend: #1a214b;
  --cend-rgb: 26, 33, 75; }

.gradient-dark-rev {
  --cstart: #131735;
  --cstart-rgb: 19, 23, 53;
  --cend: #1a214b;
  --cend-rgb: 26, 33, 75; }

.gradient-dark-light-rev {
  --cstart: #1a214b;
  --cstart-rgb: 26, 33, 75;
  --cend: #5c617f;
  --cend-rgb: 92, 97, 127; }

.gradient-dark-hue-rev {
  --cstart: #1a214b;
  --cstart-rgb: 26, 33, 75;
  --cend: #32163f;
  --cend-rgb: 49.6785714286, 22, 63; }

.bg-gray {
  --bg-color: #596167;
  --bg-color-rgb: 89,97,103; }

.gradient-gray {
  --cstart: #596167;
  --cstart-rgb: 89, 97, 103;
  --cend: #42484c;
  --cend-rgb: 66, 72, 76; }

.gradient-gray-light {
  --cstart: #848a8e;
  --cstart-rgb: 132, 138, 142;
  --cend: #596167;
  --cend-rgb: 89, 97, 103; }

.gradient-gray-hue {
  --cstart: #4e4b57;
  --cstart-rgb: 78.4285714286, 75, 87;
  --cend: #596167;
  --cend-rgb: 89, 97, 103; }

.gradient-gray-rev {
  --cstart: #42484c;
  --cstart-rgb: 66, 72, 76;
  --cend: #596167;
  --cend-rgb: 89, 97, 103; }

.gradient-gray-light-rev {
  --cstart: #596167;
  --cstart-rgb: 89, 97, 103;
  --cend: #848a8e;
  --cend-rgb: 132, 138, 142; }

.gradient-gray-hue-rev {
  --cstart: #596167;
  --cstart-rgb: 89, 97, 103;
  --cend: #4e4b57;
  --cend-rgb: 78.4285714286, 75, 87; }

.gradient-shade {
  --cend: rgba(var(--cstart-rgb), 0);
  --cend-rgb: var(--cstart-rgb); }

.bg-rev {
  transform: rotate(180deg);
  left: auto;
  right: 0;
  top: auto;
  bottom: 0; }

.bg-o-1 {
  opacity: 0.97; }

.bg-o-2 {
  opacity: 0.92; }

.bg-o-3 {
  opacity: 0.87; }

.bg-o-4 {
  opacity: 0.82; }

.bg-o-5 {
  opacity: 0.75; }

.bg-o-6 {
  opacity: 0.70; }

.bg-o-7 {
  opacity: 0.65; }

.bg-o-8 {
  opacity: 0.50; }

.bg-o-9 {
  opacity: 0.40; }

.bg-o-0 {
  opacity: 0.00; }

.bg-tint-1 .bg-overlay:not(.bg-divider) {
  opacity: 0.85 !important; }

.bg-tint-1:hover .bg-overlay:not(.bg-divider) {
  opacity: 0.7 !important; }

.bg-tint-1-rev .bg-overlay:not(.bg-divider) {
  opacity: 0.7 !important; }

.bg-tint-1-rev:hover .bg-overlay:not(.bg-divider) {
  opacity: 0.85 !important; }

.bg-tint-2 .bg-overlay:not(.bg-divider) {
  opacity: 0.7 !important; }

.bg-tint-2:hover .bg-overlay:not(.bg-divider) {
  opacity: 0.55 !important; }

.bg-tint-2-rev .bg-overlay:not(.bg-divider) {
  opacity: 0.55 !important; }

.bg-tint-2-rev:hover .bg-overlay:not(.bg-divider) {
  opacity: 0.7 !important; }

.bg-tint-3 .bg-overlay:not(.bg-divider) {
  opacity: 0.55 !important; }

.bg-tint-3:hover .bg-overlay:not(.bg-divider) {
  opacity: 0.4 !important; }

.bg-tint-3-rev .bg-overlay:not(.bg-divider) {
  opacity: 0.4 !important; }

.bg-tint-3-rev:hover .bg-overlay:not(.bg-divider) {
  opacity: 0.55 !important; }

.bg-blur {
  margin: -20px;
  filter: blur(10px); }

.custom-scrollbar {
  --overflow-x: hidden;
  --overflow-y: auto;
  --scrollbar-size: 14px;
  --scrollbar-track-color: transparent;
  --scrollbar-track-hover-color: rgba(0,0,0, 0.05);
  --scrollbar-thumb-color: rgba(0,0,0, 0.2);
  --scrollbar-thumb-hover-color: rgba(0,0,0, 0.3);
  --scrollbar-thumb-active-color: rgba(0,0,0, 0.4);
  overflow-x: var(--overflow-x, hidden) !important;
  overflow-y: var(--overflow-y, auto) !important; }

.custom-scrollbar::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size); }

.custom-scrollbar::-webkit-scrollbar:disabled {
  display: none; }

.custom-scrollbar::-webkit-scrollbar-track {
  background-clip: padding-box;
  background-color: var(--scrollbar-track-color);
  border: solid transparent;
  border-width: 0 0 0 4px; }

.custom-scrollbar::-webkit-scrollbar-track:horizontal {
  border-width: 4px 0 0; }

.custom-scrollbar::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover-color);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1); }

.custom-scrollbar::-webkit-scrollbar-track:horizontal:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

.custom-scrollbar::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-hover-color);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07); }

.custom-scrollbar::-webkit-scrollbar-track:horizontal:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-left-width: 6px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover-color);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25); }

.custom-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active-color);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); }

.custom-scrollbar::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-corner {
  cursor: pointer;
  background: transparent; }

.custom-scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0; }

.wkit .custom-scrollbar.custom-scrollbar-overlay {
  --overflow-x: overlay;
  --overflow-y: overlay; }

.custom-scrollbar.custom-scrollbar-overlay::-webkit-scrollbar {
  display: none; }

.custom-scrollbar.custom-scrollbar-overlay:hover::-webkit-scrollbar {
  display: block; }

.box-scale,
.box-rise {
  will-change: transform, box-shadow;
  transition-property: transform, box-shadow;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.2, 1);
  z-index: 1; }

.box-scale:hover {
  transform: scale(1.12);
  z-index: 2; }

.box-rise:hover {
  transform: translateY(-8px);
  z-index: 2; }
  .box-rise.shadow-sm:hover, .box-rise.shadow:hover, .box-rise.shadow-lg:hover {
    box-shadow: var(--box-shadow) !important; }
  .box-rise.shadow-sm:hover {
    --box-shadow: 0 6px 24px -5px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 5px 12px -5px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.17)); }
  .box-rise.shadow:hover {
    --box-shadow: 0 10px 40px -4px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.14)), 0 12px 28px -12px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.2)); }
  .box-rise.shadow-lg:hover {
    --box-shadow: 0 17px 70px -7px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.14)), 0 20px 48px -12px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.22)); }

.box-flat {
  transition-property: transform, color, box-shadow, background-color, background-image;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.2, 1); }
  .box-flat:not(:hover) {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    color: #393f46; }
    .box-flat:not(:hover) .bg-overlay:not(.bg-divider) {
      opacity: 0 !important; }
  .box-flat.box-flat-inverse:hover, .box-flat.box-flat-inverse:hover .g-icon > i {
    --box-color: #fff;
    --box-color-2: rgba(255, 255, 255, 0.85);
    color: var(--box-color) !important; }

.box-img-wrapper {
  position: relative;
  overflow: hidden; }

.box-img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.box-img-left .box-img,
.box-img-right .box-img {
  height: 100%; }

.box-img-scale,
.box-img-scale-rev {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  backface-visibility: hidden;
  will-change: transform; }

.box-img-scale {
  transform: scale3d(1, 1, 1); }

.box-img-scale-rev {
  transform: scale3d(1.12, 1.12, 1.12); }

.box-img-left,
.box-img-right {
  flex-flow: row; }

.box-img-top,
.box-img-bottom {
  flex-flow: column; }

.box-img-background .g-block-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

[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 > .bi + span:not(:empty),
.btn > i + em:not(:empty), .btn > .bi + em:not(:empty),
.nav-link > i + span:not(:empty),
.nav-link > .bi + span:not(:empty),
.nav-link > i + em:not(:empty),
.nav-link > .bi + em:not(:empty),
.menubar-link > i + span:not(:empty),
.menubar-link > .bi + span:not(:empty),
.menubar-link > i + em:not(:empty),
.menubar-link > .bi + em:not(:empty) {
  padding-left: 0.5em; }

.btn > span:not(:empty) + i, .btn > span:not(:empty) + .bi,
.btn > em:not(:empty) + i, .btn > em:not(:empty) + .bi,
.nav-link > span:not(:empty) + i,
.nav-link > span:not(:empty) + .bi,
.nav-link > em:not(:empty) + i,
.nav-link > em:not(:empty) + .bi,
.menubar-link > span:not(:empty) + i,
.menubar-link > span:not(:empty) + .bi,
.menubar-link > em:not(:empty) + i,
.menubar-link > em:not(:empty) + .bi {
  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: calc(var(--img-aspect-ratio, 1) * 100%);
  text-decoration: none !important;
  outline: none !important; }
  .img-center-container > img,
  .img-center-container > figure {
    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.8125rem; }

.popover-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600; }

.tooltip {
  font-size: 0.875rem; }

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

.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,
.rounded-top,
.rounded-right,
.rounded-bottom,
.rounded-left {
  --border-radius: 0.25rem;
  --border-radius-inner: calc(0.25rem - 1px); }

.rounded-sm {
  --border-radius: 0.2rem;
  --border-radius-inner: calc(0.2rem - 1px);
  border-radius: 0.2rem !important; }

.rounded-lg {
  --border-radius: 0.3rem;
  --border-radius-inner: calc(0.3rem - 1px);
  border-radius: 0.3rem !important; }

.rounded-xl {
  --border-radius: 0.6rem;
  --border-radius-inner: calc(0.6rem - 2px);
  border-radius: 0.6rem !important; }

.rounded-circle {
  --border-radius: 50%; }

.rounded-pill {
  --border-radius: 50rem;
  --border-radius-inner: calc(50rem - 1px);
  border-radius: 50rem; }

.rounded-0 {
  --border-radius: 0; }

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

.shadow,
.shadow-xs,
.shadow-sm,
.shadow-lg,
:root {
  --shadow-color-rgb: 0,0,0;
  --shadow-colorbase-rgb: 26, 33, 75;
  --shadow-intensity: 1; }

.shadow {
  --box-shadow: 0 6px 24px -5px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 5px 12px -5px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.17)); }

.shadow-xs {
  --box-shadow: 0 1px 8px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 1px 1px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.3));
  box-shadow: var(--box-shadow) !important; }

.shadow-sm {
  --box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15)); }

.shadow-lg {
  --box-shadow: 0 10px 40px -4px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.14)), 0 12px 28px -12px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.2)); }

.shadow-primary {
  --lightness: 47.8431372549%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 32, 41, 91 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-success {
  --lightness: 49.2156862745%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 38, 88, 40 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-info {
  --lightness: 54.3137254902%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 69, 43, 96 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-warning {
  --lightness: 46.6666666667%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 119, 78, 0 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-danger {
  --lightness: 58.431372549%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 122, 34, 27 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-dark {
  --lightness: 19.8039215686%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 13, 17, 38 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-gray {
  --lightness: 37.6470588235%;
  --shadow-intensity: 1.25 !important;
  --shadow-color-rgb: 45, 49, 52 !important;
  --shadow-colorbase-rgb: var(--shadow-color-rgb) !important; }

.shadow-light {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08); }

.hide {
  display: none; }

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

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

.fadeInUp {
  animation-name: fadeInUp; }

.fadeInDown {
  animation-name: fadeInDown; }

@media (max-width: 767.98px) {
  .mp-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) translate(var(--offset-x, 0), var(--offset-y, 0)); }

.flip-v {
  transform: scale(1, -1) translate(var(--offset-x, 0), var(--offset-y, 0)); }

.flip-hv {
  transform: scale(-1, -1) translate(var(--offset-x, 0), var(--offset-y, 0)); }

.rotate-90 {
  transform: rotate(90deg) translate(var(--offset-x, 0), var(--offset-y, 0)); }

.rotate-180 {
  transform: rotate(180deg) translate(var(--offset-x, 0), var(--offset-y, 0)); }

.rotate-270 {
  transform: rotate(270deg) translate(var(--offset-x, 0), var(--offset-y, 0)); }

@keyframes fade {
  0% {
    opacity: 0.2; }
  to {
    opacity: 1; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--beat-scale, 1.25)); } }

@keyframes throb {
  0% {
    opacity: .5;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes cylon {
  0% {
    transform: translateX(-25%); }
  to {
    transform: translateX(25%); } }

@keyframes cylon-vertical {
  0% {
    transform: translateY(25%); }
  to {
    transform: translateY(-25%); } }

.animate-fade {
  transform-origin: center;
  animation: fade var(--animation-duration, 0.75s) ease-in-out infinite alternate; }

.animate-spin {
  transform-origin: center;
  animation: spin var(--animation-duration, 2s) linear infinite normal; }

.animate-spin-reverse {
  transform-origin: center;
  animation: spin var(--animation-duration, 2s) linear infinite reverse; }

.animate-spin-pulse {
  transform-origin: center;
  animation: spin var(--animation-duration, 1s) steps(8) infinite normal; }

.animate-spin-pulse-reverse {
  transform-origin: center;
  animation: spin var(--animation-duration, 1s) steps(8) infinite reverse; }

.animate-beat {
  transform-origin: center;
  animation: beat var(--animation-duration, 0.75s) infinite ease-in-out; }

.animate-throb {
  transform-origin: center;
  animation: throb var(--animation-duration, 0.75s) ease-in-out infinite alternate; }

.animate-cylon {
  transform-origin: center;
  animation: cylon var(--animation-duration, 0.75s) ease-in-out infinite alternate; }

.animate-cylon-vertical {
  transform-origin: center;
  animation: cylon-vertical var(--animation-duration, 0.75s) ease-in-out infinite alternate; }

html:not(.edge) .parallax[data-parallax-type=content] {
  will-change: transform; }
  html:not(.edge) .parallax.parallax-smooth[data-parallax-type=content] {
    transition: transform 0.15s cubic-bezier(0.25, 0.57, 0.63, 0.8); }

.no-anims,
.no-anims * {
  transition-property: none !important;
  transition-duration: 0 !important;
  animation: none !important; }

.gloss {
  overflow: hidden;
  position: relative; }
  .gloss:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0));
    transition: transform .8s, opacity 0s;
    transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    opacity: 0;
    z-index: 100; }
  .gloss.active:before, .gloss.gloss-hover:hover:before, .gloss.gloss-focus:focus:before {
    transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 240%, 0);
    opacity: 1; }
  .gloss.gloss-tall:before {
    width: 142%; }
  .gloss.gloss-wide:before {
    transform: scale3d(1.8, 1.3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -240%, 0); }
  .gloss.gloss-fast:before {
    transition: transform .5s, opacity 0s; }
  .gloss.gloss-back:before {
    opacity: 1; }

.last-mb-0:last-child {
  margin-bottom: 0 !important; }

/* On/Off switch button
-------------------------------------------------------------- */
.switch {
  --switcher-w: 2.8125rem;
  --switcher-h: 1.40625rem;
  --switch-size: calc(var(--switcher-h) - 4px);
  --switch-bg-rgb: 238, 155, 0;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  user-select: none;
  box-sizing: content-box;
  font-size: 0.725em !important;
  width: var(--switcher-w);
  height: var(--switcher-h); }
  .switch.switch-blue {
    --switch-bg-rgb: 55, 160, 230; }
  .switcher-sm > .switch {
    --switcher-w: 2.625rem;
    --switcher-h: 1.3125rem; }
  .switch > .switch-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: 1.40625rem;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: background-color 0.2s cubic-bezier(0.54, 1.85, 0.5, 1), box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out; }
    .switch > .switch-toggle:before {
      position: absolute;
      left: 2px;
      top: 2px;
      content: ' ';
      width: calc(var(--switch-size) - 2px);
      height: calc(var(--switch-size) - 2px);
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      transition: left 0.2s cubic-bezier(0.54, 1.85, 0.5, 1); }
  .switch > input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0; }
  .switch > input[type=checkbox]:checked ~ .switch-toggle {
    background-color: rgba(var(--switch-bg-rgb), 1);
    border-color: rgba(var(--switch-bg-rgb), 1); }
    .switch > input[type=checkbox]:checked ~ .switch-toggle:before {
      left: calc(var(--switcher-w) - var(--switch-size) - 2px); }
  .switch > input[type=checkbox]:focus ~ .switch-toggle {
    box-shadow: 0 0 0 0.2rem rgba(var(--switch-bg-rgb), 0.25); }
  .switch > input[type=checkbox]:disabled ~ .switch-toggle,
  .switch > input[type=checkbox][readonly] ~ .switch-toggle {
    opacity: 0.5;
    cursor: default;
    border-color: transparent;
    box-shadow: none !important; }

.file-figure {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0; }

.file-icon,
.file-thumb {
  align-self: center;
  opacity: 0;
  transition: opacity 0.65s ease; }
  .file-icon.show,
  .file-thumb.show {
    opacity: 1; }

.file-icon {
  position: absolute; }

.file-thumb {
  position: relative;
  font-size: 1rem; }
  .file-thumb > img {
    position: relative;
    display: inline-block; }
  .file-thumb.show[data-type=video]:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .file-thumb.show[data-type=video]: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;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 2; }

.more-less {
  display: block;
  position: relative;
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  --tebg-start: rgba(var(--bg-color-rgb, 255,255,255), 0);
  --tebg-end: var(--bg-color, #fff); }
  .more-less .btn-text-expander {
    display: none;
    align-items: center;
    justify-content: var(--text-expander-justify-content, initial);
    position: absolute;
    color: inherit;
    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: var(--text-expander-height, 4.21875rem);
    background: linear-gradient(to bottom, var(--tebg-start), var(--tebg-end) 70%, var(--tebg-end) 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; }

.spa-layout #content {
  padding-bottom: 30px; }

input.form-control-plaintext {
  outline: 0; }

.datagrid-root {
  --dg-border-color: #dee2e6;
  --dg-header-bg: #eff1f3;
  --dg-footer-bg: #fff;
  --dg-pager-bg: #eff1f3;
  --dg-toolbar-bg: #eff1f3;
  --dg-row-bg: #fff;
  --dg-row-even-bg: #fff;
  --dg-row-hover-color: #f0f6fa;
  --dg-row-active-color: #f0f6fa;
  --dg-row-inactive-color: #f3f5f7;
  --dg-cell-padding: 13px 16px;
  --dg-cell-align: center;
  --dg-cell-justify: flex-start;
  --dg-search-width: 350px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--dg-border-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  flex-grow: 1;
  width: 100%; }

.datagrid {
  display: flex;
  flex-flow: row;
  height: 100%;
  opacity: 0;
  transform: scale(1.0124, 1.0124);
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1); }
  .datagrid.datagrid-ready {
    opacity: 1 !important;
    transform: scale(1, 1) !important; }

.datagrid-loader,
.dg-blocker {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.datagrid-loader {
  background-color: #fff; }
  .datagrid-ready + .datagrid-loader {
    display: none; }

.dg-grid {
  position: relative;
  display: flex;
  flex-flow: column;
  left: 0;
  width: 100%;
  transition-property: left, width;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 1; }
  .dg-search.show + .dg-grid {
    left: var(--dg-search-width);
    width: calc(100% - var(--dg-search-width)); }

[dir=rtl] .dg-search {
  right: 0px !important;
  direction: ltr !important;
  border-left: 1px solid var(--dg-border-color) !important;
  border-right: unset !important; }

[dir=rtl] .dg-search-body {
  direction: rtl !important; }

[dir=rtl] .dg-search-header {
  direction: rtl !important; }

[dir=rtl] .dg-grid {
  right: 0;
  transition-property: right, width !important; }

[dir=rtl] .dg-search.show + .dg-grid {
  right: var(--dg-search-width);
  width: calc(100% - var(--dg-search-width)); }

.dg-blocker {
  background-color: transparent; }

.dg-no-data > td {
  grid-column: 1 / -1; }

.dg-table-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: auto;
  background-color: #fff; }

.dg-table {
  position: relative;
  width: auto;
  min-width: 100%;
  background-color: #fff;
  display: grid;
  gap: 0; }
  .dg-table .dg-thead,
  .dg-table .dg-tbody,
  .dg-table .dg-tfoot,
  .dg-table .dg-tr {
    display: contents; }
  .dg-table .dg-th,
  .dg-table .dg-td {
    padding: 0;
    position: relative; }
  .dg-table .dg-td {
    background-color: var(--dg-row-bg); }
  .dg-table .dg-th {
    position: sticky;
    top: 0;
    background-color: var(--dg-header-bg);
    border-bottom: 1px solid var(--dg-border-color);
    z-index: 2;
    user-select: none;
    overflow-x: hidden; }
  .dg-table .dg-tbody > tr.even > td {
    background-color: var(--dg-row-even-bg); }
  .dg-table .dg-tr.active,
  .dg-table .dg-tr.dg-edit-row {
    --dg-row-bg: var(--dg-row-active-color) !important;
    --dg-row-even-bg: var(--dg-row-active-color) !important; }
  .dg-table .dg-tr.inactive {
    --dg-row-bg: var(--dg-row-inactive-color) !important;
    --dg-row-even-bg: var(--dg-row-inactive-color) !important; }
  .dg-table.dg-resizing {
    cursor: col-resize; }
  .dg-table .dg-tr-foot > td {
    background-color: var(--dg-footer-bg);
    background-color: #eceff1;
    z-index: 6;
    overflow-x: hidden; }
  .dg-table .dg-tr-foot.sticky > td {
    position: sticky !important;
    bottom: 0;
    border-top: 1px solid var(--dg-border-color); }

.dg-striped {
  --dg-row-even-bg: #f5f7f8; }

.dg-hover > .dg-tbody > .dg-tr:hover:not(.dg-no-data, .dg-tr-detail) {
  --dg-row-bg: var(--dg-row-hover-color);
  --dg-row-even-bg: var(--dg-row-hover-color); }

.dg-cell {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: var(--dg-cell-padding);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: flex;
  height: 100%;
  align-items: var(--dg-cell-align);
  justify-content: var(--dg-cell-justify); }
  .dg-cell.dg-cell-wrap {
    white-space: normal; }
    .dg-cell.dg-cell-wrap p:last-child {
      margin-bottom: 0; }

.dg-cell-spacer {
  padding-left: 0;
  padding-right: 0; }

.dg-icon + * {
  padding-left: 6px; }

.dg-cell-value {
  overflow: hidden;
  text-overflow: ellipsis; }

.dg-vborders > thead > tr > .dg-th,
.dg-vborders > tbody > tr > .dg-td {
  border-bottom: 1px solid var(--dg-border-color); }

.dg-hborders > thead > tr > .dg-th,
.dg-hborders > tbody > tr > .dg-td,
.dg-hborders > tfoot > tr > .dg-td {
  border-right: 1px solid var(--dg-border-color); }
  .dg-hborders > thead > tr > .dg-th:last-child,
  .dg-hborders > tbody > tr > .dg-td:last-child,
  .dg-hborders > tfoot > tr > .dg-td:last-child {
    border-right-width: 0; }

.dg-hborder-0 {
  border-right-width: 0 !important; }

.dg-toolbar {
  background-color: var(--dg-toolbar-bg);
  border-bottom: 1px solid var(--dg-border-color);
  padding: 0.375rem; }

.dg-toolbar .btn {
  position: relative;
  padding-left: 0.6rem;
  padding-right: 0.6rem; }

.dg-toolbar-group {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  vertical-align: middle;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid var(--dg-border-color); }
  .dg-toolbar-group.omega, .dg-toolbar-group:last-child {
    border-right-width: 0;
    padding-right: 0;
    margin-right: 0; }
  .dg-toolbar-group.omega {
    margin-left: auto; }

.dg-toolbar-badge {
  position: absolute !important;
  right: 2px;
  top: 2px !important;
  font-size: 10px; }

.dg-commands-toggle {
  display: flex; }

.dg-commands-dropdown .disabled,
.dg-toolbar .btn.disabled {
  pointer-events: none; }

.dg-search {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--dg-search-width);
  border-right: 1px solid var(--dg-border-color);
  transform: translateX(-30px);
  transition: all 0.2s ease-in-out;
  z-index: 0;
  overflow-y: auto; }
  .dg-search.show {
    opacity: 1;
    transform: translateX(0); }

.dg-search-header {
  display: flex;
  align-items: center;
  height: 49px;
  border-bottom: 1px solid var(--dg-border-color); }

.dg-table:not(.dg-resizing) .dg-sortable {
  cursor: pointer; }
  .dg-table:not(.dg-resizing) .dg-sortable:hover {
    background-color: rgba(0, 0, 0, 0.035); }
  .dg-table:not(.dg-resizing) .dg-sortable:active, .dg-table:not(.dg-resizing) .dg-sortable.show {
    background-color: rgba(0, 0, 0, 0.075); }

.dg-resize-handle {
  position: absolute;
  display: block;
  top: 0;
  right: -4px;
  bottom: 0;
  width: 10px;
  opacity: 0;
  transform: scaleX(0);
  cursor: col-resize;
  transition: all 0.2s ease-in-out; }
  .dg-resize-handle:after {
    position: absolute;
    content: ' ';
    width: 3px;
    top: 0;
    bottom: 0;
    left: 3px;
    background-color: var(--dg-border-color); }
  thead:hover .dg-resize-handle {
    opacity: 0.65;
    transform: scaleX(1); }
  .dg-resize-handle:hover, .dg-resizing .dg-resize-handle {
    opacity: 1 !important; }

.dg-drop-indicator {
  position: absolute;
  display: block;
  width: 10px;
  z-index: 9999;
  transform: translateX(-50%);
  pointer-events: none; }
  .dg-drop-indicator:before, .dg-drop-indicator:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .dg-drop-indicator:before {
    border-top: 5px solid #393f46;
    top: 0;
    transform: translateY(-200%); }
  .dg-drop-indicator:after {
    border-bottom: 5px solid #393f46;
    bottom: 0;
    transform: translateY(200%); }

.dg-col-pinned {
  position: sticky !important;
  overflow-x: visible !important;
  z-index: 5; }
  .dg-col-pinned.dg-th {
    z-index: 10; }
  .dg-col-pinned.alpha {
    left: 0; }
  .dg-col-pinned.alpha + .alpha {
    left: 48px; }
  .dg-col-pinned.omega {
    right: 0; }

.dg-col-selector {
  display: flex;
  justify-content: center; }
  .dg-col-selector .dg-cell + .dg-cell {
    padding-left: 8px; }

.dg-cell-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0; }

.dg-cell-selector-checkbox {
  cursor: pointer; }

.dg-cell-detail-toggle {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.12s ease-in-out; }
  .dg-cell-detail-toggle:hover, .dg-tr.expanded .dg-cell-detail-toggle {
    opacity: 1; }
  .dg-tr.expanded .dg-cell-detail-toggle > i {
    transform: rotate(90deg); }

.dg-edit-row .dg-cell {
  border-color: #3f51b5; }

.dg-edit-row .field-validation-valid {
  display: none; }

.dg-edit-row .input-validation-error {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: var(--danger);
  border: 1px solid #fccac7;
  padding: 4px 8px;
  border-radius: 2px;
  width: auto;
  transform: translateY(-120%);
  z-index: 1000;
  white-space: nowrap;
  text-overflow: ellipsis;
  --shadow-intensity: 0.75 !important; }

.dg-cell-edit {
  padding: 0 4px;
  justify-content: center !important;
  align-items: stretch !important;
  overflow: visible;
  flex-flow: column; }

.dg-cell-edit-controls {
  display: flex;
  justify-content: center; }
  .dg-cell-edit-controls > .select2 {
    width: 100%; }
  .dg-cell-edit-controls .select2-selection {
    --select2-caret-width: 1.5rem !important; }
  .dg-cell-edit-controls .numberinput-group {
    --ni-addon-width: 1.5rem !important; }

.dg-pager {
  padding: 4px;
  background-color: var(--dg-pager-bg); }

.dg-pager-top {
  border-bottom: 1px solid #dee2e6; }

.dg-pager-bottom {
  border-top: 1px solid #dee2e6; }

.dg-page {
  padding: 8px 6px;
  color: inherit; }

a.dg-page {
  padding: 5px 10px;
  font-weight: normal; }
  a.dg-page.disabled {
    pointer-events: none;
    opacity: 0.4; }

.dg-page-refresh-wrapper {
  border-right: 1px solid #dee2e6;
  text-align: center;
  margin-right: 6px; }

.dg-page-refresh {
  margin-right: 6px;
  margin-left: 2px; }

.dg-page-number.active {
  pointer-events: none; }

.dg-page-size-chooser + .dropdown-menu {
  min-width: initial; }

.dg-scrollable .dg-col-pinned.alpha {
  box-shadow: inset -1px 0 0 var(--dg-border-color);
  border-right: 1px solid var(--dg-border-color); }

.dg-scrollable .dg-col-pinned.omega {
  box-shadow: inset 1px 0 0 var(--dg-border-color);
  border-left: 1px solid var(--dg-border-color); }

.dg-scrollable .dg-col-pinned:before {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
  width: 10px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.05)); }

.dg-scrollable .dg-col-pinned.omega:before {
  right: initial;
  left: -10px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05)); }

.dg-page-number,
.dg-page-size-chooser,
span.dg-page {
  font-size: 13px; }

.dg-tools-dropdown {
  min-width: 250px;
  width: auto;
  max-height: 100vh;
  overflow-y: auto;
  font-size: 13px; }
  .dg-tools-dropdown .switch {
    padding-top: 5px;
    padding-bottom: 5px;
    --switcher-w: 2rem;
    --switcher-h: 1rem; }
  .dg-tools-dropdown select {
    height: 28px;
    padding: 0 4px; }

.dg-row-edit-commands {
  width: 100%;
  height: 100%; }
  .dg-row-edit-commands > .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    padding: 0 !important; }
    .dg-row-edit-commands > .btn > i {
      font-size: 10px !important; }

.dg-tools-columns {
  display: grid;
  grid-template-columns: minmax(100px, auto) minmax(100px, auto);
  grid-gap: 0 15px; }

.dg-column-toggle {
  max-width: 150px; }

[dir=rtl] .dg-page-refresh {
  border-left: 1px solid #dee2e6;
  border-right: none; }

[dir=rtl] .dg-col-pinned.alpha {
  left: initial;
  right: 0; }

[dir=rtl] .dg-col-pinned.omega {
  left: 0;
  right: initial; }

[dir=rtl] .dg-icon + * {
  padding-left: 0;
  padding-right: 6px; }

.select2-container--bootstrap {
  --border-radius: 0.25rem;
  --shadow-intensity: 0.75;
  --select2-caret-width: calc(calc(2.65625rem + 2px) - 2px);
  --select2-height: calc(2.65625rem + 2px);
  --select2-line-height: 1.5;
  --select2-padding-x: 1rem;
  --select2-padding-y: 0.625rem;
  --select2-font-size: 0.9375rem;
  --select2-multiple-padding: 0.2rem;
  --select2-choice-padding-x: 0.5rem;
  --select2-choice-padding-y: 0;
  --select2-choice-line-height: 1.7;
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
    \*------------------------------------*/
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 4's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /*------------------------------------*\
      #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
      Smartstore specific styles
	\*------------------------------------*/
  /*------------------------------------*\
    #RTL SUPPORT
    \*------------------------------------*/ }
  .select2-container--bootstrap .select2-selection {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: var(--border-radius);
    color: #596167;
    font-size: var(--select2-font-size);
    outline: 0; }
    .select2-container--bootstrap .select2-selection.input-sm, .form-control-sm + .select2-container--bootstrap .select2-selection, .input-group-sm .select2-container--bootstrap .select2-selection {
      --border-radius: 0.2rem;
      --select2-caret-width: calc(calc(2.3125rem + 2px) - 2px);
      --select2-padding-x: 0.75rem;
      --select2-padding-y: 0.5rem;
      --select2-height: calc(2.3125rem + 2px);
      --select2-line-height: 1.5;
      --select2-font-size: 0.875rem;
      --select2-multiple-padding: 0.125rem;
      --select2-choice-padding-x: 0.375rem;
      --select2-choice-line-height: inherit; }
    .select2-container--bootstrap .select2-selection.input-lg, .form-control-lg + .select2-container--bootstrap .select2-selection, .input-group-lg .select2-container--bootstrap .select2-selection {
      --border-radius: 0.3rem;
      --select2-caret-width: calc(calc(3.0833333333rem + 2px) - 2px);
      --select2-padding-x: 1.5rem;
      --select2-padding-y: 0.875rem;
      --select2-height: calc(3.0833333333rem + 2px);
      --select2-line-height: 1.3333333333;
      --select2-font-size: 1rem;
      --select2-choice-padding-x: 0.75rem; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: var(--border-radius);
    color: #596167;
    font-size: var(--select2-font-size);
    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 {
    --select2-option-indent: 1;
    --select2-option-padding-x-start: 1rem;
    --select2-option-padding-x-end: 1rem;
    --select2-option-padding-y: 0.625rem;
    padding-left: calc(var(--select2-option-padding-x-start) * var(--select2-option-indent));
    padding-right: var(--select2-option-padding-x-end);
    padding-top: var(--select2-option-padding-y);
    padding-bottom: var(--select2-option-padding-y); }
    .select2-container--bootstrap .select2-results__option[role=group] {
      padding: 0 !important;
      padding-top: 0.75em !important; }
    .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 {
      --select2-option-indent: 2; }
  .select2-container--bootstrap .select2-results__group {
    color: inherit;
    display: block;
    padding: 0.625rem 1rem;
    white-space: nowrap;
    font-weight: 600; }
    .select2-container--bootstrap .select2-results__group .select2-option {
      font-size: 0.9375rem;
      line-height: 1.5; }
  .select2-container--bootstrap.select2-container--focus .select2-selection {
    border-color: #abb4e2; }
  .select2-container--bootstrap.select2-container--open .select2-selection {
    --shadow-yoffset: 0.175;
    box-shadow: 0 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 0.12));
    border-color: #e9ecef;
    clip-path: inset(-200px -200px 0 -200px); }
  .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b:after {
    content: '\f077'; }
  .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 {
    --shadow-yoffset: 0.175;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: transparent;
    clip-path: inset(0 -200px -200px -200px); }
  .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: #f7f7f9; }
  .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 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 0.12));
    clip-path: inset(0 -200px -200px -200px);
    border-color: #e9ecef;
    overflow-x: hidden;
    margin-top: -1px;
    z-index: 1060; }
    .select2-container--bootstrap .select2-dropdown--above {
      clip-path: inset(-200px -200px 0 -200px);
      margin-top: 1px; }
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 320px;
    overflow-y: auto; }
  .select2-container--bootstrap .select2-selection--single {
    border-radius: var(--border-radius);
    height: var(--select2-height);
    line-height: var(--select2-line-height);
    padding: var(--select2-padding-y) var(--select2-padding-x);
    padding-right: calc(var(--select2-caret-width) + calc(var(--select2-padding-x) / 2));
    font-size: var(--select2-font-size);
    line-height: var(--select2-line-height);
    height: var(--select2-height); }
    .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: var(--select2-caret-width);
      border-radius: var(--border-radius);
      background-color: #f7f7f9;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        width: 10px;
        height: 10px;
        color: inherit; }
        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:after {
          position: absolute;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          line-height: 1;
          font-size: 10px;
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
          content: ""; }
    .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: var(--select2-height);
    display: flex;
    padding: var(--select2-multiple-padding); }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      display: block;
      line-height: var(--select2-line-height);
      list-style: none;
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0;
      padding: 0;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      align-items: center;
      justify-content: flex-start; }
    .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 {
      font-size: var(--select2-font-size);
      color: #596167;
      background: #f7f7f9;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-radius: calc(var(--border-radius) - 1px);
      cursor: default;
      padding: var(--select2-choice-padding-y) var(--select2-choice-padding-x);
      display: flex;
      align-items: center;
      margin: 0.2rem;
      line-height: var(--select2-choice-line-height); }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline > .select2-search__field {
      background: transparent;
      font-size: var(--select2-font-size);
      padding: 0 calc(var(--select2-choice-padding-x) / 2);
      line-height: var(--select2-choice-line-height);
      margin-top: 0;
      width: 100% !important;
      min-width: 5em;
      float: none; }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline:first-child > .select2-search__field {
      padding: 0 var(--select2-padding-x); }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      color: #8d9ba9;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: calc(var(--select2-padding-y) / 3);
      margin-top: -2px; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #393f46; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      position: absolute;
      float: none;
      right: 0;
      top: 0;
      margin-top: 0.3125rem;
      margin-right: 0.5rem; }
  .select2-container--bootstrap.select2-container--open .select2-selection,
  .select2-container--bootstrap.select2-container--open .select2-selection__arrow {
    background-color: #fff; }
  .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; }
    .select2-container--bootstrap .select2-results__option > .select2-option,
    .select2-container--bootstrap .select2-results__option > .select2-item-description {
      display: block;
      font-size: 0.875rem;
      padding-right: 10px; }
    .select2-container--bootstrap .select2-results__option > .select2-option:after {
      position: absolute;
      right: 8px;
      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: right;
      width: 18px;
      line-height: 1.5;
      visibility: hidden; }
    .select2-container--bootstrap .select2-results__option > .select2-item-description {
      font-weight: normal; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] > .select2-option:after {
      visibility: visible; }
    .select2-container--bootstrap .select2-results__option .select2-item-btn {
      position: relative;
      top: -3px;
      right: 6px;
      opacity: 0.0;
      transition: opacity 0.05s linear; }
      .select2-container--bootstrap .select2-results__option .select2-item-btn > a.btn {
        color: unset;
        width: 25px;
        height: 25px; }
        .select2-container--bootstrap .select2-results__option .select2-item-btn > a.btn > i {
          width: unset; }
    .select2-container--bootstrap .select2-results__option:hover .select2-item-btn {
      opacity: 1; }
    .select2-container--bootstrap .select2-results__option .select2-item-link {
      font-weight: 600;
      font-size: 0.9375rem;
      line-height: 1.5; }
  .select2-container--bootstrap .select2-dropdown--below .select2-results {
    border-top: 1px solid #e9ecef; }
  .select2-container--bootstrap .select2-dropdown--above .select2-results {
    border-bottom: 1px solid #e9ecef; }
  .select2-container--bootstrap .select2-search--dropdown {
    padding: 0 1rem 0.5rem 1rem;
    background-color: #fff; }
  .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.65625rem + 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;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: var(--border-radius);
      border-bottom-left-radius: var(--border-radius); }
  .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 {
    padding-right: calc(var(--select2-option-padding-x-start) * var(--select2-option-indent));
    padding-left: var(--select2-option-padding-x-end); }
  .select2-container--bootstrap > [dir="rtl"] .select2-results__option > .select2-option {
    padding-left: 10px;
    padding-right: initial; }
    .select2-container--bootstrap > [dir="rtl"] .select2-results__option > .select2-option:after {
      left: 8px;
      right: auto;
      text-align: left; }

/*------------------------------------*\
  #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-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; }

/* 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;
  min-height: 75px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.3rem;
  overflow: hidden;
  padding-right: 1.5rem; }
  .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 #8a56bf;
    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 #8a56bf;
    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 {
    display: none;
    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 {
  opacity: .35;
  margin: 0;
  position: absolute;
  width: 20px;
  text-align: center;
  top: 5px;
  right: 3px;
  outline: 0;
  font-size: 12px;
  vertical-align: middle; }

.ui-pnotify-sticker {
  font-size: 10px;
  top: 24px; }

.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: #8a56bf !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;
  margin-left: 2rem; }
  .pswp__button--close:focus, .pswp__button--close:hover, .pswp__button--close:active {
    background: #eff1f3; }

.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: 30px;
  padding: 0; }

.pswp__button--arrow--left {
  left: 0; }
  .pswp__button--arrow--left:before {
    content: "\f053";
    /* angle-left */ }

.pswp__button--arrow--right {
  right: 0; }
  .pswp__button--arrow--right:before {
    content: "\f054";
    /* 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); }

.pswp__item .video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 20%; }
  .pswp__item .video-container > video {
    outline: 0 !important;
    width: 100%;
    height: auto;
    max-width: 700px;
    max-height: 100%; }
  @media (min-width: 992px) {
    .pswp__item .video-container {
      left: 5%;
      right: 5%;
      top: 15%;
      bottom: 15%; }
      .pswp__item .video-container > video {
        width: auto;
        height: 100%;
        max-width: 100%;
        box-shadow: 0 6px 24px -5px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 5px 12px -5px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.17)); } }
.slick-loading .slick-list {
  background: #fff url("data:image/gif;base64,R0lGODlhIAAgALsAAP///9bW1rq6upeXl4GBgeHh4cTExPLy8rOzs1RUVAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAAACwAAAAAIAAgAAAEyBDISakhpurNJ/lVcXRaIFQfQQUsSR0fQqXTwQbu/OESLd2F3ETwGXhAgMJNSBl8TgAfkDkJEJyjTyK5nCgDwd9gkJkgnhpl7QaeGMZjnrXcYbea8HHYZd+v8kY5X34bbwM8gkwFUFSNVHYsNgYClJWNkCyVmoxCNwZAAZObjqRChCSnHIMuqzl2Ixo2bEyQFbWoiF8se7ptP6e6FK1cvj+7AF03sFSycnfBl8fId9PFgl3VXtiu0tlV1NyI3l6pHAeE26Vp1iQRACH5BAUKAAAALAAAAAAYABIAAARbEMhJKwg26wE4FYYWatNAENmgVp5knKilthksZMZKtQJMdoMRpQATpjoFianjkxQEAkxJV+klJQEo9FoYSH9YLegAzjzFZU32ltYcvu24O0Cvw8t2u7xQN9TlEQAh+QQFCgAAACwBAAAAHQAOAAAEYxDISWcYNestcQ7cVIDUYFJISAkC2QEeQMYcKxSTGdNqYOcaHsfAmp0OMFkFqSnYkBiM4DUREAjTQAA3ISJcXYrher1ptczDNHQhXy3nAlflJoBl5/vGSkg1tXMqA4EZcioqEQAh+QQFCgAAACwHAAAAGQARAAAEXBDICYqgOGtghMHfdhSYYFJDugVBeU7qyh6TecFDmBVsK9kSQ2wD6JEAwMIAsCRKjMjXEON7so6UQLO4zQSwGuwS4SQ2u2VQMO0U0NjweIZArxN0cLtdDqAn7AYRACH5BAUKAAAALA4AAAASABgAAARdEJgCqr04GAwC5ZKxWYYggOEIFOYJimoboHAVtGgKHO33ih2EQCUZDHKCw8U4IKKMAGguGj1Ol9brxaftdrO5o9hLsAxm3q6AexUQCAjy++0EBQZzAhiZd2kRdAARACH5BAUKAAAALA4AAAASAB4AAARyEIQDqr1Yhsxr+FdgGN23WeOZmZZIlmA1vhwLzJ0Xp6EgFJyCquDzqTqGooDWUf5yLSMUM5larYOsVgIdALxgb26bvZovFPNLcLYMjp0C4jLnCAhASbkzIPgvAl5wAAV+BExQd39mhmxXAYZnhmlXPhwRACH5BAUKAAAALA8AAQARAB8AAARmEMgJyqE4h5D72V24FSFVbFwpnaC6thPrSmhAliyq1qnK3rMCcEbECI5IgwrJFJSaAmVxSgwMBlLX9VrcbjvKnuSalTi5E+VAQmgDLrRQm0BBZ+aTdQlP5I/1dwQJGh1+LgYEZSoRACH5BAUKAAAALAgADgAYABIAAARaEMhJKwg4h2P71JrnZUZWiGiKBmoqCGxrvfQpT4dBC4YcDLbCLnYhCDoDS+BlAwwIhCSlMKiiDFCCTQowcD3Zo6fam2UpX6fVki2j0pIzmlBx18WTJPxGbEUAACH5BAUKAAAALAIAEgAdAA4AAARjEMhJqwXl0jK0LUGQXQJBCB4Vrodqvqm6htLwEkOQFug087dexmAJCATECUhXIiAoTwBqQAUcjoLRp6IDdLxggPEYm3wpVYnh2C2HwWceOVZtU8+Ada+Mx/u0Hm1oUW58eykRACH5BAUKAAAALAAADwAZABEAAARb0JBJCbg461vr/plEJRNonih6CGlrtN8Ag0iGFGgADoN+9ZtCYJjxsTA8GUDABAiHh0xUw8Mwj0+fifdaNi/DAO5jqFq/YOI2cy2qN+bzETMGdTEGwX2mEdQzEQAh+QQFCgAAACwBAAgAEQAYAAAEVDAQIoC9+Io5Tf4ANw0BiBkiYWbIVK0sLM90bd/4agxDzfOw3w+262EOrw/PczEIBKWA1FLIFJ6CA0BaAmG7XFAAewl/sFWLOfPsqqefgvs9h8kBEQAh+QQFCgAAACwAAAIADgAdAAAEZBDICYygeBIyMt5E4E0IOGrbdRom1VHg64pAQSAULhdj8Mojg0R4AhxUxd5gyQRKms2MbwlgJq8Y2ikgEGgxha7YYxEbDlLzpBBAS8JeSmDOk7gnh3mg7tHzM2xzRXpJgkkHfxEAOw==") center center no-repeat; }

img.slick-loading {
  opacity: 0; }

.gal-box .slick-arrow,
.gal-box .gal-arrow {
  font-size: 1.25rem; }

.gal-box .slick-arrow.slick-disabled,
.gal-box .gal-arrow.gal-disabled {
  opacity: 0.2;
  background: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: default; }

.gal-box .gal-nav .gal-arrow {
  line-height: 1;
  padding: 0;
  margin: 3px 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.3rem 0.3rem 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.3rem 0 0 0.3rem;
  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 {
  right: 0;
  left: auto;
  border-radius: 0.3rem 0 0 0.3rem;
  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.3rem 0.3rem 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;
  display: none !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
------------------------------------*/
.fu-container {
  position: relative; }
  .fu-container.dz-highlight .dropzone-container, .fu-container.dz-drag-hover .dropzone-container {
    border-color: #3f51b5 !important;
    background-color: #f7f8fc !important;
    pointer-events: none; }
  .fu-container > .dz-preview {
    display: none !important; }
  .fu-container .fu-message {
    cursor: pointer; }
  .fu-container.xl .fu-message {
    font-size: 1rem !important; }
  .fu-container.xl .dropzone-file-info,
  .fu-container.xl .fu-fileupload {
    justify-content: center;
    text-align: center; }
  .fu-container:not(.xl) .dropzone-target {
    padding: 10px; }
  .fu-container .fu-progress:not(.list) {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0; }
    .fu-container .fu-progress:not(.list) .progress {
      height: 0.25rem;
      background: transparent;
      margin: 0;
      border-radius: 0;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      box-shadow: none; }
      .fu-container .fu-progress:not(.list) .progress .progress-bar {
        background-color: #3f51b5;
        transition: width 0.25s ease, background-color 0.25s ease; }
    .fu-container .fu-progress.success:not(.list) {
      transition-delay: 0.4s; }
    .fu-container .fu-progress.success:not(.list) .progress-bar {
      background-color: #4caf50 !important; }
  .fu-container .customer-avatar-lg {
    display: block; }
  .fu-container .empty {
    font-weight: normal !important;
    color: #8d9ba9 !important; }

.dropzone-container {
  pointer-events: initial !important;
  transition: all .2s;
  align-items: center;
  display: flex;
  position: relative;
  border: 2px dashed #ced4da !important;
  background: #f7f7f9 !important;
  border-radius: 5px; }
  .dropzone-container.fullscreen {
    position: relative;
    width: 100%;
    height: 100%; }
    .dropzone-container.fullscreen .fu-message {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
  .dropzone-container.hide {
    display: none; }
  .dropzone-container .dropzone {
    border: none;
    background: none;
    width: 100%;
    padding: 20px; }
  .dropzone-container .fu-fileupload,
  .dropzone-container .fu-message {
    font-size: 1rem;
    align-self: center;
    color: var(--primary-dark); }
  .dropzone-container .dz-preview, .dropzone-container .dz-message {
    display: none; }
  .dropzone-container .fu-thumb {
    position: relative;
    margin: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    min-width: 90px; }
    .xl .dropzone-container .fu-thumb {
      min-width: 120px;
      width: 120px;
      height: 120px; }
    .dropzone-container .fu-thumb.empty {
      border: 2px dashed #ced4da; }
      .dropzone-container .fu-thumb.empty .file-icon {
        color: rgba(0, 0, 0, 0.12); }
    .dropzone-container .fu-thumb .file-figure {
      max-width: 100%;
      max-height: 100%; }
      .dropzone-container .fu-thumb .file-figure .file-thumb {
        display: flex;
        align-self: auto;
        justify-content: center; }
    .dropzone-container .fu-thumb .file-img {
      max-width: 100%;
      max-height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15)); }
  .dropzone-container .fu-controls {
    flex-grow: 1;
    overflow: hidden; }
  .dropzone-container .fu-remove {
    display: none;
    min-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem; }
    .dropzone-container .fu-remove:hover {
      background-color: rgba(244, 67, 54, 0.2); }
    .dropzone-container .fu-remove .fu-remove-icon {
      margin-top: -2px; }

.fu-file-preview {
  margin: 0 10px 10px 0;
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  background: #eff1f3;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  .fu-file-preview .main-pic-badge {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; }
  #product-edit .fu-file-preview:first-child .main-pic-badge {
    display: block; }
  .fu-file-preview .file-figure {
    min-width: 150px;
    max-width: calc(150px / 9 * 16);
    height: 150px; }
    .fu-file-preview .file-figure .file-icon:not(.show) {
      display: none; }
    .fu-file-preview .file-figure .file-img {
      max-width: 100%;
      max-height: 150px;
      height: 150px;
      object-fit: contain; }
  .fu-file-preview .toolbar {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background-color: #f7f7f9;
    visibility: hidden;
    transition: visibility 0.1s;
    border-top: 1px solid #b0bac3;
    z-index: 2;
    cursor: default; }
    .fu-file-preview .toolbar > .btn {
      border-radius: 0 !important; }
  .fu-file-preview .fu-file-info-container {
    position: absolute;
    transition: opacity .3s;
    opacity: 0;
    visibility: visible;
    background-color: rgba(63, 81, 181, 0.7);
    z-index: 2; }
    .fu-file-preview .fu-file-info-container .drag-gripper {
      width: fit-content;
      cursor: move;
      z-index: 10; }
      .fu-file-preview .fu-file-info-container .drag-gripper .drag-icon {
        width: 2.75rem;
        height: 2.75rem;
        line-height: 2.75rem; }
    .fu-file-preview .fu-file-info-container .fu-file-info-name {
      z-index: 2;
      padding: 0 0.5rem;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      line-height: 1.3;
      max-height: calc(0.9375rem * 1.3 * 3);
      max-width: 100%;
      overflow: hidden;
      word-break: break-all;
      margin-bottom: .75rem; }
    .fu-file-preview .fu-file-info-container .fu-preview-control-menu {
      z-index: 5;
      margin-top: -6px; }
      .fu-file-preview .fu-file-info-container .fu-preview-control-menu > * {
        margin-top: 6px; }
  .fu-file-preview:hover:not(.sortable-ghost) {
    border: 1px solid #ced4da; }
    .fu-file-preview:hover:not(.sortable-ghost) .toolbar {
      visibility: visible; }
    .fu-file-preview:hover:not(.sortable-ghost) .fu-preview-overlay {
      visibility: visible;
      opacity: .5; }
    .fu-file-preview:hover:not(.sortable-ghost) .fu-file-info-container {
      opacity: 1;
      backdrop-filter: blur(2px); }
  .fu-file-preview:not(.dz-success) .drag-gripper, .fu-file-preview:not(.dz-success) .fu-preview-control-menu, .fu-file-preview.dz-processing .drag-gripper, .fu-file-preview.dz-processing .fu-preview-control-menu {
    visibility: hidden !important; }
  .fu-file-preview.sortable-ghost .toolbar {
    visibility: hidden; }

#duplicate-window .remaining-file-counter {
  float: right;
  padding-top: 10px; }

#duplicate-window .file-display {
  border: 1px solid #ced4da; }
  #duplicate-window .file-display .file-info {
    overflow: hidden; }
  #duplicate-window .file-display .file-figure {
    width: 100px;
    height: 80px;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center; }
  #duplicate-window .file-display .file-img {
    width: 100px;
    height: 80px;
    object-fit: cover; }
  #duplicate-window .file-display .file-date {
    white-space: nowrap;
    overflow: hidden; }

.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.25rem !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[border='0']:not(.table-bordered) {
    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[border='0']:not(.table-bordered) td,
    .note-editor .note-editable table[border='0']:not(.table-bordered) th {
      border: 1px dashed #bbb; }

@media (max-width: 991.98px) {
  html {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  html {
    font-size: 16px; } }

html {
  width: 100%;
  height: 100%; }

body {
  background: #f7f7f9;
  overflow-x: hidden; }
  body.popup {
    padding: 1.25rem;
    background: #fff; }
  body.bare {
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0;
    overflow-y: auto;
    overflow-x: hidden; }

.touchevents body:not(.has-sticky-content) #page {
  overflow-x: hidden; }

#header {
  background-color: #ffffff; }

#content-wrapper {
  min-height: 300px;
  padding-top: 10%; }

#store-section .navbar {
  margin-top: 6% !important; }

#megm-section .navbar {
  margin-top: 6% !important; }

.main-navbar {
  position: absolute; }

.site-primary-color {
  color: #000000 !important; }

.site-secondary-color {
  color: #8a56bf !important; }

.header-language-color {
  color: #121212 !important; }

@media only screen and (min-width: 1300px) {
  /* styles for browsers larger than 960px; */
  #content-wrapper {
    padding-top: 8% !important; }
  #store-section .navbar {
    margin-top: 4% !important; }
  #megm-section .navbar {
    margin-top: 4% !important; } }

#content {
  margin-top: var(--content-margin-top, 0rem);
  margin-bottom: var(--content-margin-bottom, 1.5rem); }

.page-main {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  min-height: 100vh; }

@media screen and (min-width: 992px) {
  .header-sec {
    position: fixed !important;
    background-color: white !important;
    width: 100% !important;
    z-index: 100 !important; } }

@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: 1265px; } }
@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: calc(1.305rem + 0.66vw); }
  @media (min-width: 1200px) {
    .block:not(:last-child) {
      margin-bottom: 1.8rem; } }
.block .block-title {
  font-size: calc(1.275rem + 0.3vw);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  @media (min-width: 1200px) {
    .block .block-title {
      font-size: 1.5rem; } }
  .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);
  border-radius: 0.25rem; }
  .block.block-boxed .block-title > * {
    font-weight: normal; }

.block.block-boxed .block-title {
  color: #8d9ba9;
  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-color: #ffffff !important; }

.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;
  transform: translateX(0);
  opacity: 1;
  transition-property: opacity, transform, margin-left;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-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;
  width: 100%; }

.shopbar-button {
  min-width: 60px; }
  .shopbar-button .shopbar-button-icon {
    font-size: 18px;
    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: #121212;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (min-width: 992px) {
    .shopbar-button {
      height: calc(2.65625rem + 2px); }
      .shopbar-button .shopbar-button-icon {
        font-size: 18px; }
      .shopbar-button .top-nav-slider {
        display: block; } }
@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%; }
  .van-bg-image {
    display: none !important; }
  .page-title .search-hitcount {
    display: none !important; }
  #shopbar-cart {
    width: 25% !important; }
  .container-div-mob {
    overflow-x: auto;
    overflow-y: visible; }
  .content-mob {
    min-width: 70px;
    margin-left: unset !important; }
  .payment-op-div input {
    margin-top: 0.3rem !important; }
  .shopbar-tools-new {
    justify-content: unset !important; }
  .shopbar-button-icon-new {
    display: contents !important; }
  .shopbar-light .shopbar-button {
    width: 100% !important; }
  .shopbar-button {
    text-align: center; }
    .shopbar-button .shopbar-button-label {
      display: none !important; }
    .shopbar-button .shopbar-button-label-sm {
      display: block;
      color: #393f46;
      margin-top: 2px; }
  .top-nav-slider {
    display: none; }
  .advertisement-larg {
    display: none; }
  .advertisement-small {
    display: block !important; }
  .label-cart-amount {
    right: 0 !important; }
  .header-sec {
    background-color: #000000; }
  .shopbar-tools > div {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .shopbar-tools > div:first-child {
    border-right: none; }
  .shopbar-tool-inv {
    flex-direction: row-reverse; }
  .cart-mob {
    content: url("/Themes/GoJaddy/wwwroot/images/cart-mob.png"); }
  .heart-mob {
    content: url("/Themes/GoJaddy/wwwroot/images/heart-mob.png"); }
  .compare-mob {
    content: url("/Themes/GoJaddy/wwwroot/images/compare-mob.png"); }
  .user-mob {
    content: url("/Themes/GoJaddy/wwwroot/images/user-mob.png"); }
  .icm-menu {
    color: #393f46 !important; }
  #ocm-language-selector select, #ocm-currency-selector select {
    border-radius: 7px;
    border: 2px solid #7474741F;
    height: calc(2.15625rem + 2px) !important;
    padding: 0.225rem 1rem !important; }
  .shopbar-tool-inv > div {
    width: 25% !important; }
  #shopbar-cart {
    width: 60px !important; }
  #shopbar-cart > a {
    width: 60px !important; }
  .btn-search-new {
    background-color: #000000 !important;
    border-color: #000000 !important;
    margin: 0.32rem 0.3rem !important;
    width: calc(1.7rem + 1px) !important;
    height: calc(1.7rem + 1px) !important; }
  .shopbar-button .shopbar-button-icon > i {
    font-size: 15px !important; } }

.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;
    color: #121212; }
  .shopbar-button .shopbar-button-label {
    font-size: .78rem;
    line-height: 2.5;
    vertical-align: top; }

.shopbar-light .shopbar-button {
  color: #393f46 !important;
  width: 20px;
  /*&:hover {
            border-color: rgba(#000, 0.12) rgba(#000, 0.12) rgba(#000, 0.12);
            box-shadow: 0 1px 0 rgba(#fff, 0.15) inset, 
                        0 1px 1px rgba(#000, 0.075);
        }

        &:active, .open &, .show & {
            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: #ffffff; }
  .menubar-section .abbreviation {
    text-transform: uppercase; }

.menubar {
  display: flex;
  flex-direction: row;
  padding: 0; }

.menubar-group {
  display: flex;
  margin-left: 1rem; }

.menubar-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  padding: 1.25em 0.8em;
  text-decoration: none !important;
  text-transform: uppercase; }
  .menubar-link > .menubar-icon {
    font-size: 1.5rem; }

.menubar-group--special {
  font-weight: 600; }

.menubar-light.menubar-section {
  border-bottom: 1px solid #121212; }

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

.top-navbar-nav {
  display: flex;
  margin-bottom: 0;
  list-style: none; }

.top-navbar-nav > li {
  margin-inline-end: 20px;
  font-size: 15px; }

.top-menu-link {
  text-decoration: none;
  color: #393f46 !important; }

.total {
  text-decoration: none;
  color: #393f46 !important; }

.top-menu-link:hover {
  text-decoration: none; }

.total:hover {
  text-decoration: none; }

.top-navbar-nav .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.9375rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 0.15rem; }

.top-nav-item.selected {
  border-bottom: 4px solid rgba(255, 103, 1, 0.25);
  padding-bottom: 5px; }

.top-nav-item > .selected {
  color: #8a56bf;
  font-weight: bold; }

.shopbar-tools i {
  color: #393f46 !important; }

.dropdown-item > i, .dropdown-item > .bi, .dropdown-item > img {
  margin-left: 0.5rem; }

.shopbar-tool-inv > div {
  width: 45px; }

#shopbar-cart {
  width: 100px; }

#shopbar-cart > a {
  width: 100px; }

.btn-search-new {
  margin: 0.2rem 0.3rem !important;
  width: calc(2rem + 1px) !important;
  height: calc(2rem + 1px) !important;
  line-height: calc(2rem + 2px) !important;
  background-color: #000000;
  border-color: #000000; }

#footer {
  background: #000000; }

.footer-newsletter {
  background-color: #F3FBFF;
  padding: 3rem 15rem; }

.newsletter-title {
  color: #000;
  font-size: 25px !important; }

#newsletter-email, .newsletter-btn {
  background-color: #F3FBFF;
  border: none;
  font-size: 17px !important; }

.newsletter-btn {
  font-weight: bold;
  cursor: pointer;
  color: #8a56bf;
  font-size: 16px !important; }

.NewsletterBox {
  border-bottom: 1px solid #000; }

.footer-social-wrapper {
  padding: 2rem 0; }

.footer-main-wrapper {
  padding-top: 2.5rem; }

.footer-icon-nav {
  margin-inline-end: 15px; }

.footer-contact-us {
  margin-top: 12px;
  margin-inline-end: 16px !important; }

.footer-contact-us:last-child {
  margin-inline-start: 30px !important; }

.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: 0rem 0 3rem;
  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-bottom: 1px solid black;
    margin-top: -1px; }
  .footer-inverse .nav-collapsible {
    border-top-color: #1a1a1a;
    border-bottom-color: #1a1a1a; }
  .footer-main .footer-title {
    margin-bottom: 0; }
  .footer-newsletter {
    padding: 3rem 1rem; }
  .footer-header > div {
    padding: .5rem 0; }
  .footer-header > div:first-child {
    text-align: center;
    padding: 1.5rem 0; }
  #footer-scroll-top {
    display: none; }
  .footer-separate {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-top: 1.25rem !important; }
  .btn-help {
    margin-top: 5px !important; }
  .footer-logo-bg {
    display: none; }
  #separate1 {
    display: block !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    background-color: #F6F7F8 !important; }
  .footer-app {
    display: flex;
    justify-content: center;
    padding: 1rem 0rem; }
  .footer-social {
    padding: 1rem 0rem; }
  .footer-app > a {
    margin-inline-end: 1rem; }
  .footer-copyright {
    flex-direction: row-reverse;
    font-size: 11px !important; }
  .footer-bottom-items {
    flex-direction: column-reverse; }
  .footer-bottom-items > div {
    justify-content: center;
    text-align: center;
    margin-bottom: 0.5rem; }
  .mobile-logo {
    display: block !important; }
  .footer-links:first-child {
    padding: 0px 20px; }
  .footer-links:first-child > div, .footer-links:first-child > h3, .footer-links:first-child > h6 {
    margin-bottom: 8px; }
  .footer-contact-us {
    margin-bottom: 7px; }
  .footer-contact-us:last-child {
    margin-inline-start: 1px !important; }
  .footer-social {
    text-align: center; } }

.footer-light {
  color: #ffffff;
  /*.footer-bottom-wrapper {
        background: rgba(#000, 0.03);
        color: lighten($footer-color-muted, 5%);
        a { color: $ftmh; }
    }*/ }
  .footer-light .footer-title {
    color: #ffffff; }
  .footer-light a.footer-link,
  .footer-light a.menu-link {
    color: #ffffff; }
    .footer-light a.footer-link:hover,
    .footer-light a.menu-link:hover {
      color: #b3b3b3; }
  .footer-light .btn-social:not(:hover):not(:active):not(:focus) {
    background-color: #000000;
    color: #000000; }
  .footer-light .btn-help:not(:hover):not(:active):not(:focus) {
    background-color: #000000;
    color: #fff; }

.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-inverse .gdpr-consent .form-control-plaintext {
    color: #fff; }
    .footer-inverse .gdpr-consent .form-control-plaintext a {
      color: rgba(255, 255, 255, 0.5); }
      .footer-inverse .gdpr-consent .form-control-plaintext a:hover {
        color: rgba(255, 255, 255, 0.7); }

.footer-social .btn-social, .btn-help {
  display: inline-block;
  border-color: transparent !important;
  box-shadow: none;
  margin: 0 0.4rem; }

.footer-social .btn {
  padding: 0.225rem 0.5rem !important;
  margin-bottom: 15px;
  width: 30px;
  text-align: center; }

#footer-scroll-top {
  position: absolute;
  bottom: 28rem;
  right: 1rem;
  /*    background-color: $footer-social-help-bg !important;
    border-color: $footer-social-help-bg !important;
*/ }
  #footer-scroll-top.in {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1; }

.footer-separate {
  opacity: 0.2;
  background-color: #F6F7F8;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.25rem !important; }

.list-unstyled {
  padding: 0px !important;
  font-size: 11px; }

#footer-categories ul {
  display: table;
  width: 100%; }

#footer-categories ul > li {
  display: inline-block;
  padding: 3px; }

.footer-copyright {
  font-size: 12px; }

.ready-to-help-body {
  font-size: 20px !important; }

.ready-to-help-msg {
  font-size: 13px !important; }

.footer-contact-us-title, .nav-title {
  font-size: 14px !important; }

.footer-contact-us-msg {
  font-size: 17px !important; }

.nav-details {
  font-size: 11px !important; }

.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.5rem; }
  .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: 0.75rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    position: absolute;
    right: 0.625rem;
    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 .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 .offcanvas-menu-body {
  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;
  display: block;
  font-size: 1rem;
  position: relative;
  margin-top: 14px; }
  #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.animating:after,
  #offcanvas-menu .ocm-item.has-children.animating: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 {
    /*include active-list-item(5px, $ocm-selected-color);*/ }

#offcanvas-menu .ocm-nav .ocm-back {
  padding-left: 0; }
  #offcanvas-menu .ocm-nav .ocm-back .fa {
    font-size: 1rem;
    vertical-align: text-bottom;
    padding-right: .425rem;
    margin-top: 5px; }
  #offcanvas-menu .ocm-nav .ocm-back a {
    color: #747474; }

#offcanvas-menu .ocm-nav .show-current-node {
  font-weight: 600;
  color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
  margin-inline-start: 60px; }

#offcanvas-menu .ocm-info {
  padding: 0 1.6rem; }
  #offcanvas-menu .ocm-info .ocm-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 {
        padding: 10px;
        width: 85px;
        height: 85px;
        border: 1px solid #e5e5e5; }
  #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;
  padding: 20px; }

#offcanvas-menu .manufacturer-container .show-all-manufacturers {
  padding: 1rem;
  border-bottom: 0; }

#offcanvas-menu .ocm-item-show-more {
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px; }

.ocm-custom {
  width: 30%; }

#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;
  padding: 0;
  align-items: unset;
  justify-content: unset; }

#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 .ocm-menu .ocm-item.has-children.animating:after {
  max-height: 18px; }

/*
body > .select2-container,
body > .select2-container .select2-dropdown {
    // one higher than .offcanvas-overlay
    z-index: $offcanvas-z-index + 1;
}
*/
.header-msg {
  color: #121212;
  font-size: 11px; }

.header-email {
  color: #121212; }

.ocm-info-nav {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 !important;
  margin-top: 15px; }

.ocm-info-nav li {
  font-size: 13px; }

.ocm-info-nav li:first-child {
  margin-top: 14px;
  margin-inline-start: 5px; }

.ocm-link-color {
  color: #262626 !important; }

@media (max-width: 991.98px) {
  .menubar-caret {
    color: white !important; } }

.megamenu-section .navbar {
  background: #ffffff;
  padding-top: 0px;
  padding-inline-start: 40px;
  position: absolute;
  z-index: 2000;
  width: 77rem; }

.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.9375rem;
    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.8125rem; }
    .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 #e9ecef;
      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(255, 255, 255, 0), #ffffff 40%, #ffffff 100%) !important; }

.megamenu .megamenu-nav.omega > .megamenu-nav-btn {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 40%, #ffffff 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 .mega-menu-dropdown,
  .megamenu-container .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(var(--y, -16px));
    transition: transform 0.2s ease, opacity 0.275s ease-out;
    will-change: transform; }
    .megamenu-container .mega-menu-dropdown.show,
    .megamenu-container .dropdown-menu.show {
      visibility: visible;
      transform: translateY(0);
      opacity: 1; }
  .megamenu-container .show .mega-menu-dropdown,
  .megamenu-container .show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
  .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;
      pointer-events: none; }
      .megamenu-container .megamenu-dropdown-container .picture-container > a {
        pointer-events: initial;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
    .megamenu-container .megamenu-dropdown-container .below-preview-pic-text {
      margin: 10px;
      font-size: 0.875rem; }
    .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.875rem;
    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.875rem; }
  .megamenu-container .inline-container {
    line-height: 1.25rem; }
    .megamenu-container .inline-container .mega-menu-subitem {
      font-size: 0.875rem;
      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-section {
    display: none !important; }
  .see-all-stores {
    position: relative !important;
    margin: 70px 0px !important; }
  .node-div-custom {
    padding: 0px; }
  .node-div, .node-div-custom {
    /* display: flex !important; */
    flex-direction: column !important;
    width: 100%; }
  .node-list {
    display: block !important; }
  .node-list > li {
    display: block !important; }
  .store-image-div {
    text-align: center !important;
    padding: 5px; }
  .store-item > div {
    font-size: 16px !important; }
  .ads-div {
    text-align: center !important;
    padding-top: 10px !important; } }

.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 .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 {
  line-height: 1; }
  .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; } }

.store-menu {
  border-inline-end: 1px solid rgba(112, 112, 112, 0.23); }

#store-section .navbar {
  padding: 0 !important; }

.store-nav {
  width: 100%; }

.store-nav .selected {
  border: 2px solid #000000;
  border-radius: 7px;
  color: #000000;
  padding: 7px; }

.store-item {
  width: 100%;
  cursor: pointer;
  margin-top: 25px; }

.store-item > div {
  width: 50%;
  font-size: 14px; }

.store-item > div:hover {
  color: #000000; }

.store-item > div:last-child {
  text-align: end;
  margin-inline-end: 7px; }

.store-nav .selected > div:last-child {
  margin-inline-end: 0px; }

.see-all-stores {
  border: 2px solid rgba(116, 116, 116, 0.3);
  border-radius: 7px;
  margin: 10px;
  text-align: center;
  color: #747474;
  margin-top: 90px;
  position: absolute;
  bottom: 0px;
  width: 260px; }

.see-all-stores > a {
  color: #747474;
  text-decoration: none; }

.see-all-stores > a:hover {
  text-decoration: none; }

.store-details {
  min-width: 550px;
  min-height: 300px; }

.store-item-btn > i {
  display: none; }

.store-item-btn i:first-child {
  display: block; }

.ads-div {
  text-align: end;
  padding-top: 40px; }

.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;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  box-shadow: none;
  transition-property: background-color, color, box-shadow, border;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-right: 60px; }
  .instasearch-term:hover:not(:focus):not(:active) {
    background-color: #e9e9e9; }
  .instasearch-term:hover, .instasearch-term:focus, .instasearch-term:active {
    box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15)); }
  .instasearch-term:focus, .instasearch-term:active {
    background-color: #e9e9e9;
    border-color: #e9e9e9; }
  @media (min-width: 992px) {
    .instasearch-term {
      background-color: #e9e9e9; } }
.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-form:not(.open) .instasearch-term {
  border-radius: 50rem; }

.instasearch-form:not(.open) .instasearch-button {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem; }

.instasearch-form.open > .instasearch-term {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e9e9e9 !important; }

.instasearch-form.open > .instasearch-button {
  border-bottom-right-radius: 0; }

.instasearch-drop {
  position: absolute;
  display: none;
  left: 1px;
  right: 1px;
  top: 100%;
  margin-top: -1px;
  min-width: calc(100% - 2px);
  max-width: calc(100% - 2px);
  min-height: 50px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 calc(1px * var(--shadow-yoffset, 1)) 50px 0 rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity, 1) * 0.12));
  background-color: #fff;
  z-index: 1100;
  border-radius: 0 0 0.25rem 0.25rem; }
  .instasearch-drop.open {
    display: block;
    clip-path: inset(0 -50px -50px -50px); }

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

.search-div {
  border: 1px solid #ced4da;
  border-radius: 50rem;
  background-color: #e9e9e9; }
  .search-div:hover:not(:focus):not(:active) {
    background-color: #e9e9e9; }
  .search-div:hover, .search-div:focus, .search-div:active {
    box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15)); }
  .search-div:focus, .search-div:active {
    background-color: #e9e9e9;
    border-color: #e9e9e9; }
  @media (min-width: 992px) {
    .search-div {
      background-color: #e9e9e9; } }
.search-div {
  height: 40px;
  /*width: 270px;*/ }

.search-div > div:first-child {
  width: 80%; }

.search-div > div:last-child {
  text-align: end;
  width: 20%; }

.form-control:focus {
  background-color: #e9e9e9; }

.instasearch-term-new {
  border: none;
  margin: .1rem 0.8rem;
  background-color: #E9E9E9;
  height: 33px; }

.icm-magnifier {
  font-size: 15px; }

@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;
    right: auto; }
  .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: #596167;
  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;
  padding-right: 1rem;
  font-size: 1rem;
  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: 0.9375rem;
  line-height: 1;
  color: #393f46;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: transform 0.3s ease; }

.facet-toggle.collapsed:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "+"; }

.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.3333333333px;
  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.9375rem;
    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; }

@media (max-width: 991.98px) {
  .search-div {
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .search-div > div:first-child {
    width: 75%; }
  .search-div > div:last-child {
    text-align: end;
    width: 25%; }
  .shop-logo .brand {
    text-align: start; }
  .next-store, .prev-store {
    margin-top: -33% !important;
    top: unset !important; }
  .rounded-circle-prev-store {
    background-color: unset !important; }
  .rounded-circle-next-store {
    background-color: unset !important; }
  .rounded-circle-next-store {
    right: 2% !important; }
  .rounded-circle-prev-store {
    left: 2% !important; }
  .store-div-Parent {
    margin-top: -9% !important; } }

.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; }
  .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 {
    padding-left: 0.25rem;
    padding-right: 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 {
  padding: 2rem; }

.artlist-actions {
  margin-bottom: 1rem; }

.artlist-action {
  padding: 0 0.25rem; }
  .artlist-action label {
    font-size: 0.875rem;
    margin-bottom: 0.35rem; }
  .artlist-action .form-group {
    margin-bottom: 0; }
  .artlist-action .btn {
    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: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.artlist-action--pager .btn-pager-next {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

@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.25rem; }
    .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 #dee2e6; }
      .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 {
  --art-font-size: 0.875rem;
  --art-font-size-sm: 0.8125rem;
  --art-font-size-xs: 0.8125rem;
  position: relative;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  z-index: 3;
  border-collapse: collapse;
  font-size: var(--art-font-size); }

.art {
  position: relative;
  min-height: 1px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid transparent;
  background: transparent;
  margin-top: -1px;
  margin-left: -1px;
  border-collapse: collapse;
  border-radius: 0.2rem; }
  .art.active {
    background: #fff;
    border-color: rgba(0, 0, 0, 0) !important;
    box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15)); }

.art-picture-block {
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden; }

.category-img {
  width: 105px;
  height: 105px;
  border-radius: 15px; }

.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: 1rem;
  top: 0.4rem;
  z-index: 10; }

.art-badge {
  display: block;
  float: left;
  clear: both;
  position: relative;
  font-weight: normal;
  font-size: 0.85rem;
  border-radius: 4px !important;
  padding-right: 0.85rem;
  margin-bottom: 0.2rem;
  background-color: #8a56bf !important; }

.art-data-block,
.art-info-block {
  position: relative; }

.art-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem; }

.art-brand {
  color: #8d9ba9;
  text-transform: uppercase; }

.art-name {
  box-sizing: content-box;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.3; }
  .art-name > a {
    color: #393f46; }

.art-genericname {
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis; }
  .art-genericname > a {
    color: #393f46; }

.art-description {
  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;
  color: #8d9ba9;
  text-decoration: line-through;
  margin-inline-start: 20px; }

.art-pangv {
  color: #8d9ba9;
  padding-top: 0.25rem; }

.art-shipsurcharge {
  color: #f44336;
  padding-top: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.art-legalinfo {
  color: #8d9ba9; }

.art-info-group {
  margin-bottom: 0.5rem; }

.art-drop {
  --shadow-yoffset: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15));
  padding-top: 1px;
  clip-path: inset(0 -20px -20px -20px);
  border-radius: 0 0 0.2rem 0.2rem;
  overflow: hidden;
  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; }

.fa-exchange {
  color: #000000 !important; }

.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;
  margin-inline-start: -6px;
  border-radius: 50%; }
  .art-color-opt:hover {
    outline: 1px solid rgba(0, 0, 0, 0.3); }

.art-more-opts {
  color: #8d9ba9; }

.art-variant-info > * + * {
  margin-top: 0.4rem; }

.art-attrs {
  margin-top: -0.5rem;
  margin-bottom: 1rem; }
  .art-attrs td {
    padding: 1px 0; }
  .art-attrs td:first-child {
    padding-right: 0.75rem;
    font-weight: 600; }

.art-name,
.art-genericname {
  font-size: var(--art-font-size); }

.art-brand,
.art-description,
.art-shipsurcharge,
.art-more-opts,
.art-attrs {
  font-size: var(--art-font-size-sm); }

.art-pangv,
.art-legalinfo,
.art-delivery-info {
  font-size: var(--art-font-size-sm); }

.artlist-lines {
  --art-font-size: 0.9375rem;
  --art-font-size-sm: 0.875rem;
  padding: 20px; }
  .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: 1px solid #E1E5EB;
    border-radius: 7px;
    margin-bottom: 20px;
    padding-bottom: 10px !important; }
  .artlist-lines .art-data-block {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-inline-end: 20px;
    margin-left: 0;
    margin-right: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .artlist-lines .art-picture-block {
    width: 80px !important;
    max-width: 100px; }
  .artlist-lines .art-actions-block {
    width: 30%;
    text-align: end !important;
    /*padding-left: $grid-gutter-width / 1.5;*/ }
  .artlist-lines .art-actions-block > div:last-child {
    position: absolute;
    bottom: 0;
    width: inherit; }
  .artlist-lines .art-description {
    margin-bottom: 1rem; }
  .artlist-lines .art-info-block {
    display: block;
    position: relative;
    min-height: 1px;
    width: 70%;
    max-width: 100%;
    padding: 0px 30px; }
  .artlist-lines .art-brand,
  .artlist-lines .art-rating {
    font-size: var(--art-font-size-xs);
    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 {
    margin-bottom: 0.5em; }
  .artlist-lines .art-price {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem; }
    @media (min-width: 1200px) {
      .artlist-lines .art-price {
        font-size: 1.5rem; } }
  .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%;
      padding: 6px;
      /*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: 100%; } }
  .artlist-lines .delivery-time {
    white-space: normal; }
  .artlist-lines .delivery-date-block {
    padding-top: 0.25rem; }

.artlist-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0; }
  .artlist-grid.artlist:not(.artlist-boxed)::after {
    position: relative;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 1px; }
  .artlist-grid .art {
    border-bottom-color: #dee2e6;
    display: flex;
    flex-flow: column;
    background: #FFFFFF;
    border: 1px solid #E1E5EB;
    border-radius: 7px;
    margin-inline-start: 15px;
    margin-bottom: 15px; }
  .artlist-grid .art {
    flex: 0 0 23%;
    max-width: 23%; }
  .artlist-grid.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem); }
  .artlist-grid .art-name,
  .artlist-grid .art-description {
    overflow: hidden;
    text-overflow: ellipsis; }
  .artlist-grid .art-name {
    height: calc(var(--art-font-size) * 1.3 * 2); }
  .artlist-grid .art-description {
    height: calc(var(--art-font-size-sm) * 1.3 * 2); }
  .artlist-grid.artlist-boxed .art-price-block {
    height: calc(var(--art-font-size-sm) * 1.3 * 2); }
  .artlist-grid .art-delivery-info,
  .artlist-grid .art-pangv {
    box-sizing: content-box;
    min-height: calc(var(--art-font-size) * 1.3);
    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: calc(var(--art-font-size-sm) * 1.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .artlist-grid .art-oldprice {
    min-height: calc(var(--art-font-size) * 0.925); }
  .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 23%;
      max-width: 23%; }
    .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(25% - 1rem);
      max-width: calc(25% - 1rem); }
    .artlist-grid.artlist-8-cols .art {
      flex: 0 0 23%;
      max-width: 23%; }
    .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 23%;
      max-width: 23%; }
    .artlist-grid.artlist-5-cols.artlist-boxed .art {
      flex-basis: calc(25% - 1rem);
      max-width: calc(25% - 1rem); }
    .artlist-grid.artlist-6-cols .art {
      flex: 0 0 23%;
      max-width: 23%; }
    .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 23%;
      max-width: 23%; }
    .artlist-grid.artlist-8-cols.artlist-boxed .art {
      flex-basis: calc(25% - 1rem);
      max-width: calc(25% - 1rem); } }
  @media (min-width: 992px) {
    .artlist-grid.artlist-3-cols .art, .artlist-grid.artlist-4-cols .art {
      flex: 0 0 23%;
      max-width: 23%; }
    .artlist-grid.artlist-3-cols.artlist-boxed .art, .artlist-grid.artlist-4-cols.artlist-boxed .art {
      flex-basis: calc(25% - 1rem);
      max-width: calc(25% - 1rem); }
    .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
      flex: 0 0 23%;
      max-width: 23%; }
    .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 23%;
      max-width: 23%; }
    .artlist-grid.artlist-8-cols.artlist-boxed .art {
      flex-basis: calc(25% - 1rem);
      max-width: calc(25% - 1rem); } }
  @media (min-width: 1200px) {
    .artlist-grid.artlist-4-cols .art {
      flex: 0 0 23%;
      max-width: 23%; }
    .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 23%;
      max-width: 23%; }
    .artlist-grid.artlist-5-cols.artlist-boxed .art {
      flex-basis: calc(25% - 1rem);
      max-width: calc(25% - 1rem); }
    .artlist-grid.artlist-6-cols .art {
      flex: 0 0 23%;
      max-width: 23%; }
    .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 23%;
      max-width: 23%; }
    .artlist-grid.artlist-8-cols.artlist-boxed .art {
      flex-basis: calc(25% - 1rem);
      max-width: calc(25% - 1rem); } }
  .artlist-grid.artlist-boxed .art {
    margin: 0 0.5rem 1rem 0.5rem;
    box-shadow: 0 2px 16px -2px rgba(var(--shadow-colorbase-rgb), calc(var(--shadow-intensity) * 0.12)), 0 2px 3px -2px rgba(var(--shadow-color-rgb), calc(var(--shadow-intensity) * 0.15));
    background: #F3FBFF;
    border-radius: 7px;
    border: 1px solid #E1E5EB; }

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

.faceted-search > div {
  background-color: #f9f9f9 !important;
  border: none;
  margin-bottom: 30px;
  padding: 5px 10px;
  border-radius: 4px; }

.not-added-to-the-cart-btn {
  border: 1px solid #000000;
  border-radius: 7px;
  margin-left: 10px;
  background: #ffffff;
  color: #000000; }

.added-to-the-cart-btn {
  margin-left: 10px; }

.artlist-lines .floating > .art-rating {
  position: relative; }

.added-to-the-cart-btn {
  border: 1px solid #000000;
  background: #000000; }

.not-added-to-the-cart-btn:hover {
  background: #000000;
  color: #ffffff; }

.added-to-the-cart-btn:hover {
  background: #ffffff;
  color: #000000; }

.compare-btn-cart {
  width: 30%;
  background: #FAFBFB;
  border: navajowhite;
  border-radius: 7px;
  margin-inline-start: 5px;
  margin-inline-end: 5px;
  align-items: center; }

.heart-cart {
  color: white;
  border-radius: 50%;
  background-color: rgba(18, 18, 18, 0.43);
  padding: 0.35rem 0.5rem !important; }

.action-cart-div {
  text-align: end;
  margin-bottom: 50px;
  padding: 0px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-right: 0px !important; }

.image-list {
  width: 87px !important;
  height: 87px !important; }

.badge-list {
  left: 1rem; }

.rate-div-list {
  margin-top: 20px; }

.art-picture-div {
  margin-inline-start: 10px; }

.art-description, .art-name {
  text-align: end; }

.art-description, .art-name, .art-rating, .art-price-block {
  padding: 0px 5px; }

.wish-list-normal {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0.5rem;
  top: 0.4rem;
  z-index: 10; }

.compare-btn-cart, .buy-cart-btn {
  padding: 5px;
  height: 35px;
  font-size: 15px; }

.artlist-sub-categories .art-genericname {
  margin-bottom: 0.7rem;
  font-size: 16px; }

.product-list-container .art-picture-block img {
  width: 100%; }

.slick-track .art {
  border-bottom-color: #dee2e6;
  display: flex;
  flex-flow: column;
  background: #FFFFFF;
  border: 1px solid #E1E5EB;
  border-radius: 7px;
  margin-inline-start: 15px;
  margin-bottom: 15px;
  min-height: 375px; }

.product-list-container .art, .slick-track .art, .recently-added-products-page .art {
  padding-bottom: 50px; }

.artlist-lines .art {
  position: relative;
  padding: 15px 3px 3px 10px; }

.filter-div, .categories-mobile {
  display: none !important; }

.mob-cat-menu {
  display: none !important; }

.filter-div > div {
  color: #000000;
  width: 50%;
  font-size: 18px; }

.search-hitcount {
  text-align: end;
  margin-inline-end: 3rem;
  width: max-content !important; }

.filter-txt {
  color: #22262A;
  margin: 7px; }

.mf-dropdown .fa-caret-down {
  margin-inline-start: 15px;
  margin-left: 0px !important; }

.mf-dropdown .btn-artlist-action {
  padding: 0.625rem 0.5rem !important; }

.artlist-action--viewmode > a {
  background-color: #F3FBFF; }

.artlist-action--viewmode > a .fa-border-all {
  color: #8a56bf; }

.mf-dropdown em, .mf-dropdown span {
  color: #000000 !important; }

.category-name {
  font-size: 17px;
  color: #22262A;
  margin-top: 10px; }

.custom-pager > a {
  border: 1px solid #747474;
  text-align: center;
  margin-inline-end: 3px;
  margin-inline-start: 3px; }

.custom-pager-item {
  width: 40px !important;
  height: 40px !important; }

.custom-pager-item.selected {
  background-color: #8a56bf;
  color: #fff;
  border: 1px solid #8a56bf; }

.custom-filters {
  margin-left: 15px;
  margin-right: 15px; }

.custom-filters > div:first-child {
  width: 25%; }

.custom-filters > div:last-child {
  width: 75%; }

.catmenu .list-group-item {
  background-color: #f9f9f9 !important;
  border: none;
  border-radius: 4px; }

.catmenu > div {
  width: 100%;
  display: flex; }

.catmenu > div > .select-cat:first-child {
  width: 80%; }

.catmenu > div > .select-cat:last-child {
  width: 20%;
  text-align: end; }

.catmenu > div > div:first-child {
  width: 100%; }

.catmenu > div > div:last-child {
  width: 100%;
  text-align: start; }

#StoreHeaderDiv img {
  width: -webkit-fill-available !important; }

.artlist-lines .art-badges {
  left: 0rem; }

.badge {
  border: none !important;
  padding: 2px 10px 5px !important; }

.filter-left {
  display: none; }

.mf-dropdown .btn-artlist-action {
  height: 37px;
  padding: 4px !important; }

.artlist-action--viewmode > a {
  height: 37px;
  padding: 6px 11px !important; }

#StoreHeaderDiv .art {
  padding: 0px; }

#StoreHeaderDiv .artlist {
  margin-bottom: 0rem; }

.breadcrumb-item.active {
  color: #393f46 !important; }

.breadcrumb-item > a {
  color: #8d9ba9; }

.breadcrumb-container {
  background-color: #F6F7F8;
  padding: 15px 80px; }

.list-group-item.active {
  color: #000000 !important; }

.prev-store .fa-arrow-left {
  content: "\f060" !important; }

@media (max-width: 767.98px) {
  .artlist-grid .art {
    flex: 0 0 47.5% !important;
    max-width: 100% !important;
    margin-inline-start: 7px !important; }
  .artlist-lines .art {
    display: block !important; }
  .artlist-lines .art-data-block {
    display: block !important;
    padding-inline-end: 1px; }
  .artlist-lines .art-info-block {
    display: block;
    width: 100%;
    padding: 0px 10px; }
  .art-picture-div {
    margin-inline-start: 0px; }
  .wish-list-normal {
    width: 35px;
    height: 35px; }
  .art-name {
    margin-top: 10px; }
  .heart-cart {
    padding: 0.5rem 0.65rem !important; }
  .artlist-sub-categories .art {
    flex: 0 0 44% !important;
    max-width: 44% !important; }
  .artlist-grid.artlist-boxed {
    margin-left: 0rem;
    margin-right: 0.5rem; }
  .faceted-search {
    margin-inline-start: 15px !important;
    margin-inline-end: 15px !important;
    margin-top: 1rem; }
  .faceted-search > div:first-child {
    background-color: #ffffff !important;
    margin-bottom: 15px !important; }
  .filter-div {
    display: flex !important; }
  .categories-mobile {
    display: block !important; }
  .categories-mobile .catmenu {
    margin-inline-start: 0px !important; }
  .mob-cat-menu {
    display: block !important; }
  .product-list-container .artlist-actions {
    margin: 10px 15px; }
  .page-title {
    margin: 20px; }
  .artlist-lines .badge-list {
    left: 1rem !important; }
  .artlist-lines .action-cart-div {
    position: absolute;
    top: -125px;
    right: 5px; }
  .action-cart-div > a:first-child {
    width: 79% !important; }
  .action-cart-div > a:last-child {
    width: 20% !important; }
  .compare-btn-cart {
    margin-inline-start: 2px !important; }
  .search-hitcount {
    margin-inline-end: 1rem;
    text-align: center; }
  .custom-artlist-action-group {
    display: none; }
  .custom-filters {
    display: block !important;
    margin-left: 0px;
    margin-right: 0px; }
  .custom-filters > div:first-child {
    width: 100%; }
  .custom-filters > div:last-child {
    width: 100%; }
  .custom-filters .artlist-actions {
    justify-content: start !important; }
  .mf-dropdown .custom-pager-item {
    border-radius: 50% !important; }
  .custom-pager-item {
    border-radius: 50% !important; }
  .search-hitcount {
    margin-top: -1rem !important; }
  .mob-filter-div {
    border: 1px solid #000000;
    border-radius: 4px; }
  .mf-dropdown .mob-filter {
    background: white;
    border: 1px solid #000000;
    color: #000000; }
  .artlist-sub-categories {
    margin-top: 0.7rem; }
  .custom-pageing-div {
    display: block !important; }
  .custom-pageing-div .artlist-action-group {
    justify-content: center !important; } }

.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-tabs > .nav-tabs {
    justify-content: center; }

.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: calc(1.3rem + 0.6vw);
  font-weight: bold; }
  @media (min-width: 1200px) {
    .pd-name {
      font-size: 1.75rem; } }
.pd-name-sm {
  font-size: 1.25rem;
  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%;
  border-radius: 0.25rem; }

.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: 170px;
    min-width: 90px; }
  .row.pd-offer-actions .quote-request {
    width: 100%; }
    .row.pd-offer-actions .quote-request .quote-request-hotline {
      text-align: center;
      padding-top: .75rem; }

.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.875rem;
  color: #abadb1; }

.pd-tierprices .table {
  background-color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
  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.9375rem;
  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.875rem; }

.deliverytime-group .delivery-time {
  vertical-align: top;
  padding-left: 0.4rem; }

.delivery-time,
.delivery-date-block {
  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-offer .delivery-date-block {
  padding-top: 0.5rem; }

.delivery-date > b {
  font-weight: 600; }

.pd-actions-container {
  margin-top: 15px;
  padding-top: 15px; }

.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;
    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;
    text-decoration: none;
    color: inherit;
    height: 100%;
    justify-content: center;
    align-items: center; }
    .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); }

.gal-box {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed; }

.gal {
  position: relative; }

.gal-item {
  position: relative;
  margin: 0; }

.gal-item-viewport {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  text-align: center;
  overflow: hidden;
  outline: none !important; }

.gal-item-content {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 513px;
  height: 497px;
  max-width: 100%;
  max-height: 100%; }

.gal.slick-initialized,
.gal-nav.gal-initialized {
  opacity: 1; }
  .gal.slick-initialized .gal-item-content,
  .gal-nav.gal-initialized .gal-item-content {
    display: flex; }
  .gal.slick-initialized img.gal-item-content,
  .gal-nav.gal-initialized img.gal-item-content {
    display: inline-block; }

.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: 560px;
  opacity: 0;
  text-align: center; }

.gal-nav .gal-list {
  position: relative;
  overflow-y: hidden; }

.gal-nav .gal-track {
  position: relative;
  transition: transform 0.25s ease-in-out; }

.gal-nav .gal-item {
  padding: 4px 2px; }
  .gal-nav .gal-item .file-icon {
    font-size: 2rem; }

.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.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.gal-nav .gal-item-content {
  padding: 3px; }

.gal-nav-cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 1rem;
  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: 1.75rem;
      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 .pangv {
    font-size: 0.875rem;
    color: #8d9ba9; }
  .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; }
  .offcanvas-cart-external-checkout > div:not(:empty) {
    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; }

.cart-head {
  display: none; }

.cart-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 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;
  font-size: 16px !important; }

.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.65625rem + 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.9375rem; }

@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; }
  .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; }
  .cart-div {
    display: block !important; } }

@media (min-width: 992px) {
  .cart-item-img {
    max-width: 100px; }
  .cart-editable .cart-col-qty {
    text-align: center;
    min-width: 120px; }
  .cart-div {
    display: flex !important; } }

.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-col-qty .numberinput {
  background-color: #F3FBFF; }

.cart-col-qty i {
  color: #000000 !important; }

.numberinput-centered > .numberinput-stepper {
  opacity: 1 !important; }

.card {
  border: none !important; }

.cart-body .cart-row > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

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

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

.costep.active .costep-icon {
  border-color: #ee9B00;
  background-color: #fff;
  color: #393f46; }

.costep.active .costep-label {
  font-weight: bold;
  color: #393f46; }

.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, .checkout-data .opt-info .opt-form .switch {
    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-name-sh {
    margin-left: unset !important; }
  .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: -1px; }
  .accordion .card-title {
    margin: 0;
    position: relative; }
    .accordion .card-title .collapse-chevron {
      font-size: 14px;
      margin-right: 1rem;
      opacity: 0.6;
      transition: transform 0.35s; }
    .accordion .card-title .card-title-link {
      position: relative;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.125rem;
      display: block;
      padding: 1.25rem;
      display: inline-flex;
      align-items: center;
      width: 100%;
      transition: background-color 0.25s, color 0.25s; }
      .accordion .card-title .card-title-link.collapsed {
        background-color: rgba(0, 0, 0, 0.03);
        color: inherit; }
        .accordion .card-title .card-title-link.collapsed:hover {
          background-color: #e9ecef; }
      .accordion .card-title .card-title-link:not(.collapsed) {
        background-color: #4caf50;
        color: #fff; }
        .accordion .card-title .card-title-link:not(.collapsed) .collapse-chevron {
          opacity: 1;
          transform: rotate(-180deg); }
    .accordion .card-title .hint {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: normal;
      opacity: 0.6;
      line-height: 1.5; }
  .accordion .card-header {
    padding: 0;
    background-color: transparent;
    cursor: pointer; }
  .accordion .card-body > *:last-child {
    margin-bottom: 0 !important; }
  .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; }
  .accordion .card:last-child .card-header {
    border-bottom-width: 0; }
  .accordion .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .accordion .card:first-of-type :not(:last-of-type) {
      border-bottom: 0 !important; }

.card-body {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0rem;
  border-radius: 10px; }

.card-body > img {
  width: 50%; }

.card-body > img:first-child {
  border-radius: 10px 0px 0px 0px; }

.card-body > img:nth-child(2) {
  border-radius: 0px 10px 0px 0px; }

.card-body > img:last-child {
  border-radius: 0px 0px 10px 0px; }

.card-body > img:nth-child(3) {
  border-radius: 0px 0px 0px 10px; }

.edit-wichlist {
  border: 1px solid #F5F5F5;
  border-radius: 9px;
  padding: 5px; }

.edit-wichlist-input-div {
  width: 100%; }

.edit-wichlist-input-div input {
  border: none;
  padding: 2px 4px;
  width: inherit; }

.edit-wichlist-input-div input:focus {
  border: none;
  outline: none; }

.edit-wichlist-save-div {
  width: 20%;
  text-align: end; }

.edit-wichlist-save-div button {
  width: 22px;
  height: 22px;
  font-size: 10px;
  border: 1px solid #00000000;
  background-color: #000000;
  border-radius: 7px;
  cursor: pointer; }

.edit-wichlist-save-div button:focus {
  outline: none; }

.edit-wichlist-save-div i {
  color: white; }

.wich-list-title {
  color: #121212;
  font-size: 16px;
  margin-top: 5px; }

.wishlist-list-add-div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #747474 !important;
  margin-bottom: 30px;
  min-height: 179px; }

.wishlist-list-add-div .add-wishlist-button {
  color: #747474;
  cursor: pointer; }

.view-wich-list-title {
  display: flex;
  width: 100%;
  height: 29px; }

.edit-form-save {
  height: 29px; }

.image-hide {
  background: #747474;
  opacity: 0.7;
  width: 50%;
  bottom: 30px;
  right: 0px;
  border-radius: 0px 0px 8px 0px;
  height: 85px;
  position: absolute;
  color: #FFFFFF;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  display: flex; }

.no-wich-image {
  background-color: #747474;
  border: 1px solid #fff;
  opacity: 0.15;
  padding: 10px; }

.edit-wist-image {
  width: 20%; }

.edit-wist-image a {
  cursor: pointer; }

.delete-wishlist-button {
  position: absolute;
  top: 1px;
  right: 3px;
  cursor: pointer; }

.wishlist-list {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap; }

.wishlist-list > div {
  width: 47% !important;
  margin: 5px; }

.select-wichlist-title {
  color: #000000;
  font-size: 12px; }

.add-new-check > div {
  width: 100%; }

.add-new-check-title {
  width: 90%;
  font-size: 13px; }

.add-new-check-box {
  width: 10%;
  text-align: end; }

.wich-list-select-div {
  width: 100%;
  cursor: pointer; }

.wich-list-select {
  width: 90%;
  font-size: 13px; }

.wich-list-radio {
  width: 10%;
  text-align: end; }

.wich-list-hide {
  margin: 0px 25px; }

.add-new-check, .wish-list-name-div, .message-div {
  margin: 15px 25px; }

.message-div > span {
  display: none; }

.message-div > .error {
  color: red; }

.message-div > .success {
  color: green; }

#cookie-manager-window {
  font-size: 0.875rem; }
  #cookie-manager-window .cm-consent {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-top: -1px; }
  #cookie-manager-window .nav-toggler {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
    padding: 0.75rem 1rem; }
    #cookie-manager-window .nav-toggler .cm-consent-title {
      margin-bottom: 0; }
      #cookie-manager-window .nav-toggler .cm-consent-title .collapse-chevron {
        position: absolute;
        right: 1rem;
        transition: transform 0.35s, -webkit-transform 0.35s; }
      #cookie-manager-window .nav-toggler .cm-consent-title.collapsed .collapse-chevron {
        transform: rotate(180deg); }
  #cookie-manager-window .cm-consent-intro {
    margin-top: 0.3125rem;
    margin-bottom: 1.25rem; }
  #cookie-manager-window .cm-info-table {
    margin-bottom: 0; }
    #cookie-manager-window .cm-info-table > tbody > tr > td {
      padding: 0.5rem; }
    #cookie-manager-window .cm-info-table > tbody > tr > th {
      padding: 0.5rem;
      padding-right: 0;
      width: 35%; }
  @media (max-width: 767.98px) {
    #cookie-manager-window {
      font-size: 0.825rem; }
      #cookie-manager-window .cm-footer {
        padding: 0; }
      #cookie-manager-window .cm-footer .submit-consent {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem; } }
  #cookie-manager-window .cm-close {
    position: absolute;
    right: 1.25rem;
    z-index: 1000; }

.single-media-item-image {
  max-height: 300px;
  width: 100%;
  overflow: hidden;
  display: flex; }
  .single-media-item-image > img {
    object-fit: cover;
    width: 100%; }

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

/*.fu-fileupload .fu-progress.collapse {
    display: none !important; 
    width: 100%;
}
.fu-fileupload .fu-progress.collapse.show {
    display: block !important; 
}*/
.customer-avatar,
.customer-avatar-lg {
  display: inline-flex; }
  .customer-avatar .avatar-link,
  .customer-avatar-lg .avatar-link {
    text-decoration: none;
    color: inherit; }
  .customer-avatar .avatar-link, .customer-avatar .avatar-img, .customer-avatar .avatar-letter,
  .customer-avatar-lg .avatar-link,
  .customer-avatar-lg .avatar-img,
  .customer-avatar-lg .avatar-letter {
    border-radius: 50%;
    border: 0;
    width: 100%;
    height: 100%; }
  .customer-avatar .avatar-letter,
  .customer-avatar-lg .avatar-letter {
    display: flex;
    justify-content: center;
    font-weight: bold; }

.customer-avatar {
  width: 50px;
  height: 50px; }
  .customer-avatar .avatar-letter {
    font-size: 1.75rem;
    line-height: 50px; }

.customer-avatar-lg {
  width: 120px;
  height: 120px; }
  .customer-avatar-lg .avatar-letter {
    font-size: 4.5rem; }

.recurring-payments-box tbody td {
  vertical-align: middle; }

#iframe-backinstocksubsription {
  max-width: 100%; }

.pm-unread {
  font-weight: bold;
  background: #f7f7f9; }

.edge .offcanvas-cart-footer-col.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important; }

.force-redraw:before {
  content: ""; }

.btn-admin-edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1; }

.news-item-page:hover .btn-admin-edit,
.blogpost-page:hover .btn-admin-edit,
.pd-section-top:hover .btn-admin-edit {
  display: inline-block; }

.masonry-grid {
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-auto-rows: 20px; }

.btn-remove {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px; }
  .btn-remove:hover {
    background-color: rgba(244, 67, 54, 0.2); }
  .btn-remove > .fa {
    color: var(--danger);
    font-size: 0.9375rem;
    padding: 0; }

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

/*TODO: (mh) (core) A better solution must be found. Maybe something with an absolute position popup which doesn't disturb the flow */
.widget-zone-info {
  display: block;
  background: #fff;
  color: inherit;
  border: 1px dashed #ced4da;
  margin-bottom: 3px;
  text-align: left; }

/* Media query for mobile viewport */
@media screen and (max-width: 480px) {
  #paypal-button-container {
    width: 100%;
    /* On payment selection page we need some padding & alignment */ }
    .checkout-page:not(.order-summary-page) #paypal-button-container {
      align-self: center;
      padding-left: 10px; } }

/* Media query for desktop viewport */
@media screen and (min-width: 480px) {
  #paypal-button-container {
    width: 250px; } }

.dropdown-menu li {
  position: relative; }

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px; }

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto; }

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block; }

.dropdown-submenu {
  width: fit-content; }

#categoryMenu .store-item-btn {
  margin-left: 1rem; }

#categoryMenu {
  width: fit-content; }

[dir=rtl] #categoryMenu .store-item-btn {
  margin-right: 1rem !important;
  margin-left: 0rem !important; }

[dir=rtl] .dropdown-menu .dropdown-submenu {
  right: 100% !important; }

[dir=rtl] .dropdown-menu .dropdown-submenu-left {
  left: 100% !important;
  right: auto !important; }

.offcanvas-tabs .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  padding: 0; }

.offcanvas-tabs .nav-link.active {
  color: #000000; }

.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 {
  height: 0.24rem;
  background: #8a56bf; }

.nav-tabs-line .nav-tabs-line .nav-link.active {
  color: #37a0e6 !important; }

.dropdown-item {
  justify-content: space-between; }

.node-div, .node-div-custom {
  display: flex !important;
  flex-direction: row !important;
  width: 100%;
  flex-wrap: wrap; }

.node-div-custom {
  padding: 40px 25px; }

.node-div > div {
  width: 33%;
  flex-grow: 1; }

.node-title {
  font-size: 14px; }

.node-title > a {
  color: #121212 !important;
  text-decoration: none;
  font-weight: bold; }

.node-list {
  margin-top: 20px !important;
  padding: 0;
  display: table; }

.node-list > li {
  display: inline-block;
  padding-inline-end: 40px; }

.node-children {
  font-size: 12px;
  color: #121212;
  text-decoration: none;
  padding-bottom: 10px;
  list-style: none; }

.node-children > a {
  color: #121212;
  text-decoration: none; }

.node-children > a:hover {
  color: blue;
  text-decoration: auto; }

.store-image-div {
  padding: 20px;
  text-align: end; }

.store-item-btn {
  padding-top: 4px; }

.show-more-child {
  text-decoration: underline !important; }

.modal-closer {
  top: 24%;
  right: 32.5%;
  color: #CDD4D9 !important;
  font-size: 35px; }

.modal-closer:hover {
  color: #CDD4D9 !important; }

.modal-dialog.modal-flex .modal-content {
  position: absolute;
  width: 500px;
  height: 420px;
  border-radius: 7px 7px 7px 0px;
  border-bottom: 4px solid #000000; }

.modal-dialog.modal-flex.modal-dialog-app {
  left: 35%;
  top: 22%; }

.login-back-home {
  border: 1px solid #F2F2FF;
  color: #000;
  border-radius: 8px;
  padding: 6px 25px; }

.login-register-toggle {
  background-color: #F3FBFF;
  width: fit-content;
  padding: 8px;
  border-radius: 10px; }

.login-register-toggle > div a {
  padding: 8px 15px; }

.login-register-toggle > div a:hover {
  text-decoration: none; }

.login-register-toggle .selected a {
  background-color: #8a56bf;
  color: white;
  border-radius: 10px; }

.customer-type .selected, .gender-type .selected {
  color: #8a56bf; }

.login-fb-google {
  border: 0.5px solid #9F9F9F;
  color: #000;
  border-radius: 8px;
  margin-inline-start: 10px;
  width: 48px;
  height: 48px; }

.login-welcome1 {
  font-size: 21px;
  color: #000000; }

.login-welcome-inside {
  color: #8a56bf; }

.login-welcome2 {
  font-size: 14px;
  color: #191A1B; }

.login-reg-form > div {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.btn-login, .password-recovery-button, #register-button {
  background-color: #000000; }

.password-recovery-head-text {
  color: #000000;
  font-size: 16px; }

.password-recovery-body-text {
  font-size: 12px;
  color: #000000; }

.has-icon .input-group-icon {
  left: auto !important;
  right: 0px !important; }

.has-icon.reg .input-group-icon {
  right: 10px !important; }

.home-ads-div {
  width: 100%;
  display: flex; }

.home-ads-div > div:last-child {
  width: 26%; }

.home-ads-div > div:first-child {
  width: 100%;
  margin-inline-end: 20px; }

.home-ads-div img, .home-ad-4 img {
  width: 100% !important;
  border-radius: 10px; }

.home-ads-div img, .home-ad-4 img {
  width: 100% !important;
  border-radius: 10px; }

.home-ad-top img {
  width: 100% !important; }

.comm-div {
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  padding: 15px 25px; }

.comm-div > div {
  width: 25%;
  border-inline-end: 2px solid #B2B2B2;
  margin-inline-end: 45px;
  display: flex; }

.comm-div > div:last-child {
  border-inline-end: none;
  margin-inline-end: 0px; }

.comm-item > div {
  width: 50%; }

.comm-text-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center; }

.comm-text-div > div:first-child {
  color: #747474;
  font-size: 13px; }

.comm-text-div > div:last-child {
  color: #121212;
  font-size: 25px; }

.store-name:hover {
  text-decoration: none; }

.store-name {
  color: #121212;
  font-size: 15px; }

.store-div-Parent {
  margin-top: -2%;
  margin-bottom: 1%; }

.rounded-circle-next-store {
  right: 17%;
  background-color: unset !important;
  margin-top: -8.7rem !important; }

.rounded-circle-prev-store {
  left: 17%;
  background-color: unset !important;
  margin-top: -8.7rem !important; }

.store-div, .brand-div {
  margin-top: 10px; }

.brand-div {
  width: 100%; }

.store-div > div, .brand-div > div {
  margin: 0px 8px; }

.brand-div > div {
  width: 18%;
  text-align: center;
  padding: 50px; }

.brand-image {
  max-width: 150px; }

.store-image {
  padding: 3px;
  width: 85px;
  height: 85px;
  border: 2px solid #000000; }

.store-div {
  padding-top: 17px;
  height: 150px; }

.store-div .next-store {
  border-radius: 20% !important; }

.store-div .fa-solid {
  background-color: white !important; }

.next-store:hover, .prev-store:hover {
  opacity: 1;
  background-color: #000000;
  border-radius: 4% !important; }

.rounded-circle-prev-store:hover {
  border-radius: 0% !important;
  box-shadow: white 0px 0px 1px 10px,black 1px 0px 0px 9px; }

.rounded-circle-next-store:hover {
  border-radius: 0% !important;
  box-shadow: white 0px 0px 1px 10px,black -1px 0px 0px 9px; }

.next-store, .prev-store {
  background-color: #e7e7e7;
  width: 40px;
  height: 130px;
  position: absolute;
  margin-top: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  color: white;
  border-radius: 10% !important; }

.next-brand, .prev-brand {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  cursor: pointer; }

.next-brand {
  right: 0; }

.prev-brand {
  left: 0; }

.next-store:hover, .prev-store:hover {
  opacity: 1; }

.home-brand-item, .home-store-item {
  display: none; }

.home-brand-item.active, .home-store-item.active {
  display: block; }

.home-store-item.active:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease-in-out; }

.home-store-item.active {
  transform: scale(1);
  transition: transform 0.4s ease-in-out; }

.slick-active:hover {
  transform: scale(1.05);
  transition: transform 0.4s ease-in-out; }

.slick-active {
  transform: scale(1);
  transition: transform 0.4s ease-in-out; }

.artlist-grid .art:hover {
  transform: scale(1.05);
  transition: transform 0.4s ease-in-out; }

.artlist-grid .art {
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out; }

@media (max-width: 767.98px) {
  .home-ads-div {
    display: block !important; }
  .home-ads-div > div {
    width: 100% !important; }
  .advertisement img {
    object-fit: cover !important; }
  .home-ads-div > div:last-child {
    display: flex !important; }
  .home-ads-div > div:last-child > div {
    margin-inline-end: 8px; }
  .comm-div > div {
    margin-inline-end: 1px;
    display: block;
    text-align: center; }
  .comm-div {
    padding: 1px 2px; }
  .comm-item img {
    width: 30px;
    height: 30px; }
  .comm-text-div {
    align-items: center; }
  .comm-text-div > div:first-child {
    font-size: 11px; }
  .comm-text-div > div:last-child {
    font-size: 15px; }
  .comm-item > div {
    width: 100%; }
  .store-image {
    width: 60px;
    height: 60px; }
  .slider-custom {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.2rem; }
  .trusted-image {
    margin: 36px -15px !important;
    width: 20px;
    height: 20px; }
  /*#content-body .col-lg-12 {
        padding-right: 0px;
        padding-left: 0px;
    }*/
  .store-div .store-name {
    font-size: 13px; }
  .store-div {
    max-width: 100%; }
  .brand-div {
    overflow-x: scroll; }
  .brand-div > div {
    width: 25%;
    padding: 0px; }
  .brand-image {
    max-width: 50px;
    height: 30px; }
  .next-brand, .prev-brand {
    bottom: 0rem; } }

.page-link {
  position: relative;
  display: block;
  padding: 0.625rem 1rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #393f46;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 50%;
  margin-inline-end: 3px;
  margin-inline-start: 3px; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #8a56bf;
  border-color: #8a56bf; }

.numberinput-centered > .numberinput-stepper {
  opacity: 1;
  color: #000000 !important; }

.numberinput-centered input {
  background: #F3FBFF;
  font-size: 22px; }

.btn-add-to-cart {
  background-color: #8a56bf;
  border: 1px solid #8a56bf; }

.pd-rating-box .fa-star, .pd-rating-box .pd-rating-value {
  color: #8a56bf; }

.form-check .fa-star {
  color: #8a56bf; }

.pd-review-summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px; }

.pd-offer-price {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px; }

.pd-oldprice {
  padding: 15px 2px;
  margin-inline-start: 15px;
  font-size: 22px; }

.pd-price-fact {
  font-size: 22px; }

.pd-attrs-container {
  width: 50%;
  display: flex;
  justify-content: end;
  padding: 15px 0px 0px 0px; }

.pd-attr-sku a {
  color: #22262A; }

.pd-name {
  color: #DC493C;
  text-align: end; }

.pd-description, .pd-bundle-item-description {
  color: #22262A; }

.pd-actions-container {
  width: 40%;
  padding: 0px 10px;
  margin-top: auto; }

.pd-offer-actions {
  width: 50%; }

.pd-stock-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px; }

.reviews-add-new {
  color: #8a56bf;
  font-size: 14px; }

.reviews-add-new:hover {
  color: #8a56bf; }

.pd-section-bottom .nav-tabs {
  justify-content: start;
  padding: 0; }

.star-rating > input:checked ~ label {
  color: #8a56bf; }

.dropzone-container {
  background: white !important; }

.product-reviews-second-title, .store-reviews-second-title {
  color: #000000;
  font-size: 12px; }

.product-reviews-first-title, .store-reviews-first-title {
  color: #000000;
  font-size: 16px; }

.write-product-review-button, .write-store-review-button {
  background-color: #000000 !important; }

.review-rate .rating {
  position: relative;
  transform: translateY(-90%) !important; }

.review-title {
  margin-bottom: -0.8rem; }

.pd-review-count {
  color: #C1C8CE;
  letter-spacing: 0.35px; }

.review-item {
  width: 100%; }

.review-rate {
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.review-meta-value {
  font-size: 14px; }

.circle-rate {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 6px solid #8a56bf;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column; }

.circle-rate > div:first-child {
  font-weight: bold;
  font-size: 30px; }

.circle-rate > div:last-child {
  color: #8a56bf; }

.review-div {
  width: 100%; }

.artlist-carousel .art {
  border: 1px solid #E1E5EB !important; }

.slick-track .art {
  margin-top: 20px !important; }

.tab-caption {
  font-size: 22px; }

.review-text-div {
  background-color: #F3FBFF;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px; }

.review-list {
  border-inline-start: 1px solid #C4C4C4;
  padding-inline-start: 20px; }

.review-image {
  width: 15%;
  margin-inline-start: 10px; }

.review-image img {
  border-radius: 5px;
  height: 100%; }

.cart-footer {
  background-color: white; }

.order-totals {
  background-color: #F3FBFF !important;
  border-radius: 4px;
  padding: 15px 7px; }

.btn-checkout {
  background-color: #8a56bf;
  border-color: #8a56bf;
  height: 48px; }

.btn-continue-shopping {
  height: 48px; }

.cart-div {
  display: flex !important;
  flex-direction: row; }

.cart-div > div:first-child {
  width: 70%; }

.cart-div > div:last-child {
  width: 30%; }

.cart-col-subtotal-custom {
  color: #000000;
  font-size: 18px; }

.apply-discount-coupon-code-button, .apply-discount-point-button {
  background-color: #22262A; }

.cart-summary-total {
  color: #8a56bf;
  border-top: 2px solid #DEDEDE; }

.cart-item-desc {
  text-align: end; }

.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.cart-col-color {
  color: #747474;
  font-size: 18px; }

.empty-cart-custom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center; }

.shopping-now-btn {
  background-color: #8a56bf !important;
  padding: 10px 35px; }

.shopping-cart-page h1 {
  font-size: 15px; }

.cart-action-rewardpoints .cart-action-body {
  padding: 5px 10px;
  background-color: #F3FBFF !important;
  border-bottom: 2px solid #DEDEDE; }

.apply-discount-point-button {
  padding: 5px 10px; }

.reward-label {
  margin-inline-start: 0px;
  font-size: 13.5px; }

.new-address-next-step-button {
  background: #8a56bf;
  border-radius: 7px; }

.container-div {
  width: 100%; }

.step {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
  text-decoration: none; }

.step:hover {
  text-decoration: none; }

.v-stepper {
  position: relative;
  width: 22%;
  /*   visibility: visible; */ }

.step .circle {
  background-color: white;
  border: 3px solid #747474;
  border-radius: 100%;
  width: 35px;
  /* +6 for border */
  height: 35px;
  display: inline-block; }

.step .line {
  top: 32px;
  left: 1rem;
  height: 100%;
  position: absolute;
  border-left: 2px dashed #747474; }

.step.completed .circle {
  visibility: visible;
  background-color: #000000;
  border-color: #000000;
  color: #000000 !important; }

.step.completed .line {
  border-left: 2px dashed #000000; }

.step.inactive .circle {
  visibility: visible;
  background-color: #747474;
  border-color: #747474;
  color: #242424 !important; }

.step.active .circle {
  background-color: #121212;
  border-color: #121212;
  visibility: visible;
  color: #242424 !important; }

.step.active {
  background: #FAFAFB;
  border-radius: 33px; }

.step.completed .content {
  color: #000000 !important; }

.step.inactive .content {
  color: #242424 !important; }

.step.active .content {
  color: #242424 !important;
  padding: 7px 0px; }

.step.empty .circle {
  visibility: hidden; }

.step.empty .line {
  top: 0;
  height: 150%; }

.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1; }

.content {
  margin-left: 20px;
  display: inline-block;
  width: 83%; }

.costep-icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: 4px;
  border: none;
  padding-top: 1px;
  color: #fff;
  background-color: inherit; }

.costep-icon:before {
  font-size: 16px;
  color: #fff;
  font-weight: bold; }

.card-header {
  background-color: white;
  color: #000000;
  font-size: 18px;
  border-bottom: none; }

.cms-menu-listgroup {
  border: 1px solid #ECECEC; }

.cms-menu-listgroup .menu-link {
  color: #747474;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 10px; }

.cms-menu-listgroup .menu-link.active {
  color: #000000;
  font-size: 14px;
  background-color: #F3FBFF;
  border-radius: 10px;
  border: none; }

.save-customer-info-button {
  background-color: #8a56bf;
  border-radius: 7px;
  border: 1px solid #8a56bf;
  padding: 10px 35px; }

.page-myaccount-info-custom {
  border: 1px solid #ECECEC; }

.my-account-info input, .address-form-custom input {
  border: 2px solid #F1F3F4 !important; }

.add-address-button, .add-payment-button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 6px;
  color: #000000;
  padding: 6px 12px; }

.address-list-item, .payment-list-item {
  border: 1px solid #E1E5EB !important;
  border-radius: 7px;
  padding: 15px 15px 5px 15px; }

.address-list-item-custom {
  border: 2px solid #F1F3F4 !important;
  border-radius: 0px;
  padding: 15px 15px 5px 15px; }

.edit-payment-button, .edit-address-button, .delete-address-button, .delete-payment-button {
  color: #747474;
  font-size: 14px;
  letter-spacing: 0.35px;
  padding: 0px 10px; }

.delete-address-button {
  color: #F83838;
  padding: 0px 3px; }

.save-address-button, .save-payment-button, .save-customer-store-button, .save-continue-button {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  padding: 10px 30px; }

.save-continue-button {
  background: #fff; }

.save-disabled-button {
  border-radius: 7px;
  opacity: 1;
  padding: 10px 30px; }

.return-request-item-table {
  width: 100%; }

.return-request-item-table > div {
  border-bottom: 1px solid #E5E5E5; }

.return-request-item-table > div:last-child {
  border-bottom: none; }

.return-request-item-table > div div:first-child {
  width: 15%;
  border-inline-end: 1px solid #E5E5E5;
  padding: 7px 4px; }

.return-request-item-table > div div:last-child {
  width: 85%;
  padding: 7px 25px; }

.return-request-item-product {
  color: #000000; }

.return-request-item-header {
  width: 100%; }

.return-request-item {
  border: 1px solid #E1E5EB;
  border-radius: 7px; }

.return-request-item-header > div:first-child {
  width: 50%;
  color: #8a56bf; }

.return-request-item-header > div:last-child {
  width: 50%;
  text-align: end; }

.return-request-item-header > div:last-child span {
  background: #8a56bf 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: white;
  padding: 6px 20px; }

.default-address {
  background: #121212;
  color: white;
  border-radius: 8px;
  opacity: 1;
  padding: 8px 10px;
  font-size: 12px; }

.select-billing-address-button, .select-shipping-address-button {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 5px; }

.steper-parent {
  display: flex;
  width: 100%; }

.steper-div {
  width: 20%; }

.steper-next-div {
  width: 80%;
  margin-inline-start: 30px; }

.next-step-button-custom {
  background: #8a56bf;
  border-color: #8a56bf;
  border-radius: 7px;
  padding: 8px 30px; }

.back-step-button-custom {
  background: #FAFBFB;
  border-radius: 7px;
  padding: 8px 30px; }

.checkout-data .opt-list-item {
  padding: 0.6rem 0rem;
  min-width: 18rem;
  background: #F3FBFF;
  border-radius: 5px;
  border: 1px solid #F3FBFF; }

.shipping-option-item .active {
  background: #F3FBFF;
  border-radius: 5px;
  border: 1px solid #8a56bf !important; }

.shipping-option-item.active {
  color: #121212 !important;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #8a56bf !important;
  accent-color: red !important; }

.payment-method-item {
  background: #FFF !important;
  border-radius: 0px !important;
  border: none !important; }

.payment-method-item.active {
  color: #8a56bf !important;
  accent-color: red !important; }

.payment-op-div {
  width: 100%; }

.payment-op-div > div:first-child {
  width: 0%; }

.payment-op-div > div:last-child {
  width: 97%; }

.address-data-custom > div:first-child {
  width: 40%; }

.address-data-custom > div:last-child {
  width: 60%;
  text-align: end; }

.order-details-btn {
  border: 1px solid #8a56bf;
  border-radius: 7px;
  opacity: 1;
  background: #8a56bf;
  font-size: 16px;
  padding: 7px 25px; }

.order-completed-continue-button {
  border: 1px solid #8a56bf;
  border-radius: 7px;
  opacity: 1;
  background: #fff;
  color: #8a56bf;
  font-size: 16px;
  padding: 8px 30px; }

.complete-div {
  background: rgba(247, 247, 247, 0.3);
  border-radius: 15px;
  align-items: center; }

.complete-div .heading-title {
  font-size: 18px;
  color: #121212; }

.order-more-btn {
  background: rgba(116, 116, 116, 0.14);
  border-radius: 7px; }

.complete-div .heading-body {
  font-size: 14px;
  color: #747474; }

.comment-box textarea {
  background: #FBFBFC;
  border: 1px solid #7070704F;
  border-radius: 5px;
  opacity: 1; }

.change-shipping-address, .change-billing-address, .change-shipping-method {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  opacity: 1;
  padding: 8px 40px;
  font-size: 12px; }

.change-shipping-address .fa-pencil, .change-billing-address .fa-pencil {
  font-size: 10px; }

.shipping-billing-div {
  border: 2px solid #F1F3F4;
  padding: 7px 10px 5px; }

.shipping-billing-div div {
  width: 100%; }

.shipping-billing-div div > div {
  width: 100%; }

.change-method-div {
  text-align: end; }

.shippint-method-text {
  color: #121212;
  font-size: 13px; }

.address-title {
  margin-top: 0px; }

.my-account-menu {
  width: 10%;
  text-align: end; }

.my-account-menu .fa-bars {
  color: #000000;
  font-size: 19px; }

.my-account-head-div {
  width: 100%; }

.my-account-head-div > div:first-child {
  width: 90%; }

.reward-div {
  width: 100%; }

.reward-div > div:first-child {
  width: 33%; }

.reward-div > div:last-child {
  width: 66%; }

.reward-image-div {
  background: #F3FBFF;
  border-radius: 5px; }

.check-cart-total-div > div {
  width: 50%; }

.check-cart-total {
  background: rgba(116, 116, 116, 0.08);
  border-radius: 15px;
  font-size: 14px;
  padding: 10px;
  height: 40px; }

.check-cart-total span {
  color: #8a56bf; }

.remove-border {
  border-top: none; }

.cart-summary-custom .cart-row > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.cart-summary-custom .cart-row:first-child > div {
  padding-top: 20px !important; }

.cart-summary-custom .cart-row:last-child > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.cart-summary-custom .cart-row:last-child .cart-col {
  border-bottom: 1px solid #dee2e6; }

.prod-tab span {
  font-size: 14px !important;
  margin-inline-start: 7px; }

.prod-td-custom {
  padding: 30px 10px !important; }

.prod-btn-custom {
  border: none !important;
  background: #fff;
  cursor: pointer; }

.prod-td-custom:nth-child(3) {
  color: #000000; }

.prod-td-custom:nth-child(6) {
  color: #8a56bf; }

.order-td-custom:nth-child(2) {
  color: #8a56bf; }

.order-td-custom:nth-child(4) {
  color: #000000; }

.custom-tab {
  margin-bottom: 30px !important; }

.dg-striped {
  --dg-row-even-bg: #fff; }

.dg-toolbar, .dg-pager {
  background-color: #fff; }

.dg-cell-header, .dg-col-pinned {
  background-color: #fff !important; }

.dg-cell, .dg-col-pinned {
  border-top: 2px solid #DEDEDE; }

.store-category-page {
  margin-top: 8px; }

.store-box {
  background: white;
  position: absolute;
  top: 9.5rem;
  left: 5rem;
  padding: 15px 10px 20px 10px;
  width: 350px;
  border-bottom: 5px solid rgba(116, 116, 116, 0.16);
  height: 190px; }

.plp-store .store-box2 {
  background: white;
  width: 350px;
  margin: -50px 25px;
  height: 190px;
  border-bottom: 5px solid rgba(116, 116, 116, 0.16);
  padding: 15px 10px 20px 10px;
  position: sticky; }

.follow-btn {
  background-color: #8a56bf;
  border-radius: 7px;
  color: white !important;
  padding: 7px 20px;
  height: 33px;
  cursor: pointer; }

.un-follow-btn {
  background-color: #fff;
  border-radius: 7px;
  color: black;
  padding: 7px 20px;
  height: 33px;
  cursor: pointer;
  border: 1px solid #747474; }

.share-btn {
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  border: 1px solid #747474;
  height: 33px;
  margin-inline-start: 10px;
  cursor: pointer; }

.pd-review-summary {
  border-bottom: none;
  padding-bottom: 0px; }

.store-page-menu {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 15px 15px; }

.store-page-menu .art-genericname {
  text-align: start;
  margin-top: 10px; }

.your-ads img {
  width: 100%; }

.store-artlist .art {
  flex-basis: calc(50% - 1rem) !important;
  max-width: calc(50% - 1rem) !important;
  background: transparent url("/Themes/gojaddy/img/Rectangle 1 copy 5.png") 0% 0% no-repeat padding-box !important;
  border: 1px solid #E1E5EB !important; }

.store-list-title {
  text-align: end;
  margin: 20px 20px 0px; }

.store-view-all {
  text-align: start;
  margin: 20px 20px 0px;
  border: 1px solid #000;
  display: inline;
  padding: 5px 10px;
  border-radius: 15px;
  width: fit-content; }

.store-artlist {
  padding-inline-start: 50px; }

.store-artlist .img-center-container {
  padding-top: calc(var(--img-aspect-ratio, 0.7) * 100%) !important; }

.store-cat-ads {
  width: 30%;
  margin-inline-start: 4rem; }

.store-menu-div {
  width: 100%;
  margin-bottom: 10px; }

.store-category-page .page-body {
  width: 70%; }

.store-category-page {
  margin-top: 8rem; }

.store-rate-icon {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  display: block; }

.store-icon-left {
  display: none; }

#StoreHeaderDiv {
  margin-bottom: 4rem; }

.color-div {
  height: 7px;
  background: transparent linear-gradient(90deg, #FF0000 0%, #FC6602 5%, #FDA001 10%, #FCDB02 16%, #E6EA01 21%, #B4FD15 27%, #89FE3D 31%, #3CFA80 36%, #12DBC5 41%, #14D0CE 46%, #17C4DD 50%, #1BAAF2 55%, #2658F2 60%, #653FEF 65%, #853FD5 70%, #B770D6 76%, #DA50C5 80%, #FE3784 85%, #FF1633 91%, #FF050A 100%) 0% 0% no-repeat padding-box; }

.store-rate-div > div {
  border-inline-end: 1px solid rgba(196, 196, 196, 0.4);
  padding-inline-end: 40px;
  padding-inline-start: 15px; }

.store-rate-div > div:last-child {
  border-inline-end: none; }

.store-reviwe-head > div {
  width: 50%; }

.store-reviwe-head > div:first-child {
  color: #22262A; }

.store-reviwe-head > div:last-child {
  text-align: end; }

.store-reviwe-btn {
  font-size: 12px;
  border-radius: 7px; }

.rate-custom {
  left: -4px !important; }

.store-info-icon {
  color: #747474; }

.order-details-info {
  border: 2px solid #F1F3F4;
  width: 100%; }

.order-details-info div > div {
  width: 50%;
  color: #747474;
  margin-top: 7px; }

.order-details-info div > div:last-child {
  text-align: end; }

.order-details-info-status {
  background: #8a56bf;
  border-radius: 6px;
  color: #fff;
  padding: 5px 10px; }

.order-cart-summary .cart-summary-value {
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
  text-align: end;
  padding-inline-end: 30px; }

.cart-row-order-details .cart-col {
  border-top: 2px solid #F6F7F8; }

.order-cart-summary .cart-summary-label {
  color: #747474 !important;
  margin-top: 20px;
  font-size: 15px; }

.order-cart-summary, .order-cart-summary .cart-summary-total {
  border-top: 2px solid #F6F7F8; }

.order-cart-summary .cart-summary-total td {
  color: #22262A !important; }

.page-order-body > div:first-child {
  width: 70%; }

.page-order-body > div:last-child {
  width: 30%;
  margin-inline-start: 15px; }

.orange-color {
  color: #8a56bf; }

.blue-color {
  color: #000000; }

.payment-method-info {
  margin-inline-start: 28px; }

.stock-subscription-list th {
  border-bottom: 1px solid #DEDEDE !important; }

.stock-subscription-list td {
  border-top: 1px solid #DEDEDE !important; }

.compare-bread-crumb {
  height: 51px;
  width: 100%;
  background-color: #F6F7F8;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-inline-start: 20px; }

.compare-bread-crumb > div {
  width: 50%; }

.compare-bread-crumb > div:last-child {
  text-align: end; }

.compare-bread-crumb > span:first-child, .compare-bread-crumb a {
  color: rgba(34, 38, 42, 0.3); }

.clear-compare-btn {
  color: #fff !important;
  font-size: 12px;
  border-radius: 7px;
  padding: 8px 20px; }

.table-compare td, .table-compare th, .table-compare thead td {
  border-top: none;
  border-bottom: none !important; }

.block-arrow:after {
  color: #F6F6F5;
  border-right: 30px solid;
  border-top: 24px solid transparent;
  border-bottom: 27px solid transparent;
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  top: 0px; }

.block-arrow {
  background-color: #F6F6F5;
  width: 230px !important;
  height: 50px;
  display: inline-block;
  position: relative;
  font-size: 15px !important;
  margin-inline-end: 30px; }

.table-compare {
  border-collapse: separate;
  border-spacing: 0 25px; }

.table-compare .art-price {
  color: #8a56bf; }

.btn-add-to-cart-compare {
  background-color: #8a56bf;
  border: 1px solid #8a56bf;
  padding: 8px 20px;
  border-radius: 7px !important; }

.action-add-to-wishlist {
  background: #FAFBFB;
  padding: 2px 15px !important;
  border-radius: 7px !important; }

.about-us-top {
  background: #000000;
  height: 140px;
  width: 100%;
  align-items: center; }

.save-contact-btn {
  background: #8a56bf 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  border: 1px solid #8a56bf;
  padding: 8px 30px; }

.contact-form input, .contact-form textarea {
  border: 2px solid #F1F3F4;
  border-radius: 4px; }

.contact-bread-crumb {
  height: 51px;
  width: 100%;
  background-color: #F6F7F8;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-inline-start: 50px; }

.contact-bread-crumb > span:first-child, .contact-bread-crumb a {
  color: rgba(34, 38, 42, 0.3); }

.contact-first-div {
  width: 25%;
  padding: 0px 50px; }

.contact-second-div {
  width: 75%; }

.label-cart-amount {
  padding: 0px !important; }

.store-grid .rate-custom1 {
  left: 0px !important; }

.see-all-stores {
  cursor: pointer;
  padding: 7px 40px; }

.offcanvas-cart-footer-row {
  background-color: #000000; }

.modal-closer {
  display: none !important; }

.cancel-order-button {
  border: 1px solid #F83838;
  border-radius: 6px;
  background-color: #fff;
  color: #F83838; }

.print-order-button, .pdf-order-button {
  border-radius: 6px; }

.customer-type-lable {
  border-radius: 15px;
  color: #8a56bf;
  padding: 5px 20px;
  background-color: rgba(255, 103, 1, 0.03); }

.header-msg {
  margin-right: auto; }

.ask-question-btn {
  border-radius: 7px;
  padding: 5px 20px;
  margin-left: 10px; }

.advertisement img {
  width: -webkit-fill-available; }

.artlist-no-separators .art {
  padding-bottom: 50px !important; }

.shipping-item {
  display: none !important;
  margin-inline-end: 15px;
  min-height: 60px; }

.shipping-item.show {
  display: flex !important; }

.instasearch-hits {
  padding: 0px; }

.instasearch-hit-thumb {
  margin-inline-end: 10px; }

.btn-brand-google, .btn-brand-facebook {
  margin-inline-start: 10px;
  margin-top: 0rem !important;
  border-radius: 8px; }

.btn-brand-google span, .btn-brand-facebook span {
  display: none; }

.trusted-image {
  position: absolute;
  margin: 55px -25px;
  border-radius: 50%; }

.trusted-image-all {
  position: absolute;
  margin: 147px 150px !important;
  border-radius: 50%; }

@media (max-width: 991.98px) {
  .review-div, .pd-offer-actions-container {
    flex-direction: column; }
  .store-rate-div {
    flex-direction: column;
    justify-content: center;
    align-items: start; }
  .store-rate-div > div {
    border-inline-end: none;
    margin-top: 20px; }
  .review-div > div {
    width: 100% !important; }
  .review-list {
    border-inline-start: none !important;
    padding-inline-start: 0px !important; }
  .pd-offer-actions {
    width: 100%; }
  .pd-actions-container {
    width: 100%;
    padding: 10px 10px; }
  .review-item {
    flex-direction: column; }
  .review-rate {
    width: 33% !important; }
  .review-text-div {
    width: 66% !important; }
  .review-item > div {
    width: 100% !important; }
  .review-div > div:last-child {
    margin-top: 40px; }
  .review-image {
    width: 20%;
    margin-inline-start: 0px;
    text-align: center;
    margin-top: 10px; }
  .review-image img {
    border-radius: 5px;
    height: 100%;
    width: 160px; }
  .store-box {
    left: 0rem !important;
    right: 0rem !important; }
  .store-page-menu, .your-ads {
    display: none; }
  .store-category-page {
    flex-direction: column; }
  .store-menu-div {
    width: 100%; }
  .store-category-page .page-body {
    width: 100% !important; }
  .store-artlist {
    padding-inline-start: 0px !important; }
  .store-menu-div {
    margin-inline-start: 0rem !important;
    margin-top: 10px; }
  .store-cat-ads {
    width: 100%;
    margin-inline-start: 0rem !important; }
  .all-store-list .art {
    flex: 0 0 45.5% !important;
    max-width: 45.5% !important;
    margin-inline-start: 7px !important; }
  .cart-div {
    display: block !important; }
  .cart-div > div:first-child {
    width: 100%; }
  .cart-div > div:last-child {
    width: 100%; }
  .cart-col-main ~ .cart-col {
    width: 25% !important; }
  .contact-first-div {
    width: 100%;
    padding: 0px !important; }
  .contact-second-div {
    width: 100%; }
  .contact-div {
    flex-direction: column !important; }
  .contact-form input, .contact-form textarea {
    margin-top: 10px; }
  .steper-parent {
    flex-direction: column; }
  .steper-div {
    width: 100%; }
  .steper-next-div {
    width: 100%;
    margin-inline-start: 0px; }
  .container-div {
    display: flex;
    margin-top: 15px; }
  .step {
    flex-direction: column;
    margin-bottom: 10px;
    padding: 5px; }
  .step .line {
    transform: rotate(90deg);
    top: 0px;
    left: 3.5rem; }
  .content {
    margin-left: 15px; }
  .shipping-options {
    flex-direction: column !important; }
  .shipping-option-item {
    margin-top: 15px;
    min-height: 70px !important; }
  .payment-op-div > div:last-child {
    width: 90%; }
  .step.active {
    background: #FFF; }
  .my-account-info input, .address-form-custom input, .billing-address-form input, .billing-address-form .select2, .shipping-address-form input, .shipping-address-form .select2 {
    margin-top: 10px !important; }
  .cms-menu-listgroup {
    margin-top: 15px; }
  .cms-menu-listgroup {
    border: 2px solid #000000;
    border-radius: 7px; }
  .page-myaccount-info-custom {
    margin-top: 10px; }
  .page-title {
    margin: 0px; }
  .address-title {
    margin: 0px; }
  .my-account-menu {
    display: block !important; }
  .return-request-item-table > div div:first-child {
    width: 25%; }
  .return-request-item-table > div div:last-child {
    width: 75%; }
  .reward-div > div:first-child {
    width: 100%; }
  .reward-div > div:last-child {
    width: 100%;
    margin-top: 10px; }
  .reward-div {
    flex-direction: column !important; }
  .modal-dialog.modal-flex .modal-content {
    width: 400px; }
  .modal-dialog.modal-flex.modal-dialog-app {
    left: 1% !important; }
  .check-cart-total {
    margin-top: 15px; }
  .page-order-body {
    flex-direction: column; }
  .page-order-body > div {
    width: 100% !important; }
  .clear-compare-btn {
    font-size: 10px;
    padding: 8px 5px; }
  .compare-bread-crumb {
    padding-inline-start: 20px;
    margin-top: 10px; }
  .compare-bread-crumb > div:first-child {
    width: 70% !important; }
  .compare-bread-crumb > div:last-child {
    width: 30% !important; } }

[dir=rtl] .fa-chevron-left::before {
  content: "\f054" !important; }

[dir=rtl] .fa-chevron-right::before {
  content: "\f053" !important; }

@media (max-width: 991.98px) {
  .artlist-action--sort {
    margin-left: 50%;
    margin-right: 50%; }
  .product-list-container .artlist-actions {
    margin: 0px !important; }
  .my-account-info .content-group {
    margin-bottom: unset !important; }
  .my-account-info .mx-4 {
    margin-left: unset !important;
    margin-right: unset !important; }
  .page-myaccount-info-custom .cart-row {
    flex-wrap: unset !important; }
  .page-myaccount-info-custom .cart-col {
    width: 110px; }
  .page-myaccount-info-custom {
    margin: 10px;
    width: -webkit-fill-available; }
  .page-myaccount-info-custom .order-div {
    overflow-x: auto;
    overflow-y: visible; }
  .page-myaccount-info-custom .cart-row {
    width: max-content; }
  .page-myaccount-info-custom .cart-head {
    display: block !important; }
  .page-order-details .page-order-body > div:last-child {
    margin-inline-start: unset !important; }
  .page-order-details .cart-body .cart-row > div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: ruby; }
  .cart-summary-custom .cart-col-main ~ .cart-col:before {
    display: none; }
  .order-summary-content .cart-row {
    flex-wrap: unset !important; }
  .order-summary-content .cart-item-attr {
    flex-wrap: unset !important; }
  .order-summary-content .cart-head {
    display: unset !important; }
  .order-summary-content .cart-item-img {
    max-width: fit-content !important; }
  .checkout-confirm-page .mx-3 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .custom-filters .artlist-actions {
    justify-content: unset !important; }
  #ShowCoverImage .modal-dialog {
    top: 50%;
    min-width: unset !important; }
  #ShowImage .modal-dialog {
    top: 50%;
    min-width: unset !important; } }
