@charset "UTF-8";

/*!
 * Pydrox Admin UI Styles
 * @version v1.0.0-alpha
 * @link https://pydrox.com
 * Copyright (c) 2019 Pydrox ColaIan
 */
:root {
  --primary: #321fdb;
  --secondary: #9da5b1;
  --success: #2eb85c;
  --info: #39f;
  --warning: #f9b115;
  --danger: #e55353;
  --light: #e9e9eb;
  --dark: #4d4e5c;
  --primary-dark-theme: #5848e5;
  --secondary-dark-theme: #4f6384;
  --success-dark-theme: #48d176;
  --info-dark-theme: #66b3ff;
  --warning-dark-theme: #fac247;
  --danger-dark-theme: #ec7f7f;
  --light-dark-theme: #252525;
  --dark-dark-theme: #1e1e1e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #373847;
  background-color: #e4e5e6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.c-dark-theme {
  color: #e1e1e1;
  background-color: #121212;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,
ol,
ul,
dl {
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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 {
  text-decoration: none;
  background-color: transparent;
  color: #321fdb;
}

.c-dark-theme a {
  color: #988fed;
}

a:hover {
  text-decoration: underline;
  color: #321fdb;
}

.c-dark-theme a:hover {
  color: #988fed;
}

a:not([href]):not([tabindex]),
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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  display: block;
  font-size: 87.5%;
  color: #373847;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #646470;
  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;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.ps {
  overflow: hidden !important;
  -ms-touch-action: auto;
  touch-action: auto;
  -ms-overflow-style: none;
  overflow-anchor: none;
}

.ps__rail-x {
  bottom: 0;
  height: 15px;
}

.ps__rail-x,
.ps__rail-y {
  position: absolute;
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  right: 0;
  width: 15px;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: .6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  bottom: 2px;
  height: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-x,
.ps__thumb-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
}

.ps__thumb-y {
  right: 2px;
  width: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y {
  width: 11px;
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.c-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.c-alert-heading {
  color: inherit;
}

.c-alert-link {
  font-weight: 700;
}

.c-alert-dismissible {
  padding-right: 3.8125rem;
}

.c-alert-dismissible .c-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.c-alert-primary {
  color: #1a1072;
  background-color: #d6d2f8;
  border-color: #c6c0f5;
}

.c-alert-primary hr {
  border-top-color: #b2aaf2;
}

.c-alert-primary .c-alert-link {
  color: #100a45;
}

.c-alert-secondary {
  color: #52565c;
  background-color: #ebedef;
  border-color: #e4e6e9;
}

.c-alert-secondary hr {
  border-top-color: #d6d9de;
}

.c-alert-secondary .c-alert-link {
  color: #3a3d41;
}

.c-alert-success {
  color: #186030;
  background-color: #d5f1de;
  border-color: #c4ebd1;
}

.c-alert-success hr {
  border-top-color: #b1e5c2;
}

.c-alert-success .c-alert-link {
  color: #0e371c;
}

.c-alert-info {
  color: #1b5085;
  background-color: #d6ebff;
  border-color: #c6e2ff;
}

.c-alert-info hr {
  border-top-color: #add5ff;
}

.c-alert-info .c-alert-link {
  color: #12375b;
}

.c-alert-warning {
  color: #815c0b;
  background-color: #feefd0;
  border-color: #fde9bd;
}

.c-alert-warning hr {
  border-top-color: #fce1a4;
}

.c-alert-warning .c-alert-link {
  color: #523a07;
}

.c-alert-danger {
  color: #772b2b;
  background-color: #fadddd;
  border-color: #f8cfcf;
}

.c-alert-danger hr {
  border-top-color: #f5b9b9;
}

.c-alert-danger .c-alert-link {
  color: #521d1d;
}

.c-alert-light {
  color: #79797a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.c-alert-light hr {
  border-top-color: #ececec;
}

.c-alert-light .c-alert-link {
  color: #606060;
}

.c-alert-dark {
  color: #282930;
  background-color: #dbdcde;
  border-color: #cdcdd1;
}

.c-alert-dark hr {
  border-top-color: #c0c0c5;
}

.c-alert-dark .c-alert-link {
  color: #111114;
}

.c-dark-theme &.c-alert-primary {
  color: #1a1072;
  background-color: #d6d2f8;
  border-color: #c6c0f5;
}

.c-dark-theme &.c-alert-primary hr {
  border-top-color: #b2aaf2;
}

.c-dark-theme &.c-alert-primary .c-alert-link {
  color: #100a45;
}

.c-dark-theme &.c-alert-secondary {
  color: #52565c;
  background-color: #ebedef;
  border-color: #e4e6e9;
}

.c-dark-theme &.c-alert-secondary hr {
  border-top-color: #d6d9de;
}

.c-dark-theme &.c-alert-secondary .c-alert-link {
  color: #3a3d41;
}

.c-dark-theme &.c-alert-success {
  color: #186030;
  background-color: #d5f1de;
  border-color: #c4ebd1;
}

.c-dark-theme &.c-alert-success hr {
  border-top-color: #b1e5c2;
}

.c-dark-theme &.c-alert-success .c-alert-link {
  color: #0e371c;
}

.c-dark-theme &.c-alert-info {
  color: #1b5085;
  background-color: #d6ebff;
  border-color: #c6e2ff;
}

.c-dark-theme &.c-alert-info hr {
  border-top-color: #add5ff;
}

.c-dark-theme &.c-alert-info .c-alert-link {
  color: #12375b;
}

.c-dark-theme &.c-alert-warning {
  color: #815c0b;
  background-color: #feefd0;
  border-color: #fde9bd;
}

.c-dark-theme &.c-alert-warning hr {
  border-top-color: #fce1a4;
}

.c-dark-theme &.c-alert-warning .c-alert-link {
  color: #523a07;
}

.c-dark-theme &.c-alert-danger {
  color: #772b2b;
  background-color: #fadddd;
  border-color: #f8cfcf;
}

.c-dark-theme &.c-alert-danger hr {
  border-top-color: #f5b9b9;
}

.c-dark-theme &.c-alert-danger .c-alert-link {
  color: #521d1d;
}

.c-dark-theme &.c-alert-light {
  color: #79797a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.c-dark-theme &.c-alert-light hr {
  border-top-color: #ececec;
}

.c-dark-theme &.c-alert-light .c-alert-link {
  color: #606060;
}

.c-dark-theme &.c-alert-dark {
  color: #282930;
  background-color: #dbdcde;
  border-color: #cdcdd1;
}

.c-dark-theme &.c-alert-dark hr {
  border-top-color: #c0c0c5;
}

.c-dark-theme &.c-alert-dark .c-alert-link {
  color: #111114;
}

.c-img-avatar,
.c-avatar>img {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

.c-avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.c-avatar .c-avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.c-avatar>img {
  vertical-align: initial;
}

.c-avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}

.c-avatar-lg .c-avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.c-avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.c-avatar-sm .c-avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.c-avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.c-avatar-xs .c-avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.c-avatars-stack .c-avatar {
  margin-right: -18px;
  transition: margin-right 0.25s;
}

.c-avatars-stack .c-avatar:hover {
  margin-right: 0;
}

.c-avatars-stack .c-avatar-lg {
  margin-right: -36px;
}

.c-avatars-stack .c-avatar-sm {
  margin-right: -12px;
}

.c-avatars-stack .c-avatar-xs {
  margin-right: -10px;
}

.c-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .c-badge {
    transition: none;
  }
}

a.c-badge:hover,
a.c-badge:focus {
  text-decoration: none;
}

.c-badge:empty {
  display: none;
}

.c-btn .c-badge {
  position: relative;
  top: -1px;
}

.c-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.c-badge-primary {
  color: #fff;
  background-color: #321fdb;
}

a.c-badge-primary:hover,
a.c-badge-primary:focus {
  color: #fff;
  background-color: #2819ae;
}

a.c-badge-primary:focus,
a.c-badge-primary.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.5);
}

.c-badge-secondary {
  color: #373847;
  background-color: #9da5b1;
}

a.c-badge-secondary:hover,
a.c-badge-secondary:focus {
  color: #373847;
  background-color: #818b9a;
}

a.c-badge-secondary:focus,
a.c-badge-secondary.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(157, 165, 177, 0.5);
}

.c-badge-success {
  color: #fff;
  background-color: #2eb85c;
}

a.c-badge-success:hover,
a.c-badge-success:focus {
  color: #fff;
  background-color: #248f48;
}

a.c-badge-success:focus,
a.c-badge-success.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.c-badge-info {
  color: #fff;
  background-color: #39f;
}

a.c-badge-info:hover,
a.c-badge-info:focus {
  color: #fff;
  background-color: #0080ff;
}

a.c-badge-info:focus,
a.c-badge-info.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.c-badge-warning {
  color: #373847;
  background-color: #f9b115;
}

a.c-badge-warning:hover,
a.c-badge-warning:focus {
  color: #373847;
  background-color: #d69405;
}

a.c-badge-warning:focus,
a.c-badge-warning.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.c-badge-danger {
  color: #fff;
  background-color: #e55353;
}

a.c-badge-danger:hover,
a.c-badge-danger:focus {
  color: #fff;
  background-color: #de2727;
}

a.c-badge-danger:focus,
a.c-badge-danger.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.c-badge-light {
  color: #373847;
  background-color: #e9e9eb;
}

a.c-badge-light:hover,
a.c-badge-light:focus {
  color: #373847;
  background-color: #ceced3;
}

a.c-badge-light:focus,
a.c-badge-light.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 233, 235, 0.5);
}

.c-badge-dark {
  color: #fff;
  background-color: #4d4e5c;
}

a.c-badge-dark:hover,
a.c-badge-dark:focus {
  color: #fff;
  background-color: #363640;
}

a.c-badge-dark:focus,
a.c-badge-dark.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 92, 0.5);
}

.c-dark-theme &.c-badge-primary {
  color: #fff;
  background-color: #5848e5;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-primary.c-badge-primary:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-primary.c-badge-primary:focus {
  color: #fff;
  background-color: #321fdb;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-primary.c-badge-primary:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-primary.c-badge-primary.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 72, 229, 0.5);
}

.c-dark-theme &.c-badge-secondary {
  color: #fff;
  background-color: #4f6384;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-secondary.c-badge-secondary:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-secondary.c-badge-secondary:focus {
  color: #fff;
  background-color: #3c4b64;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-secondary.c-badge-secondary:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-secondary.c-badge-secondary.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(79, 99, 132, 0.5);
}

.c-dark-theme &.c-badge-success {
  color: #373847;
  background-color: #48d176;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-success.c-badge-success:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-success.c-badge-success:focus {
  color: #373847;
  background-color: #2eb85c;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-success.c-badge-success:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-success.c-badge-success.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 118, 0.5);
}

.c-dark-theme &.c-badge-info {
  color: #373847;
  background-color: #66b3ff;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-info.c-badge-info:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-info.c-badge-info:focus {
  color: #373847;
  background-color: #3399ff;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-info.c-badge-info:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-info.c-badge-info.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 179, 255, 0.5);
}

.c-dark-theme &.c-badge-warning {
  color: #373847;
  background-color: #fac247;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-warning.c-badge-warning:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-warning.c-badge-warning:focus {
  color: #373847;
  background-color: #f9b115;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-warning.c-badge-warning:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-warning.c-badge-warning.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 194, 71, 0.5);
}

.c-dark-theme &.c-badge-danger {
  color: #373847;
  background-color: #ec7f7f;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-danger.c-badge-danger:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-danger.c-badge-danger:focus {
  color: #373847;
  background-color: #e55353;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-danger.c-badge-danger:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-danger.c-badge-danger.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 127, 127, 0.5);
}

.c-dark-theme &.c-badge-light {
  color: #fff;
  background-color: #252525;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-light.c-badge-light:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-light.c-badge-light:focus {
  color: #fff;
  background-color: #0c0b0b;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-light.c-badge-light:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-light.c-badge-light.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.c-dark-theme &.c-badge-dark {
  color: #fff;
  background-color: #1e1e1e;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-dark.c-badge-dark:hover,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-dark.c-badge-dark:focus {
  color: #fff;
  background-color: #050505;
}

a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-dark.c-badge-dark:focus,
a.c-dark-theme .c-dark-theme .c-dark-theme .c-dark-theme &.c-badge-dark.c-badge-dark.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.c-breadcrumb-menu {
  margin-left: auto;
}

.c-breadcrumb-menu::before {
  display: none;
}

.c-breadcrumb-menu .c-btn-group {
  vertical-align: top;
}

.c-breadcrumb-menu .c-btn {
  padding: 0 0.75rem;
  color: #646470;
  vertical-align: top;
  border: 0;
}

.c-breadcrumb-menu .c-btn:hover,
.c-breadcrumb-menu .c-btn.c-active,
.c-breadcrumb-menu .c-open .c-btn {
  color: #373847;
  background: transparent;
}

.c-breadcrumb-menu .c-dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

*[dir="rtl"] .c-breadcrumb-menu {
  margin-right: auto;
  margin-left: initial;
}

.c-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  border-radius: 0;
  border-bottom: 1px solid;
  background-color: #fff;
  border-color: #bcbdc2;
}

.c-dark-theme .c-breadcrumb {
  background-color: #222;
  border-color: #222;
}

.c-breadcrumb-item+.c-breadcrumb-item {
  padding-left: 0.5rem;
}

.c-breadcrumb-item+.c-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7a7a85;
  content: "/";
}

.c-breadcrumb-item+.c-breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}

.c-breadcrumb-item.c-active {
  color: #7a7a85;
}

*[dir="rtl"] .c-breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}

*[dir="rtl"] .c-breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

.c-btn-group,
.c-btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.c-btn-group>.c-btn,
.c-btn-group-vertical>.c-btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c-btn-group>.c-btn:hover,
.c-btn-group-vertical>.c-btn:hover,
.c-btn-group>.c-btn:focus,
.c-btn-group>.c-btn:active,
.c-btn-group>.c-btn.c-active,
.c-btn-group-vertical>.c-btn:focus,
.c-btn-group-vertical>.c-btn:active,
.c-btn-group-vertical>.c-btn.c-active {
  z-index: 1;
}

.c-btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-btn-toolbar .c-input-group {
  width: auto;
}

.c-btn-group>.c-btn:not(:first-child),
.c-btn-group>.c-btn-group:not(:first-child) {
  margin-left: -1px;
}

html:not([dir="rtl"]) .c-btn-group>.c-btn:not(:last-child):not(.c-dropdown-toggle),
html:not([dir="rtl"]) .c-btn-group>.c-btn-group:not(:last-child)>.c-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html:not([dir="rtl"]) .c-btn-group>.c-btn:not(:first-child),
html:not([dir="rtl"]) .c-btn-group>.c-btn-group:not(:first-child)>.c-btn,
*[dir="rtl"] .c-btn-group>.c-btn:not(:last-child):not(.c-dropdown-toggle),
*[dir="rtl"] .c-btn-group>.c-btn-group:not(:last-child)>.c-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir="rtl"] .c-btn-group>.c-btn:not(:first-child),
*[dir="rtl"] .c-btn-group>.c-btn-group:not(:first-child)>.c-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.c-dropdown-toggle-split::after,
.c-dropup .c-dropdown-toggle-split::after,
.c-dropright .c-dropdown-toggle-split::after {
  margin-left: 0;
}

.c-dropleft .c-dropdown-toggle-split::before {
  margin-right: 0;
}

.c-btn-sm+.c-dropdown-toggle-split,
.c-btn-group-sm>.c-btn+.c-dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.c-btn-lg+.c-dropdown-toggle-split,
.c-btn-group-lg>.c-btn+.c-dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.c-btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn-group-vertical>.c-btn,
.c-btn-group-vertical>.c-btn-group {
  width: 100%;
}

.c-btn-group-vertical>.c-btn:not(:first-child),
.c-btn-group-vertical>.c-btn-group:not(:first-child) {
  margin-top: -1px;
}

.c-btn-group-vertical>.c-btn:not(:last-child):not(.c-dropdown-toggle),
.c-btn-group-vertical>.c-btn-group:not(:last-child)>.c-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.c-btn-group-vertical>.c-btn:not(:first-child),
.c-btn-group-vertical>.c-btn-group:not(:first-child)>.c-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-btn-group-toggle>.c-btn,
.c-btn-group-toggle>.c-btn-group>.c-btn {
  margin-bottom: 0;
}

.c-btn-group-toggle>.c-btn input[type="radio"],
.c-btn-group-toggle>.c-btn input[type="checkbox"],
.c-btn-group-toggle>.c-btn-group>.c-btn input[type="radio"],
.c-btn-group-toggle>.c-btn-group>.c-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.c-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #373847;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c-btn .c-btn-icon {
  min-width: 0.5625rem;
  height: 0.875rem;
  margin: 0.21875rem 0;
}

@media (prefers-reduced-motion: reduce) {
  .c-btn {
    transition: none;
  }
}

.c-btn:hover {
  color: #373847;
  text-decoration: none;
}

.c-btn:focus,
.c-btn.c-focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-btn.c-disabled,
.c-btn:disabled {
  opacity: 0.65;
}

.c-btn i,
.c-btn .c-btn-icon {
  height: 0.875rem;
  margin: 0.21875rem 0;
  fill: currentColor;
}

a.c-btn.c-disabled,
fieldset:disabled a.c-btn {
  pointer-events: none;
}

.c-btn-primary {
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-btn-primary:hover {
  color: #fff;
  background-color: #2a1ab9;
  border-color: #2819ae;
}

.c-btn-primary:focus,
.c-btn-primary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 65, 224, 0.5);
}

.c-btn-primary.c-disabled,
.c-btn-primary:disabled {
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-btn-primary:not(:disabled):not(.c-disabled):active,
.c-btn-primary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-primary.c-dropdown-toggle {
  color: #fff;
  background-color: #2819ae;
  border-color: #2517a3;
}

.c-btn-primary:not(:disabled):not(.c-disabled):active:focus,
.c-btn-primary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-primary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 65, 224, 0.5);
}

.c-btn-secondary {
  color: #373847;
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-secondary:hover {
  color: #fff;
  background-color: #8891a0;
  border-color: #818b9a;
}

.c-btn-secondary:focus,
.c-btn-secondary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 149, 161, 0.5);
}

.c-btn-secondary.c-disabled,
.c-btn-secondary:disabled {
  color: #373847;
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-secondary:not(:disabled):not(.c-disabled):active,
.c-btn-secondary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-secondary.c-dropdown-toggle {
  color: #fff;
  background-color: #818b9a;
  border-color: #7a8495;
}

.c-btn-secondary:not(:disabled):not(.c-disabled):active:focus,
.c-btn-secondary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-secondary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 149, 161, 0.5);
}

.c-btn-success {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-success:hover {
  color: #fff;
  background-color: #26994d;
  border-color: #248f48;
}

.c-btn-success:focus,
.c-btn-success.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 195, 116, 0.5);
}

.c-btn-success.c-disabled,
.c-btn-success:disabled {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-success:not(:disabled):not(.c-disabled):active,
.c-btn-success:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-success.c-dropdown-toggle {
  color: #fff;
  background-color: #248f48;
  border-color: #218543;
}

.c-btn-success:not(:disabled):not(.c-disabled):active:focus,
.c-btn-success:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-success.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 195, 116, 0.5);
}

.c-btn-info {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.c-btn-info:hover {
  color: #fff;
  background-color: #0d86ff;
  border-color: #0080ff;
}

.c-btn-info:focus,
.c-btn-info.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 168, 255, 0.5);
}

.c-btn-info.c-disabled,
.c-btn-info:disabled {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.c-btn-info:not(:disabled):not(.c-disabled):active,
.c-btn-info:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-info.c-dropdown-toggle {
  color: #fff;
  background-color: #0080ff;
  border-color: #0079f2;
}

.c-btn-info:not(:disabled):not(.c-disabled):active:focus,
.c-btn-info:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-info.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 168, 255, 0.5);
}

.c-btn-warning {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-btn-warning:hover {
  color: #373847;
  background-color: #e29c06;
  border-color: #d69405;
}

.c-btn-warning:focus,
.c-btn-warning.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 159, 29, 0.5);
}

.c-btn-warning.c-disabled,
.c-btn-warning:disabled {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-btn-warning:not(:disabled):not(.c-disabled):active,
.c-btn-warning:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-warning.c-dropdown-toggle {
  color: #373847;
  background-color: #d69405;
  border-color: #c98b05;
}

.c-btn-warning:not(:disabled):not(.c-disabled):active:focus,
.c-btn-warning:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-warning.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 159, 29, 0.5);
}

.c-btn-danger {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.c-btn-danger:hover {
  color: #fff;
  background-color: #e03232;
  border-color: #de2727;
}

.c-btn-danger:focus,
.c-btn-danger.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 109, 109, 0.5);
}

.c-btn-danger.c-disabled,
.c-btn-danger:disabled {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.c-btn-danger:not(:disabled):not(.c-disabled):active,
.c-btn-danger:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-danger.c-dropdown-toggle {
  color: #fff;
  background-color: #de2727;
  border-color: #d82121;
}

.c-btn-danger:not(:disabled):not(.c-disabled):active:focus,
.c-btn-danger:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-danger.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 109, 109, 0.5);
}

.c-btn-light {
  color: #373847;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-light:hover {
  color: #373847;
  background-color: #d5d5d9;
  border-color: #ceced3;
}

.c-btn-light:focus,
.c-btn-light.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 206, 210, 0.5);
}

.c-btn-light.c-disabled,
.c-btn-light:disabled {
  color: #373847;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-light:not(:disabled):not(.c-disabled):active,
.c-btn-light:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-light.c-dropdown-toggle {
  color: #373847;
  background-color: #ceced3;
  border-color: #c8c8cd;
}

.c-btn-light:not(:disabled):not(.c-disabled):active:focus,
.c-btn-light:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-light.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 206, 210, 0.5);
}

.c-btn-dark {
  color: #fff;
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-dark:hover {
  color: #fff;
  background-color: #3c3c47;
  border-color: #363640;
}

.c-btn-dark:focus,
.c-btn-dark.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 105, 116, 0.5);
}

.c-btn-dark.c-disabled,
.c-btn-dark:disabled {
  color: #fff;
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-dark:not(:disabled):not(.c-disabled):active,
.c-btn-dark:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-dark.c-dropdown-toggle {
  color: #fff;
  background-color: #363640;
  border-color: #303139;
}

.c-btn-dark:not(:disabled):not(.c-disabled):active:focus,
.c-btn-dark:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-dark.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 105, 116, 0.5);
}

.c-dark-theme &.c-btn-primary {
  color: #fff;
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-primary:hover {
  color: #fff;
  background-color: #3926e0;
  border-color: #321fdb;
}

.c-dark-theme &.c-btn-primary:focus,
.c-dark-theme &.c-btn-primary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 99, 233, 0.5);
}

.c-dark-theme &.c-btn-primary.c-disabled,
.c-dark-theme &.c-btn-primary:disabled {
  color: #fff;
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-primary:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-primary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-primary.c-dropdown-toggle {
  color: #fff;
  background-color: #321fdb;
  border-color: #2f1dd0;
}

.c-dark-theme &.c-btn-primary:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-primary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-primary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 99, 233, 0.5);
}

.c-dark-theme &.c-btn-secondary {
  color: #fff;
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-secondary:hover {
  color: #fff;
  background-color: #41516c;
  border-color: #3c4b64;
}

.c-dark-theme &.c-btn-secondary:focus,
.c-dark-theme &.c-btn-secondary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 122, 150, 0.5);
}

.c-dark-theme &.c-btn-secondary.c-disabled,
.c-dark-theme &.c-btn-secondary:disabled {
  color: #fff;
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-secondary:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-secondary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-secondary.c-dropdown-toggle {
  color: #fff;
  background-color: #3c4b64;
  border-color: #37455c;
}

.c-dark-theme &.c-btn-secondary:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-secondary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-secondary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 122, 150, 0.5);
}

.c-dark-theme &.c-btn-success {
  color: #373847;
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-success:hover {
  color: #fff;
  background-color: #31c261;
  border-color: #2eb85c;
}

.c-dark-theme &.c-btn-success:focus,
.c-dark-theme &.c-btn-success.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 186, 111, 0.5);
}

.c-dark-theme &.c-btn-success.c-disabled,
.c-dark-theme &.c-btn-success:disabled {
  color: #373847;
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-success:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-success:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-success.c-dropdown-toggle {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2bae57;
}

.c-dark-theme &.c-btn-success:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-success:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-success.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 186, 111, 0.5);
}

.c-dark-theme &.c-btn-info {
  color: #373847;
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-info:hover {
  color: #fff;
  background-color: #409fff;
  border-color: #3399ff;
}

.c-dark-theme &.c-btn-info:focus,
.c-dark-theme &.c-btn-info.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 160, 227, 0.5);
}

.c-dark-theme &.c-btn-info.c-disabled,
.c-dark-theme &.c-btn-info:disabled {
  color: #373847;
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-info:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-info:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-info.c-dropdown-toggle {
  color: #fff;
  background-color: #3399ff;
  border-color: #2693ff;
}

.c-dark-theme &.c-btn-info:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-info:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-info.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 160, 227, 0.5);
}

.c-dark-theme &.c-btn-warning {
  color: #373847;
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-warning:hover {
  color: #373847;
  background-color: #f9b521;
  border-color: #f9b115;
}

.c-dark-theme &.c-btn-warning:focus,
.c-dark-theme &.c-btn-warning.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 173, 71, 0.5);
}

.c-dark-theme &.c-btn-warning.c-disabled,
.c-dark-theme &.c-btn-warning:disabled {
  color: #373847;
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-warning:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-warning:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-warning.c-dropdown-toggle {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9ad09;
}

.c-dark-theme &.c-btn-warning:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-warning:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-warning.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 173, 71, 0.5);
}

.c-dark-theme &.c-btn-danger {
  color: #373847;
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-danger:hover {
  color: #fff;
  background-color: #e75e5e;
  border-color: #e55353;
}

.c-dark-theme &.c-btn-danger:focus,
.c-dark-theme &.c-btn-danger.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 117, 119, 0.5);
}

.c-dark-theme &.c-btn-danger.c-disabled,
.c-dark-theme &.c-btn-danger:disabled {
  color: #373847;
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-danger:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-danger:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-danger.c-dropdown-toggle {
  color: #fff;
  background-color: #e55353;
  border-color: #e34848;
}

.c-dark-theme &.c-btn-danger:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-danger:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-danger.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 117, 119, 0.5);
}

.c-dark-theme &.c-btn-light {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-light:hover {
  color: #fff;
  background-color: #121212;
  border-color: #0c0b0b;
}

.c-dark-theme &.c-btn-light:focus,
.c-dark-theme &.c-btn-light.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5);
}

.c-dark-theme &.c-btn-light.c-disabled,
.c-dark-theme &.c-btn-light:disabled {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-light:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-light:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-light.c-dropdown-toggle {
  color: #fff;
  background-color: #0c0b0b;
  border-color: #050505;
}

.c-dark-theme &.c-btn-light:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-light:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-light.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5);
}

.c-dark-theme &.c-btn-dark {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-dark:hover {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #050505;
}

.c-dark-theme &.c-btn-dark:focus,
.c-dark-theme &.c-btn-dark.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.c-dark-theme &.c-btn-dark.c-disabled,
.c-dark-theme &.c-btn-dark:disabled {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-dark:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-dark:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-dark.c-dropdown-toggle {
  color: #fff;
  background-color: #050505;
  border-color: black;
}

.c-dark-theme &.c-btn-dark:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-dark:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-dark.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.c-btn-transparent {
  color: rgba(255, 255, 255, 0.8);
}

.c-btn-transparent:hover {
  color: white;
}

.c-btn-outline-primary {
  color: #321fdb;
  border-color: #321fdb;
}

.c-btn-outline-primary:hover {
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-btn-outline-primary:focus,
.c-btn-outline-primary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.5);
}

.c-btn-outline-primary.c-disabled,
.c-btn-outline-primary:disabled {
  color: #321fdb;
  background-color: transparent;
}

.c-btn-outline-primary:not(:disabled):not(.c-disabled):active,
.c-btn-outline-primary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-primary.c-dropdown-toggle {
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-btn-outline-primary:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-primary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-primary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.5);
}

.c-btn-outline-secondary {
  color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-outline-secondary:hover {
  color: #373847;
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-outline-secondary:focus,
.c-btn-outline-secondary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 165, 177, 0.5);
}

.c-btn-outline-secondary.c-disabled,
.c-btn-outline-secondary:disabled {
  color: #9da5b1;
  background-color: transparent;
}

.c-btn-outline-secondary:not(:disabled):not(.c-disabled):active,
.c-btn-outline-secondary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-secondary.c-dropdown-toggle {
  color: #373847;
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-outline-secondary:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-secondary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-secondary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 165, 177, 0.5);
}

.c-btn-outline-success {
  color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-outline-success:hover {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-outline-success:focus,
.c-btn-outline-success.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.c-btn-outline-success.c-disabled,
.c-btn-outline-success:disabled {
  color: #2eb85c;
  background-color: transparent;
}

.c-btn-outline-success:not(:disabled):not(.c-disabled):active,
.c-btn-outline-success:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-success.c-dropdown-toggle {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-outline-success:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-success:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-success.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.c-btn-outline-info {
  color: #39f;
  border-color: #39f;
}

.c-btn-outline-info:hover {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.c-btn-outline-info:focus,
.c-btn-outline-info.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.c-btn-outline-info.c-disabled,
.c-btn-outline-info:disabled {
  color: #39f;
  background-color: transparent;
}

.c-btn-outline-info:not(:disabled):not(.c-disabled):active,
.c-btn-outline-info:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-info.c-dropdown-toggle {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.c-btn-outline-info:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-info:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-info.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.c-btn-outline-warning {
  color: #f9b115;
  border-color: #f9b115;
}

.c-btn-outline-warning:hover {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-btn-outline-warning:focus,
.c-btn-outline-warning.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.c-btn-outline-warning.c-disabled,
.c-btn-outline-warning:disabled {
  color: #f9b115;
  background-color: transparent;
}

.c-btn-outline-warning:not(:disabled):not(.c-disabled):active,
.c-btn-outline-warning:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-warning.c-dropdown-toggle {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-btn-outline-warning:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-warning:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-warning.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.c-btn-outline-danger {
  color: #e55353;
  border-color: #e55353;
}

.c-btn-outline-danger:hover {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.c-btn-outline-danger:focus,
.c-btn-outline-danger.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.c-btn-outline-danger.c-disabled,
.c-btn-outline-danger:disabled {
  color: #e55353;
  background-color: transparent;
}

.c-btn-outline-danger:not(:disabled):not(.c-disabled):active,
.c-btn-outline-danger:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-danger.c-dropdown-toggle {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.c-btn-outline-danger:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-danger:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-danger.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.c-btn-outline-light {
  color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-outline-light:hover {
  color: #373847;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-outline-light:focus,
.c-btn-outline-light.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 233, 235, 0.5);
}

.c-btn-outline-light.c-disabled,
.c-btn-outline-light:disabled {
  color: #e9e9eb;
  background-color: transparent;
}

.c-btn-outline-light:not(:disabled):not(.c-disabled):active,
.c-btn-outline-light:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-light.c-dropdown-toggle {
  color: #373847;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-outline-light:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-light:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-light.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 233, 235, 0.5);
}

.c-btn-outline-dark {
  color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-outline-dark:hover {
  color: #fff;
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-outline-dark:focus,
.c-btn-outline-dark.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 92, 0.5);
}

.c-btn-outline-dark.c-disabled,
.c-btn-outline-dark:disabled {
  color: #4d4e5c;
  background-color: transparent;
}

.c-btn-outline-dark:not(:disabled):not(.c-disabled):active,
.c-btn-outline-dark:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-outline-dark.c-dropdown-toggle {
  color: #fff;
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-outline-dark:not(:disabled):not(.c-disabled):active:focus,
.c-btn-outline-dark:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-outline-dark.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 92, 0.5);
}

.c-dark-theme &.c-btn-outline-primary {
  color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-outline-primary:hover {
  color: #fff;
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-outline-primary:focus,
.c-dark-theme &.c-btn-outline-primary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 72, 229, 0.5);
}

.c-dark-theme &.c-btn-outline-primary.c-disabled,
.c-dark-theme &.c-btn-outline-primary:disabled {
  color: #5848e5;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-primary:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-primary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-primary.c-dropdown-toggle {
  color: #fff;
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-outline-primary:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-primary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-primary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 72, 229, 0.5);
}

.c-dark-theme &.c-btn-outline-secondary {
  color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-outline-secondary:hover {
  color: #fff;
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-outline-secondary:focus,
.c-dark-theme &.c-btn-outline-secondary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 99, 132, 0.5);
}

.c-dark-theme &.c-btn-outline-secondary.c-disabled,
.c-dark-theme &.c-btn-outline-secondary:disabled {
  color: #4f6384;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-secondary:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-secondary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-secondary.c-dropdown-toggle {
  color: #fff;
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-outline-secondary:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-secondary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-secondary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 99, 132, 0.5);
}

.c-dark-theme &.c-btn-outline-success {
  color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-outline-success:hover {
  color: #373847;
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-outline-success:focus,
.c-dark-theme &.c-btn-outline-success.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 118, 0.5);
}

.c-dark-theme &.c-btn-outline-success.c-disabled,
.c-dark-theme &.c-btn-outline-success:disabled {
  color: #48d176;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-success:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-success:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-success.c-dropdown-toggle {
  color: #373847;
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-outline-success:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-success:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-success.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 118, 0.5);
}

.c-dark-theme &.c-btn-outline-info {
  color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-outline-info:hover {
  color: #373847;
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-outline-info:focus,
.c-dark-theme &.c-btn-outline-info.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 179, 255, 0.5);
}

.c-dark-theme &.c-btn-outline-info.c-disabled,
.c-dark-theme &.c-btn-outline-info:disabled {
  color: #66b3ff;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-info:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-info:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-info.c-dropdown-toggle {
  color: #373847;
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-outline-info:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-info:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-info.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 179, 255, 0.5);
}

.c-dark-theme &.c-btn-outline-warning {
  color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-outline-warning:hover {
  color: #373847;
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-outline-warning:focus,
.c-dark-theme &.c-btn-outline-warning.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 194, 71, 0.5);
}

.c-dark-theme &.c-btn-outline-warning.c-disabled,
.c-dark-theme &.c-btn-outline-warning:disabled {
  color: #fac247;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-warning:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-warning:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-warning.c-dropdown-toggle {
  color: #373847;
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-outline-warning:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-warning:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-warning.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 194, 71, 0.5);
}

.c-dark-theme &.c-btn-outline-danger {
  color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-outline-danger:hover {
  color: #373847;
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-outline-danger:focus,
.c-dark-theme &.c-btn-outline-danger.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 127, 127, 0.5);
}

.c-dark-theme &.c-btn-outline-danger.c-disabled,
.c-dark-theme &.c-btn-outline-danger:disabled {
  color: #ec7f7f;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-danger:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-danger:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-danger.c-dropdown-toggle {
  color: #373847;
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-outline-danger:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-danger:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-danger.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 127, 127, 0.5);
}

.c-dark-theme &.c-btn-outline-light {
  color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-outline-light:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-outline-light:focus,
.c-dark-theme &.c-btn-outline-light.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.c-dark-theme &.c-btn-outline-light.c-disabled,
.c-dark-theme &.c-btn-outline-light:disabled {
  color: #252525;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-light:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-light:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-light.c-dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-outline-light:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-light:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-light.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.c-dark-theme &.c-btn-outline-dark {
  color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-outline-dark:hover {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-outline-dark:focus,
.c-dark-theme &.c-btn-outline-dark.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.c-dark-theme &.c-btn-outline-dark.c-disabled,
.c-dark-theme &.c-btn-outline-dark:disabled {
  color: #1e1e1e;
  background-color: transparent;
}

.c-dark-theme &.c-btn-outline-dark:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-outline-dark:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-outline-dark.c-dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-outline-dark:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-outline-dark:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-outline-dark.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.c-btn-link {
  font-weight: 400;
  color: #321fdb;
  text-decoration: none;
}

.c-btn-link:hover {
  color: #231698;
  text-decoration: underline;
}

.c-btn-link:focus,
.c-btn-link.c-focus {
  text-decoration: underline;
  box-shadow: none;
}

.c-btn-link:disabled,
.c-btn-link.c-disabled {
  color: #7a7a85;
  pointer-events: none;
}

.c-btn-lg,
.c-btn-group-lg>.c-btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.c-btn-lg .c-btn-icon,
.c-btn-group-lg>.c-btn .c-btn-icon {
  min-width: 0.640625rem;
  height: 1.09375rem;
  margin: 0.2734375rem 0;
}

.c-btn-sm,
.c-btn-group-sm>.c-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.c-btn-sm .c-btn-icon,
.c-btn-group-sm>.c-btn .c-btn-icon {
  min-width: 0.6484375rem;
  height: 0.765625rem;
  margin: 0.19140625rem 0;
}

.c-btn-block {
  display: block;
  width: 100%;
}

.c-btn-block+.c-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].c-btn-block,
input[type="reset"].c-btn-block,
input[type="button"].c-btn-block {
  width: 100%;
}

.c-btn-pill {
  border-radius: 50em;
}

.c-btn-square {
  border-radius: 0;
}

.c-btn-ghost-primary {
  color: #321fdb;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-primary:hover {
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-btn-ghost-primary:focus,
.c-btn-ghost-primary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.5);
}

.c-btn-ghost-primary.c-disabled,
.c-btn-ghost-primary:disabled {
  color: #321fdb;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-primary:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-primary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-primary.c-dropdown-toggle {
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-btn-ghost-primary:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-primary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-primary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.5);
}

.c-btn-ghost-secondary {
  color: #9da5b1;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-secondary:hover {
  color: #373847;
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-ghost-secondary:focus,
.c-btn-ghost-secondary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 165, 177, 0.5);
}

.c-btn-ghost-secondary.c-disabled,
.c-btn-ghost-secondary:disabled {
  color: #9da5b1;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-secondary:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-secondary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-secondary.c-dropdown-toggle {
  color: #373847;
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-btn-ghost-secondary:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-secondary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-secondary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 165, 177, 0.5);
}

.c-btn-ghost-success {
  color: #2eb85c;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-success:hover {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-ghost-success:focus,
.c-btn-ghost-success.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.c-btn-ghost-success.c-disabled,
.c-btn-ghost-success:disabled {
  color: #2eb85c;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-success:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-success:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-success.c-dropdown-toggle {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-btn-ghost-success:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-success:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-success.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.c-btn-ghost-info {
  color: #39f;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-info:hover {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.c-btn-ghost-info:focus,
.c-btn-ghost-info.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.c-btn-ghost-info.c-disabled,
.c-btn-ghost-info:disabled {
  color: #39f;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-info:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-info:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-info.c-dropdown-toggle {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.c-btn-ghost-info:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-info:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-info.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.c-btn-ghost-warning {
  color: #f9b115;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-warning:hover {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-btn-ghost-warning:focus,
.c-btn-ghost-warning.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.c-btn-ghost-warning.c-disabled,
.c-btn-ghost-warning:disabled {
  color: #f9b115;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-warning:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-warning:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-warning.c-dropdown-toggle {
  color: #373847;
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-btn-ghost-warning:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-warning:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-warning.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.c-btn-ghost-danger {
  color: #e55353;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-danger:hover {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.c-btn-ghost-danger:focus,
.c-btn-ghost-danger.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.c-btn-ghost-danger.c-disabled,
.c-btn-ghost-danger:disabled {
  color: #e55353;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-danger:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-danger:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-danger.c-dropdown-toggle {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.c-btn-ghost-danger:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-danger:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-danger.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.c-btn-ghost-light {
  color: #e9e9eb;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-light:hover {
  color: #373847;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-ghost-light:focus,
.c-btn-ghost-light.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 233, 235, 0.5);
}

.c-btn-ghost-light.c-disabled,
.c-btn-ghost-light:disabled {
  color: #e9e9eb;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-light:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-light:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-light.c-dropdown-toggle {
  color: #373847;
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-btn-ghost-light:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-light:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-light.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 233, 235, 0.5);
}

.c-btn-ghost-dark {
  color: #4d4e5c;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-btn-ghost-dark:hover {
  color: #fff;
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-ghost-dark:focus,
.c-btn-ghost-dark.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 92, 0.5);
}

.c-btn-ghost-dark.c-disabled,
.c-btn-ghost-dark:disabled {
  color: #4d4e5c;
  background-color: transparent;
  border-color: transparent;
}

.c-btn-ghost-dark:not(:disabled):not(.c-disabled):active,
.c-btn-ghost-dark:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-ghost-dark.c-dropdown-toggle {
  color: #fff;
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-btn-ghost-dark:not(:disabled):not(.c-disabled):active:focus,
.c-btn-ghost-dark:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-ghost-dark.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 92, 0.5);
}

.c-dark-theme &.c-btn-ghost-primary {
  color: #5848e5;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-primary:hover {
  color: #fff;
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-ghost-primary:focus,
.c-dark-theme &.c-btn-ghost-primary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 72, 229, 0.5);
}

.c-dark-theme &.c-btn-ghost-primary.c-disabled,
.c-dark-theme &.c-btn-ghost-primary:disabled {
  color: #5848e5;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-primary:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-primary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-primary.c-dropdown-toggle {
  color: #fff;
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-btn-ghost-primary:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-primary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-primary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 72, 229, 0.5);
}

.c-dark-theme &.c-btn-ghost-secondary {
  color: #4f6384;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-secondary:hover {
  color: #fff;
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-ghost-secondary:focus,
.c-dark-theme &.c-btn-ghost-secondary.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 99, 132, 0.5);
}

.c-dark-theme &.c-btn-ghost-secondary.c-disabled,
.c-dark-theme &.c-btn-ghost-secondary:disabled {
  color: #4f6384;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-secondary:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-secondary:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-secondary.c-dropdown-toggle {
  color: #fff;
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-btn-ghost-secondary:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-secondary:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-secondary.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 99, 132, 0.5);
}

.c-dark-theme &.c-btn-ghost-success {
  color: #48d176;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-success:hover {
  color: #373847;
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-ghost-success:focus,
.c-dark-theme &.c-btn-ghost-success.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 118, 0.5);
}

.c-dark-theme &.c-btn-ghost-success.c-disabled,
.c-dark-theme &.c-btn-ghost-success:disabled {
  color: #48d176;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-success:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-success:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-success.c-dropdown-toggle {
  color: #373847;
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-btn-ghost-success:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-success:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-success.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 209, 118, 0.5);
}

.c-dark-theme &.c-btn-ghost-info {
  color: #66b3ff;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-info:hover {
  color: #373847;
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-ghost-info:focus,
.c-dark-theme &.c-btn-ghost-info.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 179, 255, 0.5);
}

.c-dark-theme &.c-btn-ghost-info.c-disabled,
.c-dark-theme &.c-btn-ghost-info:disabled {
  color: #66b3ff;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-info:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-info:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-info.c-dropdown-toggle {
  color: #373847;
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-btn-ghost-info:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-info:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-info.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 179, 255, 0.5);
}

.c-dark-theme &.c-btn-ghost-warning {
  color: #fac247;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-warning:hover {
  color: #373847;
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-ghost-warning:focus,
.c-dark-theme &.c-btn-ghost-warning.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 194, 71, 0.5);
}

.c-dark-theme &.c-btn-ghost-warning.c-disabled,
.c-dark-theme &.c-btn-ghost-warning:disabled {
  color: #fac247;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-warning:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-warning:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-warning.c-dropdown-toggle {
  color: #373847;
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-btn-ghost-warning:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-warning:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-warning.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 194, 71, 0.5);
}

.c-dark-theme &.c-btn-ghost-danger {
  color: #ec7f7f;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-danger:hover {
  color: #373847;
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-ghost-danger:focus,
.c-dark-theme &.c-btn-ghost-danger.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 127, 127, 0.5);
}

.c-dark-theme &.c-btn-ghost-danger.c-disabled,
.c-dark-theme &.c-btn-ghost-danger:disabled {
  color: #ec7f7f;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-danger:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-danger:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-danger.c-dropdown-toggle {
  color: #373847;
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-btn-ghost-danger:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-danger:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-danger.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 127, 127, 0.5);
}

.c-dark-theme &.c-btn-ghost-light {
  color: #252525;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-light:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-ghost-light:focus,
.c-dark-theme &.c-btn-ghost-light.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.c-dark-theme &.c-btn-ghost-light.c-disabled,
.c-dark-theme &.c-btn-ghost-light:disabled {
  color: #252525;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-light:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-light:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-light.c-dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-btn-ghost-light:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-light:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-light.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.c-dark-theme &.c-btn-ghost-dark {
  color: #1e1e1e;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-dark:hover {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-ghost-dark:focus,
.c-dark-theme &.c-btn-ghost-dark.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.c-dark-theme &.c-btn-ghost-dark.c-disabled,
.c-dark-theme &.c-btn-ghost-dark:disabled {
  color: #1e1e1e;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme &.c-btn-ghost-dark:not(:disabled):not(.c-disabled):active,
.c-dark-theme &.c-btn-ghost-dark:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-dark-theme &.c-btn-ghost-dark.c-dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-btn-ghost-dark:not(:disabled):not(.c-disabled):active:focus,
.c-dark-theme &.c-btn-ghost-dark:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-dark-theme &.c-btn-ghost-dark.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.c-btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.c-btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

.c-btn-facebook:focus,
.c-btn-facebook.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.c-btn-facebook.c-disabled,
.c-btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.c-btn-facebook:not(:disabled):not(.c-disabled):active,
.c-btn-facebook:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-facebook.c-dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.c-btn-facebook:not(:disabled):not(.c-disabled):active:focus,
.c-btn-facebook:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-facebook.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.c-btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.c-btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}

.c-btn-twitter:focus,
.c-btn-twitter.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.c-btn-twitter.c-disabled,
.c-btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.c-btn-twitter:not(:disabled):not(.c-disabled):active,
.c-btn-twitter:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-twitter.c-dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

.c-btn-twitter:not(:disabled):not(.c-disabled):active:focus,
.c-btn-twitter:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-twitter.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.c-btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.c-btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}

.c-btn-linkedin:focus,
.c-btn-linkedin.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.c-btn-linkedin.c-disabled,
.c-btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.c-btn-linkedin:not(:disabled):not(.c-disabled):active,
.c-btn-linkedin:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-linkedin.c-dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

.c-btn-linkedin:not(:disabled):not(.c-disabled):active:focus,
.c-btn-linkedin:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-linkedin.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.c-btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.c-btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}

.c-btn-flickr:focus,
.c-btn-flickr.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.c-btn-flickr.c-disabled,
.c-btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.c-btn-flickr:not(:disabled):not(.c-disabled):active,
.c-btn-flickr:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-flickr.c-dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

.c-btn-flickr:not(:disabled):not(.c-disabled):active:focus,
.c-btn-flickr:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-flickr.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.c-btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.c-btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}

.c-btn-tumblr:focus,
.c-btn-tumblr.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.c-btn-tumblr.c-disabled,
.c-btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.c-btn-tumblr:not(:disabled):not(.c-disabled):active,
.c-btn-tumblr:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-tumblr.c-dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

.c-btn-tumblr:not(:disabled):not(.c-disabled):active:focus,
.c-btn-tumblr:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-tumblr.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.c-btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.c-btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}

.c-btn-xing:focus,
.c-btn-xing.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.c-btn-xing.c-disabled,
.c-btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.c-btn-xing:not(:disabled):not(.c-disabled):active,
.c-btn-xing:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-xing.c-dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

.c-btn-xing:not(:disabled):not(.c-disabled):active:focus,
.c-btn-xing:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-xing.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.c-btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.c-btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}

.c-btn-github:focus,
.c-btn-github.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.c-btn-github.c-disabled,
.c-btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.c-btn-github:not(:disabled):not(.c-disabled):active,
.c-btn-github:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-github.c-dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

.c-btn-github:not(:disabled):not(.c-disabled):active:focus,
.c-btn-github:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-github.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.c-btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.c-btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}

.c-btn-stack-overflow:focus,
.c-btn-stack-overflow.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.c-btn-stack-overflow.c-disabled,
.c-btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.c-btn-stack-overflow:not(:disabled):not(.c-disabled):active,
.c-btn-stack-overflow:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-stack-overflow.c-dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

.c-btn-stack-overflow:not(:disabled):not(.c-disabled):active:focus,
.c-btn-stack-overflow:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-stack-overflow.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.c-btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.c-btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}

.c-btn-youtube:focus,
.c-btn-youtube.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.c-btn-youtube.c-disabled,
.c-btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.c-btn-youtube:not(:disabled):not(.c-disabled):active,
.c-btn-youtube:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-youtube.c-dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

.c-btn-youtube:not(:disabled):not(.c-disabled):active:focus,
.c-btn-youtube:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-youtube.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.c-btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.c-btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

.c-btn-dribbble:focus,
.c-btn-dribbble.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.c-btn-dribbble.c-disabled,
.c-btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.c-btn-dribbble:not(:disabled):not(.c-disabled):active,
.c-btn-dribbble:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-dribbble.c-dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

.c-btn-dribbble:not(:disabled):not(.c-disabled):active:focus,
.c-btn-dribbble:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-dribbble.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.c-btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.c-btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

.c-btn-instagram:focus,
.c-btn-instagram.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.c-btn-instagram.c-disabled,
.c-btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.c-btn-instagram:not(:disabled):not(.c-disabled):active,
.c-btn-instagram:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-instagram.c-dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

.c-btn-instagram:not(:disabled):not(.c-disabled):active:focus,
.c-btn-instagram:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-instagram.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.c-btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.c-btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}

.c-btn-pinterest:focus,
.c-btn-pinterest.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.c-btn-pinterest.c-disabled,
.c-btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.c-btn-pinterest:not(:disabled):not(.c-disabled):active,
.c-btn-pinterest:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-pinterest.c-dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

.c-btn-pinterest:not(:disabled):not(.c-disabled):active:focus,
.c-btn-pinterest:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-pinterest.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.c-btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.c-btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}

.c-btn-vk:focus,
.c-btn-vk.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.c-btn-vk.c-disabled,
.c-btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.c-btn-vk:not(:disabled):not(.c-disabled):active,
.c-btn-vk:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-vk.c-dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

.c-btn-vk:not(:disabled):not(.c-disabled):active:focus,
.c-btn-vk:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-vk.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.c-btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.c-btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}

.c-btn-yahoo:focus,
.c-btn-yahoo.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.c-btn-yahoo.c-disabled,
.c-btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.c-btn-yahoo:not(:disabled):not(.c-disabled):active,
.c-btn-yahoo:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-yahoo.c-dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

.c-btn-yahoo:not(:disabled):not(.c-disabled):active:focus,
.c-btn-yahoo:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-yahoo.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.c-btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.c-btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}

.c-btn-behance:focus,
.c-btn-behance.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.c-btn-behance.c-disabled,
.c-btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.c-btn-behance:not(:disabled):not(.c-disabled):active,
.c-btn-behance:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-behance.c-dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

.c-btn-behance:not(:disabled):not(.c-disabled):active:focus,
.c-btn-behance:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-behance.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.c-btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.c-btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

.c-btn-reddit:focus,
.c-btn-reddit.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.c-btn-reddit.c-disabled,
.c-btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.c-btn-reddit:not(:disabled):not(.c-disabled):active,
.c-btn-reddit:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-reddit.c-dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

.c-btn-reddit:not(:disabled):not(.c-disabled):active:focus,
.c-btn-reddit:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-reddit.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.c-btn-vimeo {
  color: #373847;
  background-color: #aad450;
  border-color: #aad450;
}

.c-btn-vimeo:hover {
  color: #373847;
  background-color: #9bcc32;
  border-color: #93c130;
}

.c-btn-vimeo:focus,
.c-btn-vimeo.c-focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 189, 79, 0.5);
}

.c-btn-vimeo.c-disabled,
.c-btn-vimeo:disabled {
  color: #373847;
  background-color: #aad450;
  border-color: #aad450;
}

.c-btn-vimeo:not(:disabled):not(.c-disabled):active,
.c-btn-vimeo:not(:disabled):not(.c-disabled).c-active,
.c-show>.c-btn-vimeo.c-dropdown-toggle {
  color: #373847;
  background-color: #93c130;
  border-color: #8bb72d;
}

.c-btn-vimeo:not(:disabled):not(.c-disabled):active:focus,
.c-btn-vimeo:not(:disabled):not(.c-disabled).c-active:focus,
.c-show>.c-btn-vimeo.c-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 189, 79, 0.5);
}

.c-callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border-left: 4px solid #bcbdc2;
  border-radius: 0.25rem;
}

.c-callout .c-chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

.c-callout-bordered {
  border: 1px solid #bcbdc2;
  border-left-width: 4px;
}

.c-callout code {
  border-radius: 0.25rem;
}

.c-callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.c-callout p:last-child {
  margin-bottom: 0;
}

.c-callout+.c-callout {
  margin-top: -0.25rem;
}

.c-callout-primary {
  border-left-color: #321fdb;
}

.c-callout-primary h4 {
  color: #321fdb;
}

.c-callout-secondary {
  border-left-color: #9da5b1;
}

.c-callout-secondary h4 {
  color: #9da5b1;
}

.c-callout-success {
  border-left-color: #2eb85c;
}

.c-callout-success h4 {
  color: #2eb85c;
}

.c-callout-info {
  border-left-color: #39f;
}

.c-callout-info h4 {
  color: #39f;
}

.c-callout-warning {
  border-left-color: #f9b115;
}

.c-callout-warning h4 {
  color: #f9b115;
}

.c-callout-danger {
  border-left-color: #e55353;
}

.c-callout-danger h4 {
  color: #e55353;
}

.c-callout-light {
  border-left-color: #e9e9eb;
}

.c-callout-light h4 {
  color: #e9e9eb;
}

.c-callout-dark {
  border-left-color: #4d4e5c;
}

.c-callout-dark h4 {
  color: #4d4e5c;
}

.c-dark-theme &.c-callout-primary {
  border-left-color: #5848e5;
}

.c-dark-theme &.c-callout-primary h4 {
  color: #5848e5;
}

.c-dark-theme &.c-callout-secondary {
  border-left-color: #4f6384;
}

.c-dark-theme &.c-callout-secondary h4 {
  color: #4f6384;
}

.c-dark-theme &.c-callout-success {
  border-left-color: #48d176;
}

.c-dark-theme &.c-callout-success h4 {
  color: #48d176;
}

.c-dark-theme &.c-callout-info {
  border-left-color: #66b3ff;
}

.c-dark-theme &.c-callout-info h4 {
  color: #66b3ff;
}

.c-dark-theme &.c-callout-warning {
  border-left-color: #fac247;
}

.c-dark-theme &.c-callout-warning h4 {
  color: #fac247;
}

.c-dark-theme &.c-callout-danger {
  border-left-color: #ec7f7f;
}

.c-dark-theme &.c-callout-danger h4 {
  color: #ec7f7f;
}

.c-dark-theme &.c-callout-light {
  border-left-color: #252525;
}

.c-dark-theme &.c-callout-light h4 {
  color: #252525;
}

.c-dark-theme &.c-callout-dark {
  border-left-color: #1e1e1e;
}

.c-dark-theme &.c-callout-dark h4 {
  color: #1e1e1e;
}

*[dir="rtl"] .c-callout {
  border-right: 4px solid #bcbdc2;
  border-left: 0;
}

*[dir="rtl"] .c-callout.c-callout-primary {
  border-right-color: #321fdb;
}

*[dir="rtl"] .c-callout.c-callout-secondary {
  border-right-color: #9da5b1;
}

*[dir="rtl"] .c-callout.c-callout-success {
  border-right-color: #2eb85c;
}

*[dir="rtl"] .c-callout.c-callout-info {
  border-right-color: #39f;
}

*[dir="rtl"] .c-callout.c-callout-warning {
  border-right-color: #f9b115;
}

*[dir="rtl"] .c-callout.c-callout-danger {
  border-right-color: #e55353;
}

*[dir="rtl"] .c-callout.c-callout-light {
  border-right-color: #e9e9eb;
}

*[dir="rtl"] .c-callout.c-callout-dark {
  border-right-color: #4d4e5c;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-primary {
  border-right-color: #5848e5;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-secondary {
  border-right-color: #4f6384;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-success {
  border-right-color: #48d176;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-info {
  border-right-color: #66b3ff;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-warning {
  border-right-color: #fac247;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-danger {
  border-right-color: #ec7f7f;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-light {
  border-right-color: #252525;
}

.c-dark-theme *[dir="rtl"] .c-callout.c-callout-dark {
  border-right-color: #1e1e1e;
}

*[dir="rtl"] .c-callout .c-chart-wrapper {
  left: 0;
  float: left;
}

.c-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: #fff;
  border-color: #bcbdc2;
}

.c-dark-theme .c-card {
  background-color: #272727;
  border-color: #1e1e1e;
}

.c-card>hr {
  margin-right: 0;
  margin-left: 0;
}

.c-card>.c-list-group:first-child .c-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.c-card>.c-list-group:last-child .c-list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.c-card.drag,
.c-card .drag {
  cursor: move;
}

.c-card.c-bg-primary {
  border-color: #2517a3;
}

.c-card.c-bg-primary .c-card-header {
  background-color: #2f1dce;
  border-color: #2517a3;
}

.c-card.c-bg-secondary {
  border-color: #7a8495;
}

.c-card.c-bg-secondary .c-card-header {
  background-color: #949daa;
  border-color: #7a8495;
}

.c-card.c-bg-success {
  border-color: #218543;
}

.c-card.c-bg-success .c-card-header {
  background-color: #2bac56;
  border-color: #218543;
}

.c-card.c-bg-info {
  border-color: #0079f2;
}

.c-card.c-bg-info .c-card-header {
  background-color: #2491ff;
  border-color: #0079f2;
}

.c-card.c-bg-warning {
  border-color: #c98b05;
}

.c-card.c-bg-warning .c-card-header {
  background-color: #f8ac06;
  border-color: #c98b05;
}

.c-card.c-bg-danger {
  border-color: #d82121;
}

.c-card.c-bg-danger .c-card-header {
  background-color: #e34646;
  border-color: #d82121;
}

.c-card.c-bg-light {
  border-color: #c8c8cd;
}

.c-card.c-bg-light .c-card-header {
  background-color: #e1e1e4;
  border-color: #c8c8cd;
}

.c-card.c-bg-dark {
  border-color: #303139;
}

.c-card.c-bg-dark .c-card-header {
  background-color: #464754;
  border-color: #303139;
}

.c-dark-theme .c-card.c-bg-primary {
  border-color: #2f1dd0;
}

.c-dark-theme .c-card.c-bg-primary .c-card-header {
  background-color: #4c3be3;
  border-color: #2f1dd0;
}

.c-dark-theme .c-card.c-bg-secondary {
  border-color: #37455c;
}

.c-dark-theme .c-card.c-bg-secondary .c-card-header {
  background-color: #495c7a;
  border-color: #37455c;
}

.c-dark-theme .c-card.c-bg-success {
  border-color: #2bae57;
}

.c-dark-theme .c-card.c-bg-success .c-card-header {
  background-color: #3cce6c;
  border-color: #2bae57;
}

.c-dark-theme .c-card.c-bg-info {
  border-color: #2693ff;
}

.c-dark-theme .c-card.c-bg-info .c-card-header {
  background-color: #57abff;
  border-color: #2693ff;
}

.c-dark-theme .c-card.c-bg-warning {
  border-color: #f9ad09;
}

.c-dark-theme .c-card.c-bg-warning .c-card-header {
  background-color: #fabd38;
  border-color: #f9ad09;
}

.c-dark-theme .c-card.c-bg-danger {
  border-color: #e34848;
}

.c-dark-theme .c-card.c-bg-danger .c-card-header {
  background-color: #ea7272;
  border-color: #e34848;
}

.c-dark-theme .c-card.c-bg-light {
  border-color: #050505;
}

.c-dark-theme .c-card.c-bg-light .c-card-header {
  background-color: #1d1d1d;
  border-color: #050505;
}

.c-dark-theme .c-card.c-bg-dark {
  border-color: black;
}

.c-dark-theme .c-card.c-bg-dark .c-card-header {
  background-color: #161616;
  border-color: black;
}

.c-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.c-card-title {
  margin-bottom: 0.75rem;
}

.c-card-subtitle {
  margin-top: -0.375rem;
}

.c-card-subtitle,
.c-card-text:last-child {
  margin-bottom: 0;
}

.c-card-link:hover {
  text-decoration: none;
}

.c-card-link+.c-card-link {
  margin-left: 1.25rem;
}

.c-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid;
  background-color: #e9e9eb;
  border-color: #bcbdc2;
}

.c-dark-theme .c-card-header {
  background-color: #252525;
  border-color: #1e1e1e;
}

.c-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.c-card-header+.c-list-group .c-list-group-item:first-child {
  border-top: 0;
}

.c-card-header .c-chart-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-card-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid;
  background-color: #e9e9eb;
  border-color: #bcbdc2;
}

.c-dark-theme .c-card-footer {
  background-color: #252525;
  border-color: #1e1e1e;
}

.c-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.c-card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.c-card-header-tabs,
.c-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.c-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.c-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.c-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.c-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.c-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card-deck .c-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .c-card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-card-deck .c-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.c-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card-group>.c-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .c-card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .c-card-group>.c-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .c-card-group>.c-card+.c-card {
    margin-left: 0;
    border-left: 0;
  }

  .c-card-group>.c-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .c-card-group>.c-card:not(:last-child) .c-card-img-top,
  .c-card-group>.c-card:not(:last-child) .c-card-header {
    border-top-right-radius: 0;
  }

  .c-card-group>.c-card:not(:last-child) .c-card-img-bottom,
  .c-card-group>.c-card:not(:last-child) .c-card-footer {
    border-bottom-right-radius: 0;
  }

  .c-card-group>.c-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .c-card-group>.c-card:not(:first-child) .c-card-img-top,
  .c-card-group>.c-card:not(:first-child) .c-card-header {
    border-top-left-radius: 0;
  }

  .c-card-group>.c-card:not(:first-child) .c-card-img-bottom,
  .c-card-group>.c-card:not(:first-child) .c-card-footer {
    border-bottom-left-radius: 0;
  }
}

.c-card-columns .c-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .c-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .c-card-columns .c-card {
    display: inline-block;
    width: 100%;
  }
}

.c-accordion>.c-card {
  margin-bottom: 0;
  overflow: hidden;
}

.c-accordion>.c-card:not(:first-of-type) .c-card-header:first-child {
  border-radius: 0;
}

.c-accordion>.c-card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.c-accordion>.c-card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.c-accordion>.c-card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-accordion>.c-card .c-card-header {
  margin-bottom: -1px;
}

.c-card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #bcbdc2;
}

*[dir="rtl"] .c-card-header>i {
  margin-right: 0;
  margin-left: 0.5rem;
}

.c-card-header-icon-bg {
  display: inline-block;
  width: 2.8125rem;
  padding: 0.75rem 0;
  margin: -0.75rem 1.25rem -0.75rem -1.25rem;
  line-height: inherit;
  color: #373847;
  text-align: center;
  background: transparent;
  border-right: 1px solid;
  border-right: #bcbdc2;
}

.c-dark-theme .c-card-header-icon-bg {
  border-right: #1e1e1e;
}

.c-card-header-actions {
  display: inline-block;
  float: right;
  margin-right: -0.25rem;
}

*[dir="rtl"] .c-card-header-actions {
  float: left;
  margin-right: auto;
  margin-left: -0.25rem;
}

.c-card-header-action {
  padding: 0 0.25rem;
  color: #7a7a85;
}

.c-card-header-action:hover {
  color: #373847;
  text-decoration: none;
}

.c-card-accent-primary {
  border-top-color: #321fdb;
  border-top-width: 2px;
}

.c-card-accent-secondary {
  border-top-color: #9da5b1;
  border-top-width: 2px;
}

.c-card-accent-success {
  border-top-color: #2eb85c;
  border-top-width: 2px;
}

.c-card-accent-info {
  border-top-color: #39f;
  border-top-width: 2px;
}

.c-card-accent-warning {
  border-top-color: #f9b115;
  border-top-width: 2px;
}

.c-card-accent-danger {
  border-top-color: #e55353;
  border-top-width: 2px;
}

.c-card-accent-light {
  border-top-color: #e9e9eb;
  border-top-width: 2px;
}

.c-card-accent-dark {
  border-top-color: #4d4e5c;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-primary {
  border-top-color: #5848e5;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-secondary {
  border-top-color: #4f6384;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-success {
  border-top-color: #48d176;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-info {
  border-top-color: #66b3ff;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-warning {
  border-top-color: #fac247;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-danger {
  border-top-color: #ec7f7f;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-light {
  border-top-color: #252525;
  border-top-width: 2px;
}

.c-dark-theme &.c-card-accent-dark {
  border-top-color: #1e1e1e;
  border-top-width: 2px;
}

.c-card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #bcbdc2;
}

@media (min-width: 576px) {
  .c-card-columns.c-cols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.c-carousel {
  position: relative;
}

.c-carousel.c-pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.c-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.c-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .c-carousel-item {
    transition: none;
  }
}

.c-carousel-item.c-active,
.c-carousel-item-next,
.c-carousel-item-prev {
  display: block;
}

.c-carousel-item-next:not(.c-carousel-item-left),
.c-active.c-carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.c-carousel-item-prev:not(.c-carousel-item-right),
.c-active.c-carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.c-carousel-fade .c-carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.c-carousel-fade .c-carousel-item.c-active,
.c-carousel-fade .c-carousel-item-next.c-carousel-item-left,
.c-carousel-fade .c-carousel-item-prev.c-carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.c-carousel-fade .c-active.c-carousel-item-left,
.c-carousel-fade .c-active.c-carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

  .c-carousel-fade .c-active.c-carousel-item-left,
  .c-carousel-fade .c-active.c-carousel-item-right {
    transition: none;
  }
}

.c-carousel-control-prev,
.c-carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .c-carousel-control-prev,
  .c-carousel-control-next {
    transition: none;
  }
}

.c-carousel-control-prev:hover,
.c-carousel-control-prev:focus,
.c-carousel-control-next:hover,
.c-carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.c-carousel-control-prev {
  left: 0;
}

.c-carousel-control-next {
  right: 0;
}

.c-carousel-control-prev-icon,
.c-carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.c-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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");
}

.c-carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%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");
}

.c-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.c-carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .c-carousel-indicators li {
    transition: none;
  }
}

.c-carousel-indicators .c-active {
  opacity: 1;
}

.c-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.chart-wrapper canvas {
  width: 100%;
}

base-chart.chart {
  display: block;
}

canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.c-close:hover {
  color: #000;
  text-decoration: none;
}

.c-close:not(:disabled):not(.c-disabled):hover,
.c-close:not(:disabled):not(.c-disabled):focus {
  opacity: .75;
}

button.c-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.c-close.c-disabled {
  pointer-events: none;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #373847;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.c-custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

.c-custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.c-custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-custom-control-input:checked~.c-custom-control-label::before {
  color: #fff;
  border-color: #321fdb;
  background-color: #321fdb;
}

.c-custom-control-input:focus~.c-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-custom-control-input:focus:not(:checked)~.c-custom-control-label::before {
  border-color: #958bef;
}

.c-custom-control-input:not(:disabled):active~.c-custom-control-label::before {
  color: #fff;
  background-color: #beb8f5;
  border-color: #beb8f5;
}

.c-custom-control-input:disabled~.c-custom-control-label {
  color: #7a7a85;
}

.c-custom-control-input:disabled~.c-custom-control-label::before {
  background-color: #d3d3d6;
}

.c-custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.c-custom-control-label::before {
  pointer-events: none;
  background-color: #fff;
  border: #909099 solid 1px;
}

.c-custom-control-label::before,
.c-custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.c-custom-control-label::after {
  background: no-repeat 50% / 50% 50%;
}

.c-custom-checkbox .c-custom-control-label::before {
  border-radius: 0.25rem;
}

.c-custom-checkbox .c-custom-control-input:checked~.c-custom-control-label::after {
  background-image: url("data:image/svg+xml,%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");
}

.c-custom-checkbox .c-custom-control-input:indeterminate~.c-custom-control-label::before {
  border-color: #321fdb;
  background-color: #321fdb;
}

.c-custom-checkbox .c-custom-control-input:indeterminate~.c-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.c-custom-checkbox .c-custom-control-input:disabled:checked~.c-custom-control-label::before {
  background-color: rgba(50, 31, 219, 0.5);
}

.c-custom-checkbox .c-custom-control-input:disabled:indeterminate~.c-custom-control-label::before {
  background-color: rgba(50, 31, 219, 0.5);
}

.c-custom-radio .c-custom-control-label::before {
  border-radius: 50%;
}

.c-custom-radio .c-custom-control-input:checked~.c-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.c-custom-radio .c-custom-control-input:disabled:checked~.c-custom-control-label::before {
  background-color: rgba(50, 31, 219, 0.5);
}

.c-custom-switch {
  padding-left: 2.25rem;
}

.c-custom-switch .c-custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.c-custom-switch .c-custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #909099;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .c-custom-switch .c-custom-control-label::after {
    transition: none;
  }
}

.c-custom-switch .c-custom-control-input:checked~.c-custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.c-custom-switch .c-custom-control-input:disabled:checked~.c-custom-control-label::before {
  background-color: rgba(50, 31, 219, 0.5);
}

.c-custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #646470;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234d4e5c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d3d3d6;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-custom-select:focus {
  border-color: #958bef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-custom-select:focus::-ms-value {
  color: #646470;
  background-color: #fff;
}

.c-custom-select[multiple],
.c-custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.c-custom-select:disabled {
  color: #7a7a85;
  background-color: #d3d3d6;
}

.c-custom-select::-ms-expand {
  display: none;
}

.c-custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
}

.c-custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

.c-custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.c-custom-file,
.c-custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}

.c-custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.c-custom-file-input:focus~.c-custom-file-label {
  border-color: #958bef;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-custom-file-input:disabled~.c-custom-file-label {
  background-color: #d3d3d6;
}

.c-custom-file-input:lang(en)~.c-custom-file-label::after {
  content: "Browse";
}

.c-custom-file-input~.c-custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.c-custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #d3d3d6;
  border-radius: 0.25rem;
}

.c-custom-file-label,
.c-custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #646470;
}

.c-custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9e9eb;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.c-custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-custom-range:focus {
  outline: none;
}

.c-custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-custom-range::-moz-focus-outer {
  border: 0;
}

.c-custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #321fdb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.c-custom-range::-webkit-slider-thumb:active {
  background-color: #beb8f5;
}

.c-custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcbdc2;
  border-color: transparent;
  border-radius: 1rem;
}

.c-custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #321fdb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-custom-range::-moz-range-thumb {
    transition: none;
  }
}

.c-custom-range::-moz-range-thumb:active {
  background-color: #beb8f5;
}

.c-custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcbdc2;
  border-color: transparent;
  border-radius: 1rem;
}

.c-custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #321fdb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-custom-range::-ms-thumb {
    transition: none;
  }
}

.c-custom-range::-ms-thumb:active {
  background-color: #beb8f5;
}

.c-custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.c-custom-range::-ms-fill-lower,
.c-custom-range::-ms-fill-upper {
  background-color: #bcbdc2;
  border-radius: 1rem;
}

.c-custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.c-custom-range:disabled::-webkit-slider-thumb {
  background-color: #909099;
}

.c-custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.c-custom-range:disabled::-moz-range-thumb {
  background-color: #909099;
}

.c-custom-range:disabled::-moz-range-track {
  cursor: default;
}

.c-custom-range:disabled::-ms-thumb {
  background-color: #909099;
}

.c-custom-control-label::before,
.c-custom-file-label,
.c-custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .c-custom-control-label::before,
  .c-custom-file-label,
  .c-custom-select {
    transition: none;
  }
}

.c-dropup,
.c-dropright,
.c-dropdown,
.c-dropleft {
  position: relative;
}

.c-dropdown-toggle {
  white-space: nowrap;
}

.c-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.c-dropdown-toggle:empty::after {
  margin-left: 0;
}

.c-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #373847;
  background-color: #fff;
  border-color: #bcbdc2;
}

.c-dark-theme .c-dropdown-menu {
  color: #e1e1e1;
  background-color: #353535;
  border-color: #1e1e1e;
}

.c-dropdown-menu-left {
  right: auto;
  left: 0;
}

.c-dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .c-dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .c-dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .c-dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .c-dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .c-dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .c-dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .c-dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .c-dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.c-dropup .c-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.c-dropup .c-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.c-dropup .c-dropdown-toggle:empty::after {
  margin-left: 0;
}

.c-dropright .c-dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.c-dropright .c-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}

.c-dropright .c-dropdown-toggle:empty::after {
  margin-left: 0;
}

.c-dropleft .c-dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.c-dropleft .c-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.c-dropleft .c-dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}

.c-dropleft .c-dropdown-toggle:empty::after {
  margin-left: 0;
}

.c-dropdown-menu[x-placement^="top"],
.c-dropdown-menu[x-placement^="right"],
.c-dropdown-menu[x-placement^="bottom"],
.c-dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.c-dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d3d3d6;
}

.c-dark-theme .c-dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #4d4e5c;
}

.c-dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.25rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #373847;
}

.c-dark-theme .c-dropdown-item {
  color: #e1e1e1;
}

.c-dropdown-item:hover,
.c-dropdown-item:focus {
  text-decoration: none;
  color: #2c2d39;
  background-color: #e9e9eb;
}

.c-dark-theme .c-dropdown-item:hover,
.c-dark-theme .c-dropdown-item:focus {
  color: #e1e1e1;
  background-color: #373847;
}

.c-dropdown-item.c-active,
.c-dropdown-item:active {
  text-decoration: none;
  color: #fff;
  background-color: #321fdb;
}

.c-dark-theme .c-dropdown-item.c-active,
.c-dark-theme .c-dropdown-item:active {
  color: #fff;
  background-color: #321fdb;
}

.c-dropdown-item.c-disabled,
.c-dropdown-item:disabled {
  pointer-events: none;
  background-color: transparent;
  color: #7a7a85;
}

.c-dark-theme .c-dropdown-item.c-disabled,
.c-dark-theme .c-dropdown-item:disabled {
  color: #7a7a85;
}

.c-dropdown-menu.c-show {
  display: block;
}

.c-dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  white-space: nowrap;
  color: #7a7a85;
}

.c-dark-theme .c-dropdown-header {
  color: #d3d3d6;
}

.c-dropdown-item-text {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #373847;
}

.c-dark-theme .c-dropdown-item-text {
  color: #e1e1e1;
}

.c-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  color: #373847;
  background: #e9e9eb;
  border-top: 1px solid #bcbdc2;
}

.c-footer[class*="bg-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.c-footer.c-footer-dark {
  color: #e1e1e1;
  background: #4d4e5c;
  border-top: 1px solid #1e1e1e;
}

.c-dark-theme .c-footer {
  color: #e1e1e1;
  background: #222;
  border-top: 1px solid #1e1e1e;
}

.c-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #d3d3d6;
  color: #646470;
  background-color: #fff;
  border-color: #d3d3d6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c-dark-theme .c-form-control {
  color: #e9e9eb;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

@media (prefers-reduced-motion: reduce) {
  .c-form-control {
    transition: none;
  }
}

.c-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.c-form-control:focus {
  color: #646470;
  background-color: #fff;
  border-color: #958bef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-dark-theme .c-form-control:focus {
  color: #e9e9eb;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.c-form-control::-webkit-input-placeholder {
  color: #7a7a85;
  opacity: 1;
}

.c-form-control::-moz-placeholder {
  color: #7a7a85;
  opacity: 1;
}

.c-form-control:-ms-input-placeholder {
  color: #7a7a85;
  opacity: 1;
}

.c-form-control::-ms-input-placeholder {
  color: #7a7a85;
  opacity: 1;
}

.c-form-control::placeholder {
  color: #7a7a85;
  opacity: 1;
}

.c-dark-theme .c-form-control::-webkit-input-placeholder {
  color: #909099;
}

.c-dark-theme .c-form-control::-moz-placeholder {
  color: #909099;
}

.c-dark-theme .c-form-control:-ms-input-placeholder {
  color: #909099;
}

.c-dark-theme .c-form-control::-ms-input-placeholder {
  color: #909099;
}

.c-dark-theme .c-form-control::placeholder {
  color: #909099;
}

.c-form-control:disabled,
.c-form-control[readonly] {
  background-color: #d3d3d6;
  opacity: 1;
}

.c-dark-theme .c-form-control:disabled,
.c-dark-theme .c-form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.12);
}

select.c-form-control:focus::-ms-value {
  color: #646470;
  background-color: #fff;
}

.c-dark-theme select.c-form-control:focus::-ms-value {
  color: #e9e9eb;
  background-color: #2e2e2e;
}

.c-form-control-file,
.c-form-control-range {
  display: block;
  width: 100%;
}

.c-col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.c-col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

.c-col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

.c-form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #373847;
}

.c-dark-theme .c-form-control-plaintext {
  color: #e1e1e1;
}

.c-form-control-plaintext.c-form-control-sm,
.c-form-control-plaintext.c-form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.c-form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.c-form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.c-form-control[size],
select.c-form-control[multiple],
textarea.c-form-control {
  height: auto;
}

.c-form-group {
  margin-bottom: 1rem;
}

.c-form-text {
  display: block;
  margin-top: 0.25rem;
}

.c-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.c-form-row>.c-col,
.c-form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.c-form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.c-form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.c-form-check-input:disabled~.c-form-check-label {
  color: #646470;
}

.c-form-check-label {
  margin-bottom: 0;
}

.c-form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.c-form-check-inline .c-form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.c-valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #2eb85c;
}

.c-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.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(46, 184, 92, 0.9);
  border-radius: 0.25rem;
}

.c-was-validated .c-form-control:valid,
.c-form-control.c-is-valid {
  border-color: #2eb85c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232eb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.c-was-validated .c-form-control:valid:focus,
.c-form-control.c-is-valid:focus {
  border-color: #2eb85c;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.c-was-validated .c-form-control:valid~.c-valid-feedback,
.c-was-validated .c-form-control:valid~.c-valid-tooltip,
.c-form-control.c-is-valid~.c-valid-feedback,
.c-form-control.c-is-valid~.c-valid-tooltip {
  display: block;
}

.c-was-validated textarea.c-form-control:valid,
textarea.c-form-control.c-is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.c-was-validated .c-custom-select:valid,
.c-custom-select.c-is-valid {
  border-color: #2eb85c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234d4e5c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232eb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.c-was-validated .c-custom-select:valid:focus,
.c-custom-select.c-is-valid:focus {
  border-color: #2eb85c;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.c-was-validated .c-custom-select:valid~.c-valid-feedback,
.c-was-validated .c-custom-select:valid~.c-valid-tooltip,
.c-custom-select.c-is-valid~.c-valid-feedback,
.c-custom-select.c-is-valid~.c-valid-tooltip,
.c-was-validated .c-form-control-file:valid~.c-valid-feedback,
.c-was-validated .c-form-control-file:valid~.c-valid-tooltip,
.c-form-control-file.c-is-valid~.c-valid-feedback,
.c-form-control-file.c-is-valid~.c-valid-tooltip {
  display: block;
}

.c-was-validated .c-form-check-input:valid~.c-form-check-label,
.c-form-check-input.c-is-valid~.c-form-check-label {
  color: #2eb85c;
}

.c-was-validated .c-form-check-input:valid~.c-valid-feedback,
.c-was-validated .c-form-check-input:valid~.c-valid-tooltip,
.c-form-check-input.c-is-valid~.c-valid-feedback,
.c-form-check-input.c-is-valid~.c-valid-tooltip {
  display: block;
}

.c-was-validated .c-custom-control-input:valid~.c-custom-control-label,
.c-custom-control-input.c-is-valid~.c-custom-control-label {
  color: #2eb85c;
}

.c-was-validated .c-custom-control-input:valid~.c-custom-control-label::before,
.c-custom-control-input.c-is-valid~.c-custom-control-label::before {
  border-color: #2eb85c;
}

.c-was-validated .c-custom-control-input:valid~.c-valid-feedback,
.c-was-validated .c-custom-control-input:valid~.c-valid-tooltip,
.c-custom-control-input.c-is-valid~.c-valid-feedback,
.c-custom-control-input.c-is-valid~.c-valid-tooltip {
  display: block;
}

.c-was-validated .c-custom-control-input:valid:checked~.c-custom-control-label::before,
.c-custom-control-input.c-is-valid:checked~.c-custom-control-label::before {
  border-color: #48d176;
  background-color: #48d176;
}

.c-was-validated .c-custom-control-input:valid:focus~.c-custom-control-label::before,
.c-custom-control-input.c-is-valid:focus~.c-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.c-was-validated .c-custom-control-input:valid:focus:not(:checked)~.c-custom-control-label::before,
.c-custom-control-input.c-is-valid:focus:not(:checked)~.c-custom-control-label::before,
.c-was-validated .c-custom-file-input:valid~.c-custom-file-label,
.c-custom-file-input.c-is-valid~.c-custom-file-label {
  border-color: #2eb85c;
}

.c-was-validated .c-custom-file-input:valid~.c-valid-feedback,
.c-was-validated .c-custom-file-input:valid~.c-valid-tooltip,
.c-custom-file-input.c-is-valid~.c-valid-feedback,
.c-custom-file-input.c-is-valid~.c-valid-tooltip {
  display: block;
}

.c-was-validated .c-custom-file-input:valid:focus~.c-custom-file-label,
.c-custom-file-input.c-is-valid:focus~.c-custom-file-label {
  border-color: #2eb85c;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.c-invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e55353;
}

.c-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.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 83, 83, 0.9);
  border-radius: 0.25rem;
}

.c-was-validated .c-form-control:invalid,
.c-form-control.c-is-invalid {
  border-color: #e55353;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e55353' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e55353' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.c-was-validated .c-form-control:invalid:focus,
.c-form-control.c-is-invalid:focus {
  border-color: #e55353;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.c-was-validated .c-form-control:invalid~.c-invalid-feedback,
.c-was-validated .c-form-control:invalid~.c-invalid-tooltip,
.c-form-control.c-is-invalid~.c-invalid-feedback,
.c-form-control.c-is-invalid~.c-invalid-tooltip {
  display: block;
}

.c-was-validated textarea.c-form-control:invalid,
textarea.c-form-control.c-is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.c-was-validated .c-custom-select:invalid,
.c-custom-select.c-is-invalid {
  border-color: #e55353;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234d4e5c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e55353' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e55353' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.c-was-validated .c-custom-select:invalid:focus,
.c-custom-select.c-is-invalid:focus {
  border-color: #e55353;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.c-was-validated .c-custom-select:invalid~.c-invalid-feedback,
.c-was-validated .c-custom-select:invalid~.c-invalid-tooltip,
.c-custom-select.c-is-invalid~.c-invalid-feedback,
.c-custom-select.c-is-invalid~.c-invalid-tooltip,
.c-was-validated .c-form-control-file:invalid~.c-invalid-feedback,
.c-was-validated .c-form-control-file:invalid~.c-invalid-tooltip,
.c-form-control-file.c-is-invalid~.c-invalid-feedback,
.c-form-control-file.c-is-invalid~.c-invalid-tooltip {
  display: block;
}

.c-was-validated .c-form-check-input:invalid~.c-form-check-label,
.c-form-check-input.c-is-invalid~.c-form-check-label {
  color: #e55353;
}

.c-was-validated .c-form-check-input:invalid~.c-invalid-feedback,
.c-was-validated .c-form-check-input:invalid~.c-invalid-tooltip,
.c-form-check-input.c-is-invalid~.c-invalid-feedback,
.c-form-check-input.c-is-invalid~.c-invalid-tooltip {
  display: block;
}

.c-was-validated .c-custom-control-input:invalid~.c-custom-control-label,
.c-custom-control-input.c-is-invalid~.c-custom-control-label {
  color: #e55353;
}

.c-was-validated .c-custom-control-input:invalid~.c-custom-control-label::before,
.c-custom-control-input.c-is-invalid~.c-custom-control-label::before {
  border-color: #e55353;
}

.c-was-validated .c-custom-control-input:invalid~.c-invalid-feedback,
.c-was-validated .c-custom-control-input:invalid~.c-invalid-tooltip,
.c-custom-control-input.c-is-invalid~.c-invalid-feedback,
.c-custom-control-input.c-is-invalid~.c-invalid-tooltip {
  display: block;
}

.c-was-validated .c-custom-control-input:invalid:checked~.c-custom-control-label::before,
.c-custom-control-input.c-is-invalid:checked~.c-custom-control-label::before {
  border-color: #ec7f7f;
  background-color: #ec7f7f;
}

.c-was-validated .c-custom-control-input:invalid:focus~.c-custom-control-label::before,
.c-custom-control-input.c-is-invalid:focus~.c-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.c-was-validated .c-custom-control-input:invalid:focus:not(:checked)~.c-custom-control-label::before,
.c-custom-control-input.c-is-invalid:focus:not(:checked)~.c-custom-control-label::before,
.c-was-validated .c-custom-file-input:invalid~.c-custom-file-label,
.c-custom-file-input.c-is-invalid~.c-custom-file-label {
  border-color: #e55353;
}

.c-was-validated .c-custom-file-input:invalid~.c-invalid-feedback,
.c-was-validated .c-custom-file-input:invalid~.c-invalid-tooltip,
.c-custom-file-input.c-is-invalid~.c-invalid-feedback,
.c-custom-file-input.c-is-invalid~.c-invalid-tooltip {
  display: block;
}

.c-was-validated .c-custom-file-input:invalid:focus~.c-custom-file-label,
.c-custom-file-input.c-is-invalid:focus~.c-custom-file-label {
  border-color: #e55353;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.c-form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.c-form-inline .c-form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .c-form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-form-inline label,
  .c-form-inline .c-form-group {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .c-form-inline .c-form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }

  .c-form-inline .c-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .c-form-inline .c-form-control-plaintext {
    display: inline-block;
  }

  .c-form-inline .c-input-group,
  .c-form-inline .c-custom-select {
    width: auto;
  }

  .c-form-inline .c-form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .c-form-inline .c-form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .c-form-inline .c-custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-form-inline .c-custom-control-label {
    margin-bottom: 0;
  }
}

.c-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .c-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .c-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .c-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .c-container {
    max-width: 1140px;
  }
}

.c-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.c-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.c-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.c-no-gutters>.c-col,
.c-no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.c-col-1,
.c-col-2,
.c-col-3,
.c-col-4,
.c-col-5,
.c-col-6,
.c-col-7,
.c-col-8,
.c-col-9,
.c-col-10,
.c-col-11,
.c-col-12,
.c-col,
.c-col-auto,
.c-col-sm-1,
.c-col-sm-2,
.c-col-sm-3,
.c-col-sm-4,
.c-col-sm-5,
.c-col-sm-6,
.c-col-sm-7,
.c-col-sm-8,
.c-col-sm-9,
.c-col-sm-10,
.c-col-sm-11,
.c-col-sm-12,
.c-col-sm,
.c-col-sm-auto,
.c-col-md-1,
.c-col-md-2,
.c-col-md-3,
.c-col-md-4,
.c-col-md-5,
.c-col-md-6,
.c-col-md-7,
.c-col-md-8,
.c-col-md-9,
.c-col-md-10,
.c-col-md-11,
.c-col-md-12,
.c-col-md,
.c-col-md-auto,
.c-col-lg-1,
.c-col-lg-2,
.c-col-lg-3,
.c-col-lg-4,
.c-col-lg-5,
.c-col-lg-6,
.c-col-lg-7,
.c-col-lg-8,
.c-col-lg-9,
.c-col-lg-10,
.c-col-lg-11,
.c-col-lg-12,
.c-col-lg,
.c-col-lg-auto,
.c-col-xl-1,
.c-col-xl-2,
.c-col-xl-3,
.c-col-xl-4,
.c-col-xl-5,
.c-col-xl-6,
.c-col-xl-7,
.c-col-xl-8,
.c-col-xl-9,
.c-col-xl-10,
.c-col-xl-11,
.c-col-xl-12,
.c-col-xl,
.c-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.c-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.c-col-1 {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.c-col-2 {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.c-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.c-col-5 {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.c-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.c-col-8 {
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.c-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.c-col-11 {
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.c-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.c-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.c-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.c-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.c-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.c-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.c-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.c-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.c-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.c-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.c-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.c-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.c-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.c-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.c-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.c-offset-1 {
  margin-left: 8.33333333%;
}

.c-offset-2 {
  margin-left: 16.66666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.33333333%;
}

.c-offset-5 {
  margin-left: 41.66666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.33333333%;
}

.c-offset-8 {
  margin-left: 66.66666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.33333333%;
}

.c-offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .c-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c-col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .c-col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .c-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .c-col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .c-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .c-col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .c-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .c-col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .c-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .c-order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .c-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .c-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .c-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .c-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .c-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .c-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .c-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .c-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .c-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .c-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .c-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .c-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .c-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .c-offset-sm-0 {
    margin-left: 0;
  }

  .c-offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .c-offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .c-offset-sm-3 {
    margin-left: 25%;
  }

  .c-offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .c-offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .c-offset-sm-6 {
    margin-left: 50%;
  }

  .c-offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .c-offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .c-offset-sm-9 {
    margin-left: 75%;
  }

  .c-offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .c-offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .c-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c-col-md-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .c-col-md-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .c-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-md-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .c-col-md-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .c-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .c-col-md-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .c-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-md-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .c-col-md-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .c-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .c-order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .c-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .c-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .c-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .c-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .c-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .c-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .c-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .c-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .c-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .c-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .c-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .c-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .c-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .c-offset-md-0 {
    margin-left: 0;
  }

  .c-offset-md-1 {
    margin-left: 8.33333333%;
  }

  .c-offset-md-2 {
    margin-left: 16.66666667%;
  }

  .c-offset-md-3 {
    margin-left: 25%;
  }

  .c-offset-md-4 {
    margin-left: 33.33333333%;
  }

  .c-offset-md-5 {
    margin-left: 41.66666667%;
  }

  .c-offset-md-6 {
    margin-left: 50%;
  }

  .c-offset-md-7 {
    margin-left: 58.33333333%;
  }

  .c-offset-md-8 {
    margin-left: 66.66666667%;
  }

  .c-offset-md-9 {
    margin-left: 75%;
  }

  .c-offset-md-10 {
    margin-left: 83.33333333%;
  }

  .c-offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .c-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c-col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .c-col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .c-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .c-col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .c-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .c-col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .c-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .c-col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .c-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .c-order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .c-order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .c-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .c-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .c-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .c-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .c-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .c-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .c-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .c-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .c-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .c-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .c-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .c-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .c-offset-lg-0 {
    margin-left: 0;
  }

  .c-offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .c-offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .c-offset-lg-3 {
    margin-left: 25%;
  }

  .c-offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .c-offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .c-offset-lg-6 {
    margin-left: 50%;
  }

  .c-offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .c-offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .c-offset-lg-9 {
    margin-left: 75%;
  }

  .c-offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .c-offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .c-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c-col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .c-col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .c-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .c-col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .c-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .c-col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .c-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .c-col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .c-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .c-order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .c-order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .c-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .c-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .c-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .c-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .c-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .c-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .c-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .c-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .c-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .c-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .c-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .c-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .c-offset-xl-0 {
    margin-left: 0;
  }

  .c-offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .c-offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .c-offset-xl-3 {
    margin-left: 25%;
  }

  .c-offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .c-offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .c-offset-xl-6 {
    margin-left: 50%;
  }

  .c-offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .c-offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .c-offset-xl-9 {
    margin-left: 75%;
  }

  .c-offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .c-offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.c-row.c-row-equal {
  margin-right: -15px;
  margin-left: -15px;
}

.c-row.c-row-equal,
.c-row.c-row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.c-main .c-container-fluid {
  padding: 0 30px;
}

.c-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 55px;
  background: #fff;
  border-bottom: 1px solid #bcbdc2;
}

.c-header[class*="bg-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.c-header.c-header-fixed {
  position: fixed;
  z-index: 1020;
  width: 100%;
}

.c-header.c-header-fixed~.c-body {
  padding-top: 55px;
}

.c-header-brand {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 205px;
  height: 55px;
  transition: width 0.25s;
}

.c-header-brand .c-header-brand-minimized {
  display: none;
}

.c-header-brand.c-header-brand-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  .c-header-brand.c-header-brand-xs-down-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767.98px) {
  .c-header-brand.c-header-brand-sm-down-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991.98px) {
  .c-header-brand.c-header-brand-md-down-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1199.98px) {
  .c-header-brand.c-header-brand-lg-down-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.c-header-brand.c-header-brand-xl-down-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .c-header-brand.c-header-brand-minimized {
    width: 50px;
  }

  .c-header-brand.c-header-brand-minimized .c-header-brand-full {
    display: none;
  }

  .c-header-brand.c-header-brand-minimized .c-header-brand-minimized {
    display: block;
  }
}

.c-header-toggler {
  min-width: 50px;
  font-size: 1.09375rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}

.c-header-toggler:hover,
.c-header-toggler:focus {
  text-decoration: none;
}

.c-header-toggler:not(:disabled):not(.c-disabled) {
  cursor: pointer;
}

.c-header-toggler-icon {
  display: block;
  height: 1.3671875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.c-header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.c-header-nav .c-nav-item {
  position: relative;
}

.c-header-nav button {
  margin: 0 auto;
}

.c-header-nav .c-nav-link,
.c-header-nav .c-nav-btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-header-nav .c-nav-link .c-badge,
.c-header-nav .c-nav-btn .c-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}

.c-header-nav .c-nav-link>.c-img-avatar,
.c-header-nav .c-avatar.c-nav-link>img,
.c-header-nav .c-nav-btn>.c-img-avatar,
.c-header-nav .c-avatar.c-nav-btn>img {
  height: 35px;
  margin: 0 10px;
}

.c-header-nav .c-dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}

.c-header-nav .c-dropdown-item {
  min-width: 180px;
}

.c-header.c-header-dark {
  background: #4d4e5c;
  border-bottom: 1px solid #4d4e5c;
}

.c-header.c-header-dark .c-header-brand {
  color: #fff;
  background-color: transparent;
}

.c-header.c-header-dark .c-header-brand:hover,
.c-header.c-header-dark .c-header-brand:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .c-header.c-header-dark .c-header-brand.c-header-brand-minimized {
    background-color: transparent;
  }
}

.c-header.c-header-dark .c-header-nav .c-nav-link,
.c-header.c-header-dark .c-header-nav .c-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-header.c-header-dark .c-header-nav .c-nav-link:hover,
.c-header.c-header-dark .c-header-nav .c-nav-link:focus,
.c-header.c-header-dark .c-header-nav .c-nav-btn:hover,
.c-header.c-header-dark .c-header-nav .c-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-header.c-header-dark .c-header-nav .c-nav-link.c-disabled,
.c-header.c-header-dark .c-header-nav .c-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-header.c-header-dark .c-header-nav .c-show>.c-nav-link,
.c-header.c-header-dark .c-header-nav .c-active>.c-nav-link,
.c-header.c-header-dark .c-header-nav .c-nav-link.c-show,
.c-header.c-header-dark .c-header-nav .c-nav-link.c-active {
  color: #fff;
}

.c-header.c-header-dark .c-header-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-header.c-header-dark .c-header-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.75)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header.c-header-dark .c-header-toggler-icon:hover {
  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.9)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header.c-header-dark .c-header-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-header.c-header-dark .c-header-text a,
.c-header.c-header-dark .c-header-text a:hover,
.c-header.c-header-dark .c-header-text a:focus {
  color: #fff;
}

.c-header .c-header-brand {
  background-color: transparent;
}

.c-header .c-header-brand,
.c-header .c-header-brand:hover,
.c-header .c-header-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 992px) {
  .c-header .c-header-brand.c-header-brand-minimized {
    background-color: transparent;
  }
}

.c-header .c-header-nav .c-nav-link,
.c-header .c-header-nav .c-nav-btn {
  color: rgba(0, 0, 0, 0.5);
}

.c-header .c-header-nav .c-nav-link:hover,
.c-header .c-header-nav .c-nav-link:focus,
.c-header .c-header-nav .c-nav-btn:hover,
.c-header .c-header-nav .c-nav-btn:focus {
  color: rgba(0, 0, 0, 0.7);
}

.c-header .c-header-nav .c-nav-link.c-disabled,
.c-header .c-header-nav .c-nav-btn.c-disabled {
  color: rgba(0, 0, 0, 0.3);
}

.c-header .c-header-nav .c-show>.c-nav-link,
.c-header .c-header-nav .c-active>.c-nav-link,
.c-header .c-header-nav .c-nav-link.c-show,
.c-header .c-header-nav .c-nav-link.c-active {
  color: rgba(0, 0, 0, 0.9);
}

.c-header .c-header-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.c-header .c-header-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.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header .c-header-toggler-icon:hover {
  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.7)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header .c-header-text {
  color: rgba(0, 0, 0, 0.5);
}

.c-header .c-header-text a,
.c-header .c-header-text a:hover,
.c-header .c-header-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.c-dark-theme .c-header {
  background: #2e2e2e;
  border-bottom: 0;
}

.c-dark-theme .c-header .c-header-brand {
  color: #fff;
  background-color: transparent;
}

.c-dark-theme .c-header .c-header-brand:hover,
.c-dark-theme .c-header .c-header-brand:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .c-dark-theme .c-header .c-header-brand.c-header-brand-minimized {
    background-color: transparent;
  }
}

.c-dark-theme .c-header .c-header-nav .c-nav-link,
.c-dark-theme .c-header .c-header-nav .c-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-dark-theme .c-header .c-header-nav .c-nav-link:hover,
.c-dark-theme .c-header .c-header-nav .c-nav-link:focus,
.c-dark-theme .c-header .c-header-nav .c-nav-btn:hover,
.c-dark-theme .c-header .c-header-nav .c-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-dark-theme .c-header .c-header-nav .c-nav-link.c-disabled,
.c-dark-theme .c-header .c-header-nav .c-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-dark-theme .c-header .c-header-nav .c-show>.c-nav-link,
.c-dark-theme .c-header .c-header-nav .c-active>.c-nav-link,
.c-dark-theme .c-header .c-header-nav .c-nav-link.c-show,
.c-dark-theme .c-header .c-header-nav .c-nav-link.c-active {
  color: #fff;
}

.c-dark-theme .c-header .c-header-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-dark-theme .c-header .c-header-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.75)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-dark-theme .c-header .c-header-toggler-icon:hover {
  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.9)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-dark-theme .c-header .c-header-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-dark-theme .c-header .c-header-text a,
.c-dark-theme .c-header .c-header-text a:hover,
.c-dark-theme .c-header .c-header-text a:focus {
  color: #fff;
}

.c-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.c-input-group>.c-form-control,
.c-input-group>.c-form-control-plaintext,
.c-input-group>.c-custom-select,
.c-input-group>.c-custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.c-input-group>.c-form-control+.c-form-control,
.c-input-group>.c-form-control+.c-custom-select,
.c-input-group>.c-form-control+.c-custom-file,
.c-input-group>.c-form-control-plaintext+.c-form-control,
.c-input-group>.c-form-control-plaintext+.c-custom-select,
.c-input-group>.c-form-control-plaintext+.c-custom-file,
.c-input-group>.c-custom-select+.c-form-control,
.c-input-group>.c-custom-select+.c-custom-select,
.c-input-group>.c-custom-select+.c-custom-file,
.c-input-group>.c-custom-file+.c-form-control,
.c-input-group>.c-custom-file+.c-custom-select,
.c-input-group>.c-custom-file+.c-custom-file {
  margin-left: -1px;
}

.c-input-group>.c-form-control:focus,
.c-input-group>.c-custom-select:focus,
.c-input-group>.c-custom-file .c-custom-file-input:focus~.c-custom-file-label {
  z-index: 3;
}

.c-input-group>.c-custom-file .c-custom-file-input:focus {
  z-index: 4;
}

.c-input-group>.c-form-control:not(:last-child),
.c-input-group>.c-custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-input-group>.c-form-control:not(:first-child),
.c-input-group>.c-custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-input-group>.c-custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-input-group>.c-custom-file:not(:last-child) .c-custom-file-label,
.c-input-group>.c-custom-file:not(:last-child) .c-custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-input-group>.c-custom-file:not(:first-child) .c-custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-input-group-prepend,
.c-input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.c-input-group-prepend .c-btn,
.c-input-group-append .c-btn {
  position: relative;
  z-index: 2;
}

.c-input-group-prepend .c-btn:focus,
.c-input-group-append .c-btn:focus {
  z-index: 3;
}

.c-input-group-prepend .c-btn+.c-btn,
.c-input-group-prepend .c-btn+.c-input-group-text,
.c-input-group-prepend .c-input-group-text+.c-input-group-text,
.c-input-group-prepend .c-input-group-text+.c-btn,
.c-input-group-append .c-btn+.c-btn,
.c-input-group-append .c-btn+.c-input-group-text,
.c-input-group-append .c-input-group-text+.c-input-group-text,
.c-input-group-append .c-input-group-text+.c-btn {
  margin-left: -1px;
}

.c-input-group-prepend {
  margin-right: -1px;
}

.c-input-group-prepend,
.c-input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

.c-input-group-append {
  margin-left: -1px;
}

.c-input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #646470;
  background-color: #e9e9eb;
  border-color: #d3d3d6;
}

.c-dark-theme .c-input-group-text {
  color: #e9e9eb;
  background-color: #4d4e5c;
  border-color: #373847;
}

.c-input-group-text input[type="radio"],
.c-input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.c-input-group-lg>.c-form-control:not(textarea),
.c-input-group-lg>.c-custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.c-input-group-lg>.c-form-control,
.c-input-group-lg>.c-custom-select,
.c-input-group-lg>.c-input-group-prepend>.c-input-group-text,
.c-input-group-lg>.c-input-group-append>.c-input-group-text,
.c-input-group-lg>.c-input-group-prepend>.c-btn,
.c-input-group-lg>.c-input-group-append>.c-btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.c-input-group-sm>.c-form-control:not(textarea),
.c-input-group-sm>.c-custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.c-input-group-sm>.c-form-control,
.c-input-group-sm>.c-custom-select,
.c-input-group-sm>.c-input-group-prepend>.c-input-group-text,
.c-input-group-sm>.c-input-group-append>.c-input-group-text,
.c-input-group-sm>.c-input-group-prepend>.c-btn,
.c-input-group-sm>.c-input-group-append>.c-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.c-input-group-lg>.c-custom-select,
.c-input-group-sm>.c-custom-select {
  padding-right: 1.75rem;
}

.c-input-group>.c-input-group-prepend>.c-btn,
.c-input-group>.c-input-group-prepend>.c-input-group-text,
.c-input-group>.c-input-group-append:not(:last-child)>.c-btn,
.c-input-group>.c-input-group-append:not(:last-child)>.c-input-group-text,
.c-input-group>.c-input-group-append:last-child>.c-btn:not(:last-child):not(.c-dropdown-toggle),
.c-input-group>.c-input-group-append:last-child>.c-input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-input-group>.c-input-group-append>.c-btn,
.c-input-group>.c-input-group-append>.c-input-group-text,
.c-input-group>.c-input-group-prepend:not(:first-child)>.c-btn,
.c-input-group>.c-input-group-prepend:not(:first-child)>.c-input-group-text,
.c-input-group>.c-input-group-prepend:first-child>.c-btn:not(:first-child),
.c-input-group>.c-input-group-prepend:first-child>.c-input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-img-fluid,
.c-img-thumbnail {
  max-width: 100%;
  height: auto;
}

.c-img-thumbnail {
  padding: 0.25rem;
  background-color: #e4e5e6;
  border: 1px solid #bcbdc2;
  border-radius: 0.25rem;
}

.c-figure {
  display: inline-block;
}

.c-figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.c-figure-caption {
  font-size: 90%;
  color: #7a7a85;
}

.c-img-circle {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

.c-jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  background-color: #d3d3d6;
}

.c-dark-theme .c-jumbotron {
  background-color: #373847;
}

@media (min-width: 576px) {
  .c-jumbotron {
    padding: 4rem 2rem;
  }
}

.c-jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.c-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.c-list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #646470;
}

.c-dark-theme .c-list-group-item-action {
  color: #e1e1e1;
}

.c-list-group-item-action:hover,
.c-list-group-item-action:focus {
  z-index: 1;
  text-decoration: none;
  color: #646470;
  background-color: #e9e9eb;
}

.c-dark-theme .c-list-group-item-action:hover,
.c-dark-theme .c-list-group-item-action:focus {
  color: #e1e1e1;
  background-color: #4d4e5c;
}

.c-list-group-item-action:active {
  color: #373847;
  background-color: #321fdb;
}

.c-dark-theme .c-list-group-item-action:active {
  color: #e1e1e1;
  background-color: #321fdb;
}

.c-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  border: 1px solid;
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.125);
}

.c-dark-theme .c-list-group-item {
  color: #e1e1e1;
  background-color: inherit;
  border-color: #1e1e1e;
}

.c-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.c-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.c-list-group-item.c-disabled,
.c-list-group-item:disabled {
  pointer-events: none;
  color: #7a7a85;
  background-color: inherit;
}

.c-dark-theme .c-list-group-item.c-disabled,
.c-dark-theme .c-list-group-item:disabled {
  color: #7a7a85;
  background-color: #4d4e5c;
}

.c-list-group-item.c-active {
  z-index: 2;
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-list-group-horizontal .c-list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.c-list-group-horizontal .c-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.c-list-group-horizontal .c-list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .c-list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-list-group-horizontal-sm .c-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .c-list-group-horizontal-sm .c-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .c-list-group-horizontal-sm .c-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .c-list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-list-group-horizontal-md .c-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .c-list-group-horizontal-md .c-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .c-list-group-horizontal-md .c-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .c-list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-list-group-horizontal-lg .c-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .c-list-group-horizontal-lg .c-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .c-list-group-horizontal-lg .c-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .c-list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-list-group-horizontal-xl .c-list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .c-list-group-horizontal-xl .c-list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .c-list-group-horizontal-xl .c-list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.c-list-group-flush .c-list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.c-list-group-flush .c-list-group-item:last-child {
  margin-bottom: -1px;
}

.c-list-group-flush:first-child .c-list-group-item:first-child {
  border-top: 0;
}

.c-list-group-flush:last-child .c-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.c-list-group-item-primary {
  color: #1a1072;
  background-color: #c6c0f5;
}

.c-list-group-item-primary.c-list-group-item-action:hover,
.c-list-group-item-primary.c-list-group-item-action:focus {
  color: #1a1072;
  background-color: #b2aaf2;
}

.c-list-group-item-primary.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #1a1072;
  border-color: #1a1072;
}

.c-list-group-item-secondary {
  color: #52565c;
  background-color: #e4e6e9;
}

.c-list-group-item-secondary.c-list-group-item-action:hover,
.c-list-group-item-secondary.c-list-group-item-action:focus {
  color: #52565c;
  background-color: #d6d9de;
}

.c-list-group-item-secondary.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #52565c;
  border-color: #52565c;
}

.c-list-group-item-success {
  color: #186030;
  background-color: #c4ebd1;
}

.c-list-group-item-success.c-list-group-item-action:hover,
.c-list-group-item-success.c-list-group-item-action:focus {
  color: #186030;
  background-color: #b1e5c2;
}

.c-list-group-item-success.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #186030;
  border-color: #186030;
}

.c-list-group-item-info {
  color: #1b5085;
  background-color: #c6e2ff;
}

.c-list-group-item-info.c-list-group-item-action:hover,
.c-list-group-item-info.c-list-group-item-action:focus {
  color: #1b5085;
  background-color: #add5ff;
}

.c-list-group-item-info.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #1b5085;
  border-color: #1b5085;
}

.c-list-group-item-warning {
  color: #815c0b;
  background-color: #fde9bd;
}

.c-list-group-item-warning.c-list-group-item-action:hover,
.c-list-group-item-warning.c-list-group-item-action:focus {
  color: #815c0b;
  background-color: #fce1a4;
}

.c-list-group-item-warning.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #815c0b;
  border-color: #815c0b;
}

.c-list-group-item-danger {
  color: #772b2b;
  background-color: #f8cfcf;
}

.c-list-group-item-danger.c-list-group-item-action:hover,
.c-list-group-item-danger.c-list-group-item-action:focus {
  color: #772b2b;
  background-color: #f5b9b9;
}

.c-list-group-item-danger.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #772b2b;
  border-color: #772b2b;
}

.c-list-group-item-light {
  color: #79797a;
  background-color: #f9f9f9;
}

.c-list-group-item-light.c-list-group-item-action:hover,
.c-list-group-item-light.c-list-group-item-action:focus {
  color: #79797a;
  background-color: #ececec;
}

.c-list-group-item-light.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #79797a;
  border-color: #79797a;
}

.c-list-group-item-dark {
  color: #282930;
  background-color: #cdcdd1;
}

.c-list-group-item-dark.c-list-group-item-action:hover,
.c-list-group-item-dark.c-list-group-item-action:focus {
  color: #282930;
  background-color: #c0c0c5;
}

.c-list-group-item-dark.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #282930;
  border-color: #282930;
}

.c-dark-theme &.c-list-group-item-primary {
  color: #1a1072;
  background-color: #c6c0f5;
}

.c-dark-theme &.c-list-group-item-primary.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-primary.c-list-group-item-action:focus {
  color: #1a1072;
  background-color: #b2aaf2;
}

.c-dark-theme &.c-list-group-item-primary.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #1a1072;
  border-color: #1a1072;
}

.c-dark-theme &.c-list-group-item-secondary {
  color: #52565c;
  background-color: #e4e6e9;
}

.c-dark-theme &.c-list-group-item-secondary.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-secondary.c-list-group-item-action:focus {
  color: #52565c;
  background-color: #d6d9de;
}

.c-dark-theme &.c-list-group-item-secondary.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #52565c;
  border-color: #52565c;
}

.c-dark-theme &.c-list-group-item-success {
  color: #186030;
  background-color: #c4ebd1;
}

.c-dark-theme &.c-list-group-item-success.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-success.c-list-group-item-action:focus {
  color: #186030;
  background-color: #b1e5c2;
}

.c-dark-theme &.c-list-group-item-success.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #186030;
  border-color: #186030;
}

.c-dark-theme &.c-list-group-item-info {
  color: #1b5085;
  background-color: #c6e2ff;
}

.c-dark-theme &.c-list-group-item-info.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-info.c-list-group-item-action:focus {
  color: #1b5085;
  background-color: #add5ff;
}

.c-dark-theme &.c-list-group-item-info.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #1b5085;
  border-color: #1b5085;
}

.c-dark-theme &.c-list-group-item-warning {
  color: #815c0b;
  background-color: #fde9bd;
}

.c-dark-theme &.c-list-group-item-warning.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-warning.c-list-group-item-action:focus {
  color: #815c0b;
  background-color: #fce1a4;
}

.c-dark-theme &.c-list-group-item-warning.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #815c0b;
  border-color: #815c0b;
}

.c-dark-theme &.c-list-group-item-danger {
  color: #772b2b;
  background-color: #f8cfcf;
}

.c-dark-theme &.c-list-group-item-danger.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-danger.c-list-group-item-action:focus {
  color: #772b2b;
  background-color: #f5b9b9;
}

.c-dark-theme &.c-list-group-item-danger.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #772b2b;
  border-color: #772b2b;
}

.c-dark-theme &.c-list-group-item-light {
  color: #79797a;
  background-color: #f9f9f9;
}

.c-dark-theme &.c-list-group-item-light.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-light.c-list-group-item-action:focus {
  color: #79797a;
  background-color: #ececec;
}

.c-dark-theme &.c-list-group-item-light.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #79797a;
  border-color: #79797a;
}

.c-dark-theme &.c-list-group-item-dark {
  color: #282930;
  background-color: #cdcdd1;
}

.c-dark-theme &.c-list-group-item-dark.c-list-group-item-action:hover,
.c-dark-theme &.c-list-group-item-dark.c-list-group-item-action:focus {
  color: #282930;
  background-color: #c0c0c5;
}

.c-dark-theme &.c-list-group-item-dark.c-list-group-item-action.c-active {
  color: #fff;
  background-color: #282930;
  border-color: #282930;
}

.c-list-group-accent .c-list-group-item {
  margin-bottom: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.c-list-group-accent .c-list-group-item.c-list-group-item-divider {
  position: relative;
}

.c-list-group-accent .c-list-group-item.c-list-group-item-divider::before {
  position: absolute;
  bottom: -1px;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.125);
}

.c-dark-theme .c-list-group-accent .c-list-group-item.c-list-group-item-divider::before {
  background-color: #1e1e1e;
}

.c-list-group-accent .c-list-group-item-accent-primary {
  border-left: 4px solid #321fdb;
}

.c-list-group-accent .c-list-group-item-accent-secondary {
  border-left: 4px solid #9da5b1;
}

.c-list-group-accent .c-list-group-item-accent-success {
  border-left: 4px solid #2eb85c;
}

.c-list-group-accent .c-list-group-item-accent-info {
  border-left: 4px solid #39f;
}

.c-list-group-accent .c-list-group-item-accent-warning {
  border-left: 4px solid #f9b115;
}

.c-list-group-accent .c-list-group-item-accent-danger {
  border-left: 4px solid #e55353;
}

.c-list-group-accent .c-list-group-item-accent-light {
  border-left: 4px solid #e9e9eb;
}

.c-list-group-accent .c-list-group-item-accent-dark {
  border-left: 4px solid #4d4e5c;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-primary {
  border-left: 4px solid #5848e5;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-secondary {
  border-left: 4px solid #4f6384;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-success {
  border-left: 4px solid #48d176;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-info {
  border-left: 4px solid #66b3ff;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-warning {
  border-left: 4px solid #fac247;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-danger {
  border-left: 4px solid #ec7f7f;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-light {
  border-left: 4px solid #252525;
}

.c-dark-theme .c-list-group-accent .c-list-group-item-accent-dark {
  border-left: 4px solid #1e1e1e;
}

.c-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-media-body {
  -ms-flex: 1;
  flex: 1;
}

.c-modal-open {
  overflow: hidden;
}

.c-modal-open .c-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.c-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.c-modal.c-fade .c-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .c-modal.c-fade .c-modal-dialog {
    transition: none;
  }
}

.c-modal.c-show .c-modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.c-modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.c-modal-dialog-scrollable .c-modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.c-modal-dialog-scrollable .c-modal-header,
.c-modal-dialog-scrollable .c-modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-modal-dialog-scrollable .c-modal-body {
  overflow-y: auto;
}

.c-modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.c-modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.c-modal-dialog-centered.c-modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.c-modal-dialog-centered.c-modal-dialog-scrollable .c-modal-content {
  max-height: none;
}

.c-modal-dialog-centered.c-modal-dialog-scrollable::before {
  content: none;
}

.c-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-modal-content {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.c-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.c-modal-backdrop.c-fade {
  opacity: 0;
}

.c-modal-backdrop.c-show {
  opacity: 0.5;
}

.c-modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-color: #bcbdc2;
}

.c-dark-theme .c-modal-header {
  border-color: #2e2e2e;
}

.c-modal-header .c-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.c-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.c-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.c-modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-color: #bcbdc2;
}

.c-dark-theme .c-modal-footer {
  border-color: #2e2e2e;
}

.c-modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

.c-modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

.c-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .c-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .c-modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .c-modal-dialog-scrollable .c-modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .c-modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .c-modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .c-modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .c-modal-lg,
  .c-modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .c-modal-xl {
    max-width: 1140px;
  }
}

.c-modal-primary .c-modal-content {
  border-color: #321fdb;
}

.c-modal-primary .c-modal-header {
  color: #fff;
  background-color: #321fdb;
}

.c-modal-secondary .c-modal-content {
  border-color: #9da5b1;
}

.c-modal-secondary .c-modal-header {
  color: #fff;
  background-color: #9da5b1;
}

.c-modal-success .c-modal-content {
  border-color: #2eb85c;
}

.c-modal-success .c-modal-header {
  color: #fff;
  background-color: #2eb85c;
}

.c-modal-info .c-modal-content {
  border-color: #39f;
}

.c-modal-info .c-modal-header {
  color: #fff;
  background-color: #39f;
}

.c-modal-warning .c-modal-content {
  border-color: #f9b115;
}

.c-modal-warning .c-modal-header {
  color: #fff;
  background-color: #f9b115;
}

.c-modal-danger .c-modal-content {
  border-color: #e55353;
}

.c-modal-danger .c-modal-header {
  color: #fff;
  background-color: #e55353;
}

.c-modal-light .c-modal-content {
  border-color: #e9e9eb;
}

.c-modal-light .c-modal-header {
  color: #fff;
  background-color: #e9e9eb;
}

.c-modal-dark .c-modal-content {
  border-color: #4d4e5c;
}

.c-modal-dark .c-modal-header {
  color: #fff;
  background-color: #4d4e5c;
}

.c-dark-theme &.c-modal-primary .c-modal-content {
  border-color: #5848e5;
}

.c-dark-theme &.c-modal-primary .c-modal-header {
  color: #fff;
  background-color: #5848e5;
}

.c-dark-theme &.c-modal-secondary .c-modal-content {
  border-color: #4f6384;
}

.c-dark-theme &.c-modal-secondary .c-modal-header {
  color: #fff;
  background-color: #4f6384;
}

.c-dark-theme &.c-modal-success .c-modal-content {
  border-color: #48d176;
}

.c-dark-theme &.c-modal-success .c-modal-header {
  color: #fff;
  background-color: #48d176;
}

.c-dark-theme &.c-modal-info .c-modal-content {
  border-color: #66b3ff;
}

.c-dark-theme &.c-modal-info .c-modal-header {
  color: #fff;
  background-color: #66b3ff;
}

.c-dark-theme &.c-modal-warning .c-modal-content {
  border-color: #fac247;
}

.c-dark-theme &.c-modal-warning .c-modal-header {
  color: #fff;
  background-color: #fac247;
}

.c-dark-theme &.c-modal-danger .c-modal-content {
  border-color: #ec7f7f;
}

.c-dark-theme &.c-modal-danger .c-modal-header {
  color: #fff;
  background-color: #ec7f7f;
}

.c-dark-theme &.c-modal-light .c-modal-content {
  border-color: #252525;
}

.c-dark-theme &.c-modal-light .c-modal-header {
  color: #fff;
  background-color: #252525;
}

.c-dark-theme &.c-modal-dark .c-modal-content {
  border-color: #1e1e1e;
}

.c-dark-theme &.c-modal-dark .c-modal-header {
  color: #fff;
  background-color: #1e1e1e;
}

.c-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.c-nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.c-nav-link:hover,
.c-nav-link:focus {
  text-decoration: none;
}

.c-nav-link.c-disabled {
  color: #7a7a85;
  pointer-events: none;
  cursor: default;
  color: #7a7a85;
}

.c-dark-theme .c-nav-link.c-disabled {
  color: #373847;
}

.c-nav-tabs {
  border-bottom: 1px solid;
  border-color: #bcbdc2;
}

.c-dark-theme .c-nav-tabs {
  border-color: #272727;
}

.c-nav-tabs .c-nav-item {
  margin-bottom: -1px;
}

.c-nav-tabs .c-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.c-nav-tabs .c-nav-link:hover,
.c-nav-tabs .c-nav-link:focus {
  border-color: #d3d3d6 #d3d3d6 #bcbdc2;
}

.c-dark-theme .c-nav-tabs .c-nav-link:hover,
.c-dark-theme .c-nav-tabs .c-nav-link:focus {
  border-color: #272727 #272727 #272727;
}

.c-nav-tabs .c-nav-link.c-disabled {
  background-color: transparent;
  border-color: transparent;
  color: #7a7a85;
}

.c-dark-theme .c-nav-tabs .c-nav-link.c-disabled {
  color: #373847;
}

.c-nav-tabs .c-nav-link.c-active,
.c-nav-tabs .c-nav-item.c-show .c-nav-link {
  color: #646470;
  background-color: #e4e5e6;
  border-color: #bcbdc2 #bcbdc2 #e4e5e6;
}

.c-dark-theme .c-nav-tabs .c-nav-link.c-active,
.c-dark-theme .c-nav-tabs .c-nav-item.c-show .c-nav-link {
  color: #e1e1e1;
  background-color: #272727;
  border-color: #272727 #272727 #272727;
}

.c-nav-tabs .c-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-nav-tabs-boxed .c-nav-tabs {
  border: 0;
}

.c-nav-tabs-boxed .c-nav-tabs .c-nav-link.c-active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.c-dark-theme .c-nav-tabs-boxed .c-nav-tabs .c-nav-link.c-active {
  background-color: #272727;
  border-bottom-color: #272727;
}

.c-nav-tabs-boxed .c-tab-content {
  padding: 0.75rem 1.25rem;
  border: 1px solid;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
  color: #646470;
  background-color: #fff;
  border-color: #bcbdc2;
}

.c-dark-theme .c-nav-tabs-boxed .c-tab-content {
  color: #e1e1e1;
  background-color: #272727;
  border-color: #272727;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-top-right .c-nav-tabs {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-top-right .c-tab-content {
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-left,
.c-nav-tabs-boxed.c-nav-tabs-boxed-right {
  display: -ms-flexbox;
  display: flex;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-left .c-nav-item,
.c-nav-tabs-boxed.c-nav-tabs-boxed-right .c-nav-item {
  z-index: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-left {
  display: -ms-flexbox;
  display: flex;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-left .c-nav-item {
  margin-right: -1px;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-left .c-nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-left .c-nav-link.c-active {
  border-color: #bcbdc2 #fff #bcbdc2 #bcbdc2;
}

.c-dark-theme .c-nav-tabs-boxed.c-nav-tabs-boxed-left .c-nav-link.c-active {
  border-color: #272727;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-right .c-nav-item {
  margin-left: -1px;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-right .c-nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-right .c-nav-link.c-active {
  border-color: #bcbdc2 #bcbdc2 #bcbdc2 #fff;
}

.c-dark-theme .c-nav-tabs-boxed.c-nav-tabs-boxed-right .c-nav-link.c-active {
  border-color: #272727 #272727 #272727 #272727;
}

.c-nav-tabs-boxed.c-nav-tabs-boxed-right .c-tab-content {
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}

.c-nav-pills .c-nav-link {
  border-radius: 0.25rem;
}

.c-nav-pills .c-nav-link.c-active,
.c-nav-pills .c-show>.c-nav-link {
  color: #fff;
  background-color: #321fdb;
}

.c-nav-fill .c-nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.c-nav-justified .c-nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.c-tab-content>.c-tab-pane {
  display: none;
}

.c-tab-content>.c-active {
  display: block;
}

*[dir="rtl"] .c-nav {
  padding-right: 0;
}

.c-navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.c-navbar,
.c-navbar>.c-container,
.c-navbar>.c-container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.c-navbar-brand:hover,
.c-navbar-brand:focus {
  text-decoration: none;
}

.c-navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.c-navbar-nav .c-nav-link {
  padding-right: 0;
  padding-left: 0;
}

.c-navbar-nav .c-dropdown-menu {
  position: static;
  float: none;
}

.c-navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.c-navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.c-navbar-toggler:hover,
.c-navbar-toggler:focus {
  text-decoration: none;
}

.c-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) {

  .c-navbar-expand-sm>.c-container,
  .c-navbar-expand-sm>.c-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .c-navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-navbar-expand-sm .c-navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-navbar-expand-sm .c-navbar-nav .c-dropdown-menu {
    position: absolute;
  }

  .c-navbar-expand-sm .c-navbar-nav .c-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .c-navbar-expand-sm>.c-container,
  .c-navbar-expand-sm>.c-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-navbar-expand-sm .c-navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .c-navbar-expand-sm .c-navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .c-navbar-expand-md>.c-container,
  .c-navbar-expand-md>.c-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .c-navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-navbar-expand-md .c-navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-navbar-expand-md .c-navbar-nav .c-dropdown-menu {
    position: absolute;
  }

  .c-navbar-expand-md .c-navbar-nav .c-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .c-navbar-expand-md>.c-container,
  .c-navbar-expand-md>.c-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-navbar-expand-md .c-navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .c-navbar-expand-md .c-navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .c-navbar-expand-lg>.c-container,
  .c-navbar-expand-lg>.c-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .c-navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-navbar-expand-lg .c-navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-navbar-expand-lg .c-navbar-nav .c-dropdown-menu {
    position: absolute;
  }

  .c-navbar-expand-lg .c-navbar-nav .c-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .c-navbar-expand-lg>.c-container,
  .c-navbar-expand-lg>.c-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-navbar-expand-lg .c-navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .c-navbar-expand-lg .c-navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .c-navbar-expand-xl>.c-container,
  .c-navbar-expand-xl>.c-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .c-navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-navbar-expand-xl .c-navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-navbar-expand-xl .c-navbar-nav .c-dropdown-menu {
    position: absolute;
  }

  .c-navbar-expand-xl .c-navbar-nav .c-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .c-navbar-expand-xl>.c-container,
  .c-navbar-expand-xl>.c-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-navbar-expand-xl .c-navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .c-navbar-expand-xl .c-navbar-toggler {
    display: none;
  }
}

.c-navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-navbar-expand>.c-container,
.c-navbar-expand>.c-container-fluid {
  padding-right: 0;
  padding-left: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-navbar-expand .c-navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-navbar-expand .c-navbar-nav .c-dropdown-menu {
  position: absolute;
}

.c-navbar-expand .c-navbar-nav .c-nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-navbar-expand .c-navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.c-navbar-expand .c-navbar-toggler {
  display: none;
}

.c-navbar-light .c-navbar-brand,
.c-navbar-light .c-navbar-brand:hover,
.c-navbar-light .c-navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.c-navbar-light .c-navbar-nav .c-nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.c-navbar-light .c-navbar-nav .c-nav-link:hover,
.c-navbar-light .c-navbar-nav .c-nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.c-navbar-light .c-navbar-nav .c-nav-link.c-disabled {
  color: rgba(0, 0, 0, 0.3);
}

.c-navbar-light .c-navbar-nav .c-show>.c-nav-link,
.c-navbar-light .c-navbar-nav .c-active>.c-nav-link,
.c-navbar-light .c-navbar-nav .c-nav-link.c-show,
.c-navbar-light .c-navbar-nav .c-nav-link.c-active {
  color: rgba(0, 0, 0, 0.9);
}

.c-navbar-light .c-navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.c-navbar-light .c-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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");
}

.c-navbar-light .c-navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.c-navbar-light .c-navbar-text a,
.c-navbar-light .c-navbar-text a:hover,
.c-navbar-light .c-navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.c-navbar-dark .c-navbar-brand,
.c-navbar-dark .c-navbar-brand:hover,
.c-navbar-dark .c-navbar-brand:focus {
  color: #fff;
}

.c-navbar-dark .c-navbar-nav .c-nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.c-navbar-dark .c-navbar-nav .c-nav-link:hover,
.c-navbar-dark .c-navbar-nav .c-nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.c-navbar-dark .c-navbar-nav .c-nav-link.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-navbar-dark .c-navbar-nav .c-show>.c-nav-link,
.c-navbar-dark .c-navbar-nav .c-active>.c-nav-link,
.c-navbar-dark .c-navbar-nav .c-nav-link.c-show,
.c-navbar-dark .c-navbar-nav .c-nav-link.c-active {
  color: #fff;
}

.c-navbar-dark .c-navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-navbar-dark .c-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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");
}

.c-navbar-dark .c-navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.c-navbar-dark .c-navbar-text a,
.c-navbar-dark .c-navbar-text a:hover,
.c-navbar-dark .c-navbar-text a:focus {
  color: #fff;
}

.c-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.c-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid;
  color: #321fdb;
  background-color: #fff;
  border-color: #bcbdc2;
}

.c-dark-theme .c-page-link {
  color: #321fdb;
  background-color: #4d4e5c;
  border-color: #1e1e1e;
}

.c-page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #231698;
  background-color: #d3d3d6;
  border-color: #bcbdc2;
}

.c-dark-theme .c-page-link:hover {
  color: #231698;
  background-color: #373847;
  border-color: #373847;
}

.c-page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}

.c-page-item:first-child .c-page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.c-page-item:last-child .c-page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.c-page-item.c-active .c-page-link {
  z-index: 1;
  color: #fff;
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-dark-theme .c-page-item.c-active .c-page-link {
  color: #000;
  background-color: #988fed;
  border-color: #321fdb;
}

.c-page-item.c-disabled .c-page-link {
  pointer-events: none;
  cursor: auto;
  color: #7a7a85;
  background-color: #fff;
  border-color: #bcbdc2;
}

.c-dark-theme .c-page-item.c-disabled .c-page-link {
  color: #7a7a85;
  background-color: #373847;
  border-color: #373847;
}

.c-pagination-lg .c-page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.c-pagination-lg .c-page-item:first-child .c-page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.c-pagination-lg .c-page-item:last-child .c-page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.c-pagination-sm .c-page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

.c-pagination-sm .c-page-item:first-child .c-page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.c-pagination-sm .c-page-item:last-child .c-page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.c-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-popover {
  background-color: #222;
  border-color: #1e1e1e;
}

.c-popover .c-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.c-popover .c-arrow::before,
.c-popover .c-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.c-bs-popover-top,
.c-bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.c-bs-popover-top>.c-arrow,
.c-bs-popover-auto[x-placement^="top"]>.c-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.c-bs-popover-top>.c-arrow::before,
.c-bs-popover-auto[x-placement^="top"]>.c-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .c-bs-popover-top>.c-arrow::before,
.c-dark-theme .c-bs-popover-auto[x-placement^="top"]>.c-arrow::before {
  border-top-color: #1e1e1e;
}

.c-bs-popover-top>.c-arrow::after,
.c-bs-popover-auto[x-placement^="top"]>.c-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.c-dark-theme .c-bs-popover-top>.c-arrow::after,
.c-dark-theme .c-bs-popover-auto[x-placement^="top"]>.c-arrow::after {
  border-top-color: #222;
}

.c-bs-popover-right,
.c-bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.c-bs-popover-right>.c-arrow,
.c-bs-popover-auto[x-placement^="right"]>.c-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.c-bs-popover-right>.c-arrow::before,
.c-bs-popover-auto[x-placement^="right"]>.c-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .c-bs-popover-right>.c-arrow::before,
.c-dark-theme .c-bs-popover-auto[x-placement^="right"]>.c-arrow::before {
  border-right-color: #1e1e1e;
}

.c-bs-popover-right>.c-arrow::after,
.c-bs-popover-auto[x-placement^="right"]>.c-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.c-dark-theme .c-bs-popover-right>.c-arrow::after,
.c-dark-theme .c-bs-popover-auto[x-placement^="right"]>.c-arrow::after {
  border-right-color: #222;
}

.c-bs-popover-bottom,
.c-bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.c-bs-popover-bottom>.c-arrow,
.c-bs-popover-auto[x-placement^="bottom"]>.c-arrow {
  top: calc((0.5rem + 1px) * -1);
}

.c-bs-popover-bottom>.c-arrow::before,
.c-bs-popover-auto[x-placement^="bottom"]>.c-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .c-bs-popover-bottom>.c-arrow::before,
.c-dark-theme .c-bs-popover-auto[x-placement^="bottom"]>.c-arrow::before {
  border-bottom-color: #1e1e1e;
}

.c-bs-popover-bottom>.c-arrow::after,
.c-bs-popover-auto[x-placement^="bottom"]>.c-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.c-dark-theme .c-bs-popover-bottom>.c-arrow::after,
.c-dark-theme .c-bs-popover-auto[x-placement^="bottom"]>.c-arrow::after {
  border-bottom-color: #222;
}

.c-bs-popover-bottom .c-popover-header::before,
.c-bs-popover-auto[x-placement^="bottom"] .c-popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid;
  border-bottom-color: #f7f7f7;
}

.c-dark-theme .c-bs-popover-bottom .c-popover-header::before,
.c-dark-theme .c-bs-popover-auto[x-placement^="bottom"] .c-popover-header::before {
  border-bottom-color: #1e1e1e;
}

.c-bs-popover-left,
.c-bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.c-bs-popover-left>.c-arrow,
.c-bs-popover-auto[x-placement^="left"]>.c-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.c-bs-popover-left>.c-arrow::before,
.c-bs-popover-auto[x-placement^="left"]>.c-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .c-bs-popover-left>.c-arrow::before,
.c-dark-theme .c-bs-popover-auto[x-placement^="left"]>.c-arrow::before {
  border-left-color: #1e1e1e;
}

.c-bs-popover-left>.c-arrow::after,
.c-bs-popover-auto[x-placement^="left"]>.c-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.c-dark-theme .c-bs-popover-left>.c-arrow::after,
.c-dark-theme .c-bs-popover-auto[x-placement^="left"]>.c-arrow::after {
  border-left-color: #222;
}

.c-popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #f7f7f7;
  border-bottom-color: #ebebeb;
}

.c-dark-theme .c-popover-header {
  color: #e1e1e1;
  background-color: #1e1e1e;
  border-bottom-color: #111111;
}

.c-popover-header:empty {
  display: none;
}

.c-popover-body {
  padding: 0.5rem 0.75rem;
  color: #373847;
}

.c-dark-theme .c-popover-body {
  color: #e1e1e1;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.c-progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  border-radius: 0.25rem;
  background-color: #e9e9eb;
}

.c-dark-theme .c-progress {
  background-color: #646470;
}

.c-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  color: #fff;
  background-color: #321fdb;
}

@media (prefers-reduced-motion: reduce) {
  .c-progress-bar {
    transition: none;
  }
}

.c-dark-theme .c-progress-bar {
  color: #fff;
  background-color: #321fdb;
}

.c-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;
}

.c-progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .c-progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.c-progress-xs {
  height: 4px;
}

.c-progress-sm {
  height: 8px;
}

.c-progress.c-progress-white {
  background-color: rgba(255, 255, 255, 0.2);
}

.c-progress.c-progress-white .c-progress-bar {
  background-color: #fff;
}

.c-progress-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

.c-progress-group-prepend {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-progress-group-icon {
  margin: 0 1rem 0 0.25rem;
  font-size: 1.09375rem;
}

.c-progress-group-text {
  font-size: 0.765625rem;
  color: #646470;
}

.c-progress-group-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

.c-progress-group-bars {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-progress-group-bars .c-progress:not(:last-child) {
  margin-bottom: 2px;
}

.c-progress-group-header+.c-progress-group-bars {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s, -ms-flex 0.25s;
  color: #fff;
  background: #4d4e5c;
}

html:not([dir="rtl"]) .c-sidebar:not(.c-sidebar-right) {
  margin-left: -250px;
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-right {
  -ms-flex-order: 99;
  order: 99;
  margin-right: -250px;
}

.c-sidebar[class*="bg-"] {
  border-color: rgba(0, 0, 0, 0.1);
}

.c-sidebar[class*="bg-"] .c-nav-link .c-nav-icon {
  color: rgba(0, 0, 0, 0.3);
}

.c-sidebar.c-sidebar-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1019;
  width: 250px;
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-fixed:not(.c-sidebar-right) {
  left: 0;
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-fixed.c-sidebar-right {
  right: 0;
}

.c-sidebar.c-sidebar-fixed.c-sidebar-under-header {
  top: 55px;
}

.c-sidebar .c-sidebar-brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-sidebar-brand .c-sidebar-brand-minimized {
  display: none;
}

.c-sidebar .c-sidebar-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  transition: 0.25s;
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-sidebar-nav {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.c-sidebar .c-nav:not(.c-nav-tabs) {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.c-sidebar .c-nav-title {
  padding: 0.75rem 1rem;
  font-size: 80%;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.25s;
  color: rgba(255, 255, 255, 0.6);
}

.c-sidebar .c-nav-divider {
  height: 10px;
  transition: height 0.25s;
}

.c-sidebar .c-nav-item {
  width: inherit;
}

.c-sidebar .c-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

.c-sidebar .c-nav-link .c-nav-icon {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 1.09375rem;
  font-size: 0.875rem;
  text-align: center;
  transition: 0.25s;
  color: #7a7a85;
  fill: #7a7a85;
}

.c-sidebar .c-nav-link .c-badge {
  margin-right: 1rem;
  margin-left: auto;
}

.c-sidebar .c-nav-link.c-disabled {
  cursor: default;
  color: #b3b2b2;
  background: transparent;
}

.c-sidebar .c-nav-dropdown {
  position: relative;
  transition: background 0.25s ease-in-out;
}

.c-sidebar .c-nav-dropdown.c-open>.c-nav-dropdown-items {
  max-height: 1500px;
}

.c-sidebar .c-nav-dropdown.c-open>.c-nav-dropdown-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-sidebar .c-nav-dropdown-toggle::after {
  display: block;
  -ms-flex: 0 8px;
  flex: 0 8px;
  height: 8px;
  margin-right: 1rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%237a7a85' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-nav-dropdown-toggle .c-badge {
  margin-right: 1rem;
}

.c-sidebar .c-nav-dropdown-items {
  max-height: 0;
  padding: 0;
  overflow-y: hidden;
  transition: max-height 0.25s ease-in-out;
}

.c-sidebar .c-nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  transition: 0.25s;
  color: rgba(255, 255, 255, 0.6);
}

.c-sidebar .c-nav-label:hover {
  text-decoration: none;
  color: #fff;
}

.c-sidebar .c-nav-label .c-nav-icon {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  color: #7a7a85;
}

.c-sidebar .c-nav-tabs .c-nav-link {
  display: block;
  padding: 0.75rem 1rem;
  border-top: 0;
  border-radius: 0;
}

.c-sidebar .c-nav-tabs .c-nav-item:first-child .c-nav-link {
  border-left: 0;
}

.c-sidebar .c-tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: transparent;
  border: 0;
}

.c-sidebar .c-tab-content .c-tab-pane {
  padding: 0;
}

.c-sidebar .c-sidebar-footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  transition: 0.25s;
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-sidebar-minimizer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: inherit;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-sidebar-minimizer::before {
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: 0.25s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%237a7a85' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-sidebar-minimizer:focus,
.c-sidebar .c-sidebar-minimizer.c-focus {
  outline: 0;
  outline: 0;
}

.c-sidebar.c-sidebar-right .c-sidebar-minimizer {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-sidebar.c-sidebar-right .c-sidebar-minimizer::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-sidebar.c-sidebar-minimized {
  z-index: 1019;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.c-sidebar.c-sidebar-minimized.c-sidebar-fixed {
  width: 50px;
}

.c-sidebar.c-sidebar-minimized:not(.c-sidebar-right) {
  margin-left: -50px;
}

.c-sidebar.c-sidebar-minimized.c-sidebar-right {
  margin-right: -50px;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-brand-full {
  display: none;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-brand-minimized {
  display: initial;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav {
  padding-bottom: 50px;
  overflow: visible;
}

.c-sidebar.c-sidebar-minimized .c-d-minimized-none,
.c-sidebar.c-sidebar-minimized .c-nav-divider,
.c-sidebar.c-sidebar-minimized .c-nav-label,
.c-sidebar.c-sidebar-minimized .c-nav-title,
.c-sidebar.c-sidebar-minimized .c-sidebar-footer,
.c-sidebar.c-sidebar-minimized .c-sidebar-form,
.c-sidebar.c-sidebar-minimized .c-sidebar-header {
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-minimizer {
  position: fixed;
  bottom: 0;
  width: inherit;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-minimizer::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-sidebar.c-sidebar-minimized.c-sidebar-right .c-sidebar-minimizer::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-sidebar.c-sidebar-minimized .c-nav-dropdown {
  position: relative;
  overflow: hidden;
}

.c-sidebar.c-sidebar-minimized .c-nav-dropdown:hover {
  width: 300px;
  overflow: visible;
}

.c-sidebar.c-sidebar-minimized.c-sidebar-right .c-sidebar-nav>.c-nav>.c-nav-item:hover {
  margin-left: -250px;
}

.c-sidebar.c-sidebar-minimized .c-nav-link {
  overflow: hidden;
  white-space: nowrap;
  border-left: 0;
}

.c-sidebar.c-sidebar-minimized .c-nav-link .c-nav-icon {
  display: block;
  float: left;
  width: 50px;
  font-size: 18px;
}

.c-sidebar.c-sidebar-minimized .c-nav-link .c-badge {
  display: none;
}

.c-sidebar.c-sidebar-minimized .c-nav-link:hover {
  width: 300px;
  background: #321fdb;
}

.c-sidebar.c-sidebar-minimized .c-nav-link:hover .c-badge {
  display: inline;
}

.c-sidebar.c-sidebar-minimized .c-nav-link.c-nav-dropdown-toggle::after {
  display: none;
}

.c-sidebar.c-sidebar-minimized .c-nav-dropdown-items .c-nav-link {
  width: 250px;
}

.c-sidebar.c-sidebar-minimized .c-nav>.c-nav-dropdown>.c-nav-dropdown-items {
  display: none;
  max-height: 1000px;
  background: #4d4e5c;
}

.c-sidebar.c-sidebar-minimized .c-nav>.c-nav-dropdown:hover>.c-nav-dropdown-items {
  position: absolute;
  left: 50px;
  display: inline;
}

.c-sidebar.c-sidebar-minimized.c-sidebar-right .c-nav>.c-nav-dropdown:hover>.c-nav-dropdown-items {
  left: 0;
}

.c-sidebar.c-sidebar-minimized *[dir="rtl"] .c-sidebar-minimized .c-sidebar .c-nav {
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.c-sidebar.c-sidebar-minimized *[dir="rtl"] .c-sidebar-minimized .c-sidebar .c-nav .c-nav-divider {
  height: 0;
}

.c-sidebar.c-sidebar-minimized *[dir="rtl"] .c-sidebar-minimized .c-sidebar .c-sidebar-minimizer::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-sidebar.c-sidebar-minimized *[dir="rtl"] .c-sidebar-minimized .c-sidebar .c-nav-dropdown:hover>.c-nav-dropdown-items {
  left: 0;
}

@media (min-width: 992px) {
  .c-sidebar.c-sidebar-compact {
    width: 150px;
  }

  .c-sidebar.c-sidebar-compact .c-d-compact-none {
    display: none;
  }

  .c-sidebar.c-sidebar-compact .c-nav-title {
    text-align: center;
  }

  .c-sidebar.c-sidebar-compact .c-nav-item {
    width: 150px;
    border-left: 0;
  }

  .c-sidebar.c-sidebar-compact .c-nav-link {
    text-align: center;
  }

  .c-sidebar.c-sidebar-compact .c-nav-link .c-nav-icon {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
    font-size: 24px;
  }

  .c-sidebar.c-sidebar-compact .c-nav-link .c-badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }

  .c-sidebar.c-sidebar-compact .c-nav-link.c-nav-dropdown-toggle::after {
    top: 30px;
  }
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right),
html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
  margin-left: 0;
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right,
html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right {
  margin-right: 0;
}

@media (min-width: 576px) {

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right),
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }
}

@media (min-width: 768px) {

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right),
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right),
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right),
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  html:not([dir="rtl"]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }
}

*[dir="rtl"] .c-sidebar:not(.c-sidebar-right) {
  margin-right: -250px;
}

*[dir="rtl"] .c-sidebar.c-sidebar-right {
  -ms-flex-order: 99;
  order: 99;
  margin-left: -250px;
  border: 0;
}

*[dir="rtl"] .c-sidebar.c-sidebar-fixed:not(.c-sidebar-right) {
  right: 0;
}

*[dir="rtl"] .c-sidebar.c-sidebar-fixed.c-sidebar-right {
  left: 0;
}

*[dir="rtl"] .c-sidebar .c-nav-dropdown-toggle::after {
  margin-right: auto;
  margin-left: 1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

*[dir="rtl"] .c-sidebar .c-nav-dropdown.c-open>.c-nav-dropdown-toggle::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

*[dir="rtl"] .c-sidebar .c-sidebar-minimizer::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

*[dir="rtl"] .c-sidebar.c-sidebar-right .c-sidebar-minimizer::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized .c-nav {
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized .c-nav .c-nav-divider {
  height: 0;
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized .c-sidebar-minimizer::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized.c-sidebar-right .c-sidebar-minimizer::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized.c-sidebar-right .c-sidebar-nav>.c-nav>.c-nav-item:hover {
  margin-right: -250px;
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized.c-sidebar-right .c-sidebar-nav>.c-nav>.c-nav-dropdown:hover .c-nav-dropdown-items {
  right: 0;
}

*[dir="rtl"] .c-sidebar.c-sidebar-minimized .c-nav-dropdown:hover>.c-nav-dropdown-items {
  left: 0;
}

*[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right),
*[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
  margin-right: 0;
}

*[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right,
*[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right {
  margin-left: 0;
}

@media (min-width: 576px) {

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right),
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right),
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right),
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right),
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-footer {
    margin-right: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-right: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-right: 50px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed~.c-footer {
    margin-left: 250px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-compact~.c-footer {
    margin-left: 150px;
  }

  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-main,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-body,
  *[dir="rtl"] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized~.c-footer {
    margin-left: 50px;
  }
}

.c-sidebar .c-sidebar-close {
  color: #fff;
}

.c-sidebar .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.c-sidebar .c-sidebar-form .c-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-form .c-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-form .c-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.c-sidebar .c-nav-link.c-active .c-nav-icon {
  color: #321fdb;
  fill: #321fdb;
}

.c-sidebar .c-nav-link:hover {
  color: #fff;
  background: #321fdb;
}

.c-sidebar .c-nav-link:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link:hover.c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-nav-link.c-disabled .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-sidebar .c-nav-link.c-disabled:hover {
  color: #b3b2b2;
}

.c-sidebar .c-nav-link.c-disabled:hover .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-sidebar .c-nav-link.c-disabled:hover.c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-nav-dropdown-toggle {
  position: relative;
}

.c-sidebar .c-nav-dropdown.c-open {
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-nav-dropdown.c-open .c-nav-link {
  color: #fff;
}

.c-sidebar .c-nav-dropdown.c-open .c-nav-link.c-disabled {
  color: #b3b2b2;
  background: transparent;
}

.c-sidebar .c-nav-dropdown.c-open .c-nav-link.c-disabled:hover {
  color: #b3b2b2;
}

.c-sidebar .c-nav-dropdown.c-open .c-nav-link.c-disabled:hover .c-nav-icon {
  color: #7a7a85;
}

.c-sidebar .c-nav-tabs {
  border-color: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-nav-tabs .c-nav-link:hover,
.c-sidebar .c-nav-tabs .c-nav-link:focus {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #d3d3d6;
}

.c-sidebar .c-nav-tabs .c-nav-link.c-active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #321fdb;
}

.c-sidebar .c-progress {
  background-color: #707186 !important;
}

.c-sidebar .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-sidebar .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (max-width: 575.98px) {
  .c-sidebar .c-sidebar-minimizer {
    display: none;
  }
}

.c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link {
  background: #321fdb;
}

.c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link .c-nav-icon {
  color: #fff;
}

.c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link.c-disabled {
  background: #4d4e5c;
}

.c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link.c-disabled .c-nav-icon {
  color: #7a7a85;
}

.c-sidebar.c-sidebar-minimized .c-nav>.c-nav-dropdown:hover {
  background: #321fdb;
}

.c-sidebar.c-sidebar-light {
  color: #373847;
  background: #fff;
  border-right: 1px solid rgba(135, 136, 145, 0.5);
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-light.c-sidebar-right,
*[dir="rtl"] .c-sidebar.c-sidebar-light {
  border-right: 0;
  border-left: 1px solid rgba(135, 136, 145, 0.5);
}

*[dir="rtl"] .c-sidebar.c-sidebar-light.c-sidebar-right {
  border: 0;
  border-right: 1px solid rgba(135, 136, 145, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-close {
  color: #373847;
}

.c-sidebar.c-sidebar-light .c-sidebar-brand,
.c-sidebar.c-sidebar-light .c-sidebar-header {
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-nav-title {
  color: rgba(0, 0, 0, 0.4);
}

.c-sidebar.c-sidebar-light .c-nav-link {
  color: rgba(0, 0, 0, 0.8);
  background: transparent;
}

.c-sidebar.c-sidebar-light .c-nav-link .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-sidebar.c-sidebar-light .c-nav-link.c-active {
  color: #321fdb;
  background: rgba(0, 0, 0, 0.05);
}

.c-sidebar.c-sidebar-light .c-nav-link.c-active .c-nav-icon {
  color: #321fdb;
  fill: #321fdb;
}

.c-sidebar.c-sidebar-light .c-nav-link:hover {
  color: #fff;
  background: #321fdb;
}

.c-sidebar.c-sidebar-light .c-nav-link:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar.c-sidebar-light .c-nav-link:hover.c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-nav-link.c-disabled {
  color: #b3b2b2;
  background: transparent;
}

.c-sidebar.c-sidebar-light .c-nav-link.c-disabled .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-sidebar.c-sidebar-light .c-nav-link.c-disabled:hover {
  color: #b3b2b2;
}

.c-sidebar.c-sidebar-light .c-nav-link.c-disabled:hover .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-sidebar.c-sidebar-light .c-nav-link.c-disabled:hover.c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-nav-dropdown-toggle {
  position: relative;
}

.c-sidebar.c-sidebar-light .c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%237a7a85' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-nav-dropdown.c-open {
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar.c-sidebar-light .c-nav-dropdown.c-open .c-nav-link {
  color: #fff;
}

.c-sidebar.c-sidebar-light .c-nav-dropdown.c-open .c-nav-link.c-disabled {
  color: #b3b2b2;
  background: transparent;
}

.c-sidebar.c-sidebar-light .c-nav-dropdown.c-open .c-nav-link.c-disabled:hover {
  color: #b3b2b2;
}

.c-sidebar.c-sidebar-light .c-nav-dropdown.c-open .c-nav-link.c-disabled:hover .c-nav-icon {
  color: #7a7a85;
}

.c-sidebar.c-sidebar-light .c-nav-label {
  color: rgba(0, 0, 0, 0.4);
}

.c-sidebar.c-sidebar-light .c-nav-label:hover {
  color: #373847;
}

.c-sidebar.c-sidebar-light .c-nav-label .c-nav-icon {
  color: #7a7a85;
}

.c-sidebar.c-sidebar-light .c-nav-tabs {
  border-color: rgba(135, 136, 145, 0.5);
}

.c-sidebar.c-sidebar-light .c-nav-tabs .c-nav-link:hover,
.c-sidebar.c-sidebar-light .c-nav-tabs .c-nav-link:focus,
.c-sidebar.c-sidebar-light .c-nav-tabs .c-nav-link.c-active {
  background: #fff;
  border-color: rgba(135, 136, 145, 0.5) rgba(135, 136, 145, 0.5) #fff;
}

.c-sidebar.c-sidebar-light .c-sidebar-footer {
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%237a7a85' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer:focus,
.c-sidebar.c-sidebar-light .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (max-width: 575.98px) {
  .c-sidebar.c-sidebar-light .c-sidebar-minimizer {
    display: none;
  }
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav-item:hover>.c-nav-link {
  background: #321fdb;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav-item:hover>.c-nav-link .c-nav-icon {
  color: #fff;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav-item:hover>.c-nav-link.c-disabled {
  background: #fff;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav-item:hover>.c-nav-link.c-disabled .c-nav-icon {
  color: #7a7a85;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav-link:hover {
  background: #321fdb;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav>.c-nav-dropdown>.c-nav-dropdown-items {
  background: #fff;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-nav>.c-nav-dropdown:hover {
  background: #321fdb;
}

.c-dark-theme .c-sidebar {
  color: #e1e1e1;
  background: #2e2e2e;
  border: 0;
}

html:not([dir="rtl"]) .c-dark-theme .c-sidebar.c-sidebar-right,
*[dir="rtl"] .c-dark-theme .c-sidebar,
*[dir="rtl"] .c-dark-theme .c-sidebar.c-sidebar-right {
  border: 0;
}

.c-dark-theme .c-sidebar .c-sidebar-close {
  color: #e1e1e1;
}

.c-dark-theme .c-sidebar .c-sidebar-brand,
.c-dark-theme .c-sidebar .c-sidebar-header {
  background: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-title {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-nav-link {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

.c-dark-theme .c-sidebar .c-nav-link .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-dark-theme .c-sidebar .c-nav-link.c-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.c-dark-theme .c-sidebar .c-nav-link.c-active .c-nav-icon {
  color: #321fdb;
  fill: #321fdb;
}

.c-dark-theme .c-sidebar .c-nav-link:hover {
  color: #fff;
  background: #321fdb;
}

.c-dark-theme .c-sidebar .c-nav-link:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link:hover.c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-nav-link.c-disabled {
  color: #b3b2b2;
  background: transparent;
}

.c-dark-theme .c-sidebar .c-nav-link.c-disabled .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-dark-theme .c-sidebar .c-nav-link.c-disabled:hover {
  color: #b3b2b2;
}

.c-dark-theme .c-sidebar .c-nav-link.c-disabled:hover .c-nav-icon {
  color: #7a7a85;
  fill: #7a7a85;
}

.c-dark-theme .c-sidebar .c-nav-link.c-disabled:hover.c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-nav-dropdown-toggle {
  position: relative;
}

.c-dark-theme .c-sidebar .c-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%237a7a85' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-nav-dropdown.c-open {
  background: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-sidebar .c-nav-dropdown.c-open .c-nav-link {
  color: #fff;
}

.c-dark-theme .c-sidebar .c-nav-dropdown.c-open .c-nav-link.c-disabled {
  color: #b3b2b2;
  background: transparent;
}

.c-dark-theme .c-sidebar .c-nav-dropdown.c-open .c-nav-link.c-disabled:hover {
  color: #b3b2b2;
}

.c-dark-theme .c-sidebar .c-nav-dropdown.c-open .c-nav-link.c-disabled:hover .c-nav-icon {
  color: #7a7a85;
}

.c-dark-theme .c-sidebar .c-nav-label {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-nav-label:hover {
  color: #e1e1e1;
}

.c-dark-theme .c-sidebar .c-nav-label .c-nav-icon {
  color: #7a7a85;
}

.c-dark-theme .c-sidebar .c-nav-tabs {
  border-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-sidebar .c-nav-tabs .c-nav-link:hover,
.c-dark-theme .c-sidebar .c-nav-tabs .c-nav-link:focus {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #d3d3d6;
}

.c-dark-theme .c-sidebar .c-nav-tabs .c-nav-link.c-active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #321fdb;
}

.c-dark-theme .c-sidebar .c-progress {
  background-color: #545454 !important;
}

.c-dark-theme .c-sidebar .c-sidebar-footer {
  background: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%237a7a85' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer:focus,
.c-dark-theme .c-sidebar .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (max-width: 575.98px) {
  .c-dark-theme .c-sidebar .c-sidebar-minimizer {
    display: none;
  }
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link {
  background: #321fdb;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link .c-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link.c-disabled {
  background: #2e2e2e;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav-item:hover>.c-nav-link.c-disabled .c-nav-icon {
  color: #7a7a85;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav-link:hover {
  background: #321fdb;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav>.c-nav-dropdown>.c-nav-dropdown-items {
  background: #2e2e2e;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-nav>.c-nav-dropdown:hover,
.c-sidebar .c-nav-link.c-nav-link-primary {
  background: #321fdb;
}

.c-sidebar .c-nav-link.c-nav-link-primary .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-primary:hover {
  background: #2d1cc5;
}

.c-sidebar .c-nav-link.c-nav-link-primary:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-secondary {
  background: #9da5b1;
}

.c-sidebar .c-nav-link.c-nav-link-secondary .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-secondary:hover {
  background: #8f98a6;
}

.c-sidebar .c-nav-link.c-nav-link-secondary:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-success {
  background: #2eb85c;
}

.c-sidebar .c-nav-link.c-nav-link-success .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-success:hover {
  background: #29a452;
}

.c-sidebar .c-nav-link.c-nav-link-success:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-info {
  background: #39f;
}

.c-sidebar .c-nav-link.c-nav-link-info .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-info:hover {
  background: #1a8cff;
}

.c-sidebar .c-nav-link.c-nav-link-info:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-warning {
  background: #f9b115;
}

.c-sidebar .c-nav-link.c-nav-link-warning .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-warning:hover {
  background: #eea506;
}

.c-sidebar .c-nav-link.c-nav-link-warning:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-danger {
  background: #e55353;
}

.c-sidebar .c-nav-link.c-nav-link-danger .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-danger:hover {
  background: #e23d3d;
}

.c-sidebar .c-nav-link.c-nav-link-danger:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-light {
  background: #e9e9eb;
}

.c-sidebar .c-nav-link.c-nav-link-light .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-light:hover {
  background: #dcdcdf;
}

.c-sidebar .c-nav-link.c-nav-link-light:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-sidebar .c-nav-link.c-nav-link-dark {
  background: #4d4e5c;
}

.c-sidebar .c-nav-link.c-nav-link-dark .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-nav-link.c-nav-link-dark:hover {
  background: #41424e;
}

.c-sidebar .c-nav-link.c-nav-link-dark:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-primary {
  background: #5848e5;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-primary .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-primary:hover {
  background: #4332e2;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-primary:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-secondary {
  background: #4f6384;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-secondary .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-secondary:hover {
  background: #465774;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-secondary:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-success {
  background: #48d176;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-success .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-success:hover {
  background: #33cc66;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-success:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-info {
  background: #66b3ff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-info .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-info:hover {
  background: #4da6ff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-info:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-warning {
  background: #fac247;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-warning .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-warning:hover {
  background: #fab92e;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-warning:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-danger {
  background: #ec7f7f;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-danger .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-danger:hover {
  background: #e86969;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-danger:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-light {
  background: #252525;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-light .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-light:hover {
  background: #181818;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-light:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-dark {
  background: #1e1e1e;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-dark .c-nav-icon {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-dark:hover {
  background: #111111;
}

.c-dark-theme .c-sidebar .c-nav-link.c-nav-link-dark:hover .c-nav-icon {
  color: #fff;
  fill: #fff;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.c-spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.c-spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.c-spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.c-switch {
  display: inline-block;
  width: 40px;
  height: 26px;
}

.c-switch-input {
  display: none;
}

.c-switch-slider {
  position: relative;
  display: block;
  height: inherit;
  cursor: pointer;
  border: 1px solid #bcbdc2;
  border-radius: 0.25rem;
}

.c-switch-slider,
.c-switch-slider::before {
  background-color: #fff;
  transition: .15s ease-out;
}

.c-switch-slider::before {
  position: absolute;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #bcbdc2;
  border-radius: 0.125rem;
}

.c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.c-switch-input:disabled~.c-switch-slider {
  cursor: not-allowed;
  opacity: .5;
}

.c-switch-lg {
  width: 48px;
  height: 30px;
}

.c-switch-lg .c-switch-slider {
  font-size: 12px;
}

.c-switch-lg .c-switch-slider::before {
  width: 24px;
  height: 24px;
}

.c-switch-lg .c-switch-slider::after {
  font-size: 12px;
}

.c-switch-lg .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.c-switch-sm {
  width: 32px;
  height: 22px;
}

.c-switch-sm .c-switch-slider {
  font-size: 8px;
}

.c-switch-sm .c-switch-slider::before {
  width: 16px;
  height: 16px;
}

.c-switch-sm .c-switch-slider::after {
  font-size: 8px;
}

.c-switch-sm .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.c-switch-label {
  width: 48px;
}

.c-switch-label .c-switch-slider::before {
  z-index: 2;
}

.c-switch-label .c-switch-slider::after {
  position: absolute;
  top: 50%;
  right: 1px;
  z-index: 1;
  width: 50%;
  margin-top: -.5em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #bcbdc2;
  text-align: center;
  text-transform: uppercase;
  content: attr(data-unchecked);
  transition: inherit;
}

.c-switch-label .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

.c-switch-label .c-switch-input:checked~.c-switch-slider::after {
  left: 1px;
  color: #fff;
  content: attr(data-checked);
}

.c-switch-label.c-switch-lg {
  width: 56px;
  height: 30px;
}

.c-switch-label.c-switch-lg .c-switch-slider {
  font-size: 12px;
}

.c-switch-label.c-switch-lg .c-switch-slider::before {
  width: 24px;
  height: 24px;
}

.c-switch-label.c-switch-lg .c-switch-slider::after {
  font-size: 12px;
}

.c-switch-label.c-switch-lg .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.c-switch-label.c-switch-sm {
  width: 40px;
  height: 22px;
}

.c-switch-label.c-switch-sm .c-switch-slider {
  font-size: 8px;
}

.c-switch-label.c-switch-sm .c-switch-slider::before {
  width: 16px;
  height: 16px;
}

.c-switch-label.c-switch-sm .c-switch-slider::after {
  font-size: 8px;
}

.c-switch-label.c-switch-sm .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.c-switch-3d .c-switch-slider {
  background-color: #e9e9eb;
  border-radius: 50em;
}

.c-switch-3d .c-switch-slider::before {
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.c-switch-3d.c-switch-lg {
  width: 48px;
  height: 30px;
}

.c-switch-3d.c-switch-lg .c-switch-slider::before {
  width: 30px;
  height: 30px;
}

.c-switch-3d.c-switch-lg .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.c-switch-3d.c-switch-sm {
  width: 32px;
  height: 22px;
}

.c-switch-3d.c-switch-sm .c-switch-slider::before {
  width: 22px;
  height: 22px;
}

.c-switch-3d.c-switch-sm .c-switch-input:checked~.c-switch-slider::before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.c-switch-primary .c-switch-input:checked+.c-switch-slider {
  background-color: #321fdb;
  border-color: #2819ae;
}

.c-switch-primary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #2819ae;
}

.c-switch-outline-primary .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #321fdb;
}

.c-switch-outline-primary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #321fdb;
}

.c-switch-outline-primary .c-switch-input:checked+.c-switch-slider::after {
  color: #321fdb;
}

.c-switch-outline-primary-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #321fdb;
}

.c-switch-outline-primary-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #321fdb;
  border-color: #321fdb;
}

.c-switch-outline-primary-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #321fdb;
}

.c-switch-secondary .c-switch-input:checked+.c-switch-slider {
  background-color: #9da5b1;
  border-color: #818b9a;
}

.c-switch-secondary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #818b9a;
}

.c-switch-outline-secondary .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #9da5b1;
}

.c-switch-outline-secondary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #9da5b1;
}

.c-switch-outline-secondary .c-switch-input:checked+.c-switch-slider::after {
  color: #9da5b1;
}

.c-switch-outline-secondary-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #9da5b1;
}

.c-switch-outline-secondary-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #9da5b1;
  border-color: #9da5b1;
}

.c-switch-outline-secondary-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #9da5b1;
}

.c-switch-success .c-switch-input:checked+.c-switch-slider {
  background-color: #2eb85c;
  border-color: #248f48;
}

.c-switch-success .c-switch-input:checked+.c-switch-slider::before {
  border-color: #248f48;
}

.c-switch-outline-success .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #2eb85c;
}

.c-switch-outline-success .c-switch-input:checked+.c-switch-slider::before {
  border-color: #2eb85c;
}

.c-switch-outline-success .c-switch-input:checked+.c-switch-slider::after {
  color: #2eb85c;
}

.c-switch-outline-success-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #2eb85c;
}

.c-switch-outline-success-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-switch-outline-success-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #2eb85c;
}

.c-switch-info .c-switch-input:checked+.c-switch-slider {
  background-color: #39f;
  border-color: #0080ff;
}

.c-switch-info .c-switch-input:checked+.c-switch-slider::before {
  border-color: #0080ff;
}

.c-switch-outline-info .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #39f;
}

.c-switch-outline-info .c-switch-input:checked+.c-switch-slider::before {
  border-color: #39f;
}

.c-switch-outline-info .c-switch-input:checked+.c-switch-slider::after {
  color: #39f;
}

.c-switch-outline-info-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #39f;
}

.c-switch-outline-info-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #39f;
  border-color: #39f;
}

.c-switch-outline-info-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #39f;
}

.c-switch-warning .c-switch-input:checked+.c-switch-slider {
  background-color: #f9b115;
  border-color: #d69405;
}

.c-switch-warning .c-switch-input:checked+.c-switch-slider::before {
  border-color: #d69405;
}

.c-switch-outline-warning .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #f9b115;
}

.c-switch-outline-warning .c-switch-input:checked+.c-switch-slider::before {
  border-color: #f9b115;
}

.c-switch-outline-warning .c-switch-input:checked+.c-switch-slider::after {
  color: #f9b115;
}

.c-switch-outline-warning-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #f9b115;
}

.c-switch-outline-warning-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-switch-outline-warning-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #f9b115;
}

.c-switch-danger .c-switch-input:checked+.c-switch-slider {
  background-color: #e55353;
  border-color: #de2727;
}

.c-switch-danger .c-switch-input:checked+.c-switch-slider::before {
  border-color: #de2727;
}

.c-switch-outline-danger .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #e55353;
}

.c-switch-outline-danger .c-switch-input:checked+.c-switch-slider::before {
  border-color: #e55353;
}

.c-switch-outline-danger .c-switch-input:checked+.c-switch-slider::after {
  color: #e55353;
}

.c-switch-outline-danger-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #e55353;
}

.c-switch-outline-danger-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #e55353;
  border-color: #e55353;
}

.c-switch-outline-danger-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #e55353;
}

.c-switch-light .c-switch-input:checked+.c-switch-slider {
  background-color: #e9e9eb;
  border-color: #ceced3;
}

.c-switch-light .c-switch-input:checked+.c-switch-slider::before {
  border-color: #ceced3;
}

.c-switch-outline-light .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #e9e9eb;
}

.c-switch-outline-light .c-switch-input:checked+.c-switch-slider::before {
  border-color: #e9e9eb;
}

.c-switch-outline-light .c-switch-input:checked+.c-switch-slider::after {
  color: #e9e9eb;
}

.c-switch-outline-light-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #e9e9eb;
}

.c-switch-outline-light-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #e9e9eb;
  border-color: #e9e9eb;
}

.c-switch-outline-light-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #e9e9eb;
}

.c-switch-dark .c-switch-input:checked+.c-switch-slider {
  background-color: #4d4e5c;
  border-color: #363640;
}

.c-switch-dark .c-switch-input:checked+.c-switch-slider::before {
  border-color: #363640;
}

.c-switch-outline-dark .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #4d4e5c;
}

.c-switch-outline-dark .c-switch-input:checked+.c-switch-slider::before {
  border-color: #4d4e5c;
}

.c-switch-outline-dark .c-switch-input:checked+.c-switch-slider::after {
  color: #4d4e5c;
}

.c-switch-outline-dark-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #4d4e5c;
}

.c-switch-outline-dark-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #4d4e5c;
  border-color: #4d4e5c;
}

.c-switch-outline-dark-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #4d4e5c;
}

.c-dark-theme &.c-switch-primary .c-switch-input:checked+.c-switch-slider {
  background-color: #5848e5;
  border-color: #321fdb;
}

.c-dark-theme &.c-switch-primary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #321fdb;
}

.c-dark-theme &.c-switch-outline-primary .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #5848e5;
}

.c-dark-theme &.c-switch-outline-primary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #5848e5;
}

.c-dark-theme &.c-switch-outline-primary .c-switch-input:checked+.c-switch-slider::after {
  color: #5848e5;
}

.c-dark-theme &.c-switch-outline-primary-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #5848e5;
}

.c-dark-theme &.c-switch-outline-primary-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #5848e5;
  border-color: #5848e5;
}

.c-dark-theme &.c-switch-outline-primary-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #5848e5;
}

.c-dark-theme &.c-switch-secondary .c-switch-input:checked+.c-switch-slider {
  background-color: #4f6384;
  border-color: #3c4b64;
}

.c-dark-theme &.c-switch-secondary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #3c4b64;
}

.c-dark-theme &.c-switch-outline-secondary .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #4f6384;
}

.c-dark-theme &.c-switch-outline-secondary .c-switch-input:checked+.c-switch-slider::before {
  border-color: #4f6384;
}

.c-dark-theme &.c-switch-outline-secondary .c-switch-input:checked+.c-switch-slider::after {
  color: #4f6384;
}

.c-dark-theme &.c-switch-outline-secondary-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #4f6384;
}

.c-dark-theme &.c-switch-outline-secondary-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #4f6384;
  border-color: #4f6384;
}

.c-dark-theme &.c-switch-outline-secondary-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #4f6384;
}

.c-dark-theme &.c-switch-success .c-switch-input:checked+.c-switch-slider {
  background-color: #48d176;
  border-color: #2eb85c;
}

.c-dark-theme &.c-switch-success .c-switch-input:checked+.c-switch-slider::before {
  border-color: #2eb85c;
}

.c-dark-theme &.c-switch-outline-success .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #48d176;
}

.c-dark-theme &.c-switch-outline-success .c-switch-input:checked+.c-switch-slider::before {
  border-color: #48d176;
}

.c-dark-theme &.c-switch-outline-success .c-switch-input:checked+.c-switch-slider::after {
  color: #48d176;
}

.c-dark-theme &.c-switch-outline-success-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #48d176;
}

.c-dark-theme &.c-switch-outline-success-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #48d176;
  border-color: #48d176;
}

.c-dark-theme &.c-switch-outline-success-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #48d176;
}

.c-dark-theme &.c-switch-info .c-switch-input:checked+.c-switch-slider {
  background-color: #66b3ff;
  border-color: #3399ff;
}

.c-dark-theme &.c-switch-info .c-switch-input:checked+.c-switch-slider::before {
  border-color: #3399ff;
}

.c-dark-theme &.c-switch-outline-info .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-switch-outline-info .c-switch-input:checked+.c-switch-slider::before {
  border-color: #66b3ff;
}

.c-dark-theme &.c-switch-outline-info .c-switch-input:checked+.c-switch-slider::after {
  color: #66b3ff;
}

.c-dark-theme &.c-switch-outline-info-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-switch-outline-info-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #66b3ff;
  border-color: #66b3ff;
}

.c-dark-theme &.c-switch-outline-info-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #66b3ff;
}

.c-dark-theme &.c-switch-warning .c-switch-input:checked+.c-switch-slider {
  background-color: #fac247;
  border-color: #f9b115;
}

.c-dark-theme &.c-switch-warning .c-switch-input:checked+.c-switch-slider::before {
  border-color: #f9b115;
}

.c-dark-theme &.c-switch-outline-warning .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #fac247;
}

.c-dark-theme &.c-switch-outline-warning .c-switch-input:checked+.c-switch-slider::before {
  border-color: #fac247;
}

.c-dark-theme &.c-switch-outline-warning .c-switch-input:checked+.c-switch-slider::after {
  color: #fac247;
}

.c-dark-theme &.c-switch-outline-warning-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #fac247;
}

.c-dark-theme &.c-switch-outline-warning-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #fac247;
  border-color: #fac247;
}

.c-dark-theme &.c-switch-outline-warning-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #fac247;
}

.c-dark-theme &.c-switch-danger .c-switch-input:checked+.c-switch-slider {
  background-color: #ec7f7f;
  border-color: #e55353;
}

.c-dark-theme &.c-switch-danger .c-switch-input:checked+.c-switch-slider::before {
  border-color: #e55353;
}

.c-dark-theme &.c-switch-outline-danger .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-switch-outline-danger .c-switch-input:checked+.c-switch-slider::before {
  border-color: #ec7f7f;
}

.c-dark-theme &.c-switch-outline-danger .c-switch-input:checked+.c-switch-slider::after {
  color: #ec7f7f;
}

.c-dark-theme &.c-switch-outline-danger-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-switch-outline-danger-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #ec7f7f;
  border-color: #ec7f7f;
}

.c-dark-theme &.c-switch-outline-danger-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #ec7f7f;
}

.c-dark-theme &.c-switch-light .c-switch-input:checked+.c-switch-slider {
  background-color: #252525;
  border-color: #0c0b0b;
}

.c-dark-theme &.c-switch-light .c-switch-input:checked+.c-switch-slider::before {
  border-color: #0c0b0b;
}

.c-dark-theme &.c-switch-outline-light .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #252525;
}

.c-dark-theme &.c-switch-outline-light .c-switch-input:checked+.c-switch-slider::before {
  border-color: #252525;
}

.c-dark-theme &.c-switch-outline-light .c-switch-input:checked+.c-switch-slider::after {
  color: #252525;
}

.c-dark-theme &.c-switch-outline-light-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #252525;
}

.c-dark-theme &.c-switch-outline-light-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #252525;
  border-color: #252525;
}

.c-dark-theme &.c-switch-outline-light-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #252525;
}

.c-dark-theme &.c-switch-dark .c-switch-input:checked+.c-switch-slider {
  background-color: #1e1e1e;
  border-color: #050505;
}

.c-dark-theme &.c-switch-dark .c-switch-input:checked+.c-switch-slider::before {
  border-color: #050505;
}

.c-dark-theme &.c-switch-outline-dark .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-switch-outline-dark .c-switch-input:checked+.c-switch-slider::before {
  border-color: #1e1e1e;
}

.c-dark-theme &.c-switch-outline-dark .c-switch-input:checked+.c-switch-slider::after {
  color: #1e1e1e;
}

.c-dark-theme &.c-switch-outline-dark-alt .c-switch-input:checked+.c-switch-slider {
  background-color: #fff;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-switch-outline-dark-alt .c-switch-input:checked+.c-switch-slider::before {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.c-dark-theme &.c-switch-outline-dark-alt .c-switch-input:checked+.c-switch-slider::after {
  color: #1e1e1e;
}

.c-switch-pill .c-switch-slider,
.c-switch-pill .c-switch-slider::before {
  border-radius: 50em;
}

.c-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #373847;
}

.c-dark-theme .c-table {
  color: #e1e1e1;
  background-color: transparent;
}

.c-table th,
.c-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid;
  border-top-color: #bcbdc2;
}

.c-dark-theme .c-table th,
.c-dark-theme .c-table td {
  border-top-color: #1e1e1e;
}

.c-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid;
  border-bottom-color: #bcbdc2;
}

.c-dark-theme .c-table thead th {
  border-bottom-color: #1e1e1e;
}

.c-table tbody+tbody {
  border-top: 2px solid;
  border-top-color: #bcbdc2;
}

.c-dark-theme .c-table tbody+tbody {
  border-top-color: #1e1e1e;
}

.c-table-sm th,
.c-table-sm td {
  padding: 0.3rem;
}

.c-table-bordered {
  border: 1px solid;
  border-color: #bcbdc2;
}

.c-dark-theme .c-table-bordered {
  border-color: #1e1e1e;
}

.c-table-bordered th,
.c-table-bordered td {
  border: 1px solid;
  border-color: #bcbdc2;
}

.c-dark-theme .c-table-bordered th,
.c-dark-theme .c-table-bordered td {
  border-color: #1e1e1e;
}

.c-table-bordered thead th,
.c-table-bordered thead td {
  border-bottom-width: 2px;
}

.c-table-borderless th,
.c-table-borderless td,
.c-table-borderless thead th,
.c-table-borderless tbody+tbody {
  border: 0;
}

.c-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.c-dark-theme .c-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.c-table-hover tbody tr:hover {
  color: #373847;
  background-color: rgba(0, 0, 0, 0.075);
}

.c-dark-theme .c-table-hover tbody tr:hover {
  color: #e1e1e1;
  background-color: rgba(255, 255, 255, 0.075);
}

.c-table-primary,
.c-table-primary>th,
.c-table-primary>td {
  background-color: #c6c0f5;
}

.c-table-primary th,
.c-table-primary td,
.c-table-primary thead th,
.c-table-primary tbody+tbody {
  border-color: #948bec;
}

.c-table-hover .c-table-primary:hover,
.c-table-hover .c-table-primary:hover>td,
.c-table-hover .c-table-primary:hover>th {
  background-color: #b2aaf2;
}

.c-table-secondary,
.c-table-secondary>th,
.c-table-secondary>td {
  background-color: #e4e6e9;
}

.c-table-secondary th,
.c-table-secondary td,
.c-table-secondary thead th,
.c-table-secondary tbody+tbody {
  border-color: #ccd0d6;
}

.c-table-hover .c-table-secondary:hover,
.c-table-hover .c-table-secondary:hover>td,
.c-table-hover .c-table-secondary:hover>th {
  background-color: #d6d9de;
}

.c-table-success,
.c-table-success>th,
.c-table-success>td {
  background-color: #c4ebd1;
}

.c-table-success th,
.c-table-success td,
.c-table-success thead th,
.c-table-success tbody+tbody {
  border-color: #92daaa;
}

.c-table-hover .c-table-success:hover,
.c-table-hover .c-table-success:hover>td,
.c-table-hover .c-table-success:hover>th {
  background-color: #b1e5c2;
}

.c-table-info,
.c-table-info>th,
.c-table-info>td {
  background-color: #c6e2ff;
}

.c-table-info th,
.c-table-info td,
.c-table-info thead th,
.c-table-info tbody+tbody {
  border-color: #95caff;
}

.c-table-hover .c-table-info:hover,
.c-table-hover .c-table-info:hover>td,
.c-table-hover .c-table-info:hover>th {
  background-color: #add5ff;
}

.c-table-warning,
.c-table-warning>th,
.c-table-warning>td {
  background-color: #fde9bd;
}

.c-table-warning th,
.c-table-warning td,
.c-table-warning thead th,
.c-table-warning tbody+tbody {
  border-color: #fcd685;
}

.c-table-hover .c-table-warning:hover,
.c-table-hover .c-table-warning:hover>td,
.c-table-hover .c-table-warning:hover>th {
  background-color: #fce1a4;
}

.c-table-danger,
.c-table-danger>th,
.c-table-danger>td {
  background-color: #f8cfcf;
}

.c-table-danger th,
.c-table-danger td,
.c-table-danger thead th,
.c-table-danger tbody+tbody {
  border-color: #f1a6a6;
}

.c-table-hover .c-table-danger:hover,
.c-table-hover .c-table-danger:hover>td,
.c-table-hover .c-table-danger:hover>th {
  background-color: #f5b9b9;
}

.c-table-light,
.c-table-light>th,
.c-table-light>td {
  background-color: #f9f9f9;
}

.c-table-light th,
.c-table-light td,
.c-table-light thead th,
.c-table-light tbody+tbody {
  border-color: #f4f4f5;
}

.c-table-hover .c-table-light:hover,
.c-table-hover .c-table-light:hover>td,
.c-table-hover .c-table-light:hover>th {
  background-color: #ececec;
}

.c-table-dark,
.c-table-dark>th,
.c-table-dark>td {
  background-color: #cdcdd1;
}

.c-table-dark th,
.c-table-dark td,
.c-table-dark thead th,
.c-table-dark tbody+tbody {
  border-color: #a2a3aa;
}

.c-table-hover .c-table-dark:hover,
.c-table-hover .c-table-dark:hover>td,
.c-table-hover .c-table-dark:hover>th {
  background-color: #c0c0c5;
}

.c-dark-theme &.c-table-primary,
.c-dark-theme &.c-table-primary>th,
.c-dark-theme &.c-table-primary>td {
  background-color: #c6c0f5;
}

.c-dark-theme &.c-table-primary th,
.c-dark-theme &.c-table-primary td,
.c-dark-theme &.c-table-primary thead th,
.c-dark-theme &.c-table-primary tbody+tbody {
  border-color: #948bec;
}

.c-dark-theme &.c-table-hover .c-table-primary:hover,
.c-dark-theme &.c-table-hover .c-table-primary:hover>td,
.c-dark-theme &.c-table-hover .c-table-primary:hover>th {
  background-color: #b2aaf2;
}

.c-dark-theme &.c-table-secondary,
.c-dark-theme &.c-table-secondary>th,
.c-dark-theme &.c-table-secondary>td {
  background-color: #e4e6e9;
}

.c-dark-theme &.c-table-secondary th,
.c-dark-theme &.c-table-secondary td,
.c-dark-theme &.c-table-secondary thead th,
.c-dark-theme &.c-table-secondary tbody+tbody {
  border-color: #ccd0d6;
}

.c-dark-theme &.c-table-hover .c-table-secondary:hover,
.c-dark-theme &.c-table-hover .c-table-secondary:hover>td,
.c-dark-theme &.c-table-hover .c-table-secondary:hover>th {
  background-color: #d6d9de;
}

.c-dark-theme &.c-table-success,
.c-dark-theme &.c-table-success>th,
.c-dark-theme &.c-table-success>td {
  background-color: #c4ebd1;
}

.c-dark-theme &.c-table-success th,
.c-dark-theme &.c-table-success td,
.c-dark-theme &.c-table-success thead th,
.c-dark-theme &.c-table-success tbody+tbody {
  border-color: #92daaa;
}

.c-dark-theme &.c-table-hover .c-table-success:hover,
.c-dark-theme &.c-table-hover .c-table-success:hover>td,
.c-dark-theme &.c-table-hover .c-table-success:hover>th {
  background-color: #b1e5c2;
}

.c-dark-theme &.c-table-info,
.c-dark-theme &.c-table-info>th,
.c-dark-theme &.c-table-info>td {
  background-color: #c6e2ff;
}

.c-dark-theme &.c-table-info th,
.c-dark-theme &.c-table-info td,
.c-dark-theme &.c-table-info thead th,
.c-dark-theme &.c-table-info tbody+tbody {
  border-color: #95caff;
}

.c-dark-theme &.c-table-hover .c-table-info:hover,
.c-dark-theme &.c-table-hover .c-table-info:hover>td,
.c-dark-theme &.c-table-hover .c-table-info:hover>th {
  background-color: #add5ff;
}

.c-dark-theme &.c-table-warning,
.c-dark-theme &.c-table-warning>th,
.c-dark-theme &.c-table-warning>td {
  background-color: #fde9bd;
}

.c-dark-theme &.c-table-warning th,
.c-dark-theme &.c-table-warning td,
.c-dark-theme &.c-table-warning thead th,
.c-dark-theme &.c-table-warning tbody+tbody {
  border-color: #fcd685;
}

.c-dark-theme &.c-table-hover .c-table-warning:hover,
.c-dark-theme &.c-table-hover .c-table-warning:hover>td,
.c-dark-theme &.c-table-hover .c-table-warning:hover>th {
  background-color: #fce1a4;
}

.c-dark-theme &.c-table-danger,
.c-dark-theme &.c-table-danger>th,
.c-dark-theme &.c-table-danger>td {
  background-color: #f8cfcf;
}

.c-dark-theme &.c-table-danger th,
.c-dark-theme &.c-table-danger td,
.c-dark-theme &.c-table-danger thead th,
.c-dark-theme &.c-table-danger tbody+tbody {
  border-color: #f1a6a6;
}

.c-dark-theme &.c-table-hover .c-table-danger:hover,
.c-dark-theme &.c-table-hover .c-table-danger:hover>td,
.c-dark-theme &.c-table-hover .c-table-danger:hover>th {
  background-color: #f5b9b9;
}

.c-dark-theme &.c-table-light,
.c-dark-theme &.c-table-light>th,
.c-dark-theme &.c-table-light>td {
  background-color: #f9f9f9;
}

.c-dark-theme &.c-table-light th,
.c-dark-theme &.c-table-light td,
.c-dark-theme &.c-table-light thead th,
.c-dark-theme &.c-table-light tbody+tbody {
  border-color: #f4f4f5;
}

.c-dark-theme &.c-table-hover .c-table-light:hover,
.c-dark-theme &.c-table-hover .c-table-light:hover>td,
.c-dark-theme &.c-table-hover .c-table-light:hover>th {
  background-color: #ececec;
}

.c-dark-theme &.c-table-dark,
.c-dark-theme &.c-table-dark>th,
.c-dark-theme &.c-table-dark>td {
  background-color: #cdcdd1;
}

.c-dark-theme &.c-table-dark th,
.c-dark-theme &.c-table-dark td,
.c-dark-theme &.c-table-dark thead th,
.c-dark-theme &.c-table-dark tbody+tbody {
  border-color: #a2a3aa;
}

.c-dark-theme &.c-table-hover .c-table-dark:hover,
.c-dark-theme &.c-table-hover .c-table-dark:hover>td,
.c-dark-theme &.c-table-hover .c-table-dark:hover>th {
  background-color: #c0c0c5;
}

.c-table-active,
.c-table-active>th,
.c-table-active>td,
.c-table-hover .c-table-active:hover,
.c-table-hover .c-table-active:hover>td,
.c-table-hover .c-table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.c-dark-theme .c-table-active,
.c-dark-theme .c-table-active>th,
.c-dark-theme .c-table-active>td {
  background-color: rgba(255, 255, 255, 0.075);
}

.c-dark-theme .c-table-hover .c-table-active:hover,
.c-dark-theme .c-table-hover .c-table-active:hover>td,
.c-dark-theme .c-table-hover .c-table-active:hover>th {
  background-color: rgba(242, 242, 242, 0.075);
}

.c-table .c-thead-light th {
  color: #646470;
  background-color: #d3d3d6;
  border-color: #bcbdc2;
}

.c-dark-theme .c-table .c-thead-light th {
  color: #e1e1e1;
  background-color: #222;
  border-color: #1e1e1e;
}

.c-table-dark.c-table-bordered {
  border: 0;
}

@media (max-width: 575.98px) {
  .c-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-table-responsive-sm>.c-table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .c-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-table-responsive-md>.c-table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .c-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-table-responsive-lg>.c-table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .c-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-table-responsive-xl>.c-table-bordered {
    border: 0;
  }
}

.c-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-table-responsive>.c-table-bordered {
  border: 0;
}

.c-table-outline {
  border: 1px solid;
  border-color: #bcbdc2;
}

.c-dark-theme .c-table-outline {
  border-color: #1e1e1e;
}

.c-table-outline td,
.c-table-align-middle td {
  vertical-align: middle;
}

.c-table-clear td {
  border: 0;
}

.c-toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.c-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.c-toast.c-showing {
  opacity: 1;
}

.c-toast.c-show {
  display: block;
  opacity: 1;
}

.c-toast.c-hide {
  display: none;
}

.c-toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #7a7a85;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.c-toast-body {
  padding: 0.75rem;
}

.c-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

.c-tooltip.c-show {
  opacity: 0.9;
}

.c-tooltip .c-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.c-tooltip .c-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.c-bs-tooltip-top,
.c-bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.c-bs-tooltip-top .c-arrow,
.c-bs-tooltip-auto[x-placement^="top"] .c-arrow {
  bottom: 0;
}

.c-bs-tooltip-top .c-arrow::before,
.c-bs-tooltip-auto[x-placement^="top"] .c-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.c-bs-tooltip-right,
.c-bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.c-bs-tooltip-right .c-arrow,
.c-bs-tooltip-auto[x-placement^="right"] .c-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.c-bs-tooltip-right .c-arrow::before,
.c-bs-tooltip-auto[x-placement^="right"] .c-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.c-bs-tooltip-bottom,
.c-bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.c-bs-tooltip-bottom .c-arrow,
.c-bs-tooltip-auto[x-placement^="bottom"] .c-arrow {
  top: 0;
}

.c-bs-tooltip-bottom .c-arrow::before,
.c-bs-tooltip-auto[x-placement^="bottom"] .c-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.c-bs-tooltip-left,
.c-bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.c-bs-tooltip-left .c-arrow,
.c-bs-tooltip-auto[x-placement^="left"] .c-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.c-bs-tooltip-left .c-arrow::before,
.c-bs-tooltip-auto[x-placement^="left"] .c-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.c-tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.c-fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .c-fade {
    transition: none;
  }
}

.c-fade:not(.c-show) {
  opacity: 0;
}

.c-collapse:not(.c-show) {
  display: none;
}

.c-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .c-collapsing {
    transition: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.c-footer,
.c-sidebar,
.c-body,
.c-main {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s, -ms-flex 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.c-h1,
.c-h2,
.c-h3,
.c-h4,
.c-h5,
.c-h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.c-h1 {
  font-size: 2.1875rem;
}

h2,
.c-h2 {
  font-size: 1.75rem;
}

h3,
.c-h3 {
  font-size: 1.53125rem;
}

h4,
.c-h4 {
  font-size: 1.3125rem;
}

h5,
.c-h5 {
  font-size: 1.09375rem;
}

h6,
.c-h6 {
  font-size: 0.875rem;
}

.c-lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.c-display-1 {
  font-size: 6rem;
}

.c-display-1,
.c-display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.c-display-2 {
  font-size: 5.5rem;
}

.c-display-3 {
  font-size: 4.5rem;
}

.c-display-3,
.c-display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.c-display-4 {
  font-size: 3.5rem;
}

.c-vr {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

small,
.c-small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.c-mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.c-list-unstyled,
.c-list-inline {
  padding-left: 0;
  list-style: none;
}

.c-list-inline-item {
  display: inline-block;
}

.c-list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.c-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.c-blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.c-blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7a7a85;
}

.c-blockquote-footer::before {
  content: "\2014\00A0";
}

.c-icon,
.c-btn-icon {
  color: inherit;
  fill: currentColor;
}

.c-app.c-default-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.c-app.c-default-layout .c-header {
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
}

.c-app.c-default-layout .c-footer {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.c-app.c-default-layout .c-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}

.c-app.c-default-layout .c-body .c-main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.c-app.c-default-layout .c-sidebar.c-sidebar-fixed {
  top: 55px;
}

@media all and (-ms-high-contrast: none) {
  html {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-align-baseline {
  vertical-align: baseline !important;
}

.c-align-top {
  vertical-align: top !important;
}

.c-align-middle {
  vertical-align: middle !important;
}

.c-align-bottom {
  vertical-align: bottom !important;
}

.c-align-text-bottom {
  vertical-align: text-bottom !important;
}

.c-align-text-top {
  vertical-align: text-top !important;
}

.c-bg-primary {
  background-color: #321fdb !important;
}

a.c-bg-primary:hover,
a.c-bg-primary:focus,
button.c-bg-primary:hover,
button.c-bg-primary:focus {
  background-color: #2819ae !important;
}

.c-bg-secondary {
  background-color: #9da5b1 !important;
}

a.c-bg-secondary:hover,
a.c-bg-secondary:focus,
button.c-bg-secondary:hover,
button.c-bg-secondary:focus {
  background-color: #818b9a !important;
}

.c-bg-success {
  background-color: #2eb85c !important;
}

a.c-bg-success:hover,
a.c-bg-success:focus,
button.c-bg-success:hover,
button.c-bg-success:focus {
  background-color: #248f48 !important;
}

.c-bg-info {
  background-color: #39f !important;
}

a.c-bg-info:hover,
a.c-bg-info:focus,
button.c-bg-info:hover,
button.c-bg-info:focus {
  background-color: #0080ff !important;
}

.c-bg-warning {
  background-color: #f9b115 !important;
}

a.c-bg-warning:hover,
a.c-bg-warning:focus,
button.c-bg-warning:hover,
button.c-bg-warning:focus {
  background-color: #d69405 !important;
}

.c-bg-danger {
  background-color: #e55353 !important;
}

a.c-bg-danger:hover,
a.c-bg-danger:focus,
button.c-bg-danger:hover,
button.c-bg-danger:focus {
  background-color: #de2727 !important;
}

.c-bg-light {
  background-color: #e9e9eb !important;
}

a.c-bg-light:hover,
a.c-bg-light:focus,
button.c-bg-light:hover,
button.c-bg-light:focus {
  background-color: #ceced3 !important;
}

.c-bg-dark {
  background-color: #4d4e5c !important;
}

a.c-bg-dark:hover,
a.c-bg-dark:focus,
button.c-bg-dark:hover,
button.c-bg-dark:focus {
  background-color: #363640 !important;
}

.c-dark-theme &.c-bg-primary {
  background-color: #5848e5 !important;
}

.c-dark-theme &a.c-bg-primary:hover,
.c-dark-theme &a.c-bg-primary:focus,
.c-dark-theme &button.c-bg-primary:hover,
.c-dark-theme &button.c-bg-primary:focus {
  background-color: #321fdb !important;
}

.c-dark-theme &.c-bg-secondary {
  background-color: #4f6384 !important;
}

.c-dark-theme &a.c-bg-secondary:hover,
.c-dark-theme &a.c-bg-secondary:focus,
.c-dark-theme &button.c-bg-secondary:hover,
.c-dark-theme &button.c-bg-secondary:focus {
  background-color: #3c4b64 !important;
}

.c-dark-theme &.c-bg-success {
  background-color: #48d176 !important;
}

.c-dark-theme &a.c-bg-success:hover,
.c-dark-theme &a.c-bg-success:focus,
.c-dark-theme &button.c-bg-success:hover,
.c-dark-theme &button.c-bg-success:focus {
  background-color: #2eb85c !important;
}

.c-dark-theme &.c-bg-info {
  background-color: #66b3ff !important;
}

.c-dark-theme &a.c-bg-info:hover,
.c-dark-theme &a.c-bg-info:focus,
.c-dark-theme &button.c-bg-info:hover,
.c-dark-theme &button.c-bg-info:focus {
  background-color: #3399ff !important;
}

.c-dark-theme &.c-bg-warning {
  background-color: #fac247 !important;
}

.c-dark-theme &a.c-bg-warning:hover,
.c-dark-theme &a.c-bg-warning:focus,
.c-dark-theme &button.c-bg-warning:hover,
.c-dark-theme &button.c-bg-warning:focus {
  background-color: #f9b115 !important;
}

.c-dark-theme &.c-bg-danger {
  background-color: #ec7f7f !important;
}

.c-dark-theme &a.c-bg-danger:hover,
.c-dark-theme &a.c-bg-danger:focus,
.c-dark-theme &button.c-bg-danger:hover,
.c-dark-theme &button.c-bg-danger:focus {
  background-color: #e55353 !important;
}

.c-dark-theme &.c-bg-light {
  background-color: #252525 !important;
}

.c-dark-theme &a.c-bg-light:hover,
.c-dark-theme &a.c-bg-light:focus,
.c-dark-theme &button.c-bg-light:hover,
.c-dark-theme &button.c-bg-light:focus {
  background-color: #0c0b0b !important;
}

.c-dark-theme &.c-bg-dark {
  background-color: #1e1e1e !important;
}

.c-dark-theme &a.c-bg-dark:hover,
.c-dark-theme &a.c-bg-dark:focus,
.c-dark-theme &button.c-bg-dark:hover,
.c-dark-theme &button.c-bg-dark:focus {
  background-color: #050505 !important;
}

.c-dark-theme .c-bg-primary {
  background-color: #5848e5 !important;
}

.c-dark-theme a.c-bg-primary:hover,
.c-dark-theme a.c-bg-primary:focus,
.c-dark-theme button.c-bg-primary:hover,
.c-dark-theme button.c-bg-primary:focus {
  background-color: #321fdb !important;
}

.c-dark-theme .c-bg-secondary {
  background-color: #4f6384 !important;
}

.c-dark-theme a.c-bg-secondary:hover,
.c-dark-theme a.c-bg-secondary:focus,
.c-dark-theme button.c-bg-secondary:hover,
.c-dark-theme button.c-bg-secondary:focus {
  background-color: #3c4b64 !important;
}

.c-dark-theme .c-bg-success {
  background-color: #48d176 !important;
}

.c-dark-theme a.c-bg-success:hover,
.c-dark-theme a.c-bg-success:focus,
.c-dark-theme button.c-bg-success:hover,
.c-dark-theme button.c-bg-success:focus {
  background-color: #2eb85c !important;
}

.c-dark-theme .c-bg-info {
  background-color: #66b3ff !important;
}

.c-dark-theme a.c-bg-info:hover,
.c-dark-theme a.c-bg-info:focus,
.c-dark-theme button.c-bg-info:hover,
.c-dark-theme button.c-bg-info:focus {
  background-color: #3399ff !important;
}

.c-dark-theme .c-bg-warning {
  background-color: #fac247 !important;
}

.c-dark-theme a.c-bg-warning:hover,
.c-dark-theme a.c-bg-warning:focus,
.c-dark-theme button.c-bg-warning:hover,
.c-dark-theme button.c-bg-warning:focus {
  background-color: #f9b115 !important;
}

.c-dark-theme .c-bg-danger {
  background-color: #ec7f7f !important;
}

.c-dark-theme a.c-bg-danger:hover,
.c-dark-theme a.c-bg-danger:focus,
.c-dark-theme button.c-bg-danger:hover,
.c-dark-theme button.c-bg-danger:focus {
  background-color: #e55353 !important;
}

.c-dark-theme .c-bg-light {
  background-color: #252525 !important;
}

.c-dark-theme a.c-bg-light:hover,
.c-dark-theme a.c-bg-light:focus,
.c-dark-theme button.c-bg-light:hover,
.c-dark-theme button.c-bg-light:focus {
  background-color: #0c0b0b !important;
}

.c-dark-theme .c-bg-dark {
  background-color: #1e1e1e !important;
}

.c-dark-theme a.c-bg-dark:hover,
.c-dark-theme a.c-bg-dark:focus,
.c-dark-theme button.c-bg-dark:hover,
.c-dark-theme button.c-bg-dark:focus {
  background-color: #050505 !important;
}

.c-bg-white {
  background-color: #fff !important;
}

.c-bg-transparent {
  background-color: transparent !important;
}

.c-bg-primary,
.c-bg-success,
.c-bg-info,
.c-bg-warning,
.c-bg-danger,
.c-bg-dark {
  color: #fff;
}

.c-bg-facebook {
  background-color: #3b5998 !important;
}

a.c-bg-facebook:hover,
a.c-bg-facebook:focus,
button.c-bg-facebook:hover,
button.c-bg-facebook:focus {
  background-color: #2d4373 !important;
}

.c-bg-instagram {
  background: #d6249f !important;
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;*/
  /*background-color: #00aced !important;*/
}

a.c-bg-instagram:hover,
a.c-bg-instagram:focus,
button.c-bg-instagram:hover,
button.c-bg-instagram:focus {
  background-color: #0087ba !important;
}

.c-bg-twitter {
  background-color: #00aced !important;
}

a.c-bg-twitter:hover,
a.c-bg-twitter:focus,
button.c-bg-twitter:hover,
button.c-bg-twitter:focus {
  background-color: #0087ba !important;
}

.c-bg-linkedin {
  background-color: #4875b4 !important;
}

a.c-bg-linkedin:hover,
a.c-bg-linkedin:focus,
button.c-bg-linkedin:hover,
button.c-bg-linkedin:focus {
  background-color: #395d90 !important;
}

.c-bg-flickr {
  background-color: #ff0084 !important;
}

a.c-bg-flickr:hover,
a.c-bg-flickr:focus,
button.c-bg-flickr:hover,
button.c-bg-flickr:focus {
  background-color: #cc006a !important;
}

.c-bg-tumblr {
  background-color: #32506d !important;
}

a.c-bg-tumblr:hover,
a.c-bg-tumblr:focus,
button.c-bg-tumblr:hover,
button.c-bg-tumblr:focus {
  background-color: #22364a !important;
}

.c-bg-xing {
  background-color: #026466 !important;
}

a.c-bg-xing:hover,
a.c-bg-xing:focus,
button.c-bg-xing:hover,
button.c-bg-xing:focus {
  background-color: #013334 !important;
}

.c-bg-github {
  background-color: #4183c4 !important;
}

a.c-bg-github:hover,
a.c-bg-github:focus,
button.c-bg-github:hover,
button.c-bg-github:focus {
  background-color: #3269a0 !important;
}

.c-bg-stack-overflow {
  background-color: #fe7a15 !important;
}

a.c-bg-stack-overflow:hover,
a.c-bg-stack-overflow:focus,
button.c-bg-stack-overflow:hover,
button.c-bg-stack-overflow:focus {
  background-color: #df6101 !important;
}

.c-bg-youtube {
  background-color: #b00 !important;
}

a.c-bg-youtube:hover,
a.c-bg-youtube:focus,
button.c-bg-youtube:hover,
button.c-bg-youtube:focus {
  background-color: #880000 !important;
}

.c-bg-dribbble {
  background-color: #ea4c89 !important;
}

a.c-bg-dribbble:hover,
a.c-bg-dribbble:focus,
button.c-bg-dribbble:hover,
button.c-bg-dribbble:focus {
  background-color: #e51e6b !important;
}

.c-bg-instagram {
  background-color: #517fa4 !important;
}

a.c-bg-instagram:hover,
a.c-bg-instagram:focus,
button.c-bg-instagram:hover,
button.c-bg-instagram:focus {
  background-color: #406582 !important;
}

.c-bg-pinterest {
  background-color: #cb2027 !important;
}

a.c-bg-pinterest:hover,
a.c-bg-pinterest:focus,
button.c-bg-pinterest:hover,
button.c-bg-pinterest:focus {
  background-color: #9f191f !important;
}

.c-bg-vk {
  background-color: #45668e !important;
}

a.c-bg-vk:hover,
a.c-bg-vk:focus,
button.c-bg-vk:hover,
button.c-bg-vk:focus {
  background-color: #344d6c !important;
}

.c-bg-yahoo {
  background-color: #400191 !important;
}

a.c-bg-yahoo:hover,
a.c-bg-yahoo:focus,
button.c-bg-yahoo:hover,
button.c-bg-yahoo:focus {
  background-color: #2a015e !important;
}

.c-bg-behance {
  background-color: #1769ff !important;
}

a.c-bg-behance:hover,
a.c-bg-behance:focus,
button.c-bg-behance:hover,
button.c-bg-behance:focus {
  background-color: #0050e3 !important;
}

.c-bg-reddit {
  background-color: #ff4500 !important;
}

a.c-bg-reddit:hover,
a.c-bg-reddit:focus,
button.c-bg-reddit:hover,
button.c-bg-reddit:focus {
  background-color: #cc3700 !important;
}

.c-bg-vimeo {
  background-color: #aad450 !important;
}

a.c-bg-vimeo:hover,
a.c-bg-vimeo:focus,
button.c-bg-vimeo:hover,
button.c-bg-vimeo:focus {
  background-color: #93c130 !important;
}

.c-bg-gray-100 {
  background-color: #e9e9eb !important;
}

a.c-bg-gray-100:hover,
a.c-bg-gray-100:focus,
button.c-bg-gray-100:hover,
button.c-bg-gray-100:focus {
  background-color: #ceced3 !important;
}

.c-bg-gray-200 {
  background-color: #d3d3d6 !important;
}

a.c-bg-gray-200:hover,
a.c-bg-gray-200:focus,
button.c-bg-gray-200:hover,
button.c-bg-gray-200:focus {
  background-color: #b9b9bd !important;
}

.c-bg-gray-300 {
  background-color: #bcbdc2 !important;
}

a.c-bg-gray-300:hover,
a.c-bg-gray-300:focus,
button.c-bg-gray-300:hover,
button.c-bg-gray-300:focus {
  background-color: #a1a3aa !important;
}

.c-bg-gray-400 {
  background-color: #a6a7ad !important;
}

a.c-bg-gray-400:hover,
a.c-bg-gray-400:focus,
button.c-bg-gray-400:hover,
button.c-bg-gray-400:focus {
  background-color: #8b8d95 !important;
}

.c-bg-gray-500 {
  background-color: #909099 !important;
}

a.c-bg-gray-500:hover,
a.c-bg-gray-500:focus,
button.c-bg-gray-500:hover,
button.c-bg-gray-500:focus {
  background-color: #767680 !important;
}

.c-bg-gray-600 {
  background-color: #7a7a85 !important;
}

a.c-bg-gray-600:hover,
a.c-bg-gray-600:focus,
button.c-bg-gray-600:hover,
button.c-bg-gray-600:focus {
  background-color: #62626a !important;
}

.c-bg-gray-700 {
  background-color: #646470 !important;
}

a.c-bg-gray-700:hover,
a.c-bg-gray-700:focus,
button.c-bg-gray-700:hover,
button.c-bg-gray-700:focus {
  background-color: #4c4c55 !important;
}

.c-bg-gray-800 {
  background-color: #4d4e5c !important;
}

a.c-bg-gray-800:hover,
a.c-bg-gray-800:focus,
button.c-bg-gray-800:hover,
button.c-bg-gray-800:focus {
  background-color: #363640 !important;
}

.c-bg-gray-900 {
  background-color: #373847 !important;
}

a.c-bg-gray-900:hover,
a.c-bg-gray-900:focus,
button.c-bg-gray-900:hover,
button.c-bg-gray-900:focus {
  background-color: #21212a !important;
}

.c-bg-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.c-border {
  border: 1px solid #bcbdc2 !important;
}

.c-border-top {
  border-top: 1px solid #bcbdc2 !important;
}

.c-border-right {
  border-right: 1px solid #bcbdc2 !important;
}

.c-border-bottom {
  border-bottom: 1px solid #bcbdc2 !important;
}

.c-border-left {
  border-left: 1px solid #bcbdc2 !important;
}

.c-dark-theme .c-border {
  border: 1px solid #1e1e1e !important;
}

.c-dark-theme .c-border-top {
  border-top: 1px solid #1e1e1e !important;
}

.c-dark-theme .c-border-right {
  border-right: 1px solid #1e1e1e !important;
}

.c-dark-theme .c-border-bottom {
  border-bottom: 1px solid #1e1e1e !important;
}

.c-dark-theme .c-border-left {
  border-left: 1px solid #1e1e1e !important;
}

.c-border-0 {
  border: 0 !important;
}

.c-border-top-0 {
  border-top: 0 !important;
}

.c-border-right-0 {
  border-right: 0 !important;
}

.c-border-bottom-0 {
  border-bottom: 0 !important;
}

.c-border-left-0 {
  border-left: 0 !important;
}

.c-border-primary {
  border-color: #321fdb !important;
}

.c-border-secondary {
  border-color: #9da5b1 !important;
}

.c-border-success {
  border-color: #2eb85c !important;
}

.c-border-info {
  border-color: #39f !important;
}

.c-border-warning {
  border-color: #f9b115 !important;
}

.c-border-danger {
  border-color: #e55353 !important;
}

.c-border-light {
  border-color: #e9e9eb !important;
}

.c-border-dark {
  border-color: #4d4e5c !important;
}

.c-dark-theme &.c-border-primary {
  border-color: #5848e5 !important;
}

.c-dark-theme &.c-border-secondary {
  border-color: #4f6384 !important;
}

.c-dark-theme &.c-border-success {
  border-color: #48d176 !important;
}

.c-dark-theme &.c-border-info {
  border-color: #66b3ff !important;
}

.c-dark-theme &.c-border-warning {
  border-color: #fac247 !important;
}

.c-dark-theme &.c-border-danger {
  border-color: #ec7f7f !important;
}

.c-dark-theme &.c-border-light {
  border-color: #252525 !important;
}

.c-dark-theme &.c-border-dark {
  border-color: #1e1e1e !important;
}

.c-border-white {
  border-color: #fff !important;
}

.c-rounded-sm {
  border-radius: 0.2rem !important;
}

.c-rounded {
  border-radius: 0.25rem !important;
}

.c-rounded-top {
  border-top-left-radius: 0.25rem !important;
}

.c-rounded-top,
.c-rounded-right {
  border-top-right-radius: 0.25rem !important;
}

.c-rounded-right,
.c-rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
}

.c-rounded-bottom,
.c-rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}

.c-rounded-left {
  border-top-left-radius: 0.25rem !important;
}

.c-rounded-lg {
  border-radius: 0.3rem !important;
}

.c-rounded-circle {
  border-radius: 50% !important;
}

.c-rounded-pill {
  border-radius: 50rem !important;
}

.c-rounded-0 {
  border-radius: 0 !important;
}

.c-b-a-0 {
  border: 0 !important;
}

.c-b-t-0 {
  border-top: 0 !important;
}

.c-b-r-0 {
  border-right: 0 !important;
}

.c-b-b-0 {
  border-bottom: 0 !important;
}

.c-b-l-0 {
  border-left: 0 !important;
}

.c-b-a-1 {
  border: 1px solid #bcbdc2;
}

.c-b-t-1 {
  border-top: 1px solid #bcbdc2;
}

.c-b-r-1 {
  border-right: 1px solid #bcbdc2;
}

.c-b-b-1 {
  border-bottom: 1px solid #bcbdc2;
}

.c-b-l-1 {
  border-left: 1px solid #bcbdc2;
}

.c-b-a-2 {
  border: 2px solid #bcbdc2;
}

.c-b-t-2 {
  border-top: 2px solid #bcbdc2;
}

.c-b-r-2 {
  border-right: 2px solid #bcbdc2;
}

.c-b-b-2 {
  border-bottom: 2px solid #bcbdc2;
}

.c-b-l-2 {
  border-left: 2px solid #bcbdc2;
}

.c-content-center {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.c-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.c-d-none {
  display: none !important;
}

.c-d-inline {
  display: inline !important;
}

.c-d-inline-block {
  display: inline-block !important;
}

.c-d-block {
  display: block !important;
}

.c-d-table {
  display: table !important;
}

.c-d-table-row {
  display: table-row !important;
}

.c-d-table-cell {
  display: table-cell !important;
}

.c-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.c-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .c-d-sm-none {
    display: none !important;
  }

  .c-d-sm-inline {
    display: inline !important;
  }

  .c-d-sm-inline-block {
    display: inline-block !important;
  }

  .c-d-sm-block {
    display: block !important;
  }

  .c-d-sm-table {
    display: table !important;
  }

  .c-d-sm-table-row {
    display: table-row !important;
  }

  .c-d-sm-table-cell {
    display: table-cell !important;
  }

  .c-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .c-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .c-d-md-none {
    display: none !important;
  }

  .c-d-md-inline {
    display: inline !important;
  }

  .c-d-md-inline-block {
    display: inline-block !important;
  }

  .c-d-md-block {
    display: block !important;
  }

  .c-d-md-table {
    display: table !important;
  }

  .c-d-md-table-row {
    display: table-row !important;
  }

  .c-d-md-table-cell {
    display: table-cell !important;
  }

  .c-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .c-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .c-d-lg-none {
    display: none !important;
  }

  .c-d-lg-inline {
    display: inline !important;
  }

  .c-d-lg-inline-block {
    display: inline-block !important;
  }

  .c-d-lg-block {
    display: block !important;
  }

  .c-d-lg-table {
    display: table !important;
  }

  .c-d-lg-table-row {
    display: table-row !important;
  }

  .c-d-lg-table-cell {
    display: table-cell !important;
  }

  .c-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .c-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .c-d-xl-none {
    display: none !important;
  }

  .c-d-xl-inline {
    display: inline !important;
  }

  .c-d-xl-inline-block {
    display: inline-block !important;
  }

  .c-d-xl-block {
    display: block !important;
  }

  .c-d-xl-table {
    display: table !important;
  }

  .c-d-xl-table-row {
    display: table-row !important;
  }

  .c-d-xl-table-cell {
    display: table-cell !important;
  }

  .c-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .c-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 575.98px) {
  .c-d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .c-d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .c-d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .c-d-lg-down-none {
    display: none !important;
  }
}

.c-d-xl-down-none,
.c-light-theme .c-d-light-none,
body:not(.c-dark-theme) .c-d-light-none,
div:not(.c-dark-theme) .c-d-light-none,
.c-app:not(.c-dark-theme) .c-d-light-none,
.c-dark-theme .c-d-dark-none {
  display: none !important;
}

@media print {
  .c-d-print-none {
    display: none !important;
  }

  .c-d-print-inline {
    display: inline !important;
  }

  .c-d-print-inline-block {
    display: inline-block !important;
  }

  .c-d-print-block {
    display: block !important;
  }

  .c-d-print-table {
    display: table !important;
  }

  .c-d-print-table-row {
    display: table-row !important;
  }

  .c-d-print-table-cell {
    display: table-cell !important;
  }

  .c-d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .c-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.c-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.c-embed-responsive::before {
  display: block;
  content: "";
}

.c-embed-responsive .c-embed-responsive-item,
.c-embed-responsive iframe,
.c-embed-responsive embed,
.c-embed-responsive object,
.c-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.c-embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.c-embed-responsive-4by3::before {
  padding-top: 75%;
}

.c-embed-responsive-1by1::before {
  padding-top: 100%;
}

.c-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.c-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.c-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.c-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.c-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.c-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.c-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.c-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.c-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.c-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.c-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.c-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.c-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.c-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.c-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.c-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.c-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.c-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.c-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.c-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.c-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.c-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.c-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.c-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.c-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.c-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.c-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.c-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.c-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.c-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.c-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.c-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.c-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.c-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .c-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .c-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .c-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .c-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .c-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .c-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .c-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .c-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .c-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .c-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .c-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .c-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .c-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .c-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .c-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .c-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .c-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .c-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .c-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .c-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .c-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .c-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .c-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .c-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .c-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .c-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .c-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .c-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .c-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .c-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .c-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .c-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .c-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .c-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .c-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .c-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .c-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .c-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .c-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .c-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .c-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .c-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .c-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .c-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .c-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .c-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .c-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .c-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .c-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .c-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .c-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .c-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .c-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .c-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .c-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .c-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .c-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .c-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .c-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .c-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .c-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .c-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .c-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .c-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .c-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .c-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .c-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .c-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .c-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .c-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .c-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .c-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .c-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .c-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .c-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .c-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .c-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .c-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .c-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .c-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .c-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .c-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .c-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .c-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .c-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .c-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .c-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .c-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .c-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .c-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .c-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .c-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .c-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .c-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .c-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .c-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .c-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .c-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .c-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .c-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .c-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .c-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .c-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .c-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .c-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .c-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .c-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .c-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .c-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .c-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .c-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .c-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .c-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .c-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .c-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .c-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .c-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .c-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .c-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .c-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .c-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .c-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .c-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .c-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .c-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .c-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .c-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .c-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .c-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .c-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .c-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .c-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .c-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .c-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .c-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .c-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.c-float-left {
  float: left !important;
}

.c-float-right {
  float: right !important;
}

.c-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .c-float-sm-left {
    float: left !important;
  }

  .c-float-sm-right {
    float: right !important;
  }

  .c-float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .c-float-md-left {
    float: left !important;
  }

  .c-float-md-right {
    float: right !important;
  }

  .c-float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .c-float-lg-left {
    float: left !important;
  }

  .c-float-lg-right {
    float: right !important;
  }

  .c-float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .c-float-xl-left {
    float: left !important;
  }

  .c-float-xl-right {
    float: right !important;
  }

  .c-float-xl-none {
    float: none !important;
  }
}

.c-overflow-auto {
  overflow: auto !important;
}

.c-overflow-hidden {
  overflow: hidden !important;
}

.c-position-static {
  position: static !important;
}

.c-position-relative {
  position: relative !important;
}

.c-position-absolute {
  position: absolute !important;
}

.c-position-fixed {
  position: fixed !important;
}

.c-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.c-fixed-top {
  top: 0;
}

.c-fixed-top,
.c-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.c-fixed-bottom {
  bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .c-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.c-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.c-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.c-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.c-shadow-none {
  box-shadow: none !important;
}

.c-w-25 {
  width: 25% !important;
}

.c-w-50 {
  width: 50% !important;
}

.c-w-75 {
  width: 75% !important;
}

.c-w-100 {
  width: 100% !important;
}

.c-w-auto {
  width: auto !important;
}

.c-h-25 {
  height: 25% !important;
}

.c-h-50 {
  height: 50% !important;
}

.c-h-75 {
  height: 75% !important;
}

.c-h-100 {
  height: 100% !important;
}

.c-h-auto {
  height: auto !important;
}

.c-mw-100 {
  max-width: 100% !important;
}

.c-mh-100 {
  max-height: 100% !important;
}

.c-min-vw-100 {
  min-width: 100vw !important;
}

.c-min-vh-100 {
  min-height: 100vh !important;
}

.c-vw-100 {
  width: 100vw !important;
}

.c-vh-100 {
  height: 100vh !important;
}

.c-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.c-m-0 {
  margin: 0 !important;
}

.c-mt-0,
.c-my-0 {
  margin-top: 0 !important;
}

.c-mr-0,
.c-mx-0 {
  margin-right: 0 !important;
}

.c-mb-0,
.c-my-0 {
  margin-bottom: 0 !important;
}

.c-ml-0,
.c-mx-0 {
  margin-left: 0 !important;
}

.c-m-1 {
  margin: 0.25rem !important;
}

.c-mt-1,
.c-my-1 {
  margin-top: 0.25rem !important;
}

.c-mr-1,
.c-mx-1 {
  margin-right: 0.25rem !important;
}

.c-mb-1,
.c-my-1 {
  margin-bottom: 0.25rem !important;
}

.c-ml-1,
.c-mx-1 {
  margin-left: 0.25rem !important;
}

.c-m-2 {
  margin: 0.5rem !important;
}

.c-mt-2,
.c-my-2 {
  margin-top: 0.5rem !important;
}

.c-mr-2,
.c-mx-2 {
  margin-right: 0.5rem !important;
}

.c-mb-2,
.c-my-2 {
  margin-bottom: 0.5rem !important;
}

.c-ml-2,
.c-mx-2 {
  margin-left: 0.5rem !important;
}

.c-m-3 {
  margin: 1rem !important;
}

.c-mt-3,
.c-my-3 {
  margin-top: 1rem !important;
}

.c-mr-3,
.c-mx-3 {
  margin-right: 1rem !important;
}

.c-mb-3,
.c-my-3 {
  margin-bottom: 1rem !important;
}

.c-ml-3,
.c-mx-3 {
  margin-left: 1rem !important;
}

.c-m-4 {
  margin: 1.5rem !important;
}

.c-mt-4,
.c-my-4 {
  margin-top: 1.5rem !important;
}

.c-mr-4,
.c-mx-4 {
  margin-right: 1.5rem !important;
}

.c-mb-4,
.c-my-4 {
  margin-bottom: 1.5rem !important;
}

.c-ml-4,
.c-mx-4 {
  margin-left: 1.5rem !important;
}

.c-m-5 {
  margin: 3rem !important;
}

.c-mt-5,
.c-my-5 {
  margin-top: 3rem !important;
}

.c-mr-5,
.c-mx-5 {
  margin-right: 3rem !important;
}

.c-mb-5,
.c-my-5 {
  margin-bottom: 3rem !important;
}

.c-ml-5,
.c-mx-5 {
  margin-left: 3rem !important;
}

.c-p-0 {
  padding: 0 !important;
}

.c-pt-0,
.c-py-0 {
  padding-top: 0 !important;
}

.c-pr-0,
.c-px-0 {
  padding-right: 0 !important;
}

.c-pb-0,
.c-py-0 {
  padding-bottom: 0 !important;
}

.c-pl-0,
.c-px-0 {
  padding-left: 0 !important;
}

.c-p-1 {
  padding: 0.25rem !important;
}

.c-pt-1,
.c-py-1 {
  padding-top: 0.25rem !important;
}

.c-pr-1,
.c-px-1 {
  padding-right: 0.25rem !important;
}

.c-pb-1,
.c-py-1 {
  padding-bottom: 0.25rem !important;
}

.c-pl-1,
.c-px-1 {
  padding-left: 0.25rem !important;
}

.c-p-2 {
  padding: 0.5rem !important;
}

.c-pt-2,
.c-py-2 {
  padding-top: 0.5rem !important;
}

.c-pr-2,
.c-px-2 {
  padding-right: 0.5rem !important;
}

.c-pb-2,
.c-py-2 {
  padding-bottom: 0.5rem !important;
}

.c-pl-2,
.c-px-2 {
  padding-left: 0.5rem !important;
}

.c-p-3 {
  padding: 1rem !important;
}

.c-pt-3,
.c-py-3 {
  padding-top: 1rem !important;
}

.c-pr-3,
.c-px-3 {
  padding-right: 1rem !important;
}

.c-pb-3,
.c-py-3 {
  padding-bottom: 1rem !important;
}

.c-pl-3,
.c-px-3 {
  padding-left: 1rem !important;
}

.c-p-4 {
  padding: 1.5rem !important;
}

.c-pt-4,
.c-py-4 {
  padding-top: 1.5rem !important;
}

.c-pr-4,
.c-px-4 {
  padding-right: 1.5rem !important;
}

.c-pb-4,
.c-py-4 {
  padding-bottom: 1.5rem !important;
}

.c-pl-4,
.c-px-4 {
  padding-left: 1.5rem !important;
}

.c-p-5 {
  padding: 3rem !important;
}

.c-pt-5,
.c-py-5 {
  padding-top: 3rem !important;
}

.c-pr-5,
.c-px-5 {
  padding-right: 3rem !important;
}

.c-pb-5,
.c-py-5 {
  padding-bottom: 3rem !important;
}

.c-pl-5,
.c-px-5 {
  padding-left: 3rem !important;
}

.c-m-n1 {
  margin: -0.25rem !important;
}

.c-mt-n1,
.c-my-n1 {
  margin-top: -0.25rem !important;
}

.c-mr-n1,
.c-mx-n1 {
  margin-right: -0.25rem !important;
}

.c-mb-n1,
.c-my-n1 {
  margin-bottom: -0.25rem !important;
}

.c-ml-n1,
.c-mx-n1 {
  margin-left: -0.25rem !important;
}

.c-m-n2 {
  margin: -0.5rem !important;
}

.c-mt-n2,
.c-my-n2 {
  margin-top: -0.5rem !important;
}

.c-mr-n2,
.c-mx-n2 {
  margin-right: -0.5rem !important;
}

.c-mb-n2,
.c-my-n2 {
  margin-bottom: -0.5rem !important;
}

.c-ml-n2,
.c-mx-n2 {
  margin-left: -0.5rem !important;
}

.c-m-n3 {
  margin: -1rem !important;
}

.c-mt-n3,
.c-my-n3 {
  margin-top: -1rem !important;
}

.c-mr-n3,
.c-mx-n3 {
  margin-right: -1rem !important;
}

.c-mb-n3,
.c-my-n3 {
  margin-bottom: -1rem !important;
}

.c-ml-n3,
.c-mx-n3 {
  margin-left: -1rem !important;
}

.c-m-n4 {
  margin: -1.5rem !important;
}

.c-mt-n4,
.c-my-n4 {
  margin-top: -1.5rem !important;
}

.c-mr-n4,
.c-mx-n4 {
  margin-right: -1.5rem !important;
}

.c-mb-n4,
.c-my-n4 {
  margin-bottom: -1.5rem !important;
}

.c-ml-n4,
.c-mx-n4 {
  margin-left: -1.5rem !important;
}

.c-m-n5 {
  margin: -3rem !important;
}

.c-mt-n5,
.c-my-n5 {
  margin-top: -3rem !important;
}

.c-mr-n5,
.c-mx-n5 {
  margin-right: -3rem !important;
}

.c-mb-n5,
.c-my-n5 {
  margin-bottom: -3rem !important;
}

.c-ml-n5,
.c-mx-n5 {
  margin-left: -3rem !important;
}

.c-m-auto {
  margin: auto !important;
}

.c-mt-auto,
.c-my-auto {
  margin-top: auto !important;
}

.c-mr-auto,
.c-mx-auto {
  margin-right: auto !important;
}

.c-mb-auto,
.c-my-auto {
  margin-bottom: auto !important;
}

.c-ml-auto,
.c-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .c-m-sm-0 {
    margin: 0 !important;
  }

  .c-mt-sm-0,
  .c-my-sm-0 {
    margin-top: 0 !important;
  }

  .c-mr-sm-0,
  .c-mx-sm-0 {
    margin-right: 0 !important;
  }

  .c-mb-sm-0,
  .c-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .c-ml-sm-0,
  .c-mx-sm-0 {
    margin-left: 0 !important;
  }

  .c-m-sm-1 {
    margin: 0.25rem !important;
  }

  .c-mt-sm-1,
  .c-my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .c-mr-sm-1,
  .c-mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .c-mb-sm-1,
  .c-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .c-ml-sm-1,
  .c-mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .c-m-sm-2 {
    margin: 0.5rem !important;
  }

  .c-mt-sm-2,
  .c-my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .c-mr-sm-2,
  .c-mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .c-mb-sm-2,
  .c-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .c-ml-sm-2,
  .c-mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .c-m-sm-3 {
    margin: 1rem !important;
  }

  .c-mt-sm-3,
  .c-my-sm-3 {
    margin-top: 1rem !important;
  }

  .c-mr-sm-3,
  .c-mx-sm-3 {
    margin-right: 1rem !important;
  }

  .c-mb-sm-3,
  .c-my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .c-ml-sm-3,
  .c-mx-sm-3 {
    margin-left: 1rem !important;
  }

  .c-m-sm-4 {
    margin: 1.5rem !important;
  }

  .c-mt-sm-4,
  .c-my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .c-mr-sm-4,
  .c-mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .c-mb-sm-4,
  .c-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .c-ml-sm-4,
  .c-mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .c-m-sm-5 {
    margin: 3rem !important;
  }

  .c-mt-sm-5,
  .c-my-sm-5 {
    margin-top: 3rem !important;
  }

  .c-mr-sm-5,
  .c-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .c-mb-sm-5,
  .c-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .c-ml-sm-5,
  .c-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .c-p-sm-0 {
    padding: 0 !important;
  }

  .c-pt-sm-0,
  .c-py-sm-0 {
    padding-top: 0 !important;
  }

  .c-pr-sm-0,
  .c-px-sm-0 {
    padding-right: 0 !important;
  }

  .c-pb-sm-0,
  .c-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .c-pl-sm-0,
  .c-px-sm-0 {
    padding-left: 0 !important;
  }

  .c-p-sm-1 {
    padding: 0.25rem !important;
  }

  .c-pt-sm-1,
  .c-py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .c-pr-sm-1,
  .c-px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .c-pb-sm-1,
  .c-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .c-pl-sm-1,
  .c-px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .c-p-sm-2 {
    padding: 0.5rem !important;
  }

  .c-pt-sm-2,
  .c-py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .c-pr-sm-2,
  .c-px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .c-pb-sm-2,
  .c-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .c-pl-sm-2,
  .c-px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .c-p-sm-3 {
    padding: 1rem !important;
  }

  .c-pt-sm-3,
  .c-py-sm-3 {
    padding-top: 1rem !important;
  }

  .c-pr-sm-3,
  .c-px-sm-3 {
    padding-right: 1rem !important;
  }

  .c-pb-sm-3,
  .c-py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .c-pl-sm-3,
  .c-px-sm-3 {
    padding-left: 1rem !important;
  }

  .c-p-sm-4 {
    padding: 1.5rem !important;
  }

  .c-pt-sm-4,
  .c-py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .c-pr-sm-4,
  .c-px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .c-pb-sm-4,
  .c-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .c-pl-sm-4,
  .c-px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .c-p-sm-5 {
    padding: 3rem !important;
  }

  .c-pt-sm-5,
  .c-py-sm-5 {
    padding-top: 3rem !important;
  }

  .c-pr-sm-5,
  .c-px-sm-5 {
    padding-right: 3rem !important;
  }

  .c-pb-sm-5,
  .c-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .c-pl-sm-5,
  .c-px-sm-5 {
    padding-left: 3rem !important;
  }

  .c-m-sm-n1 {
    margin: -0.25rem !important;
  }

  .c-mt-sm-n1,
  .c-my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .c-mr-sm-n1,
  .c-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .c-mb-sm-n1,
  .c-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .c-ml-sm-n1,
  .c-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .c-m-sm-n2 {
    margin: -0.5rem !important;
  }

  .c-mt-sm-n2,
  .c-my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .c-mr-sm-n2,
  .c-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .c-mb-sm-n2,
  .c-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .c-ml-sm-n2,
  .c-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .c-m-sm-n3 {
    margin: -1rem !important;
  }

  .c-mt-sm-n3,
  .c-my-sm-n3 {
    margin-top: -1rem !important;
  }

  .c-mr-sm-n3,
  .c-mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .c-mb-sm-n3,
  .c-my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .c-ml-sm-n3,
  .c-mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .c-m-sm-n4 {
    margin: -1.5rem !important;
  }

  .c-mt-sm-n4,
  .c-my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .c-mr-sm-n4,
  .c-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .c-mb-sm-n4,
  .c-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .c-ml-sm-n4,
  .c-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .c-m-sm-n5 {
    margin: -3rem !important;
  }

  .c-mt-sm-n5,
  .c-my-sm-n5 {
    margin-top: -3rem !important;
  }

  .c-mr-sm-n5,
  .c-mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .c-mb-sm-n5,
  .c-my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .c-ml-sm-n5,
  .c-mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .c-m-sm-auto {
    margin: auto !important;
  }

  .c-mt-sm-auto,
  .c-my-sm-auto {
    margin-top: auto !important;
  }

  .c-mr-sm-auto,
  .c-mx-sm-auto {
    margin-right: auto !important;
  }

  .c-mb-sm-auto,
  .c-my-sm-auto {
    margin-bottom: auto !important;
  }

  .c-ml-sm-auto,
  .c-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .c-m-md-0 {
    margin: 0 !important;
  }

  .c-mt-md-0,
  .c-my-md-0 {
    margin-top: 0 !important;
  }

  .c-mr-md-0,
  .c-mx-md-0 {
    margin-right: 0 !important;
  }

  .c-mb-md-0,
  .c-my-md-0 {
    margin-bottom: 0 !important;
  }

  .c-ml-md-0,
  .c-mx-md-0 {
    margin-left: 0 !important;
  }

  .c-m-md-1 {
    margin: 0.25rem !important;
  }

  .c-mt-md-1,
  .c-my-md-1 {
    margin-top: 0.25rem !important;
  }

  .c-mr-md-1,
  .c-mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .c-mb-md-1,
  .c-my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .c-ml-md-1,
  .c-mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .c-m-md-2 {
    margin: 0.5rem !important;
  }

  .c-mt-md-2,
  .c-my-md-2 {
    margin-top: 0.5rem !important;
  }

  .c-mr-md-2,
  .c-mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .c-mb-md-2,
  .c-my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .c-ml-md-2,
  .c-mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .c-m-md-3 {
    margin: 1rem !important;
  }

  .c-mt-md-3,
  .c-my-md-3 {
    margin-top: 1rem !important;
  }

  .c-mr-md-3,
  .c-mx-md-3 {
    margin-right: 1rem !important;
  }

  .c-mb-md-3,
  .c-my-md-3 {
    margin-bottom: 1rem !important;
  }

  .c-ml-md-3,
  .c-mx-md-3 {
    margin-left: 1rem !important;
  }

  .c-m-md-4 {
    margin: 1.5rem !important;
  }

  .c-mt-md-4,
  .c-my-md-4 {
    margin-top: 1.5rem !important;
  }

  .c-mr-md-4,
  .c-mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .c-mb-md-4,
  .c-my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .c-ml-md-4,
  .c-mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .c-m-md-5 {
    margin: 3rem !important;
  }

  .c-mt-md-5,
  .c-my-md-5 {
    margin-top: 3rem !important;
  }

  .c-mr-md-5,
  .c-mx-md-5 {
    margin-right: 3rem !important;
  }

  .c-mb-md-5,
  .c-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .c-ml-md-5,
  .c-mx-md-5 {
    margin-left: 3rem !important;
  }

  .c-p-md-0 {
    padding: 0 !important;
  }

  .c-pt-md-0,
  .c-py-md-0 {
    padding-top: 0 !important;
  }

  .c-pr-md-0,
  .c-px-md-0 {
    padding-right: 0 !important;
  }

  .c-pb-md-0,
  .c-py-md-0 {
    padding-bottom: 0 !important;
  }

  .c-pl-md-0,
  .c-px-md-0 {
    padding-left: 0 !important;
  }

  .c-p-md-1 {
    padding: 0.25rem !important;
  }

  .c-pt-md-1,
  .c-py-md-1 {
    padding-top: 0.25rem !important;
  }

  .c-pr-md-1,
  .c-px-md-1 {
    padding-right: 0.25rem !important;
  }

  .c-pb-md-1,
  .c-py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .c-pl-md-1,
  .c-px-md-1 {
    padding-left: 0.25rem !important;
  }

  .c-p-md-2 {
    padding: 0.5rem !important;
  }

  .c-pt-md-2,
  .c-py-md-2 {
    padding-top: 0.5rem !important;
  }

  .c-pr-md-2,
  .c-px-md-2 {
    padding-right: 0.5rem !important;
  }

  .c-pb-md-2,
  .c-py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .c-pl-md-2,
  .c-px-md-2 {
    padding-left: 0.5rem !important;
  }

  .c-p-md-3 {
    padding: 1rem !important;
  }

  .c-pt-md-3,
  .c-py-md-3 {
    padding-top: 1rem !important;
  }

  .c-pr-md-3,
  .c-px-md-3 {
    padding-right: 1rem !important;
  }

  .c-pb-md-3,
  .c-py-md-3 {
    padding-bottom: 1rem !important;
  }

  .c-pl-md-3,
  .c-px-md-3 {
    padding-left: 1rem !important;
  }

  .c-p-md-4 {
    padding: 1.5rem !important;
  }

  .c-pt-md-4,
  .c-py-md-4 {
    padding-top: 1.5rem !important;
  }

  .c-pr-md-4,
  .c-px-md-4 {
    padding-right: 1.5rem !important;
  }

  .c-pb-md-4,
  .c-py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .c-pl-md-4,
  .c-px-md-4 {
    padding-left: 1.5rem !important;
  }

  .c-p-md-5 {
    padding: 3rem !important;
  }

  .c-pt-md-5,
  .c-py-md-5 {
    padding-top: 3rem !important;
  }

  .c-pr-md-5,
  .c-px-md-5 {
    padding-right: 3rem !important;
  }

  .c-pb-md-5,
  .c-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .c-pl-md-5,
  .c-px-md-5 {
    padding-left: 3rem !important;
  }

  .c-m-md-n1 {
    margin: -0.25rem !important;
  }

  .c-mt-md-n1,
  .c-my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .c-mr-md-n1,
  .c-mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .c-mb-md-n1,
  .c-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .c-ml-md-n1,
  .c-mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .c-m-md-n2 {
    margin: -0.5rem !important;
  }

  .c-mt-md-n2,
  .c-my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .c-mr-md-n2,
  .c-mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .c-mb-md-n2,
  .c-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .c-ml-md-n2,
  .c-mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .c-m-md-n3 {
    margin: -1rem !important;
  }

  .c-mt-md-n3,
  .c-my-md-n3 {
    margin-top: -1rem !important;
  }

  .c-mr-md-n3,
  .c-mx-md-n3 {
    margin-right: -1rem !important;
  }

  .c-mb-md-n3,
  .c-my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .c-ml-md-n3,
  .c-mx-md-n3 {
    margin-left: -1rem !important;
  }

  .c-m-md-n4 {
    margin: -1.5rem !important;
  }

  .c-mt-md-n4,
  .c-my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .c-mr-md-n4,
  .c-mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .c-mb-md-n4,
  .c-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .c-ml-md-n4,
  .c-mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .c-m-md-n5 {
    margin: -3rem !important;
  }

  .c-mt-md-n5,
  .c-my-md-n5 {
    margin-top: -3rem !important;
  }

  .c-mr-md-n5,
  .c-mx-md-n5 {
    margin-right: -3rem !important;
  }

  .c-mb-md-n5,
  .c-my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .c-ml-md-n5,
  .c-mx-md-n5 {
    margin-left: -3rem !important;
  }

  .c-m-md-auto {
    margin: auto !important;
  }

  .c-mt-md-auto,
  .c-my-md-auto {
    margin-top: auto !important;
  }

  .c-mr-md-auto,
  .c-mx-md-auto {
    margin-right: auto !important;
  }

  .c-mb-md-auto,
  .c-my-md-auto {
    margin-bottom: auto !important;
  }

  .c-ml-md-auto,
  .c-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .c-m-lg-0 {
    margin: 0 !important;
  }

  .c-mt-lg-0,
  .c-my-lg-0 {
    margin-top: 0 !important;
  }

  .c-mr-lg-0,
  .c-mx-lg-0 {
    margin-right: 0 !important;
  }

  .c-mb-lg-0,
  .c-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .c-ml-lg-0,
  .c-mx-lg-0 {
    margin-left: 0 !important;
  }

  .c-m-lg-1 {
    margin: 0.25rem !important;
  }

  .c-mt-lg-1,
  .c-my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .c-mr-lg-1,
  .c-mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .c-mb-lg-1,
  .c-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .c-ml-lg-1,
  .c-mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .c-m-lg-2 {
    margin: 0.5rem !important;
  }

  .c-mt-lg-2,
  .c-my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .c-mr-lg-2,
  .c-mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .c-mb-lg-2,
  .c-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .c-ml-lg-2,
  .c-mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .c-m-lg-3 {
    margin: 1rem !important;
  }

  .c-mt-lg-3,
  .c-my-lg-3 {
    margin-top: 1rem !important;
  }

  .c-mr-lg-3,
  .c-mx-lg-3 {
    margin-right: 1rem !important;
  }

  .c-mb-lg-3,
  .c-my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .c-ml-lg-3,
  .c-mx-lg-3 {
    margin-left: 1rem !important;
  }

  .c-m-lg-4 {
    margin: 1.5rem !important;
  }

  .c-mt-lg-4,
  .c-my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .c-mr-lg-4,
  .c-mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .c-mb-lg-4,
  .c-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .c-ml-lg-4,
  .c-mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .c-m-lg-5 {
    margin: 3rem !important;
  }

  .c-mt-lg-5,
  .c-my-lg-5 {
    margin-top: 3rem !important;
  }

  .c-mr-lg-5,
  .c-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .c-mb-lg-5,
  .c-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .c-ml-lg-5,
  .c-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .c-p-lg-0 {
    padding: 0 !important;
  }

  .c-pt-lg-0,
  .c-py-lg-0 {
    padding-top: 0 !important;
  }

  .c-pr-lg-0,
  .c-px-lg-0 {
    padding-right: 0 !important;
  }

  .c-pb-lg-0,
  .c-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .c-pl-lg-0,
  .c-px-lg-0 {
    padding-left: 0 !important;
  }

  .c-p-lg-1 {
    padding: 0.25rem !important;
  }

  .c-pt-lg-1,
  .c-py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .c-pr-lg-1,
  .c-px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .c-pb-lg-1,
  .c-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .c-pl-lg-1,
  .c-px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .c-p-lg-2 {
    padding: 0.5rem !important;
  }

  .c-pt-lg-2,
  .c-py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .c-pr-lg-2,
  .c-px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .c-pb-lg-2,
  .c-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .c-pl-lg-2,
  .c-px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .c-p-lg-3 {
    padding: 1rem !important;
  }

  .c-pt-lg-3,
  .c-py-lg-3 {
    padding-top: 1rem !important;
  }

  .c-pr-lg-3,
  .c-px-lg-3 {
    padding-right: 1rem !important;
  }

  .c-pb-lg-3,
  .c-py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .c-pl-lg-3,
  .c-px-lg-3 {
    padding-left: 1rem !important;
  }

  .c-p-lg-4 {
    padding: 1.5rem !important;
  }

  .c-pt-lg-4,
  .c-py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .c-pr-lg-4,
  .c-px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .c-pb-lg-4,
  .c-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .c-pl-lg-4,
  .c-px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .c-p-lg-5 {
    padding: 3rem !important;
  }

  .c-pt-lg-5,
  .c-py-lg-5 {
    padding-top: 3rem !important;
  }

  .c-pr-lg-5,
  .c-px-lg-5 {
    padding-right: 3rem !important;
  }

  .c-pb-lg-5,
  .c-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .c-pl-lg-5,
  .c-px-lg-5 {
    padding-left: 3rem !important;
  }

  .c-m-lg-n1 {
    margin: -0.25rem !important;
  }

  .c-mt-lg-n1,
  .c-my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .c-mr-lg-n1,
  .c-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .c-mb-lg-n1,
  .c-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .c-ml-lg-n1,
  .c-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .c-m-lg-n2 {
    margin: -0.5rem !important;
  }

  .c-mt-lg-n2,
  .c-my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .c-mr-lg-n2,
  .c-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .c-mb-lg-n2,
  .c-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .c-ml-lg-n2,
  .c-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .c-m-lg-n3 {
    margin: -1rem !important;
  }

  .c-mt-lg-n3,
  .c-my-lg-n3 {
    margin-top: -1rem !important;
  }

  .c-mr-lg-n3,
  .c-mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .c-mb-lg-n3,
  .c-my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .c-ml-lg-n3,
  .c-mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .c-m-lg-n4 {
    margin: -1.5rem !important;
  }

  .c-mt-lg-n4,
  .c-my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .c-mr-lg-n4,
  .c-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .c-mb-lg-n4,
  .c-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .c-ml-lg-n4,
  .c-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .c-m-lg-n5 {
    margin: -3rem !important;
  }

  .c-mt-lg-n5,
  .c-my-lg-n5 {
    margin-top: -3rem !important;
  }

  .c-mr-lg-n5,
  .c-mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .c-mb-lg-n5,
  .c-my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .c-ml-lg-n5,
  .c-mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .c-m-lg-auto {
    margin: auto !important;
  }

  .c-mt-lg-auto,
  .c-my-lg-auto {
    margin-top: auto !important;
  }

  .c-mr-lg-auto,
  .c-mx-lg-auto {
    margin-right: auto !important;
  }

  .c-mb-lg-auto,
  .c-my-lg-auto {
    margin-bottom: auto !important;
  }

  .c-ml-lg-auto,
  .c-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .c-m-xl-0 {
    margin: 0 !important;
  }

  .c-mt-xl-0,
  .c-my-xl-0 {
    margin-top: 0 !important;
  }

  .c-mr-xl-0,
  .c-mx-xl-0 {
    margin-right: 0 !important;
  }

  .c-mb-xl-0,
  .c-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .c-ml-xl-0,
  .c-mx-xl-0 {
    margin-left: 0 !important;
  }

  .c-m-xl-1 {
    margin: 0.25rem !important;
  }

  .c-mt-xl-1,
  .c-my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .c-mr-xl-1,
  .c-mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .c-mb-xl-1,
  .c-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .c-ml-xl-1,
  .c-mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .c-m-xl-2 {
    margin: 0.5rem !important;
  }

  .c-mt-xl-2,
  .c-my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .c-mr-xl-2,
  .c-mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .c-mb-xl-2,
  .c-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .c-ml-xl-2,
  .c-mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .c-m-xl-3 {
    margin: 1rem !important;
  }

  .c-mt-xl-3,
  .c-my-xl-3 {
    margin-top: 1rem !important;
  }

  .c-mr-xl-3,
  .c-mx-xl-3 {
    margin-right: 1rem !important;
  }

  .c-mb-xl-3,
  .c-my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .c-ml-xl-3,
  .c-mx-xl-3 {
    margin-left: 1rem !important;
  }

  .c-m-xl-4 {
    margin: 1.5rem !important;
  }

  .c-mt-xl-4,
  .c-my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .c-mr-xl-4,
  .c-mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .c-mb-xl-4,
  .c-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .c-ml-xl-4,
  .c-mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .c-m-xl-5 {
    margin: 3rem !important;
  }

  .c-mt-xl-5,
  .c-my-xl-5 {
    margin-top: 3rem !important;
  }

  .c-mr-xl-5,
  .c-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .c-mb-xl-5,
  .c-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .c-ml-xl-5,
  .c-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .c-p-xl-0 {
    padding: 0 !important;
  }

  .c-pt-xl-0,
  .c-py-xl-0 {
    padding-top: 0 !important;
  }

  .c-pr-xl-0,
  .c-px-xl-0 {
    padding-right: 0 !important;
  }

  .c-pb-xl-0,
  .c-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .c-pl-xl-0,
  .c-px-xl-0 {
    padding-left: 0 !important;
  }

  .c-p-xl-1 {
    padding: 0.25rem !important;
  }

  .c-pt-xl-1,
  .c-py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .c-pr-xl-1,
  .c-px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .c-pb-xl-1,
  .c-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .c-pl-xl-1,
  .c-px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .c-p-xl-2 {
    padding: 0.5rem !important;
  }

  .c-pt-xl-2,
  .c-py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .c-pr-xl-2,
  .c-px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .c-pb-xl-2,
  .c-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .c-pl-xl-2,
  .c-px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .c-p-xl-3 {
    padding: 1rem !important;
  }

  .c-pt-xl-3,
  .c-py-xl-3 {
    padding-top: 1rem !important;
  }

  .c-pr-xl-3,
  .c-px-xl-3 {
    padding-right: 1rem !important;
  }

  .c-pb-xl-3,
  .c-py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .c-pl-xl-3,
  .c-px-xl-3 {
    padding-left: 1rem !important;
  }

  .c-p-xl-4 {
    padding: 1.5rem !important;
  }

  .c-pt-xl-4,
  .c-py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .c-pr-xl-4,
  .c-px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .c-pb-xl-4,
  .c-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .c-pl-xl-4,
  .c-px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .c-p-xl-5 {
    padding: 3rem !important;
  }

  .c-pt-xl-5,
  .c-py-xl-5 {
    padding-top: 3rem !important;
  }

  .c-pr-xl-5,
  .c-px-xl-5 {
    padding-right: 3rem !important;
  }

  .c-pb-xl-5,
  .c-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .c-pl-xl-5,
  .c-px-xl-5 {
    padding-left: 3rem !important;
  }

  .c-m-xl-n1 {
    margin: -0.25rem !important;
  }

  .c-mt-xl-n1,
  .c-my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .c-mr-xl-n1,
  .c-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .c-mb-xl-n1,
  .c-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .c-ml-xl-n1,
  .c-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .c-m-xl-n2 {
    margin: -0.5rem !important;
  }

  .c-mt-xl-n2,
  .c-my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .c-mr-xl-n2,
  .c-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .c-mb-xl-n2,
  .c-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .c-ml-xl-n2,
  .c-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .c-m-xl-n3 {
    margin: -1rem !important;
  }

  .c-mt-xl-n3,
  .c-my-xl-n3 {
    margin-top: -1rem !important;
  }

  .c-mr-xl-n3,
  .c-mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .c-mb-xl-n3,
  .c-my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .c-ml-xl-n3,
  .c-mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .c-m-xl-n4 {
    margin: -1.5rem !important;
  }

  .c-mt-xl-n4,
  .c-my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .c-mr-xl-n4,
  .c-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .c-mb-xl-n4,
  .c-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .c-ml-xl-n4,
  .c-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .c-m-xl-n5 {
    margin: -3rem !important;
  }

  .c-mt-xl-n5,
  .c-my-xl-n5 {
    margin-top: -3rem !important;
  }

  .c-mr-xl-n5,
  .c-mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .c-mb-xl-n5,
  .c-my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .c-ml-xl-n5,
  .c-mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .c-m-xl-auto {
    margin: auto !important;
  }

  .c-mt-xl-auto,
  .c-my-xl-auto {
    margin-top: auto !important;
  }

  .c-mr-xl-auto,
  .c-mx-xl-auto {
    margin-right: auto !important;
  }

  .c-mb-xl-auto,
  .c-my-xl-auto {
    margin-bottom: auto !important;
  }

  .c-ml-xl-auto,
  .c-mx-xl-auto {
    margin-left: auto !important;
  }
}

.c-text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.c-text-justify {
  text-align: justify !important;
}

.c-text-wrap {
  white-space: normal !important;
}

.c-text-nowrap {
  white-space: nowrap !important;
}

.c-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-text-left {
  text-align: left !important;
}

.c-text-right {
  text-align: right !important;
}

.c-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .c-text-sm-left {
    text-align: left !important;
  }

  .c-text-sm-right {
    text-align: right !important;
  }

  .c-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .c-text-md-left {
    text-align: left !important;
  }

  .c-text-md-right {
    text-align: right !important;
  }

  .c-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .c-text-lg-left {
    text-align: left !important;
  }

  .c-text-lg-right {
    text-align: right !important;
  }

  .c-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .c-text-xl-left {
    text-align: left !important;
  }

  .c-text-xl-right {
    text-align: right !important;
  }

  .c-text-xl-center {
    text-align: center !important;
  }
}

.c-text-lowercase {
  text-transform: lowercase !important;
}

.c-text-uppercase {
  text-transform: uppercase !important;
}

.c-text-capitalize {
  text-transform: capitalize !important;
}

.c-font-weight-light {
  font-weight: 300 !important;
}

.c-font-weight-lighter {
  font-weight: lighter !important;
}

.c-font-weight-normal {
  font-weight: 400 !important;
}

.c-font-weight-bold {
  font-weight: 700 !important;
}

.c-font-weight-bolder {
  font-weight: bolder !important;
}

.c-font-italic {
  font-style: italic !important;
}

.c-text-white {
  color: #fff !important;
}

.c-text-primary {
  color: #321fdb !important;
}

a.c-text-primary:hover,
a.c-text-primary:focus {
  color: #231698 !important;
}

.c-text-secondary {
  color: #9da5b1 !important;
}

a.c-text-secondary:hover,
a.c-text-secondary:focus {
  color: #727e8f !important;
}

.c-text-success {
  color: #2eb85c !important;
}

a.c-text-success:hover,
a.c-text-success:focus {
  color: #1f7b3d !important;
}

.c-text-info {
  color: #39f !important;
}

a.c-text-info:hover,
a.c-text-info:focus {
  color: #0073e6 !important;
}

.c-text-warning {
  color: #f9b115 !important;
}

a.c-text-warning:hover,
a.c-text-warning:focus {
  color: #bd8305 !important;
}

.c-text-danger {
  color: #e55353 !important;
}

a.c-text-danger:hover,
a.c-text-danger:focus {
  color: #cd1f1f !important;
}

.c-text-light {
  color: #e9e9eb !important;
}

a.c-text-light:hover,
a.c-text-light:focus {
  color: #c1c1c7 !important;
}

.c-text-dark {
  color: #4d4e5c !important;
}

a.c-text-dark:hover,
a.c-text-dark:focus {
  color: #2a2b32 !important;
}

.c-dark-theme &.c-text-primary {
  color: #5848e5 !important;
}

.c-dark-theme &a.c-text-primary:hover,
.c-dark-theme &a.c-text-primary:focus {
  color: #2d1cc5 !important;
}

.c-dark-theme &.c-text-secondary {
  color: #4f6384 !important;
}

.c-dark-theme &a.c-text-secondary:hover,
.c-dark-theme &a.c-text-secondary:focus {
  color: #323f54 !important;
}

.c-dark-theme &.c-text-success {
  color: #48d176 !important;
}

.c-dark-theme &a.c-text-success:hover,
.c-dark-theme &a.c-text-success:focus {
  color: #29a452 !important;
}

.c-dark-theme &.c-text-info {
  color: #66b3ff !important;
}

.c-dark-theme &a.c-text-info:hover,
.c-dark-theme &a.c-text-info:focus {
  color: #1a8cff !important;
}

.c-dark-theme &.c-text-warning {
  color: #fac247 !important;
}

.c-dark-theme &a.c-text-warning:hover,
.c-dark-theme &a.c-text-warning:focus {
  color: #eea506 !important;
}

.c-dark-theme &.c-text-danger {
  color: #ec7f7f !important;
}

.c-dark-theme &a.c-text-danger:hover,
.c-dark-theme &a.c-text-danger:focus {
  color: #e23d3d !important;
}

.c-dark-theme &.c-text-light {
  color: #252525 !important;
}

.c-dark-theme &a.c-text-light:hover,
.c-dark-theme &a.c-text-light:focus {
  color: black !important;
}

.c-dark-theme &.c-text-dark {
  color: #1e1e1e !important;
}

.c-dark-theme &a.c-text-dark:hover,
.c-dark-theme &a.c-text-dark:focus {
  color: black !important;
}

.c-text-body {
  color: #373847 !important;
}

.c-text-muted {
  color: #646470 !important;
}

.c-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.c-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.c-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.c-text-decoration-none {
  text-decoration: none !important;
}

.c-text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.c-text-reset {
  color: inherit !important;
}

.c-font-xs {
  font-size: .75rem !important;
}

.c-font-sm {
  font-size: .85rem !important;
}

.c-font-lg {
  font-size: 1rem !important;
}

.c-font-xl {
  font-size: 1.25rem !important;
}

.c-font-2xl {
  font-size: 1.5rem !important;
}

.c-font-3xl {
  font-size: 1.75rem !important;
}

.c-font-4xl {
  font-size: 2rem !important;
}

.c-font-5xl {
  font-size: 2.5rem !important;
}

[class^="c-text-value"] {
  font-weight: 600;
}

.c-text-value-xs {
  font-size: 0.65625rem;
}

.c-text-value-sm {
  font-size: 0.74375rem;
}

.c-text-value {
  font-size: 0.875rem;
}

.c-text-value-lg {
  font-size: 1.3125rem;
}

.c-text-value-xl {
  font-size: 1.53125rem;
}

.c-text-white .c-text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.c-visible {
  visibility: visible !important;
}

.c-invisible {
  visibility: hidden !important;
}

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

*[dir="rtl"] body,
*[dir="rtl"] .c-dropdown-item {
  text-align: right;
}

*[dir="rtl"] .c-dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}

*[dir="rtl"] .c-dropdown-item .c-badge {
  right: auto;
  left: 10px;
}

.c-email-app {
  background-color: #fff;
}

.c-dark-theme .c-email-app {
  background-color: #272727;
}

@media (max-width: 991.98px) {
  .c-email-app .c-body {
    display: block !important;
  }

  .c-email-app .c-sidebar {
    border: 0;
  }
}

.c-email-app .c-toolbar {
  border-bottom: 1px solid;
  border-color: #bcbdc2;
}

.c-dark-theme .c-email-app .c-toolbar {
  border-color: #1e1e1e;
}

.c-email-app .c-messages {
  padding: 1rem;
}

.c-email-app .c-message {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #373847;
}

.c-dark-theme .c-email-app .c-message {
  color: #e1e1e1;
}

.c-email-app .c-message.c-message-read {
  color: #646470;
}

.c-dark-theme .c-email-app .c-message.c-message-read {
  color: #959494;
}

.c-email-app .c-message:last-child .c-message-details {
  border: 0;
}

.c-email-app .c-message-actions {
  margin-right: 1rem;
}

.c-email-app .c-message-details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #bcbdc2;
}

.c-dark-theme .c-email-app .c-message-details {
  border-color: #1e1e1e;
}

.c-email-app .c-message-headers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-email-app .c-message-headers-date {
  margin-left: auto;
}

.c-email-app .c-message-headers-subject {
  width: 100%;
  font-size: 1.09375rem;
  font-weight: 600;
}

.c-email-app .c-message-body {
  color: #e1e1e1;
}

.c-email-app .c-message-attachment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ie-custom-properties {
  primary: #321fdb;
  secondary: #9da5b1;
  success: #2eb85c;
  info: #39f;
  warning: #f9b115;
  danger: #e55353;
  light: #e9e9eb;
  dark: #4d4e5c;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.c-btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #909099;
    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,
  .c-container {
    min-width: 992px !important;
  }

  .c-navbar {
    display: none;
  }

  .c-badge {
    border: 1px solid #000;
  }

  .c-table {
    border-collapse: collapse !important;
  }

  .c-table td,
  .c-table th {
    background-color: #fff !important;
  }

  .c-table-bordered th,
  .c-table-bordered td {
    border: 1px solid #bcbdc2 !important;
  }

  .c-table-dark {
    color: inherit;
  }

  .c-table-dark th,
  .c-table-dark td,
  .c-table-dark thead th,
  .c-table-dark tbody+tbody,
  .c-table .c-thead-dark th {
    border-color: #bcbdc2;
  }

  .c-table .c-thead-dark th {
    color: inherit;
  }
}

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #373847;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #373847;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
  animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #373847;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #373847;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #373847;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #373847;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #373847;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #373847;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #373847;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #373847;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #373847;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */