@charset "UTF-8";
/*!
 * GenesisUI - Bootstrap 4 Admin Template
 * @version v1.8.14
 * @link https://genesisui.com
 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
 * @license https://genesisui.com/license.html
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #36a9e1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff5454;
  --orange: #fabb3d;
  --yellow: #ffc107;
  --green: #bdea74;
  --teal: #20c997;
  --cyan: #67c2ef;
  --white: #fff;
  --gray: #9da0a8;
  --gray-dark: #383e4b;
  --blue: #36a9e1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff5454;
  --orange: #fabb3d;
  --yellow: #ffc107;
  --green: #bdea74;
  --teal: #20c997;
  --cyan: #67c2ef;
  --white: #fff;
  --gray: #9da0a8;
  --primary: #36a9e1;
  --secondary: #c7cbd5;
  --success: #bdea74;
  --info: #67c2ef;
  --warning: #fabb3d;
  --danger: #ff5454;
  --light: #f0f2f7;
  --dark: #383e4b;
  --blue: #36a9e1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff5454;
  --orange: #fabb3d;
  --yellow: #ffc107;
  --green: #bdea74;
  --teal: #20c997;
  --cyan: #67c2ef;
  --gray-100: #f0f2f7;
  --gray-200: #e4e6eb;
  --gray-300: #c7cbd5;
  --gray-400: #869fac;
  --gray-500: #678898;
  --gray-600: #9da0a8;
  --gray-700: #3e515b;
  --gray-800: #383e4b;
  --gray-900: #151b1e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383e4b;
  text-align: left;
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #36a9e1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #1a7fb0;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9da0a8;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #9da0a8; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #9da0a8; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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: #151b1e;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #c7cbd5; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c7cbd5; }
  .table tbody + tbody {
    border-top: 2px solid #c7cbd5; }
  .table .table {
    background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c7e7f7; }

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

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d4bcfb; }

.table-hover .table-indigo:hover {
  background-color: #c5a4fa; }
  .table-hover .table-indigo:hover > td,
  .table-hover .table-indigo:hover > th {
    background-color: #c5a4fa; }

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

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

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df; }

.table-hover .table-pink:hover {
  background-color: #f6b2d1; }
  .table-hover .table-pink:hover > td,
  .table-hover .table-pink:hover > th {
    background-color: #f6b2d1; }

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

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

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

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

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

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

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

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

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #c1f0e2; }

.table-hover .table-teal:hover {
  background-color: #acebd8; }
  .table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #acebd8; }

.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #d4eefb; }

.table-hover .table-cyan:hover {
  background-color: #bde5f9; }
  .table-hover .table-cyan:hover > td,
  .table-hover .table-cyan:hover > th {
    background-color: #bde5f9; }

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fbfbfd; }

.table-hover .table-gray-100:hover {
  background-color: #eaeaf5; }
  .table-hover .table-gray-100:hover > td,
  .table-hover .table-gray-100:hover > th {
    background-color: #eaeaf5; }

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #f7f8f9; }

.table-hover .table-gray-200:hover {
  background-color: #e8ebee; }
  .table-hover .table-gray-200:hover > td,
  .table-hover .table-gray-200:hover > th {
    background-color: #e8ebee; }

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #eff0f3; }

.table-hover .table-gray-300:hover {
  background-color: #e0e2e8; }
  .table-hover .table-gray-300:hover > td,
  .table-hover .table-gray-300:hover > th {
    background-color: #e0e2e8; }

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #dde4e8; }

.table-hover .table-gray-400:hover {
  background-color: #ced8de; }
  .table-hover .table-gray-400:hover > td,
  .table-hover .table-gray-400:hover > th {
    background-color: #ced8de; }

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #d4dee2; }

.table-hover .table-gray-500:hover {
  background-color: #c5d2d8; }
  .table-hover .table-gray-500:hover > td,
  .table-hover .table-gray-500:hover > th {
    background-color: #c5d2d8; }

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: #e4e4e7; }

.table-hover .table-gray-600:hover {
  background-color: #d7d7db; }
  .table-hover .table-gray-600:hover > td,
  .table-hover .table-gray-600:hover > th {
    background-color: #d7d7db; }

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #c9ced1; }

.table-hover .table-gray-700:hover {
  background-color: #bbc2c5; }
  .table-hover .table-gray-700:hover > td,
  .table-hover .table-gray-700:hover > th {
    background-color: #bbc2c5; }

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #c7c9cd; }

.table-hover .table-gray-800:hover {
  background-color: #babcc1; }
  .table-hover .table-gray-800:hover > td,
  .table-hover .table-gray-800:hover > th {
    background-color: #babcc1; }

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #bdbfc0; }

.table-hover .table-gray-900:hover {
  background-color: #b0b2b4; }
  .table-hover .table-gray-900:hover > td,
  .table-hover .table-gray-900:hover > th {
    background-color: #b0b2b4; }

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

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

.table .thead-dark th {
  color: #f5f5f5;
  background-color: #151b1e;
  border-color: #252f35; }

.table .thead-light th {
  color: #3e515b;
  background-color: #e4e6eb;
  border-color: #c7cbd5; }

.table-dark {
  color: #f5f5f5;
  background-color: #151b1e; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #252f35; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #3e515b;
    background-color: #fff;
    border-color: #a5d8f2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.25); }
  .form-control::placeholder {
    color: #9da0a8;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e4e6eb;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px); }

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.64844rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.64062rem + 2px); }

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #9da0a8; }

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(189, 234, 116, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #bdea74; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #bdea74;
    box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(189, 234, 116, 0.25); }

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 84, 84, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff5454; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ff5454;
    box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(255, 84, 84, 0.25); }

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #36a9e1;
  border-color: #36a9e1; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1f97d1;
    border-color: #1e8fc6; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e8fc6;
    border-color: #1c87bb; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }

.btn-secondary {
  color: #151b1e;
  background-color: #c7cbd5;
  border-color: #c7cbd5; }
  .btn-secondary:hover {
    color: #151b1e;
    background-color: #b1b7c5;
    border-color: #aab0bf; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #c7cbd5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #151b1e;
    background-color: #aab0bf;
    border-color: #a3a9ba; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }

.btn-success {
  color: #151b1e;
  background-color: #bdea74;
  border-color: #bdea74; }
  .btn-success:hover {
    color: #151b1e;
    background-color: #ade553;
    border-color: #a8e348; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #151b1e;
    background-color: #bdea74;
    border-color: #bdea74; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #151b1e;
    background-color: #a8e348;
    border-color: #a3e23d; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }

.btn-info {
  color: #151b1e;
  background-color: #67c2ef;
  border-color: #67c2ef; }
  .btn-info:hover {
    color: #151b1e;
    background-color: #44b4eb;
    border-color: #39afea; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #151b1e;
    background-color: #67c2ef;
    border-color: #67c2ef; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39afea;
    border-color: #2dabe9; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }

.btn-warning {
  color: #151b1e;
  background-color: #fabb3d;
  border-color: #fabb3d; }
  .btn-warning:hover {
    color: #151b1e;
    background-color: #f9ae18;
    border-color: #f9aa0b; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #151b1e;
    background-color: #fabb3d;
    border-color: #fabb3d; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #151b1e;
    background-color: #f9aa0b;
    border-color: #f1a306; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff5454;
  border-color: #ff5454; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff2e2e;
    border-color: #ff2121; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2121;
    border-color: #ff1414; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5); }

.btn-light {
  color: #151b1e;
  background-color: #f0f2f7;
  border-color: #f0f2f7; }
  .btn-light:hover {
    color: #151b1e;
    background-color: #d7dcea;
    border-color: #cfd5e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #151b1e;
    background-color: #f0f2f7;
    border-color: #f0f2f7; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #151b1e;
    background-color: #cfd5e5;
    border-color: #c6cee1; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #383e4b;
  border-color: #383e4b; }
  .btn-dark:hover {
    color: #fff;
    background-color: #282c35;
    border-color: #22262e; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 62, 75, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #383e4b;
    border-color: #383e4b; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #22262e;
    border-color: #1d2027; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 62, 75, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #36a9e1;
  border-color: #36a9e1; }
  .btn-blue:hover {
    color: #fff;
    background-color: #1f97d1;
    border-color: #1e8fc6; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #1e8fc6;
    border-color: #1c87bb; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4; }
  .btn-indigo:focus, .btn-indigo.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
  .btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #510bc4;
    border-color: #4c0ab8; }
    .btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }

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

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-pink:hover {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72; }
  .btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #d91a72;
    border-color: #ce196c; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }

.btn-red {
  color: #fff;
  background-color: #ff5454;
  border-color: #ff5454; }
  .btn-red:hover {
    color: #fff;
    background-color: #ff2e2e;
    border-color: #ff2121; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #ff2121;
    border-color: #ff1414; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5); }

.btn-orange {
  color: #151b1e;
  background-color: #fabb3d;
  border-color: #fabb3d; }
  .btn-orange:hover {
    color: #151b1e;
    background-color: #f9ae18;
    border-color: #f9aa0b; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #151b1e;
    background-color: #fabb3d;
    border-color: #fabb3d; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #151b1e;
    background-color: #f9aa0b;
    border-color: #f1a306; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }

.btn-yellow {
  color: #151b1e;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-yellow:hover {
    color: #151b1e;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #151b1e;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-green {
  color: #151b1e;
  background-color: #bdea74;
  border-color: #bdea74; }
  .btn-green:hover {
    color: #151b1e;
    background-color: #ade553;
    border-color: #a8e348; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #151b1e;
    background-color: #bdea74;
    border-color: #bdea74; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #151b1e;
    background-color: #a8e348;
    border-color: #a3e23d; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997; }
  .btn-teal:hover {
    color: #fff;
    background-color: #1ba87e;
    border-color: #199d76; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #199d76;
    border-color: #17926e; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5); }

.btn-cyan {
  color: #151b1e;
  background-color: #67c2ef;
  border-color: #67c2ef; }
  .btn-cyan:hover {
    color: #151b1e;
    background-color: #44b4eb;
    border-color: #39afea; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #151b1e;
    background-color: #67c2ef;
    border-color: #67c2ef; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #39afea;
    border-color: #2dabe9; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }

.btn-gray-100 {
  color: #151b1e;
  background-color: #f0f2f7;
  border-color: #f0f2f7; }
  .btn-gray-100:hover {
    color: #151b1e;
    background-color: #d7dcea;
    border-color: #cfd5e5; }
  .btn-gray-100:focus, .btn-gray-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }
  .btn-gray-100.disabled, .btn-gray-100:disabled {
    color: #151b1e;
    background-color: #f0f2f7;
    border-color: #f0f2f7; }
  .btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active,
  .show > .btn-gray-100.dropdown-toggle {
    color: #151b1e;
    background-color: #cfd5e5;
    border-color: #c6cee1; }
    .btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }

.btn-gray-200 {
  color: #151b1e;
  background-color: #e4e6eb;
  border-color: #e4e6eb; }
  .btn-gray-200:hover {
    color: #151b1e;
    background-color: #ced2db;
    border-color: #c7cbd5; }
  .btn-gray-200:focus, .btn-gray-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 230, 235, 0.5); }
  .btn-gray-200.disabled, .btn-gray-200:disabled {
    color: #151b1e;
    background-color: #e4e6eb;
    border-color: #e4e6eb; }
  .btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-gray-200.dropdown-toggle {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #bfc4d0; }
    .btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 230, 235, 0.5); }

.btn-gray-300 {
  color: #151b1e;
  background-color: #c7cbd5;
  border-color: #c7cbd5; }
  .btn-gray-300:hover {
    color: #151b1e;
    background-color: #b1b7c5;
    border-color: #aab0bf; }
  .btn-gray-300:focus, .btn-gray-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }
  .btn-gray-300.disabled, .btn-gray-300:disabled {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #c7cbd5; }
  .btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-gray-300.dropdown-toggle {
    color: #151b1e;
    background-color: #aab0bf;
    border-color: #a3a9ba; }
    .btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }

.btn-gray-400 {
  color: #151b1e;
  background-color: #869fac;
  border-color: #869fac; }
  .btn-gray-400:hover {
    color: #fff;
    background-color: #6f8d9c;
    border-color: #688797; }
  .btn-gray-400:focus, .btn-gray-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5); }
  .btn-gray-400.disabled, .btn-gray-400:disabled {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac; }
  .btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-gray-400.dropdown-toggle {
    color: #fff;
    background-color: #688797;
    border-color: #638090; }
    .btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5); }

.btn-gray-500 {
  color: #fff;
  background-color: #678898;
  border-color: #678898; }
  .btn-gray-500:hover {
    color: #fff;
    background-color: #587481;
    border-color: #526d7a; }
  .btn-gray-500:focus, .btn-gray-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5); }
  .btn-gray-500.disabled, .btn-gray-500:disabled {
    color: #fff;
    background-color: #678898;
    border-color: #678898; }
  .btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active,
  .show > .btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #526d7a;
    border-color: #4d6672; }
    .btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5); }

.btn-gray-600 {
  color: #151b1e;
  background-color: #9da0a8;
  border-color: #9da0a8; }
  .btn-gray-600:hover {
    color: #fff;
    background-color: #898c96;
    border-color: #828690; }
  .btn-gray-600:focus, .btn-gray-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 160, 168, 0.5); }
  .btn-gray-600.disabled, .btn-gray-600:disabled {
    color: #151b1e;
    background-color: #9da0a8;
    border-color: #9da0a8; }
  .btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active,
  .show > .btn-gray-600.dropdown-toggle {
    color: #fff;
    background-color: #828690;
    border-color: #7b7f8a; }
    .btn-gray-600:not(:disabled):not(.disabled):active:focus, .btn-gray-600:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(157, 160, 168, 0.5); }

.btn-gray-700 {
  color: #fff;
  background-color: #3e515b;
  border-color: #3e515b; }
  .btn-gray-700:hover {
    color: #fff;
    background-color: #2f3d44;
    border-color: #29363d; }
  .btn-gray-700:focus, .btn-gray-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5); }
  .btn-gray-700.disabled, .btn-gray-700:disabled {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b; }
  .btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active,
  .show > .btn-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #29363d;
    border-color: #242f35; }
    .btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5); }

.btn-gray-800 {
  color: #fff;
  background-color: #383e4b;
  border-color: #383e4b; }
  .btn-gray-800:hover {
    color: #fff;
    background-color: #282c35;
    border-color: #22262e; }
  .btn-gray-800:focus, .btn-gray-800.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 62, 75, 0.5); }
  .btn-gray-800.disabled, .btn-gray-800:disabled {
    color: #fff;
    background-color: #383e4b;
    border-color: #383e4b; }
  .btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active,
  .show > .btn-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #22262e;
    border-color: #1d2027; }
    .btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 62, 75, 0.5); }

.btn-gray-900 {
  color: #fff;
  background-color: #151b1e;
  border-color: #151b1e; }
  .btn-gray-900:hover {
    color: #fff;
    background-color: #050708;
    border-color: black; }
  .btn-gray-900:focus, .btn-gray-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5); }
  .btn-gray-900.disabled, .btn-gray-900:disabled {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e; }
  .btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active,
  .show > .btn-gray-900.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5); }

.btn-outline-primary {
  color: #36a9e1;
  background-color: transparent;
  background-image: none;
  border-color: #36a9e1; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #36a9e1;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }

.btn-outline-secondary {
  color: #c7cbd5;
  background-color: transparent;
  background-image: none;
  border-color: #c7cbd5; }
  .btn-outline-secondary:hover {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #c7cbd5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #c7cbd5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #c7cbd5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }

.btn-outline-success {
  color: #bdea74;
  background-color: transparent;
  background-image: none;
  border-color: #bdea74; }
  .btn-outline-success:hover {
    color: #151b1e;
    background-color: #bdea74;
    border-color: #bdea74; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #bdea74;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #151b1e;
    background-color: #bdea74;
    border-color: #bdea74; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }

.btn-outline-info {
  color: #67c2ef;
  background-color: transparent;
  background-image: none;
  border-color: #67c2ef; }
  .btn-outline-info:hover {
    color: #151b1e;
    background-color: #67c2ef;
    border-color: #67c2ef; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #67c2ef;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #151b1e;
    background-color: #67c2ef;
    border-color: #67c2ef; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }

.btn-outline-warning {
  color: #fabb3d;
  background-color: transparent;
  background-image: none;
  border-color: #fabb3d; }
  .btn-outline-warning:hover {
    color: #151b1e;
    background-color: #fabb3d;
    border-color: #fabb3d; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fabb3d;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #151b1e;
    background-color: #fabb3d;
    border-color: #fabb3d; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }

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

.btn-outline-light {
  color: #f0f2f7;
  background-color: transparent;
  background-image: none;
  border-color: #f0f2f7; }
  .btn-outline-light:hover {
    color: #151b1e;
    background-color: #f0f2f7;
    border-color: #f0f2f7; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f0f2f7;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #151b1e;
    background-color: #f0f2f7;
    border-color: #f0f2f7; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }

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

.btn-outline-blue {
  color: #36a9e1;
  background-color: transparent;
  background-image: none;
  border-color: #36a9e1; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #36a9e1;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.5); }

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2; }
  .btn-outline-indigo:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-outline-indigo:focus, .btn-outline-indigo.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
  .btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
    color: #6610f2;
    background-color: transparent; }
  .btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }

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

.btn-outline-pink {
  color: #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color: #e83e8c; }
  .btn-outline-pink:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #e83e8c;
    background-color: transparent; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }

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

.btn-outline-orange {
  color: #fabb3d;
  background-color: transparent;
  background-image: none;
  border-color: #fabb3d; }
  .btn-outline-orange:hover {
    color: #151b1e;
    background-color: #fabb3d;
    border-color: #fabb3d; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #fabb3d;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #151b1e;
    background-color: #fabb3d;
    border-color: #fabb3d; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 187, 61, 0.5); }

.btn-outline-yellow {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-yellow:hover {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #151b1e;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-green {
  color: #bdea74;
  background-color: transparent;
  background-image: none;
  border-color: #bdea74; }
  .btn-outline-green:hover {
    color: #151b1e;
    background-color: #bdea74;
    border-color: #bdea74; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #bdea74;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #151b1e;
    background-color: #bdea74;
    border-color: #bdea74; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 234, 116, 0.5); }

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

.btn-outline-cyan {
  color: #67c2ef;
  background-color: transparent;
  background-image: none;
  border-color: #67c2ef; }
  .btn-outline-cyan:hover {
    color: #151b1e;
    background-color: #67c2ef;
    border-color: #67c2ef; }
  .btn-outline-cyan:focus, .btn-outline-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }
  .btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #67c2ef;
    background-color: transparent; }
  .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    color: #151b1e;
    background-color: #67c2ef;
    border-color: #67c2ef; }
    .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 194, 239, 0.5); }

.btn-outline-gray-100 {
  color: #f0f2f7;
  background-color: transparent;
  background-image: none;
  border-color: #f0f2f7; }
  .btn-outline-gray-100:hover {
    color: #151b1e;
    background-color: #f0f2f7;
    border-color: #f0f2f7; }
  .btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }
  .btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
    color: #f0f2f7;
    background-color: transparent; }
  .btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-100.dropdown-toggle {
    color: #151b1e;
    background-color: #f0f2f7;
    border-color: #f0f2f7; }
    .btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 242, 247, 0.5); }

.btn-outline-gray-200 {
  color: #e4e6eb;
  background-color: transparent;
  background-image: none;
  border-color: #e4e6eb; }
  .btn-outline-gray-200:hover {
    color: #151b1e;
    background-color: #e4e6eb;
    border-color: #e4e6eb; }
  .btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 230, 235, 0.5); }
  .btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
    color: #e4e6eb;
    background-color: transparent; }
  .btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-200.dropdown-toggle {
    color: #151b1e;
    background-color: #e4e6eb;
    border-color: #e4e6eb; }
    .btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 230, 235, 0.5); }

.btn-outline-gray-300 {
  color: #c7cbd5;
  background-color: transparent;
  background-image: none;
  border-color: #c7cbd5; }
  .btn-outline-gray-300:hover {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #c7cbd5; }
  .btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }
  .btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
    color: #c7cbd5;
    background-color: transparent; }
  .btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-300.dropdown-toggle {
    color: #151b1e;
    background-color: #c7cbd5;
    border-color: #c7cbd5; }
    .btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 203, 213, 0.5); }

.btn-outline-gray-400 {
  color: #869fac;
  background-color: transparent;
  background-image: none;
  border-color: #869fac; }
  .btn-outline-gray-400:hover {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac; }
  .btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5); }
  .btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
    color: #869fac;
    background-color: transparent; }
  .btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-400.dropdown-toggle {
    color: #151b1e;
    background-color: #869fac;
    border-color: #869fac; }
    .btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 159, 172, 0.5); }

.btn-outline-gray-500 {
  color: #678898;
  background-color: transparent;
  background-image: none;
  border-color: #678898; }
  .btn-outline-gray-500:hover {
    color: #fff;
    background-color: #678898;
    border-color: #678898; }
  .btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5); }
  .btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
    color: #678898;
    background-color: transparent; }
  .btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #678898;
    border-color: #678898; }
    .btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-500.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 136, 152, 0.5); }

.btn-outline-gray-600 {
  color: #9da0a8;
  background-color: transparent;
  background-image: none;
  border-color: #9da0a8; }
  .btn-outline-gray-600:hover {
    color: #151b1e;
    background-color: #9da0a8;
    border-color: #9da0a8; }
  .btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 160, 168, 0.5); }
  .btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled {
    color: #9da0a8;
    background-color: transparent; }
  .btn-outline-gray-600:not(:disabled):not(.disabled):active, .btn-outline-gray-600:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-600.dropdown-toggle {
    color: #151b1e;
    background-color: #9da0a8;
    border-color: #9da0a8; }
    .btn-outline-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-600.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(157, 160, 168, 0.5); }

.btn-outline-gray-700 {
  color: #3e515b;
  background-color: transparent;
  background-image: none;
  border-color: #3e515b; }
  .btn-outline-gray-700:hover {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b; }
  .btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5); }
  .btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled {
    color: #3e515b;
    background-color: transparent; }
  .btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #3e515b;
    border-color: #3e515b; }
    .btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 81, 91, 0.5); }

.btn-outline-gray-800 {
  color: #383e4b;
  background-color: transparent;
  background-image: none;
  border-color: #383e4b; }
  .btn-outline-gray-800:hover {
    color: #fff;
    background-color: #383e4b;
    border-color: #383e4b; }
  .btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 62, 75, 0.5); }
  .btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
    color: #383e4b;
    background-color: transparent; }
  .btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #383e4b;
    border-color: #383e4b; }
    .btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 62, 75, 0.5); }

.btn-outline-gray-900 {
  color: #151b1e;
  background-color: transparent;
  background-image: none;
  border-color: #151b1e; }
  .btn-outline-gray-900:hover {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e; }
  .btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5); }
  .btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
    color: #151b1e;
    background-color: transparent; }
  .btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #151b1e;
    border-color: #151b1e; }
    .btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(21, 27, 30, 0.5); }

.btn-link {
  font-weight: 400;
  color: #36a9e1;
  background-color: transparent; }
  .btn-link:hover {
    color: #1a7fb0;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #9da0a8; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #383e4b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f0f2f7; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #151b1e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0b0e0f;
    text-decoration: none;
    background-color: #f0f2f7; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #36a9e1; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #9da0a8;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #9da0a8;
  white-space: nowrap; }

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f2f7;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #36a9e1; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(54, 169, 225, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d1ebf8; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #9da0a8; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e4e6eb; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #c7cbd5; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(54, 169, 225, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(54, 169, 225, 0.5); }

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(54, 169, 225, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3e515b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23383e4b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #a5d8f2;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(165, 216, 242, 0.5); }
    .custom-select:focus::-ms-value {
      color: #3e515b;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #9da0a8;
    background-color: #e4e6eb; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #a5d8f2;
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #a5d8f2; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.0625rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #3e515b;
    content: "Browse";
    background-color: #f0f2f7;
    border-left: 1px solid #e4e6eb;
    border-radius: 0 0.25rem 0.25rem 0; }

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

.nav-link, .navbar .dropdown-toggle {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .navbar .dropdown-toggle:hover, .nav-link:focus, .navbar .dropdown-toggle:focus {
    text-decoration: none; }
  .nav-link.disabled, .navbar .disabled.dropdown-toggle {
    color: #9da0a8; }

.nav-tabs {
  border-bottom: 1px solid #c7cbd5; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .navbar .dropdown-toggle:hover, .navbar .nav-tabs .dropdown-toggle:hover, .nav-tabs .nav-link:focus, .nav-tabs .navbar .dropdown-toggle:focus, .navbar .nav-tabs .dropdown-toggle:focus {
      border-color: #e4e6eb #e4e6eb #c7cbd5; }
    .nav-tabs .nav-link.disabled, .nav-tabs .navbar .disabled.dropdown-toggle, .navbar .nav-tabs .disabled.dropdown-toggle {
      color: #9da0a8;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-item.show .navbar .dropdown-toggle,
  .navbar .nav-tabs .nav-item.show .dropdown-toggle {
    color: #3e515b;
    background-color: #f5f5f5;
    border-color: #c7cbd5 #c7cbd5 #f5f5f5; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .nav-pills .navbar .dropdown-toggle, .navbar .nav-pills .dropdown-toggle {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .navbar .active.dropdown-toggle, .navbar .nav-pills .active.dropdown-toggle,
.nav-pills .show > .nav-link,
.nav-pills .navbar .show > .dropdown-toggle,
.navbar .nav-pills .show > .dropdown-toggle {
  color: #fff;
  background-color: #36a9e1; }

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-sm .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-md .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-lg .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-xl .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand .navbar-nav .dropdown-toggle {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

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

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-light .navbar-nav .dropdown-toggle {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-light .navbar-nav .dropdown-toggle:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-light .navbar-nav .dropdown-toggle:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-light .navbar-nav .disabled.dropdown-toggle {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-light .navbar-nav .show > .dropdown-toggle,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .active > .dropdown-toggle,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active.dropdown-toggle {
  color: rgba(0, 0, 0, 0.9); }

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

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

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

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

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-dark .navbar-nav .dropdown-toggle {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-dark .navbar-nav .dropdown-toggle:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-dark .navbar-nav .dropdown-toggle:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-dark .navbar-nav .disabled.dropdown-toggle {
    color: rgba(255, 255, 255, 0.25); }

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body, .card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

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

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

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f0f2f7;
  border-bottom: 1px solid #e4e6eb; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f0f2f7;
  border-top: 1px solid #e4e6eb; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 2rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #9da0a8;
  content: "/"; }

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

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

.breadcrumb-item.active {
  color: #9da0a8; }

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

.page-link, .pagination-datatables li a, .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #36a9e1;
  background-color: #fff;
  border: 1px solid #c7cbd5; }
  .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
    color: #1a7fb0;
    text-decoration: none;
    background-color: #e4e6eb;
    border-color: #c7cbd5; }
  .page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.25); }
  .page-link:not(:disabled):not(.disabled), .pagination-datatables li a:not(:disabled):not(.disabled), .pagination li a:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link, .pagination-datatables li:first-child .page-link, .pagination li:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link, .pagination-datatables li:last-child .page-link, .pagination li:last-child .page-link, .page-item:last-child .pagination-datatables li a, .pagination-datatables li .page-item:last-child a, .pagination-datatables li:last-child a, .page-item:last-child .pagination li a, .pagination li .page-item:last-child a, .pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a {
  z-index: 1;
  color: #fff;
  background-color: #36a9e1;
  border-color: #36a9e1; }

.page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a {
  color: #9da0a8;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #c7cbd5; }

.pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-lg li:first-child .page-link, .pagination-lg .pagination li:first-child .page-link, .pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-lg li:first-child a, .pagination-lg .page-item:first-child .pagination li a, .pagination li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables .pagination li:first-child a, .pagination .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg .pagination li:first-child a, .pagination .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination li:first-child a, .pagination .pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-lg li:last-child .page-link, .pagination-lg .pagination li:last-child .page-link, .pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-lg li:last-child a, .pagination-lg .page-item:last-child .pagination li a, .pagination li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables .pagination li:last-child a, .pagination .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg .pagination li:last-child a, .pagination .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination li:last-child a, .pagination .pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #36a9e1; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e8fc6; }

.badge-secondary {
  color: #151b1e;
  background-color: #c7cbd5; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #aab0bf; }

.badge-success {
  color: #151b1e;
  background-color: #bdea74; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #a8e348; }

.badge-info {
  color: #151b1e;
  background-color: #67c2ef; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #39afea; }

.badge-warning {
  color: #151b1e;
  background-color: #fabb3d; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #f9aa0b; }

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

.badge-light {
  color: #151b1e;
  background-color: #f0f2f7; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #cfd5e5; }

.badge-dark {
  color: #fff;
  background-color: #383e4b; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #22262e; }

.badge-blue {
  color: #fff;
  background-color: #36a9e1; }
  .badge-blue[href]:hover, .badge-blue[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e8fc6; }

.badge-indigo {
  color: #fff;
  background-color: #6610f2; }
  .badge-indigo[href]:hover, .badge-indigo[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #510bc4; }

.badge-purple {
  color: #fff;
  background-color: #6f42c1; }
  .badge-purple[href]:hover, .badge-purple[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #59339d; }

.badge-pink {
  color: #fff;
  background-color: #e83e8c; }
  .badge-pink[href]:hover, .badge-pink[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d91a72; }

.badge-red {
  color: #fff;
  background-color: #ff5454; }
  .badge-red[href]:hover, .badge-red[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff2121; }

.badge-orange {
  color: #151b1e;
  background-color: #fabb3d; }
  .badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #f9aa0b; }

.badge-yellow {
  color: #151b1e;
  background-color: #ffc107; }
  .badge-yellow[href]:hover, .badge-yellow[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #d39e00; }

.badge-green {
  color: #151b1e;
  background-color: #bdea74; }
  .badge-green[href]:hover, .badge-green[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #a8e348; }

.badge-teal {
  color: #fff;
  background-color: #20c997; }
  .badge-teal[href]:hover, .badge-teal[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #199d76; }

.badge-cyan {
  color: #151b1e;
  background-color: #67c2ef; }
  .badge-cyan[href]:hover, .badge-cyan[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #39afea; }

.badge-gray-100 {
  color: #151b1e;
  background-color: #f0f2f7; }
  .badge-gray-100[href]:hover, .badge-gray-100[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #cfd5e5; }

.badge-gray-200 {
  color: #151b1e;
  background-color: #e4e6eb; }
  .badge-gray-200[href]:hover, .badge-gray-200[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #c7cbd5; }

.badge-gray-300 {
  color: #151b1e;
  background-color: #c7cbd5; }
  .badge-gray-300[href]:hover, .badge-gray-300[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #aab0bf; }

.badge-gray-400 {
  color: #151b1e;
  background-color: #869fac; }
  .badge-gray-400[href]:hover, .badge-gray-400[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #688797; }

.badge-gray-500 {
  color: #fff;
  background-color: #678898; }
  .badge-gray-500[href]:hover, .badge-gray-500[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #526d7a; }

.badge-gray-600 {
  color: #151b1e;
  background-color: #9da0a8; }
  .badge-gray-600[href]:hover, .badge-gray-600[href]:focus {
    color: #151b1e;
    text-decoration: none;
    background-color: #828690; }

.badge-gray-700 {
  color: #fff;
  background-color: #3e515b; }
  .badge-gray-700[href]:hover, .badge-gray-700[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #29363d; }

.badge-gray-800 {
  color: #fff;
  background-color: #383e4b; }
  .badge-gray-800[href]:hover, .badge-gray-800[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #22262e; }

.badge-gray-900 {
  color: #fff;
  background-color: #151b1e; }
  .badge-gray-900[href]:hover, .badge-gray-900[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e6eb;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #1c5875;
  background-color: #d7eef9;
  border-color: #c7e7f7; }
  .alert-primary hr {
    border-top-color: #b1ddf4; }
  .alert-primary .alert-link {
    color: #12394c; }

.alert-secondary {
  color: #676a6f;
  background-color: #f4f5f7;
  border-color: #eff0f3; }
  .alert-secondary hr {
    border-top-color: #e0e2e8; }
  .alert-secondary .alert-link {
    color: #4e5155; }

.alert-success {
  color: #627a3c;
  background-color: #f2fbe3;
  border-color: #edf9d8; }
  .alert-success hr {
    border-top-color: #e3f6c2; }
  .alert-success .alert-link {
    color: #47582b; }

.alert-info {
  color: #36657c;
  background-color: #e1f3fc;
  border-color: #d4eefb; }
  .alert-info hr {
    border-top-color: #bde5f9; }
  .alert-info .alert-link {
    color: #274858; }

.alert-warning {
  color: #826120;
  background-color: #fef1d8;
  border-color: #feecc9; }
  .alert-warning hr {
    border-top-color: #fee3b0; }
  .alert-warning .alert-link {
    color: #594216; }

.alert-danger {
  color: #852c2c;
  background-color: #ffdddd;
  border-color: #ffcfcf; }
  .alert-danger hr {
    border-top-color: #ffb6b6; }
  .alert-danger .alert-link {
    color: #5f1f1f; }

.alert-light {
  color: #7d7e80;
  background-color: #fcfcfd;
  border-color: #fbfbfd; }
  .alert-light hr {
    border-top-color: #eaeaf5; }
  .alert-light .alert-link {
    color: #646566; }

.alert-dark {
  color: #1d2027;
  background-color: #d7d8db;
  border-color: #c7c9cd; }
  .alert-dark hr {
    border-top-color: #babcc1; }
  .alert-dark .alert-link {
    color: #07080a; }

.alert-blue {
  color: #1c5875;
  background-color: #d7eef9;
  border-color: #c7e7f7; }
  .alert-blue hr {
    border-top-color: #b1ddf4; }
  .alert-blue .alert-link {
    color: #12394c; }

.alert-indigo {
  color: #35087e;
  background-color: #e0cffc;
  border-color: #d4bcfb; }
  .alert-indigo hr {
    border-top-color: #c5a4fa; }
  .alert-indigo .alert-link {
    color: #21054e; }

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

.alert-pink {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df; }
  .alert-pink hr {
    border-top-color: #f6b2d1; }
  .alert-pink .alert-link {
    color: #511531; }

.alert-red {
  color: #852c2c;
  background-color: #ffdddd;
  border-color: #ffcfcf; }
  .alert-red hr {
    border-top-color: #ffb6b6; }
  .alert-red .alert-link {
    color: #5f1f1f; }

.alert-orange {
  color: #826120;
  background-color: #fef1d8;
  border-color: #feecc9; }
  .alert-orange hr {
    border-top-color: #fee3b0; }
  .alert-orange .alert-link {
    color: #594216; }

.alert-yellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-yellow hr {
    border-top-color: #ffe8a1; }
  .alert-yellow .alert-link {
    color: #533f03; }

.alert-green {
  color: #627a3c;
  background-color: #f2fbe3;
  border-color: #edf9d8; }
  .alert-green hr {
    border-top-color: #e3f6c2; }
  .alert-green .alert-link {
    color: #47582b; }

.alert-teal {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2; }
  .alert-teal hr {
    border-top-color: #acebd8; }
  .alert-teal .alert-link {
    color: #0a3d2e; }

.alert-cyan {
  color: #36657c;
  background-color: #e1f3fc;
  border-color: #d4eefb; }
  .alert-cyan hr {
    border-top-color: #bde5f9; }
  .alert-cyan .alert-link {
    color: #274858; }

.alert-gray-100 {
  color: #7d7e80;
  background-color: #fcfcfd;
  border-color: #fbfbfd; }
  .alert-gray-100 hr {
    border-top-color: #eaeaf5; }
  .alert-gray-100 .alert-link {
    color: #646566; }

.alert-gray-200 {
  color: #77787a;
  background-color: #fafafb;
  border-color: #f7f8f9; }
  .alert-gray-200 hr {
    border-top-color: #e8ebee; }
  .alert-gray-200 .alert-link {
    color: #5e5f60; }

.alert-gray-300 {
  color: #676a6f;
  background-color: #f4f5f7;
  border-color: #eff0f3; }
  .alert-gray-300 hr {
    border-top-color: #e0e2e8; }
  .alert-gray-300 .alert-link {
    color: #4e5155; }

.alert-gray-400 {
  color: #465359;
  background-color: #e7ecee;
  border-color: #dde4e8; }
  .alert-gray-400 hr {
    border-top-color: #ced8de; }
  .alert-gray-400 .alert-link {
    color: #30383c; }

.alert-gray-500 {
  color: #36474f;
  background-color: #e1e7ea;
  border-color: #d4dee2; }
  .alert-gray-500 hr {
    border-top-color: #c5d2d8; }
  .alert-gray-500 .alert-link {
    color: #212c31; }

.alert-gray-600 {
  color: #525357;
  background-color: #ebecee;
  border-color: #e4e4e7; }
  .alert-gray-600 hr {
    border-top-color: #d7d7db; }
  .alert-gray-600 .alert-link {
    color: #393a3d; }

.alert-gray-700 {
  color: #202a2f;
  background-color: #d8dcde;
  border-color: #c9ced1; }
  .alert-gray-700 hr {
    border-top-color: #bbc2c5; }
  .alert-gray-700 .alert-link {
    color: #0b0f11; }

.alert-gray-800 {
  color: #1d2027;
  background-color: #d7d8db;
  border-color: #c7c9cd; }
  .alert-gray-800 hr {
    border-top-color: #babcc1; }
  .alert-gray-800 .alert-link {
    color: #07080a; }

.alert-gray-900 {
  color: #0b0e10;
  background-color: #d0d1d2;
  border-color: #bdbfc0; }
  .alert-gray-900 hr {
    border-top-color: #b0b2b4; }
  .alert-gray-900 .alert-link {
    color: black; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f0f2f7;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #36a9e1;
  transition: width 0.6s ease; }

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

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

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

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #3e515b;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #3e515b;
    text-decoration: none;
    background-color: #f0f2f7; }
  .list-group-item-action:active {
    color: #383e4b;
    background-color: #e4e6eb; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #9da0a8;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1; }

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

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

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

.list-group-item-primary {
  color: #1c5875;
  background-color: #c7e7f7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1c5875;
    background-color: #b1ddf4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1c5875;
    border-color: #1c5875; }

.list-group-item-secondary {
  color: #676a6f;
  background-color: #eff0f3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #676a6f;
    background-color: #e0e2e8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #676a6f;
    border-color: #676a6f; }

.list-group-item-success {
  color: #627a3c;
  background-color: #edf9d8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #627a3c;
    background-color: #e3f6c2; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #627a3c;
    border-color: #627a3c; }

.list-group-item-info {
  color: #36657c;
  background-color: #d4eefb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #36657c;
    background-color: #bde5f9; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #36657c;
    border-color: #36657c; }

.list-group-item-warning {
  color: #826120;
  background-color: #feecc9; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #826120;
    background-color: #fee3b0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #826120;
    border-color: #826120; }

.list-group-item-danger {
  color: #852c2c;
  background-color: #ffcfcf; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #852c2c;
    background-color: #ffb6b6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #852c2c;
    border-color: #852c2c; }

.list-group-item-light {
  color: #7d7e80;
  background-color: #fbfbfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7d7e80;
    background-color: #eaeaf5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7d7e80;
    border-color: #7d7e80; }

.list-group-item-dark {
  color: #1d2027;
  background-color: #c7c9cd; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1d2027;
    background-color: #babcc1; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1d2027;
    border-color: #1d2027; }

.list-group-item-blue {
  color: #1c5875;
  background-color: #c7e7f7; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #1c5875;
    background-color: #b1ddf4; }
  .list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #1c5875;
    border-color: #1c5875; }

.list-group-item-indigo {
  color: #35087e;
  background-color: #d4bcfb; }
  .list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
    color: #35087e;
    background-color: #c5a4fa; }
  .list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #35087e;
    border-color: #35087e; }

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

.list-group-item-pink {
  color: #792049;
  background-color: #f9c9df; }
  .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #792049;
    background-color: #f6b2d1; }
  .list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #792049;
    border-color: #792049; }

.list-group-item-red {
  color: #852c2c;
  background-color: #ffcfcf; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #852c2c;
    background-color: #ffb6b6; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #852c2c;
    border-color: #852c2c; }

.list-group-item-orange {
  color: #826120;
  background-color: #feecc9; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #826120;
    background-color: #fee3b0; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #826120;
    border-color: #826120; }

.list-group-item-yellow {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-green {
  color: #627a3c;
  background-color: #edf9d8; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #627a3c;
    background-color: #e3f6c2; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #627a3c;
    border-color: #627a3c; }

.list-group-item-teal {
  color: #11694f;
  background-color: #c1f0e2; }
  .list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
    color: #11694f;
    background-color: #acebd8; }
  .list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #11694f;
    border-color: #11694f; }

.list-group-item-cyan {
  color: #36657c;
  background-color: #d4eefb; }
  .list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
    color: #36657c;
    background-color: #bde5f9; }
  .list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #36657c;
    border-color: #36657c; }

.list-group-item-gray-100 {
  color: #7d7e80;
  background-color: #fbfbfd; }
  .list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
    color: #7d7e80;
    background-color: #eaeaf5; }
  .list-group-item-gray-100.list-group-item-action.active {
    color: #fff;
    background-color: #7d7e80;
    border-color: #7d7e80; }

.list-group-item-gray-200 {
  color: #77787a;
  background-color: #f7f8f9; }
  .list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
    color: #77787a;
    background-color: #e8ebee; }
  .list-group-item-gray-200.list-group-item-action.active {
    color: #fff;
    background-color: #77787a;
    border-color: #77787a; }

.list-group-item-gray-300 {
  color: #676a6f;
  background-color: #eff0f3; }
  .list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
    color: #676a6f;
    background-color: #e0e2e8; }
  .list-group-item-gray-300.list-group-item-action.active {
    color: #fff;
    background-color: #676a6f;
    border-color: #676a6f; }

.list-group-item-gray-400 {
  color: #465359;
  background-color: #dde4e8; }
  .list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
    color: #465359;
    background-color: #ced8de; }
  .list-group-item-gray-400.list-group-item-action.active {
    color: #fff;
    background-color: #465359;
    border-color: #465359; }

.list-group-item-gray-500 {
  color: #36474f;
  background-color: #d4dee2; }
  .list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
    color: #36474f;
    background-color: #c5d2d8; }
  .list-group-item-gray-500.list-group-item-action.active {
    color: #fff;
    background-color: #36474f;
    border-color: #36474f; }

.list-group-item-gray-600 {
  color: #525357;
  background-color: #e4e4e7; }
  .list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
    color: #525357;
    background-color: #d7d7db; }
  .list-group-item-gray-600.list-group-item-action.active {
    color: #fff;
    background-color: #525357;
    border-color: #525357; }

.list-group-item-gray-700 {
  color: #202a2f;
  background-color: #c9ced1; }
  .list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
    color: #202a2f;
    background-color: #bbc2c5; }
  .list-group-item-gray-700.list-group-item-action.active {
    color: #fff;
    background-color: #202a2f;
    border-color: #202a2f; }

.list-group-item-gray-800 {
  color: #1d2027;
  background-color: #c7c9cd; }
  .list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
    color: #1d2027;
    background-color: #babcc1; }
  .list-group-item-gray-800.list-group-item-action.active {
    color: #fff;
    background-color: #1d2027;
    border-color: #1d2027; }

.list-group-item-gray-900 {
  color: #0b0e10;
  background-color: #bdbfc0; }
  .list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
    color: #0b0e10;
    background-color: #b0b2b4; }
  .list-group-item-gray-900.list-group-item-action.active {
    color: #fff;
    background-color: #0b0e10;
    border-color: #0b0e10; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e4e6eb; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.76562rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.76562rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

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

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

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

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #383e4b; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #36a9e1 !important; }

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

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

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

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

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

.bg-info {
  background-color: #67c2ef !important; }

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

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

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

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

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

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

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

.bg-dark {
  background-color: #383e4b !important; }

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

.bg-blue {
  background-color: #36a9e1 !important; }

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

.bg-indigo {
  background-color: #6610f2 !important; }

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important; }

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

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

.bg-pink {
  background-color: #e83e8c !important; }

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

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

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

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

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

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

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

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

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

.bg-teal {
  background-color: #20c997 !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important; }

.bg-cyan {
  background-color: #67c2ef !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #39afea !important; }

.bg-gray-100 {
  background-color: #f0f2f7 !important; }

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #cfd5e5 !important; }

.bg-gray-200 {
  background-color: #e4e6eb !important; }

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #c7cbd5 !important; }

.bg-gray-300 {
  background-color: #c7cbd5 !important; }

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #aab0bf !important; }

.bg-gray-400 {
  background-color: #869fac !important; }

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #688797 !important; }

.bg-gray-500 {
  background-color: #678898 !important; }

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #526d7a !important; }

.bg-gray-600 {
  background-color: #9da0a8 !important; }

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #828690 !important; }

.bg-gray-700 {
  background-color: #3e515b !important; }

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #29363d !important; }

.bg-gray-800 {
  background-color: #383e4b !important; }

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #22262e !important; }

.bg-gray-900 {
  background-color: #151b1e !important; }

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

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

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

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

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

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

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

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

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #36a9e1 !important; }

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

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

.border-info {
  border-color: #67c2ef !important; }

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

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

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

.border-dark {
  border-color: #383e4b !important; }

.border-blue {
  border-color: #36a9e1 !important; }

.border-indigo {
  border-color: #6610f2 !important; }

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

.border-pink {
  border-color: #e83e8c !important; }

.border-red {
  border-color: #ff5454 !important; }

.border-orange {
  border-color: #fabb3d !important; }

.border-yellow {
  border-color: #ffc107 !important; }

.border-green {
  border-color: #bdea74 !important; }

.border-teal {
  border-color: #20c997 !important; }

.border-cyan {
  border-color: #67c2ef !important; }

.border-gray-100 {
  border-color: #f0f2f7 !important; }

.border-gray-200 {
  border-color: #e4e6eb !important; }

.border-gray-300 {
  border-color: #c7cbd5 !important; }

.border-gray-400 {
  border-color: #869fac !important; }

.border-gray-500 {
  border-color: #678898 !important; }

.border-gray-600 {
  border-color: #9da0a8 !important; }

.border-gray-700 {
  border-color: #3e515b !important; }

.border-gray-800 {
  border-color: #383e4b !important; }

.border-gray-900 {
  border-color: #151b1e !important; }

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

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

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

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

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

.text-primary {
  color: #36a9e1 !important; }

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

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

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

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

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

.text-info {
  color: #67c2ef !important; }

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

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

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

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

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

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

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

.text-dark {
  color: #383e4b !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #22262e !important; }

.text-blue {
  color: #36a9e1 !important; }

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

.text-indigo {
  color: #6610f2 !important; }

a.text-indigo:hover, a.text-indigo:focus {
  color: #510bc4 !important; }

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

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

.text-pink {
  color: #e83e8c !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #d91a72 !important; }

.text-red {
  color: #ff5454 !important; }

a.text-red:hover, a.text-red:focus {
  color: #ff2121 !important; }

.text-orange {
  color: #fabb3d !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #f9aa0b !important; }

.text-yellow {
  color: #ffc107 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #d39e00 !important; }

.text-green {
  color: #bdea74 !important; }

a.text-green:hover, a.text-green:focus {
  color: #a8e348 !important; }

.text-teal {
  color: #20c997 !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #199d76 !important; }

.text-cyan {
  color: #67c2ef !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #39afea !important; }

.text-gray-100 {
  color: #f0f2f7 !important; }

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #cfd5e5 !important; }

.text-gray-200 {
  color: #e4e6eb !important; }

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #c7cbd5 !important; }

.text-gray-300 {
  color: #c7cbd5 !important; }

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #aab0bf !important; }

.text-gray-400 {
  color: #869fac !important; }

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #688797 !important; }

.text-gray-500 {
  color: #678898 !important; }

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #526d7a !important; }

.text-gray-600 {
  color: #9da0a8 !important; }

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #828690 !important; }

.text-gray-700 {
  color: #3e515b !important; }

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #29363d !important; }

.text-gray-800 {
  color: #383e4b !important; }

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #22262e !important; }

.text-gray-900 {
  color: #151b1e !important; }

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important; }

.text-muted {
  color: #9da0a8 !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.font-xs {
  font-size: .75rem !important; }

.font-sm {
  font-size: .85rem !important; }

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

.font-xl {
  font-size: 1.25rem !important; }

.font-2xl {
  font-size: 1.5rem !important; }

.font-3xl {
  font-size: 1.75rem !important; }

.font-4xl {
  font-size: 2rem !important; }

.font-5xl {
  font-size: 2.5rem !important; }

.animated {
  animation-duration: 1s; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #383e4b;
  background: #fff;
  border-left: 1px solid #e4e6eb; }
  .aside-menu .nav-tabs {
    border-color: #e4e6eb; }
    .aside-menu .nav-tabs .nav-link, .aside-menu .nav-tabs .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .dropdown-toggle {
      padding: 0.75rem 1rem;
      color: #383e4b;
      border-top: 0; }
      .aside-menu .nav-tabs .nav-link.active, .aside-menu .nav-tabs .navbar .active.dropdown-toggle, .navbar .aside-menu .nav-tabs .active.dropdown-toggle {
        color: #36a9e1;
        border-right-color: #e4e6eb;
        border-left-color: #e4e6eb; }
    .aside-menu .nav-tabs .nav-item:first-child .nav-link, .aside-menu .nav-tabs .nav-item:first-child .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .nav-item:first-child .dropdown-toggle {
      border-left: 0; }
  .aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #e4e6eb;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .aside-menu .tab-content::-webkit-scrollbar {
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .aside-menu .tab-content::-webkit-scrollbar-track {
      background-color: white;
      border-right: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2; }
    .aside-menu .tab-content::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #e6e6e6;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
    .aside-menu .tab-content .tab-pane {
      padding: 0; }

.img-avatar {
  border-radius: 50em; }

.avatar {
  position: relative;
  display: inline-block;
  width: 36px; }
  .avatar .img-avatar {
    width: 36px;
    height: 36px; }
  .avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px; }
  .avatar.avatar-xs .img-avatar {
    width: 20px;
    height: 20px; }
  .avatar.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px; }
  .avatar.avatar-sm .img-avatar {
    width: 24px;
    height: 24px; }
  .avatar.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px; }
  .avatar.avatar-lg .img-avatar {
    width: 72px;
    height: 72px; }
  .avatar.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatars-stack .avatar.avatar-xs {
  margin-right: -10px; }

.avatars-stack .avatar {
  margin-right: -15px;
  transition: margin-left 0.25s, margin-right 0.25s; }
  .avatars-stack .avatar:hover {
    margin-right: 0 !important; }

.badge-pill {
  border-radius: 10rem; }

.breadcrumb-menu {
  margin-left: auto; }
  .breadcrumb-menu::before {
    display: none; }
  .breadcrumb-menu .btn-group {
    vertical-align: top; }
  .breadcrumb-menu .btn {
    padding: 0 0.75rem;
    color: #9da0a8;
    vertical-align: top;
    border: 0; }
    .breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
      color: #383e4b;
      background: transparent; }
  .breadcrumb-menu .open .btn {
    color: #383e4b;
    background: transparent; }
  .breadcrumb-menu .dropdown-menu {
    min-width: 180px;
    line-height: 1.5; }

.breadcrumb {
  position: relative; }

button {
  cursor: pointer; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }

.btn [class^="icon-"], .btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle; }

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0.25rem; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .btn-facebook:hover,
  .btn-twitter:hover,
  .btn-linkedin:hover,
  .btn-flickr:hover,
  .btn-tumblr:hover,
  .btn-xing:hover,
  .btn-github:hover,
  .btn-html5:hover,
  .btn-openid:hover,
  .btn-stack-overflow:hover,
  .btn-youtube:hover,
  .btn-css3:hover,
  .btn-dribbble:hover,
  .btn-google-plus:hover,
  .btn-instagram:hover,
  .btn-pinterest:hover,
  .btn-vk:hover,
  .btn-yahoo:hover,
  .btn-behance:hover,
  .btn-dropbox:hover,
  .btn-reddit:hover,
  .btn-spotify:hover,
  .btn-vine:hover,
  .btn-foursquare:hover,
  .btn-vimeo:hover {
    color: #fff; }
  .btn-facebook.icon span,
  .btn-twitter.icon span,
  .btn-linkedin.icon span,
  .btn-flickr.icon span,
  .btn-tumblr.icon span,
  .btn-xing.icon span,
  .btn-github.icon span,
  .btn-html5.icon span,
  .btn-openid.icon span,
  .btn-stack-overflow.icon span,
  .btn-youtube.icon span,
  .btn-css3.icon span,
  .btn-dribbble.icon span,
  .btn-google-plus.icon span,
  .btn-instagram.icon span,
  .btn-pinterest.icon span,
  .btn-vk.icon span,
  .btn-yahoo.icon span,
  .btn-behance.icon span,
  .btn-dropbox.icon span,
  .btn-reddit.icon span,
  .btn-spotify.icon span,
  .btn-vine.icon span,
  .btn-foursquare.icon span,
  .btn-vimeo.icon span {
    display: none; }
  .btn-facebook.text::before,
  .btn-twitter.text::before,
  .btn-linkedin.text::before,
  .btn-flickr.text::before,
  .btn-tumblr.text::before,
  .btn-xing.text::before,
  .btn-github.text::before,
  .btn-html5.text::before,
  .btn-openid.text::before,
  .btn-stack-overflow.text::before,
  .btn-youtube.text::before,
  .btn-css3.text::before,
  .btn-dribbble.text::before,
  .btn-google-plus.text::before,
  .btn-instagram.text::before,
  .btn-pinterest.text::before,
  .btn-vk.text::before,
  .btn-yahoo.text::before,
  .btn-behance.text::before,
  .btn-dropbox.text::before,
  .btn-reddit.text::before,
  .btn-spotify.text::before,
  .btn-vine.text::before,
  .btn-foursquare.text::before,
  .btn-vimeo.text::before {
    display: none; }
  .btn-facebook.text span,
  .btn-twitter.text span,
  .btn-linkedin.text span,
  .btn-flickr.text span,
  .btn-tumblr.text span,
  .btn-xing.text span,
  .btn-github.text span,
  .btn-html5.text span,
  .btn-openid.text span,
  .btn-stack-overflow.text span,
  .btn-youtube.text span,
  .btn-css3.text span,
  .btn-dribbble.text span,
  .btn-google-plus.text span,
  .btn-instagram.text span,
  .btn-pinterest.text span,
  .btn-vk.text span,
  .btn-yahoo.text span,
  .btn-behance.text span,
  .btn-dropbox.text span,
  .btn-reddit.text span,
  .btn-spotify.text span,
  .btn-vine.text span,
  .btn-foursquare.text span,
  .btn-vimeo.text span {
    margin-left: 0 !important; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    width: 2.0625rem;
    height: 2.0625rem;
    padding: 0.375rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem; }
  .btn-facebook span,
  .btn-twitter span,
  .btn-linkedin span,
  .btn-flickr span,
  .btn-tumblr span,
  .btn-xing span,
  .btn-github span,
  .btn-html5 span,
  .btn-openid span,
  .btn-stack-overflow span,
  .btn-youtube span,
  .btn-css3 span,
  .btn-dribbble span,
  .btn-google-plus span,
  .btn-instagram span,
  .btn-pinterest span,
  .btn-vk span,
  .btn-yahoo span,
  .btn-behance span,
  .btn-dropbox span,
  .btn-reddit span,
  .btn-spotify span,
  .btn-vine span,
  .btn-foursquare span,
  .btn-vimeo span {
    margin-left: 2.0625rem; }
  .btn-facebook.icon,
  .btn-twitter.icon,
  .btn-linkedin.icon,
  .btn-flickr.icon,
  .btn-tumblr.icon,
  .btn-xing.icon,
  .btn-github.icon,
  .btn-html5.icon,
  .btn-openid.icon,
  .btn-stack-overflow.icon,
  .btn-youtube.icon,
  .btn-css3.icon,
  .btn-dribbble.icon,
  .btn-google-plus.icon,
  .btn-instagram.icon,
  .btn-pinterest.icon,
  .btn-vk.icon,
  .btn-yahoo.icon,
  .btn-behance.icon,
  .btn-dropbox.icon,
  .btn-reddit.icon,
  .btn-spotify.icon,
  .btn-vine.icon,
  .btn-foursquare.icon,
  .btn-vimeo.icon {
    width: 2.0625rem;
    height: 2.0625rem; }
  .btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn,
  .btn-twitter.btn-lg,
  .btn-group-lg > .btn-twitter.btn,
  .btn-linkedin.btn-lg,
  .btn-group-lg > .btn-linkedin.btn,
  .btn-flickr.btn-lg,
  .btn-group-lg > .btn-flickr.btn,
  .btn-tumblr.btn-lg,
  .btn-group-lg > .btn-tumblr.btn,
  .btn-xing.btn-lg,
  .btn-group-lg > .btn-xing.btn,
  .btn-github.btn-lg,
  .btn-group-lg > .btn-github.btn,
  .btn-html5.btn-lg,
  .btn-group-lg > .btn-html5.btn,
  .btn-openid.btn-lg,
  .btn-group-lg > .btn-openid.btn,
  .btn-stack-overflow.btn-lg,
  .btn-group-lg > .btn-stack-overflow.btn,
  .btn-youtube.btn-lg,
  .btn-group-lg > .btn-youtube.btn,
  .btn-css3.btn-lg,
  .btn-group-lg > .btn-css3.btn,
  .btn-dribbble.btn-lg,
  .btn-group-lg > .btn-dribbble.btn,
  .btn-google-plus.btn-lg,
  .btn-group-lg > .btn-google-plus.btn,
  .btn-instagram.btn-lg,
  .btn-group-lg > .btn-instagram.btn,
  .btn-pinterest.btn-lg,
  .btn-group-lg > .btn-pinterest.btn,
  .btn-vk.btn-lg,
  .btn-group-lg > .btn-vk.btn,
  .btn-yahoo.btn-lg,
  .btn-group-lg > .btn-yahoo.btn,
  .btn-behance.btn-lg,
  .btn-group-lg > .btn-behance.btn,
  .btn-dropbox.btn-lg,
  .btn-group-lg > .btn-dropbox.btn,
  .btn-reddit.btn-lg,
  .btn-group-lg > .btn-reddit.btn,
  .btn-spotify.btn-lg,
  .btn-group-lg > .btn-spotify.btn,
  .btn-vine.btn-lg,
  .btn-group-lg > .btn-vine.btn,
  .btn-foursquare.btn-lg,
  .btn-group-lg > .btn-foursquare.btn,
  .btn-vimeo.btn-lg,
  .btn-group-lg > .btn-vimeo.btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border: 0;
    border-radius: 0.3rem; }
    .btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before,
    .btn-twitter.btn-lg::before,
    .btn-group-lg > .btn-twitter.btn::before,
    .btn-linkedin.btn-lg::before,
    .btn-group-lg > .btn-linkedin.btn::before,
    .btn-flickr.btn-lg::before,
    .btn-group-lg > .btn-flickr.btn::before,
    .btn-tumblr.btn-lg::before,
    .btn-group-lg > .btn-tumblr.btn::before,
    .btn-xing.btn-lg::before,
    .btn-group-lg > .btn-xing.btn::before,
    .btn-github.btn-lg::before,
    .btn-group-lg > .btn-github.btn::before,
    .btn-html5.btn-lg::before,
    .btn-group-lg > .btn-html5.btn::before,
    .btn-openid.btn-lg::before,
    .btn-group-lg > .btn-openid.btn::before,
    .btn-stack-overflow.btn-lg::before,
    .btn-group-lg > .btn-stack-overflow.btn::before,
    .btn-youtube.btn-lg::before,
    .btn-group-lg > .btn-youtube.btn::before,
    .btn-css3.btn-lg::before,
    .btn-group-lg > .btn-css3.btn::before,
    .btn-dribbble.btn-lg::before,
    .btn-group-lg > .btn-dribbble.btn::before,
    .btn-google-plus.btn-lg::before,
    .btn-group-lg > .btn-google-plus.btn::before,
    .btn-instagram.btn-lg::before,
    .btn-group-lg > .btn-instagram.btn::before,
    .btn-pinterest.btn-lg::before,
    .btn-group-lg > .btn-pinterest.btn::before,
    .btn-vk.btn-lg::before,
    .btn-group-lg > .btn-vk.btn::before,
    .btn-yahoo.btn-lg::before,
    .btn-group-lg > .btn-yahoo.btn::before,
    .btn-behance.btn-lg::before,
    .btn-group-lg > .btn-behance.btn::before,
    .btn-dropbox.btn-lg::before,
    .btn-group-lg > .btn-dropbox.btn::before,
    .btn-reddit.btn-lg::before,
    .btn-group-lg > .btn-reddit.btn::before,
    .btn-spotify.btn-lg::before,
    .btn-group-lg > .btn-spotify.btn::before,
    .btn-vine.btn-lg::before,
    .btn-group-lg > .btn-vine.btn::before,
    .btn-foursquare.btn-lg::before,
    .btn-group-lg > .btn-foursquare.btn::before,
    .btn-vimeo.btn-lg::before,
    .btn-group-lg > .btn-vimeo.btn::before {
      width: 2.64062rem;
      height: 2.64062rem;
      padding: 0.5rem 0;
      font-size: 1.09375rem;
      line-height: 1.5;
      border-radius: 0.3rem; }
    .btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span,
    .btn-twitter.btn-lg span,
    .btn-group-lg > .btn-twitter.btn span,
    .btn-linkedin.btn-lg span,
    .btn-group-lg > .btn-linkedin.btn span,
    .btn-flickr.btn-lg span,
    .btn-group-lg > .btn-flickr.btn span,
    .btn-tumblr.btn-lg span,
    .btn-group-lg > .btn-tumblr.btn span,
    .btn-xing.btn-lg span,
    .btn-group-lg > .btn-xing.btn span,
    .btn-github.btn-lg span,
    .btn-group-lg > .btn-github.btn span,
    .btn-html5.btn-lg span,
    .btn-group-lg > .btn-html5.btn span,
    .btn-openid.btn-lg span,
    .btn-group-lg > .btn-openid.btn span,
    .btn-stack-overflow.btn-lg span,
    .btn-group-lg > .btn-stack-overflow.btn span,
    .btn-youtube.btn-lg span,
    .btn-group-lg > .btn-youtube.btn span,
    .btn-css3.btn-lg span,
    .btn-group-lg > .btn-css3.btn span,
    .btn-dribbble.btn-lg span,
    .btn-group-lg > .btn-dribbble.btn span,
    .btn-google-plus.btn-lg span,
    .btn-group-lg > .btn-google-plus.btn span,
    .btn-instagram.btn-lg span,
    .btn-group-lg > .btn-instagram.btn span,
    .btn-pinterest.btn-lg span,
    .btn-group-lg > .btn-pinterest.btn span,
    .btn-vk.btn-lg span,
    .btn-group-lg > .btn-vk.btn span,
    .btn-yahoo.btn-lg span,
    .btn-group-lg > .btn-yahoo.btn span,
    .btn-behance.btn-lg span,
    .btn-group-lg > .btn-behance.btn span,
    .btn-dropbox.btn-lg span,
    .btn-group-lg > .btn-dropbox.btn span,
    .btn-reddit.btn-lg span,
    .btn-group-lg > .btn-reddit.btn span,
    .btn-spotify.btn-lg span,
    .btn-group-lg > .btn-spotify.btn span,
    .btn-vine.btn-lg span,
    .btn-group-lg > .btn-vine.btn span,
    .btn-foursquare.btn-lg span,
    .btn-group-lg > .btn-foursquare.btn span,
    .btn-vimeo.btn-lg span,
    .btn-group-lg > .btn-vimeo.btn span {
      margin-left: 2.64062rem; }
    .btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn,
    .btn-twitter.btn-lg.icon,
    .btn-group-lg > .btn-twitter.icon.btn,
    .btn-linkedin.btn-lg.icon,
    .btn-group-lg > .btn-linkedin.icon.btn,
    .btn-flickr.btn-lg.icon,
    .btn-group-lg > .btn-flickr.icon.btn,
    .btn-tumblr.btn-lg.icon,
    .btn-group-lg > .btn-tumblr.icon.btn,
    .btn-xing.btn-lg.icon,
    .btn-group-lg > .btn-xing.icon.btn,
    .btn-github.btn-lg.icon,
    .btn-group-lg > .btn-github.icon.btn,
    .btn-html5.btn-lg.icon,
    .btn-group-lg > .btn-html5.icon.btn,
    .btn-openid.btn-lg.icon,
    .btn-group-lg > .btn-openid.icon.btn,
    .btn-stack-overflow.btn-lg.icon,
    .btn-group-lg > .btn-stack-overflow.icon.btn,
    .btn-youtube.btn-lg.icon,
    .btn-group-lg > .btn-youtube.icon.btn,
    .btn-css3.btn-lg.icon,
    .btn-group-lg > .btn-css3.icon.btn,
    .btn-dribbble.btn-lg.icon,
    .btn-group-lg > .btn-dribbble.icon.btn,
    .btn-google-plus.btn-lg.icon,
    .btn-group-lg > .btn-google-plus.icon.btn,
    .btn-instagram.btn-lg.icon,
    .btn-group-lg > .btn-instagram.icon.btn,
    .btn-pinterest.btn-lg.icon,
    .btn-group-lg > .btn-pinterest.icon.btn,
    .btn-vk.btn-lg.icon,
    .btn-group-lg > .btn-vk.icon.btn,
    .btn-yahoo.btn-lg.icon,
    .btn-group-lg > .btn-yahoo.icon.btn,
    .btn-behance.btn-lg.icon,
    .btn-group-lg > .btn-behance.icon.btn,
    .btn-dropbox.btn-lg.icon,
    .btn-group-lg > .btn-dropbox.icon.btn,
    .btn-reddit.btn-lg.icon,
    .btn-group-lg > .btn-reddit.icon.btn,
    .btn-spotify.btn-lg.icon,
    .btn-group-lg > .btn-spotify.icon.btn,
    .btn-vine.btn-lg.icon,
    .btn-group-lg > .btn-vine.icon.btn,
    .btn-foursquare.btn-lg.icon,
    .btn-group-lg > .btn-foursquare.icon.btn,
    .btn-vimeo.btn-lg.icon,
    .btn-group-lg > .btn-vimeo.icon.btn {
      width: 2.64062rem;
      height: 2.64062rem; }
  .btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn,
  .btn-twitter.btn-sm,
  .btn-group-sm > .btn-twitter.btn,
  .btn-linkedin.btn-sm,
  .btn-group-sm > .btn-linkedin.btn,
  .btn-flickr.btn-sm,
  .btn-group-sm > .btn-flickr.btn,
  .btn-tumblr.btn-sm,
  .btn-group-sm > .btn-tumblr.btn,
  .btn-xing.btn-sm,
  .btn-group-sm > .btn-xing.btn,
  .btn-github.btn-sm,
  .btn-group-sm > .btn-github.btn,
  .btn-html5.btn-sm,
  .btn-group-sm > .btn-html5.btn,
  .btn-openid.btn-sm,
  .btn-group-sm > .btn-openid.btn,
  .btn-stack-overflow.btn-sm,
  .btn-group-sm > .btn-stack-overflow.btn,
  .btn-youtube.btn-sm,
  .btn-group-sm > .btn-youtube.btn,
  .btn-css3.btn-sm,
  .btn-group-sm > .btn-css3.btn,
  .btn-dribbble.btn-sm,
  .btn-group-sm > .btn-dribbble.btn,
  .btn-google-plus.btn-sm,
  .btn-group-sm > .btn-google-plus.btn,
  .btn-instagram.btn-sm,
  .btn-group-sm > .btn-instagram.btn,
  .btn-pinterest.btn-sm,
  .btn-group-sm > .btn-pinterest.btn,
  .btn-vk.btn-sm,
  .btn-group-sm > .btn-vk.btn,
  .btn-yahoo.btn-sm,
  .btn-group-sm > .btn-yahoo.btn,
  .btn-behance.btn-sm,
  .btn-group-sm > .btn-behance.btn,
  .btn-dropbox.btn-sm,
  .btn-group-sm > .btn-dropbox.btn,
  .btn-reddit.btn-sm,
  .btn-group-sm > .btn-reddit.btn,
  .btn-spotify.btn-sm,
  .btn-group-sm > .btn-spotify.btn,
  .btn-vine.btn-sm,
  .btn-group-sm > .btn-vine.btn,
  .btn-foursquare.btn-sm,
  .btn-group-sm > .btn-foursquare.btn,
  .btn-vimeo.btn-sm,
  .btn-group-sm > .btn-vimeo.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border: 0;
    border-radius: 0.2rem; }
    .btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before,
    .btn-twitter.btn-sm::before,
    .btn-group-sm > .btn-twitter.btn::before,
    .btn-linkedin.btn-sm::before,
    .btn-group-sm > .btn-linkedin.btn::before,
    .btn-flickr.btn-sm::before,
    .btn-group-sm > .btn-flickr.btn::before,
    .btn-tumblr.btn-sm::before,
    .btn-group-sm > .btn-tumblr.btn::before,
    .btn-xing.btn-sm::before,
    .btn-group-sm > .btn-xing.btn::before,
    .btn-github.btn-sm::before,
    .btn-group-sm > .btn-github.btn::before,
    .btn-html5.btn-sm::before,
    .btn-group-sm > .btn-html5.btn::before,
    .btn-openid.btn-sm::before,
    .btn-group-sm > .btn-openid.btn::before,
    .btn-stack-overflow.btn-sm::before,
    .btn-group-sm > .btn-stack-overflow.btn::before,
    .btn-youtube.btn-sm::before,
    .btn-group-sm > .btn-youtube.btn::before,
    .btn-css3.btn-sm::before,
    .btn-group-sm > .btn-css3.btn::before,
    .btn-dribbble.btn-sm::before,
    .btn-group-sm > .btn-dribbble.btn::before,
    .btn-google-plus.btn-sm::before,
    .btn-group-sm > .btn-google-plus.btn::before,
    .btn-instagram.btn-sm::before,
    .btn-group-sm > .btn-instagram.btn::before,
    .btn-pinterest.btn-sm::before,
    .btn-group-sm > .btn-pinterest.btn::before,
    .btn-vk.btn-sm::before,
    .btn-group-sm > .btn-vk.btn::before,
    .btn-yahoo.btn-sm::before,
    .btn-group-sm > .btn-yahoo.btn::before,
    .btn-behance.btn-sm::before,
    .btn-group-sm > .btn-behance.btn::before,
    .btn-dropbox.btn-sm::before,
    .btn-group-sm > .btn-dropbox.btn::before,
    .btn-reddit.btn-sm::before,
    .btn-group-sm > .btn-reddit.btn::before,
    .btn-spotify.btn-sm::before,
    .btn-group-sm > .btn-spotify.btn::before,
    .btn-vine.btn-sm::before,
    .btn-group-sm > .btn-vine.btn::before,
    .btn-foursquare.btn-sm::before,
    .btn-group-sm > .btn-foursquare.btn::before,
    .btn-vimeo.btn-sm::before,
    .btn-group-sm > .btn-vimeo.btn::before {
      width: 1.64844rem;
      height: 1.64844rem;
      padding: 0.25rem 0;
      font-size: 0.76562rem;
      line-height: 1.5;
      border-radius: 0.2rem; }
    .btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span,
    .btn-twitter.btn-sm span,
    .btn-group-sm > .btn-twitter.btn span,
    .btn-linkedin.btn-sm span,
    .btn-group-sm > .btn-linkedin.btn span,
    .btn-flickr.btn-sm span,
    .btn-group-sm > .btn-flickr.btn span,
    .btn-tumblr.btn-sm span,
    .btn-group-sm > .btn-tumblr.btn span,
    .btn-xing.btn-sm span,
    .btn-group-sm > .btn-xing.btn span,
    .btn-github.btn-sm span,
    .btn-group-sm > .btn-github.btn span,
    .btn-html5.btn-sm span,
    .btn-group-sm > .btn-html5.btn span,
    .btn-openid.btn-sm span,
    .btn-group-sm > .btn-openid.btn span,
    .btn-stack-overflow.btn-sm span,
    .btn-group-sm > .btn-stack-overflow.btn span,
    .btn-youtube.btn-sm span,
    .btn-group-sm > .btn-youtube.btn span,
    .btn-css3.btn-sm span,
    .btn-group-sm > .btn-css3.btn span,
    .btn-dribbble.btn-sm span,
    .btn-group-sm > .btn-dribbble.btn span,
    .btn-google-plus.btn-sm span,
    .btn-group-sm > .btn-google-plus.btn span,
    .btn-instagram.btn-sm span,
    .btn-group-sm > .btn-instagram.btn span,
    .btn-pinterest.btn-sm span,
    .btn-group-sm > .btn-pinterest.btn span,
    .btn-vk.btn-sm span,
    .btn-group-sm > .btn-vk.btn span,
    .btn-yahoo.btn-sm span,
    .btn-group-sm > .btn-yahoo.btn span,
    .btn-behance.btn-sm span,
    .btn-group-sm > .btn-behance.btn span,
    .btn-dropbox.btn-sm span,
    .btn-group-sm > .btn-dropbox.btn span,
    .btn-reddit.btn-sm span,
    .btn-group-sm > .btn-reddit.btn span,
    .btn-spotify.btn-sm span,
    .btn-group-sm > .btn-spotify.btn span,
    .btn-vine.btn-sm span,
    .btn-group-sm > .btn-vine.btn span,
    .btn-foursquare.btn-sm span,
    .btn-group-sm > .btn-foursquare.btn span,
    .btn-vimeo.btn-sm span,
    .btn-group-sm > .btn-vimeo.btn span {
      margin-left: 1.64844rem; }
    .btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn,
    .btn-twitter.btn-sm.icon,
    .btn-group-sm > .btn-twitter.icon.btn,
    .btn-linkedin.btn-sm.icon,
    .btn-group-sm > .btn-linkedin.icon.btn,
    .btn-flickr.btn-sm.icon,
    .btn-group-sm > .btn-flickr.icon.btn,
    .btn-tumblr.btn-sm.icon,
    .btn-group-sm > .btn-tumblr.icon.btn,
    .btn-xing.btn-sm.icon,
    .btn-group-sm > .btn-xing.icon.btn,
    .btn-github.btn-sm.icon,
    .btn-group-sm > .btn-github.icon.btn,
    .btn-html5.btn-sm.icon,
    .btn-group-sm > .btn-html5.icon.btn,
    .btn-openid.btn-sm.icon,
    .btn-group-sm > .btn-openid.icon.btn,
    .btn-stack-overflow.btn-sm.icon,
    .btn-group-sm > .btn-stack-overflow.icon.btn,
    .btn-youtube.btn-sm.icon,
    .btn-group-sm > .btn-youtube.icon.btn,
    .btn-css3.btn-sm.icon,
    .btn-group-sm > .btn-css3.icon.btn,
    .btn-dribbble.btn-sm.icon,
    .btn-group-sm > .btn-dribbble.icon.btn,
    .btn-google-plus.btn-sm.icon,
    .btn-group-sm > .btn-google-plus.icon.btn,
    .btn-instagram.btn-sm.icon,
    .btn-group-sm > .btn-instagram.icon.btn,
    .btn-pinterest.btn-sm.icon,
    .btn-group-sm > .btn-pinterest.icon.btn,
    .btn-vk.btn-sm.icon,
    .btn-group-sm > .btn-vk.icon.btn,
    .btn-yahoo.btn-sm.icon,
    .btn-group-sm > .btn-yahoo.icon.btn,
    .btn-behance.btn-sm.icon,
    .btn-group-sm > .btn-behance.icon.btn,
    .btn-dropbox.btn-sm.icon,
    .btn-group-sm > .btn-dropbox.icon.btn,
    .btn-reddit.btn-sm.icon,
    .btn-group-sm > .btn-reddit.icon.btn,
    .btn-spotify.btn-sm.icon,
    .btn-group-sm > .btn-spotify.icon.btn,
    .btn-vine.btn-sm.icon,
    .btn-group-sm > .btn-vine.icon.btn,
    .btn-foursquare.btn-sm.icon,
    .btn-group-sm > .btn-foursquare.icon.btn,
    .btn-vimeo.btn-sm.icon,
    .btn-group-sm > .btn-vimeo.icon.btn {
      width: 1.64844rem;
      height: 1.64844rem; }

.btn-facebook {
  background: #3b5998; }
  .btn-facebook::before {
    content: "\F09A";
    background: #344e86; }
  .btn-facebook:hover {
    background: #344e86; }
    .btn-facebook:hover::before {
      background: #2d4373; }

.btn-twitter {
  background: #00aced; }
  .btn-twitter::before {
    content: "\F099";
    background: #0099d4; }
  .btn-twitter:hover {
    background: #0099d4; }
    .btn-twitter:hover::before {
      background: #0087ba; }

.btn-linkedin {
  background: #4875b4; }
  .btn-linkedin::before {
    content: "\F0E1";
    background: #4169a2; }
  .btn-linkedin:hover {
    background: #4169a2; }
    .btn-linkedin:hover::before {
      background: #395d90; }

.btn-flickr {
  background: #ff0084; }
  .btn-flickr::before {
    content: "\F16E";
    background: #e60077; }
  .btn-flickr:hover {
    background: #e60077; }
    .btn-flickr:hover::before {
      background: #cc006a; }

.btn-tumblr {
  background: #32506d; }
  .btn-tumblr::before {
    content: "\F173";
    background: #2a435c; }
  .btn-tumblr:hover {
    background: #2a435c; }
    .btn-tumblr:hover::before {
      background: #22364a; }

.btn-xing {
  background: #026466; }
  .btn-xing::before {
    content: "\F168";
    background: #024b4d; }
  .btn-xing:hover {
    background: #024b4d; }
    .btn-xing:hover::before {
      background: #013334; }

.btn-github {
  background: #4183c4; }
  .btn-github::before {
    content: "\F09B";
    background: #3876b4; }
  .btn-github:hover {
    background: #3876b4; }
    .btn-github:hover::before {
      background: #3269a0; }

.btn-html5 {
  background: #e34f26; }
  .btn-html5::before {
    content: "\F13B";
    background: #d4431b; }
  .btn-html5:hover {
    background: #d4431b; }
    .btn-html5:hover::before {
      background: #be3c18; }

.btn-openid {
  background: #f78c40; }
  .btn-openid::before {
    content: "\F19B";
    background: #f67d28; }
  .btn-openid:hover {
    background: #f67d28; }
    .btn-openid:hover::before {
      background: #f56f0f; }

.btn-stack-overflow {
  background: #fe7a15; }
  .btn-stack-overflow::before {
    content: "\F16C";
    background: #f86c01; }
  .btn-stack-overflow:hover {
    background: #f86c01; }
    .btn-stack-overflow:hover::before {
      background: #df6101; }

.btn-css3 {
  background: #0170ba; }
  .btn-css3::before {
    content: "\F13C";
    background: #0161a1; }
  .btn-css3:hover {
    background: #0161a1; }
    .btn-css3:hover::before {
      background: #015187; }

.btn-youtube {
  background: #b00; }
  .btn-youtube::before {
    content: "\F167";
    background: #a20000; }
  .btn-youtube:hover {
    background: #a20000; }
    .btn-youtube:hover::before {
      background: #880000; }

.btn-dribbble {
  background: #ea4c89; }
  .btn-dribbble::before {
    content: "\F17D";
    background: #e7357a; }
  .btn-dribbble:hover {
    background: #e7357a; }
    .btn-dribbble:hover::before {
      background: #e51e6b; }

.btn-google-plus {
  background: #d34836; }
  .btn-google-plus::before {
    content: "\F0D5";
    background: #c43d2b; }
  .btn-google-plus:hover {
    background: #c43d2b; }
    .btn-google-plus:hover::before {
      background: #b03626; }

.btn-instagram {
  background: #517fa4; }
  .btn-instagram::before {
    content: "\F16D";
    background: #497293; }
  .btn-instagram:hover {
    background: #497293; }
    .btn-instagram:hover::before {
      background: #406582; }

.btn-pinterest {
  background: #cb2027; }
  .btn-pinterest::before {
    content: "\F0D2";
    background: #b51d23; }
  .btn-pinterest:hover {
    background: #b51d23; }
    .btn-pinterest:hover::before {
      background: #9f191f; }

.btn-vk {
  background: #45668e; }
  .btn-vk::before {
    content: "\F189";
    background: #3d5a7d; }
  .btn-vk:hover {
    background: #3d5a7d; }
    .btn-vk:hover::before {
      background: #344d6c; }

.btn-yahoo {
  background: #400191; }
  .btn-yahoo::before {
    content: "\F19E";
    background: #350178; }
  .btn-yahoo:hover {
    background: #350178; }
    .btn-yahoo:hover::before {
      background: #2a015e; }

.btn-behance {
  background: #1769ff; }
  .btn-behance::before {
    content: "\F1B4";
    background: #0059fd; }
  .btn-behance:hover {
    background: #0059fd; }
    .btn-behance:hover::before {
      background: #0050e3; }

.btn-dropbox {
  background: #007ee5; }
  .btn-dropbox::before {
    content: "\F16B";
    background: #0070cc; }
  .btn-dropbox:hover {
    background: #0070cc; }
    .btn-dropbox:hover::before {
      background: #0062b2; }

.btn-reddit {
  background: #ff4500; }
  .btn-reddit::before {
    content: "\F1A1";
    background: #e63e00; }
  .btn-reddit:hover {
    background: #e63e00; }
    .btn-reddit:hover::before {
      background: #cc3700; }

.btn-spotify {
  background: #7ab800; }
  .btn-spotify::before {
    content: "\F1BC";
    background: #699f00; }
  .btn-spotify:hover {
    background: #699f00; }
    .btn-spotify:hover::before {
      background: #588500; }

.btn-vine {
  background: #00bf8f; }
  .btn-vine::before {
    content: "\F1CA";
    background: #00a67c; }
  .btn-vine:hover {
    background: #00a67c; }
    .btn-vine:hover::before {
      background: #008c69; }

.btn-foursquare {
  background: #1073af; }
  .btn-foursquare::before {
    content: "\F180";
    background: #0e6498; }
  .btn-foursquare:hover {
    background: #0e6498; }
    .btn-foursquare:hover::before {
      background: #0c5480; }

.btn-vimeo {
  background: #aad450; }
  .btn-vimeo::before {
    content: "\F194";
    background: #a0cf3c; }
  .btn-vimeo:hover {
    background: #a0cf3c; }
    .btn-vimeo:hover::before {
      background: #93c130; }

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #e4e6eb;
  border-left-width: .25rem;
  border-radius: .25rem; }
  .callout .chart-wrapper {
    position: absolute;
    top: 10px;
    left: 50%;
    float: right;
    width: 50%; }

.callout-bordered {
  border: 1px solid #e4e6eb;
  border-left-width: .25rem; }

.callout code {
  border-radius: .25rem; }

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem; }

.callout p:last-child {
  margin-bottom: 0; }

.callout + .callout {
  margin-top: -0.25rem; }

.callout-default {
  border-left-color: #9da0a8; }
  .callout-default h4 {
    color: #9da0a8; }

.callout-primary {
  border-left-color: #36a9e1; }
  .callout-primary h4 {
    color: #36a9e1; }

.callout-secondary {
  border-left-color: #c7cbd5; }
  .callout-secondary h4 {
    color: #c7cbd5; }

.callout-success {
  border-left-color: #bdea74; }
  .callout-success h4 {
    color: #bdea74; }

.callout-info {
  border-left-color: #67c2ef; }
  .callout-info h4 {
    color: #67c2ef; }

.callout-warning {
  border-left-color: #fabb3d; }
  .callout-warning h4 {
    color: #fabb3d; }

.callout-danger {
  border-left-color: #ff5454; }
  .callout-danger h4 {
    color: #ff5454; }

.callout-light {
  border-left-color: #f0f2f7; }
  .callout-light h4 {
    color: #f0f2f7; }

.callout-dark {
  border-left-color: #383e4b; }
  .callout-dark h4 {
    color: #383e4b; }

.callout-blue {
  border-left-color: #36a9e1; }
  .callout-blue h4 {
    color: #36a9e1; }

.callout-indigo {
  border-left-color: #6610f2; }
  .callout-indigo h4 {
    color: #6610f2; }

.callout-purple {
  border-left-color: #6f42c1; }
  .callout-purple h4 {
    color: #6f42c1; }

.callout-pink {
  border-left-color: #e83e8c; }
  .callout-pink h4 {
    color: #e83e8c; }

.callout-red {
  border-left-color: #ff5454; }
  .callout-red h4 {
    color: #ff5454; }

.callout-orange {
  border-left-color: #fabb3d; }
  .callout-orange h4 {
    color: #fabb3d; }

.callout-yellow {
  border-left-color: #ffc107; }
  .callout-yellow h4 {
    color: #ffc107; }

.callout-green {
  border-left-color: #bdea74; }
  .callout-green h4 {
    color: #bdea74; }

.callout-teal {
  border-left-color: #20c997; }
  .callout-teal h4 {
    color: #20c997; }

.callout-cyan {
  border-left-color: #67c2ef; }
  .callout-cyan h4 {
    color: #67c2ef; }

.callout-gray-100 {
  border-left-color: #f0f2f7; }
  .callout-gray-100 h4 {
    color: #f0f2f7; }

.callout-gray-200 {
  border-left-color: #e4e6eb; }
  .callout-gray-200 h4 {
    color: #e4e6eb; }

.callout-gray-300 {
  border-left-color: #c7cbd5; }
  .callout-gray-300 h4 {
    color: #c7cbd5; }

.callout-gray-400 {
  border-left-color: #869fac; }
  .callout-gray-400 h4 {
    color: #869fac; }

.callout-gray-500 {
  border-left-color: #678898; }
  .callout-gray-500 h4 {
    color: #678898; }

.callout-gray-600 {
  border-left-color: #9da0a8; }
  .callout-gray-600 h4 {
    color: #9da0a8; }

.callout-gray-700 {
  border-left-color: #3e515b; }
  .callout-gray-700 h4 {
    color: #3e515b; }

.callout-gray-800 {
  border-left-color: #383e4b; }
  .callout-gray-800 h4 {
    color: #383e4b; }

.callout-gray-900 {
  border-left-color: #151b1e; }
  .callout-gray-900 h4 {
    color: #151b1e; }

.card {
  margin-bottom: 1.5rem; }
  .card.bg-primary {
    border-color: #1c87bb; }
    .card.bg-primary .card-header {
      background-color: #29a3df;
      border-color: #1c87bb; }
  .card.bg-secondary {
    border-color: #a3a9ba; }
    .card.bg-secondary .card-header {
      background-color: #bec3ce;
      border-color: #a3a9ba; }
  .card.bg-success {
    border-color: #a3e23d; }
    .card.bg-success .card-header {
      background-color: #b7e867;
      border-color: #a3e23d; }
  .card.bg-info {
    border-color: #2dabe9; }
    .card.bg-info .card-header {
      background-color: #59bcee;
      border-color: #2dabe9; }
  .card.bg-warning {
    border-color: #f1a306; }
    .card.bg-warning .card-header {
      background-color: #fab62e;
      border-color: #f1a306; }
  .card.bg-danger {
    border-color: #ff1414; }
    .card.bg-danger .card-header {
      background-color: #ff4545;
      border-color: #ff1414; }
  .card.bg-light {
    border-color: #c6cee1; }
    .card.bg-light .card-header {
      background-color: #e6e9f2;
      border-color: #c6cee1; }
  .card.bg-dark {
    border-color: #1d2027; }
    .card.bg-dark .card-header {
      background-color: #313742;
      border-color: #1d2027; }
  .card.bg-blue {
    border-color: #1c87bb; }
    .card.bg-blue .card-header {
      background-color: #29a3df;
      border-color: #1c87bb; }
  .card.bg-indigo {
    border-color: #4c0ab8; }
    .card.bg-indigo .card-header {
      background-color: #5f0de6;
      border-color: #4c0ab8; }
  .card.bg-purple {
    border-color: #533093; }
    .card.bg-purple .card-header {
      background-color: #683cb8;
      border-color: #533093; }
  .card.bg-pink {
    border-color: #ce196c; }
    .card.bg-pink .card-header {
      background-color: #e63084;
      border-color: #ce196c; }
  .card.bg-red {
    border-color: #ff1414; }
    .card.bg-red .card-header {
      background-color: #ff4545;
      border-color: #ff1414; }
  .card.bg-orange {
    border-color: #f1a306; }
    .card.bg-orange .card-header {
      background-color: #fab62e;
      border-color: #f1a306; }
  .card.bg-yellow {
    border-color: #c69500; }
    .card.bg-yellow .card-header {
      background-color: #f7b900;
      border-color: #c69500; }
  .card.bg-green {
    border-color: #a3e23d; }
    .card.bg-green .card-header {
      background-color: #b7e867;
      border-color: #a3e23d; }
  .card.bg-teal {
    border-color: #17926e; }
    .card.bg-teal .card-header {
      background-color: #1ebc8d;
      border-color: #17926e; }
  .card.bg-cyan {
    border-color: #2dabe9; }
    .card.bg-cyan .card-header {
      background-color: #59bcee;
      border-color: #2dabe9; }
  .card.bg-gray-100 {
    border-color: #c6cee1; }
    .card.bg-gray-100 .card-header {
      background-color: #e6e9f2;
      border-color: #c6cee1; }
  .card.bg-gray-200 {
    border-color: #bfc4d0; }
    .card.bg-gray-200 .card-header {
      background-color: #dbdee4;
      border-color: #bfc4d0; }
  .card.bg-gray-300 {
    border-color: #a3a9ba; }
    .card.bg-gray-300 .card-header {
      background-color: #bec3ce;
      border-color: #a3a9ba; }
  .card.bg-gray-400 {
    border-color: #638090; }
    .card.bg-gray-400 .card-header {
      background-color: #7d98a6;
      border-color: #638090; }
  .card.bg-gray-500 {
    border-color: #4d6672; }
    .card.bg-gray-500 .card-header {
      background-color: #61808f;
      border-color: #4d6672; }
  .card.bg-gray-600 {
    border-color: #7b7f8a; }
    .card.bg-gray-600 .card-header {
      background-color: #9598a1;
      border-color: #7b7f8a; }
  .card.bg-gray-700 {
    border-color: #242f35; }
    .card.bg-gray-700 .card-header {
      background-color: #384952;
      border-color: #242f35; }
  .card.bg-gray-800 {
    border-color: #1d2027; }
    .card.bg-gray-800 .card-header {
      background-color: #313742;
      border-color: #1d2027; }
  .card.bg-gray-900 {
    border-color: black; }
    .card.bg-gray-900 .card-header {
      background-color: #0f1315;
      border-color: black; }

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important; }

.card-header .icon-bg {
  display: inline-body;
  padding: 0.75rem 1.25rem !important;
  margin-top: -0.75rem;
  margin-right: 1.25rem;
  margin-bottom: -0.75rem;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #383e4b;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid #e4e6eb; }

.card-header .nav.nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0; }
  .card-header .nav.nav-tabs .nav-item {
    border-top: 0; }
  .card-header .nav.nav-tabs .nav-link, .card-header .nav.nav-tabs .navbar .dropdown-toggle, .navbar .card-header .nav.nav-tabs .dropdown-toggle {
    padding: 0.75rem 0.625rem;
    color: #9da0a8;
    border-top: 0; }
    .card-header .nav.nav-tabs .nav-link.active, .card-header .nav.nav-tabs .navbar .active.dropdown-toggle, .navbar .card-header .nav.nav-tabs .active.dropdown-toggle {
      color: #383e4b;
      background: #fff; }

.card-header.card-header-inverse {
  color: #fff; }

.card-header .btn {
  margin-top: -0.375rem; }

.card-header .btn-sm, .card-header .btn-group-sm > .btn {
  margin-top: -0.25rem; }

.card-header .btn-lg, .card-header .btn-group-lg > .btn {
  margin-top: -0.5rem; }

.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed; }
  .card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center; }

[class*="card-outline-"] .card-body, [class*="card-outline-"] .card-block {
  background: #fff !important; }

[class*="card-outline-"].card-outline-top {
  border-top-width: 2px;
  border-right-color: #e4e6eb;
  border-bottom-color: #e4e6eb;
  border-left-color: #e4e6eb; }

.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #36a9e1; }

.card-accent-secondary {
  border-top-width: 2px;
  border-top-color: #c7cbd5; }

.card-accent-success {
  border-top-width: 2px;
  border-top-color: #bdea74; }

.card-accent-info {
  border-top-width: 2px;
  border-top-color: #67c2ef; }

.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #fabb3d; }

.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #ff5454; }

.card-accent-light {
  border-top-width: 2px;
  border-top-color: #f0f2f7; }

.card-accent-dark {
  border-top-width: 2px;
  border-top-color: #383e4b; }

.card-accent-blue {
  border-top-width: 2px;
  border-top-color: #36a9e1; }

.card-accent-indigo {
  border-top-width: 2px;
  border-top-color: #6610f2; }

.card-accent-purple {
  border-top-width: 2px;
  border-top-color: #6f42c1; }

.card-accent-pink {
  border-top-width: 2px;
  border-top-color: #e83e8c; }

.card-accent-red {
  border-top-width: 2px;
  border-top-color: #ff5454; }

.card-accent-orange {
  border-top-width: 2px;
  border-top-color: #fabb3d; }

.card-accent-yellow {
  border-top-width: 2px;
  border-top-color: #ffc107; }

.card-accent-green {
  border-top-width: 2px;
  border-top-color: #bdea74; }

.card-accent-teal {
  border-top-width: 2px;
  border-top-color: #20c997; }

.card-accent-cyan {
  border-top-width: 2px;
  border-top-color: #67c2ef; }

.card-accent-gray-100 {
  border-top-width: 2px;
  border-top-color: #f0f2f7; }

.card-accent-gray-200 {
  border-top-width: 2px;
  border-top-color: #e4e6eb; }

.card-accent-gray-300 {
  border-top-width: 2px;
  border-top-color: #c7cbd5; }

.card-accent-gray-400 {
  border-top-width: 2px;
  border-top-color: #869fac; }

.card-accent-gray-500 {
  border-top-width: 2px;
  border-top-color: #678898; }

.card-accent-gray-600 {
  border-top-width: 2px;
  border-top-color: #9da0a8; }

.card-accent-gray-700 {
  border-top-width: 2px;
  border-top-color: #3e515b; }

.card-accent-gray-800 {
  border-top-width: 2px;
  border-top-color: #383e4b; }

.card-accent-gray-900 {
  border-top-width: 2px;
  border-top-color: #151b1e; }

.card-header > i {
  margin-right: 0.5rem; }

.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0; }
  .card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: 0.75rem 0;
    margin: 0 !important;
    color: #383e4b;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #e4e6eb;
    box-shadow: 0; }
    .card-header .card-actions a:hover, .card-header .card-actions button:hover {
      text-decoration: none; }
    .card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
      display: inline-body;
      vertical-align: middle; }
    .card-header .card-actions a i, .card-header .card-actions button i {
      display: inline-body;
      transition: .4s; }
    .card-header .card-actions a .r180, .card-header .card-actions button .r180 {
      transform: rotate(180deg); }
  .card-header .card-actions .input-group {
    width: 230px;
    margin: 6px; }
    .card-header .card-actions .input-group .input-group-addon {
      background: #fff; }
    .card-header .card-actions .input-group input {
      border-left: 0; }

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #e4e6eb; }

@media (min-width: 576px) {
  .card-columns.cols-2 {
    column-count: 2; } }

.card.drag, .card .drag {
  cursor: move; }

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #c7cbd5; }

.chart-wrapper canvas {
  width: 100% !important; }

base-chart.chart {
  display: block !important; }

.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #e4e6eb; }
  .dropdown-item:last-child {
    border-bottom: 0; }
  .dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #e4e6eb;
    text-align: center; }
  .dropdown-item .badge {
    position: absolute;
    right: 10px;
    margin-top: 2px; }

.dropdown-header {
  padding: 8px 20px;
  background: #f0f2f7;
  border-bottom: 1px solid #e4e6eb; }
  .dropdown-header .btn {
    margin-top: -7px;
    color: #9da0a8; }
    .dropdown-header .btn:hover {
      color: #383e4b; }
    .dropdown-header .btn.pull-right {
      margin-right: -20px; }

.dropdown-menu-lg {
  width: 250px; }

.app-header .navbar-nav .dropdown-menu {
  position: absolute; }

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0; }

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px; }
  .row.row-equal [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.main .container-fluid {
  padding: 0;
  height: 100%; }

.input-group-addon,
.input-group-btn {
  min-width: 40px;
  white-space: nowrap;
  vertical-align: middle; }

#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  -webkit-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #36a9e1;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  -webkit-transition: width 350ms;
  transition: width 350ms; }

#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: .45; }

#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #36a9e1; }

.modal-primary .modal-content {
  border-color: #36a9e1; }

.modal-primary .modal-header {
  color: #fff;
  background-color: #36a9e1; }

.modal-secondary .modal-content {
  border-color: #c7cbd5; }

.modal-secondary .modal-header {
  color: #fff;
  background-color: #c7cbd5; }

.modal-success .modal-content {
  border-color: #bdea74; }

.modal-success .modal-header {
  color: #fff;
  background-color: #bdea74; }

.modal-info .modal-content {
  border-color: #67c2ef; }

.modal-info .modal-header {
  color: #fff;
  background-color: #67c2ef; }

.modal-warning .modal-content {
  border-color: #fabb3d; }

.modal-warning .modal-header {
  color: #fff;
  background-color: #fabb3d; }

.modal-danger .modal-content {
  border-color: #ff5454; }

.modal-danger .modal-header {
  color: #fff;
  background-color: #ff5454; }

.modal-light .modal-content {
  border-color: #f0f2f7; }

.modal-light .modal-header {
  color: #fff;
  background-color: #f0f2f7; }

.modal-dark .modal-content {
  border-color: #383e4b; }

.modal-dark .modal-header {
  color: #fff;
  background-color: #383e4b; }

.modal-blue .modal-content {
  border-color: #36a9e1; }

.modal-blue .modal-header {
  color: #fff;
  background-color: #36a9e1; }

.modal-indigo .modal-content {
  border-color: #6610f2; }

.modal-indigo .modal-header {
  color: #fff;
  background-color: #6610f2; }

.modal-purple .modal-content {
  border-color: #6f42c1; }

.modal-purple .modal-header {
  color: #fff;
  background-color: #6f42c1; }

.modal-pink .modal-content {
  border-color: #e83e8c; }

.modal-pink .modal-header {
  color: #fff;
  background-color: #e83e8c; }

.modal-red .modal-content {
  border-color: #ff5454; }

.modal-red .modal-header {
  color: #fff;
  background-color: #ff5454; }

.modal-orange .modal-content {
  border-color: #fabb3d; }

.modal-orange .modal-header {
  color: #fff;
  background-color: #fabb3d; }

.modal-yellow .modal-content {
  border-color: #ffc107; }

.modal-yellow .modal-header {
  color: #fff;
  background-color: #ffc107; }

.modal-green .modal-content {
  border-color: #bdea74; }

.modal-green .modal-header {
  color: #fff;
  background-color: #bdea74; }

.modal-teal .modal-content {
  border-color: #20c997; }

.modal-teal .modal-header {
  color: #fff;
  background-color: #20c997; }

.modal-cyan .modal-content {
  border-color: #67c2ef; }

.modal-cyan .modal-header {
  color: #fff;
  background-color: #67c2ef; }

.modal-gray-100 .modal-content {
  border-color: #f0f2f7; }

.modal-gray-100 .modal-header {
  color: #fff;
  background-color: #f0f2f7; }

.modal-gray-200 .modal-content {
  border-color: #e4e6eb; }

.modal-gray-200 .modal-header {
  color: #fff;
  background-color: #e4e6eb; }

.modal-gray-300 .modal-content {
  border-color: #c7cbd5; }

.modal-gray-300 .modal-header {
  color: #fff;
  background-color: #c7cbd5; }

.modal-gray-400 .modal-content {
  border-color: #869fac; }

.modal-gray-400 .modal-header {
  color: #fff;
  background-color: #869fac; }

.modal-gray-500 .modal-content {
  border-color: #678898; }

.modal-gray-500 .modal-header {
  color: #fff;
  background-color: #678898; }

.modal-gray-600 .modal-content {
  border-color: #9da0a8; }

.modal-gray-600 .modal-header {
  color: #fff;
  background-color: #9da0a8; }

.modal-gray-700 .modal-content {
  border-color: #3e515b; }

.modal-gray-700 .modal-header {
  color: #fff;
  background-color: #3e515b; }

.modal-gray-800 .modal-content {
  border-color: #383e4b; }

.modal-gray-800 .modal-header {
  color: #fff;
  background-color: #383e4b; }

.modal-gray-900 .modal-content {
  border-color: #151b1e; }

.modal-gray-900 .modal-header {
  color: #fff;
  background-color: #151b1e; }

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
  color: #9da0a8; }
  .nav-tabs .nav-link:hover, .nav-tabs .navbar .dropdown-toggle:hover, .navbar .nav-tabs .dropdown-toggle:hover {
    cursor: pointer; }
  .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle {
    color: #383e4b;
    background: #fff;
    border-color: #e4e6eb;
    border-bottom-color: #fff; }
    .nav-tabs .nav-link.active:focus, .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs .active.dropdown-toggle:focus {
      background: #fff;
      border-color: #e4e6eb;
      border-bottom-color: #fff; }

.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #e4e6eb; }
  .tab-content .tab-pane {
    padding: 1rem; }

.card-block .tab-content {
  margin-top: 0;
  border: 0; }

.app-header.navbar {
  position: relative;
  flex-direction: row;
  height: 60px;
  padding: 0;
  margin: 0; }
  .app-header.navbar .navbar-brand {
    display: flex;
    color: white;
    font-weight: 700;
    font-size: 24px;
    padding-left: 50px; }
    .app-header.navbar .navbar-brand:hover, .app-header.navbar .navbar-brand:active {
      color: white; }
  .app-header.navbar .navbar-toggler {
    min-width: 50px;
    max-width: 50px;
    padding: 0.25rem 0;
    outline: 0; }
    .app-header.navbar .navbar-toggler:hover .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e6e6e6' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .app-header.navbar .navbar-toggler-icon {
    height: 23px;
    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='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .app-header.navbar .navbar-nav {
    flex-direction: row;
    align-items: center; }
  .app-header.navbar .nav-item {
    position: relative;
    min-width: 50px;
    margin: 0 !important;
    text-align: center; }
    .app-header.navbar .nav-item button {
      margin: 0 auto; }
    .app-header.navbar .nav-item .nav-link, .app-header.navbar .nav-item .dropdown-toggle {
      padding-top: 0;
      padding-bottom: 0;
      background: 0;
      border: 0; }
      .app-header.navbar .nav-item .nav-link .badge, .app-header.navbar .nav-item .dropdown-toggle .badge {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: 0; }
      .app-header.navbar .nav-item .nav-link > .img-avatar, .app-header.navbar .nav-item .dropdown-toggle > .img-avatar {
        height: 40px;
        margin: 0 10px; }
  .app-header.navbar .dropdown-menu {
    padding-bottom: 0;
    line-height: 1.5; }
  .app-header.navbar .dropdown-item {
    min-width: 180px; }

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

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
  color: #fff; }
  .navbar-nav .nav-link:hover, .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-nav .dropdown-toggle:hover, .navbar-nav .nav-link:focus, .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-nav .dropdown-toggle:focus {
    color: #e6e6e6; }

.navbar-nav .open > .nav-link, .navbar-nav .navbar .open > .dropdown-toggle, .navbar .navbar-nav .open > .dropdown-toggle, .navbar-nav .open > .nav-link:hover, .navbar-nav .navbar .open > .dropdown-toggle:hover, .navbar .navbar-nav .open > .dropdown-toggle:hover, .navbar-nav .open > .nav-link:focus, .navbar-nav .navbar .open > .dropdown-toggle:focus, .navbar .navbar-nav .open > .dropdown-toggle:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-nav .active > .dropdown-toggle,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .navbar .active > .dropdown-toggle:hover,
.navbar .navbar-nav .active > .dropdown-toggle:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .navbar .active > .dropdown-toggle:focus,
.navbar .navbar-nav .active > .dropdown-toggle:focus,
.navbar-nav .nav-link.open,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar-nav .nav-link.active,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle,
.navbar-nav .nav-link.active:hover,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar .navbar-nav .active.dropdown-toggle:hover,
.navbar-nav .nav-link.active:focus,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:focus {
  color: #cccccc; }

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.progress-xs {
  height: 4px; }

.progress-sm {
  height: 8px; }

.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important; }
  .progress-white .progress-bar {
    background-color: #fff; }

.sidebar {
  display: flex;
  flex-direction: column;
  padding: 43px 0 0 0;
  color: #fff;
  background-image: url(./img/sidebar-bg.aeadd6825d819b24b251a3abcf91edf3.svg), linear-gradient(to bottom, #52a1ff, #09dde0);
  background-size: cover; }
  .sidebar .sidebar-close {
    position: absolute;
    right: 0;
    display: none;
    padding: 0 1rem;
    font-size: 24px;
    font-weight: 800;
    line-height: 60px;
    color: #fff;
    background: 0;
    border: 0;
    opacity: .8; }
    .sidebar .sidebar-close:hover {
      opacity: 1; }
  .sidebar .sidebar-header {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.2); }
  .sidebar .sidebar-form .form-control {
    color: #fff;
    background: #22262e;
    border: 0; }
    .sidebar .sidebar-form .form-control::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .sidebar .sidebar-nav {
    position: relative;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 250px; }
    .sidebar .sidebar-nav::-webkit-scrollbar {
      position: absolute;
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .sidebar .sidebar-nav::-webkit-scrollbar-track {
      background-color: #434a5a;
      border-right: 1px solid #2d323c;
      border-left: 1px solid #2d323c; }
    .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #22262e;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
  .sidebar .nav {
    width: 250px;
    flex-direction: column;
    min-height: 100%; }
  .sidebar .nav-title {
    padding: 0.95rem 1rem;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  .sidebar .nav-divider, .sidebar .divider {
    height: 10px; }
  .sidebar .nav-item {
    position: relative;
    margin: 0;
    transition: background .3s ease-in-out; }
  .sidebar .nav-dropdown-items {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    transition: max-height .3s ease-in-out; }
    .sidebar .nav-dropdown-items .nav-item {
      padding: 0;
      list-style: none; }
  .sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
      display: inline-block;
      width: 20px;
      margin: 0 15px 0 0;
      font-size: 14px;
      color: #fff;
      text-align: center; }
    .sidebar .nav-link .badge, .sidebar .navbar .dropdown-toggle .badge, .navbar .sidebar .dropdown-toggle .badge {
      float: right;
      margin-top: 2px; }
    .sidebar .nav-link.active, .sidebar .navbar .active.dropdown-toggle, .navbar .sidebar .active.dropdown-toggle {
      color: #fff;
      background: rgba(0, 16, 54, 0.7); }
      .sidebar .nav-link.active i, .sidebar .navbar .active.dropdown-toggle i, .navbar .sidebar .active.dropdown-toggle i {
        color: #fff; }
    .sidebar .nav-link:hover, .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar .dropdown-toggle:hover {
      color: #fff;
      background: rgba(0, 16, 54, 0.7); }
      .sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:hover i, .navbar .sidebar .dropdown-toggle:hover i {
        color: #fff; }
      .sidebar .nav-link:hover.nav-dropdown-toggle::before, .sidebar .navbar .dropdown-toggle:hover.nav-dropdown-toggle::before, .navbar .sidebar .dropdown-toggle:hover.nav-dropdown-toggle::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"); }
    .sidebar .nav-link.nav-link-primary, .sidebar .navbar .nav-link-primary.dropdown-toggle, .navbar .sidebar .nav-link-primary.dropdown-toggle {
      background: #36a9e1; }
      .sidebar .nav-link.nav-link-primary i, .sidebar .navbar .nav-link-primary.dropdown-toggle i, .navbar .sidebar .nav-link-primary.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-primary:hover, .sidebar .navbar .nav-link-primary.dropdown-toggle:hover, .navbar .sidebar .nav-link-primary.dropdown-toggle:hover {
        background: #219fdd !important; }
        .sidebar .nav-link.nav-link-primary:hover i, .sidebar .navbar .nav-link-primary.dropdown-toggle:hover i, .navbar .sidebar .nav-link-primary.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-secondary, .sidebar .navbar .nav-link-secondary.dropdown-toggle, .navbar .sidebar .nav-link-secondary.dropdown-toggle {
      background: #c7cbd5; }
      .sidebar .nav-link.nav-link-secondary i, .sidebar .navbar .nav-link-secondary.dropdown-toggle i, .navbar .sidebar .nav-link-secondary.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-secondary:hover, .sidebar .navbar .nav-link-secondary.dropdown-toggle:hover, .navbar .sidebar .nav-link-secondary.dropdown-toggle:hover {
        background: #b8bdca !important; }
        .sidebar .nav-link.nav-link-secondary:hover i, .sidebar .navbar .nav-link-secondary.dropdown-toggle:hover i, .navbar .sidebar .nav-link-secondary.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-success, .sidebar .navbar .nav-link-success.dropdown-toggle, .navbar .sidebar .nav-link-success.dropdown-toggle {
      background: #bdea74; }
      .sidebar .nav-link.nav-link-success i, .sidebar .navbar .nav-link-success.dropdown-toggle i, .navbar .sidebar .nav-link-success.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-success:hover, .sidebar .navbar .nav-link-success.dropdown-toggle:hover, .navbar .sidebar .nav-link-success.dropdown-toggle:hover {
        background: #b2e75e !important; }
        .sidebar .nav-link.nav-link-success:hover i, .sidebar .navbar .nav-link-success.dropdown-toggle:hover i, .navbar .sidebar .nav-link-success.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-info, .sidebar .navbar .nav-link-info.dropdown-toggle, .navbar .sidebar .nav-link-info.dropdown-toggle {
      background: #67c2ef; }
      .sidebar .nav-link.nav-link-info i, .sidebar .navbar .nav-link-info.dropdown-toggle i, .navbar .sidebar .nav-link-info.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-info:hover, .sidebar .navbar .nav-link-info.dropdown-toggle:hover, .navbar .sidebar .nav-link-info.dropdown-toggle:hover {
        background: #50b9ed !important; }
        .sidebar .nav-link.nav-link-info:hover i, .sidebar .navbar .nav-link-info.dropdown-toggle:hover i, .navbar .sidebar .nav-link-info.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-warning, .sidebar .navbar .nav-link-warning.dropdown-toggle, .navbar .sidebar .nav-link-warning.dropdown-toggle {
      background: #fabb3d; }
      .sidebar .nav-link.nav-link-warning i, .sidebar .navbar .nav-link-warning.dropdown-toggle i, .navbar .sidebar .nav-link-warning.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-warning:hover, .sidebar .navbar .nav-link-warning.dropdown-toggle:hover, .navbar .sidebar .nav-link-warning.dropdown-toggle:hover {
        background: #f9b224 !important; }
        .sidebar .nav-link.nav-link-warning:hover i, .sidebar .navbar .nav-link-warning.dropdown-toggle:hover i, .navbar .sidebar .nav-link-warning.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-danger, .sidebar .navbar .nav-link-danger.dropdown-toggle, .navbar .sidebar .nav-link-danger.dropdown-toggle {
      background: #ff5454; }
      .sidebar .nav-link.nav-link-danger i, .sidebar .navbar .nav-link-danger.dropdown-toggle i, .navbar .sidebar .nav-link-danger.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-danger:hover, .sidebar .navbar .nav-link-danger.dropdown-toggle:hover, .navbar .sidebar .nav-link-danger.dropdown-toggle:hover {
        background: #ff3b3b !important; }
        .sidebar .nav-link.nav-link-danger:hover i, .sidebar .navbar .nav-link-danger.dropdown-toggle:hover i, .navbar .sidebar .nav-link-danger.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-light, .sidebar .navbar .nav-link-light.dropdown-toggle, .navbar .sidebar .nav-link-light.dropdown-toggle {
      background: #f0f2f7; }
      .sidebar .nav-link.nav-link-light i, .sidebar .navbar .nav-link-light.dropdown-toggle i, .navbar .sidebar .nav-link-light.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-light:hover, .sidebar .navbar .nav-link-light.dropdown-toggle:hover, .navbar .sidebar .nav-link-light.dropdown-toggle:hover {
        background: #dfe4ee !important; }
        .sidebar .nav-link.nav-link-light:hover i, .sidebar .navbar .nav-link-light.dropdown-toggle:hover i, .navbar .sidebar .nav-link-light.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-dark, .sidebar .navbar .nav-link-dark.dropdown-toggle, .navbar .sidebar .nav-link-dark.dropdown-toggle {
      background: #383e4b; }
      .sidebar .nav-link.nav-link-dark i, .sidebar .navbar .nav-link-dark.dropdown-toggle i, .navbar .sidebar .nav-link-dark.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-dark:hover, .sidebar .navbar .nav-link-dark.dropdown-toggle:hover, .navbar .sidebar .nav-link-dark.dropdown-toggle:hover {
        background: #2d323c !important; }
        .sidebar .nav-link.nav-link-dark:hover i, .sidebar .navbar .nav-link-dark.dropdown-toggle:hover i, .navbar .sidebar .nav-link-dark.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-blue, .sidebar .navbar .nav-link-blue.dropdown-toggle, .navbar .sidebar .nav-link-blue.dropdown-toggle {
      background: #36a9e1; }
      .sidebar .nav-link.nav-link-blue i, .sidebar .navbar .nav-link-blue.dropdown-toggle i, .navbar .sidebar .nav-link-blue.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-blue:hover, .sidebar .navbar .nav-link-blue.dropdown-toggle:hover, .navbar .sidebar .nav-link-blue.dropdown-toggle:hover {
        background: #219fdd !important; }
        .sidebar .nav-link.nav-link-blue:hover i, .sidebar .navbar .nav-link-blue.dropdown-toggle:hover i, .navbar .sidebar .nav-link-blue.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-indigo, .sidebar .navbar .nav-link-indigo.dropdown-toggle, .navbar .sidebar .nav-link-indigo.dropdown-toggle {
      background: #6610f2; }
      .sidebar .nav-link.nav-link-indigo i, .sidebar .navbar .nav-link-indigo.dropdown-toggle i, .navbar .sidebar .nav-link-indigo.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-indigo:hover, .sidebar .navbar .nav-link-indigo.dropdown-toggle:hover, .navbar .sidebar .nav-link-indigo.dropdown-toggle:hover {
        background: #5b0cdd !important; }
        .sidebar .nav-link.nav-link-indigo:hover i, .sidebar .navbar .nav-link-indigo.dropdown-toggle:hover i, .navbar .sidebar .nav-link-indigo.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-purple, .sidebar .navbar .nav-link-purple.dropdown-toggle, .navbar .sidebar .nav-link-purple.dropdown-toggle {
      background: #6f42c1; }
      .sidebar .nav-link.nav-link-purple i, .sidebar .navbar .nav-link-purple.dropdown-toggle i, .navbar .sidebar .nav-link-purple.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-purple:hover, .sidebar .navbar .nav-link-purple.dropdown-toggle:hover, .navbar .sidebar .nav-link-purple.dropdown-toggle:hover {
        background: #643ab0 !important; }
        .sidebar .nav-link.nav-link-purple:hover i, .sidebar .navbar .nav-link-purple.dropdown-toggle:hover i, .navbar .sidebar .nav-link-purple.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-pink, .sidebar .navbar .nav-link-pink.dropdown-toggle, .navbar .sidebar .nav-link-pink.dropdown-toggle {
      background: #e83e8c; }
      .sidebar .nav-link.nav-link-pink i, .sidebar .navbar .nav-link-pink.dropdown-toggle i, .navbar .sidebar .nav-link-pink.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-pink:hover, .sidebar .navbar .nav-link-pink.dropdown-toggle:hover, .navbar .sidebar .nav-link-pink.dropdown-toggle:hover {
        background: #e5277e !important; }
        .sidebar .nav-link.nav-link-pink:hover i, .sidebar .navbar .nav-link-pink.dropdown-toggle:hover i, .navbar .sidebar .nav-link-pink.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-red, .sidebar .navbar .nav-link-red.dropdown-toggle, .navbar .sidebar .nav-link-red.dropdown-toggle {
      background: #ff5454; }
      .sidebar .nav-link.nav-link-red i, .sidebar .navbar .nav-link-red.dropdown-toggle i, .navbar .sidebar .nav-link-red.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-red:hover, .sidebar .navbar .nav-link-red.dropdown-toggle:hover, .navbar .sidebar .nav-link-red.dropdown-toggle:hover {
        background: #ff3b3b !important; }
        .sidebar .nav-link.nav-link-red:hover i, .sidebar .navbar .nav-link-red.dropdown-toggle:hover i, .navbar .sidebar .nav-link-red.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-orange, .sidebar .navbar .nav-link-orange.dropdown-toggle, .navbar .sidebar .nav-link-orange.dropdown-toggle {
      background: #fabb3d; }
      .sidebar .nav-link.nav-link-orange i, .sidebar .navbar .nav-link-orange.dropdown-toggle i, .navbar .sidebar .nav-link-orange.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-orange:hover, .sidebar .navbar .nav-link-orange.dropdown-toggle:hover, .navbar .sidebar .nav-link-orange.dropdown-toggle:hover {
        background: #f9b224 !important; }
        .sidebar .nav-link.nav-link-orange:hover i, .sidebar .navbar .nav-link-orange.dropdown-toggle:hover i, .navbar .sidebar .nav-link-orange.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-yellow, .sidebar .navbar .nav-link-yellow.dropdown-toggle, .navbar .sidebar .nav-link-yellow.dropdown-toggle {
      background: #ffc107; }
      .sidebar .nav-link.nav-link-yellow i, .sidebar .navbar .nav-link-yellow.dropdown-toggle i, .navbar .sidebar .nav-link-yellow.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-yellow:hover, .sidebar .navbar .nav-link-yellow.dropdown-toggle:hover, .navbar .sidebar .nav-link-yellow.dropdown-toggle:hover {
        background: #edb100 !important; }
        .sidebar .nav-link.nav-link-yellow:hover i, .sidebar .navbar .nav-link-yellow.dropdown-toggle:hover i, .navbar .sidebar .nav-link-yellow.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-green, .sidebar .navbar .nav-link-green.dropdown-toggle, .navbar .sidebar .nav-link-green.dropdown-toggle {
      background: #bdea74; }
      .sidebar .nav-link.nav-link-green i, .sidebar .navbar .nav-link-green.dropdown-toggle i, .navbar .sidebar .nav-link-green.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-green:hover, .sidebar .navbar .nav-link-green.dropdown-toggle:hover, .navbar .sidebar .nav-link-green.dropdown-toggle:hover {
        background: #b2e75e !important; }
        .sidebar .nav-link.nav-link-green:hover i, .sidebar .navbar .nav-link-green.dropdown-toggle:hover i, .navbar .sidebar .nav-link-green.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-teal, .sidebar .navbar .nav-link-teal.dropdown-toggle, .navbar .sidebar .nav-link-teal.dropdown-toggle {
      background: #20c997; }
      .sidebar .nav-link.nav-link-teal i, .sidebar .navbar .nav-link-teal.dropdown-toggle i, .navbar .sidebar .nav-link-teal.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-teal:hover, .sidebar .navbar .nav-link-teal.dropdown-toggle:hover, .navbar .sidebar .nav-link-teal.dropdown-toggle:hover {
        background: #1cb386 !important; }
        .sidebar .nav-link.nav-link-teal:hover i, .sidebar .navbar .nav-link-teal.dropdown-toggle:hover i, .navbar .sidebar .nav-link-teal.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-cyan, .sidebar .navbar .nav-link-cyan.dropdown-toggle, .navbar .sidebar .nav-link-cyan.dropdown-toggle {
      background: #67c2ef; }
      .sidebar .nav-link.nav-link-cyan i, .sidebar .navbar .nav-link-cyan.dropdown-toggle i, .navbar .sidebar .nav-link-cyan.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-cyan:hover, .sidebar .navbar .nav-link-cyan.dropdown-toggle:hover, .navbar .sidebar .nav-link-cyan.dropdown-toggle:hover {
        background: #50b9ed !important; }
        .sidebar .nav-link.nav-link-cyan:hover i, .sidebar .navbar .nav-link-cyan.dropdown-toggle:hover i, .navbar .sidebar .nav-link-cyan.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-100, .sidebar .navbar .nav-link-gray-100.dropdown-toggle, .navbar .sidebar .nav-link-gray-100.dropdown-toggle {
      background: #f0f2f7; }
      .sidebar .nav-link.nav-link-gray-100 i, .sidebar .navbar .nav-link-gray-100.dropdown-toggle i, .navbar .sidebar .nav-link-gray-100.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-100:hover, .sidebar .navbar .nav-link-gray-100.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-100.dropdown-toggle:hover {
        background: #dfe4ee !important; }
        .sidebar .nav-link.nav-link-gray-100:hover i, .sidebar .navbar .nav-link-gray-100.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-100.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-200, .sidebar .navbar .nav-link-gray-200.dropdown-toggle, .navbar .sidebar .nav-link-gray-200.dropdown-toggle {
      background: #e4e6eb; }
      .sidebar .nav-link.nav-link-gray-200 i, .sidebar .navbar .nav-link-gray-200.dropdown-toggle i, .navbar .sidebar .nav-link-gray-200.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-200:hover, .sidebar .navbar .nav-link-gray-200.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-200.dropdown-toggle:hover {
        background: #d5d8e0 !important; }
        .sidebar .nav-link.nav-link-gray-200:hover i, .sidebar .navbar .nav-link-gray-200.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-200.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-300, .sidebar .navbar .nav-link-gray-300.dropdown-toggle, .navbar .sidebar .nav-link-gray-300.dropdown-toggle {
      background: #c7cbd5; }
      .sidebar .nav-link.nav-link-gray-300 i, .sidebar .navbar .nav-link-gray-300.dropdown-toggle i, .navbar .sidebar .nav-link-gray-300.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-300:hover, .sidebar .navbar .nav-link-gray-300.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-300.dropdown-toggle:hover {
        background: #b8bdca !important; }
        .sidebar .nav-link.nav-link-gray-300:hover i, .sidebar .navbar .nav-link-gray-300.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-300.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-400, .sidebar .navbar .nav-link-gray-400.dropdown-toggle, .navbar .sidebar .nav-link-gray-400.dropdown-toggle {
      background: #869fac; }
      .sidebar .nav-link.nav-link-gray-400 i, .sidebar .navbar .nav-link-gray-400.dropdown-toggle i, .navbar .sidebar .nav-link-gray-400.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-400:hover, .sidebar .navbar .nav-link-gray-400.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-400.dropdown-toggle:hover {
        background: #7793a2 !important; }
        .sidebar .nav-link.nav-link-gray-400:hover i, .sidebar .navbar .nav-link-gray-400.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-400.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-500, .sidebar .navbar .nav-link-gray-500.dropdown-toggle, .navbar .sidebar .nav-link-gray-500.dropdown-toggle {
      background: #678898; }
      .sidebar .nav-link.nav-link-gray-500 i, .sidebar .navbar .nav-link-gray-500.dropdown-toggle i, .navbar .sidebar .nav-link-gray-500.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-500:hover, .sidebar .navbar .nav-link-gray-500.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-500.dropdown-toggle:hover {
        background: #5d7a89 !important; }
        .sidebar .nav-link.nav-link-gray-500:hover i, .sidebar .navbar .nav-link-gray-500.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-500.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-600, .sidebar .navbar .nav-link-gray-600.dropdown-toggle, .navbar .sidebar .nav-link-gray-600.dropdown-toggle {
      background: #9da0a8; }
      .sidebar .nav-link.nav-link-gray-600 i, .sidebar .navbar .nav-link-gray-600.dropdown-toggle i, .navbar .sidebar .nav-link-gray-600.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-600:hover, .sidebar .navbar .nav-link-gray-600.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-600.dropdown-toggle:hover {
        background: #8f939c !important; }
        .sidebar .nav-link.nav-link-gray-600:hover i, .sidebar .navbar .nav-link-gray-600.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-600.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-700, .sidebar .navbar .nav-link-gray-700.dropdown-toggle, .navbar .sidebar .nav-link-gray-700.dropdown-toggle {
      background: #3e515b; }
      .sidebar .nav-link.nav-link-gray-700 i, .sidebar .navbar .nav-link-gray-700.dropdown-toggle i, .navbar .sidebar .nav-link-gray-700.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-700:hover, .sidebar .navbar .nav-link-gray-700.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-700.dropdown-toggle:hover {
        background: #34444c !important; }
        .sidebar .nav-link.nav-link-gray-700:hover i, .sidebar .navbar .nav-link-gray-700.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-700.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-800, .sidebar .navbar .nav-link-gray-800.dropdown-toggle, .navbar .sidebar .nav-link-gray-800.dropdown-toggle {
      background: #383e4b; }
      .sidebar .nav-link.nav-link-gray-800 i, .sidebar .navbar .nav-link-gray-800.dropdown-toggle i, .navbar .sidebar .nav-link-gray-800.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-800:hover, .sidebar .navbar .nav-link-gray-800.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-800.dropdown-toggle:hover {
        background: #2d323c !important; }
        .sidebar .nav-link.nav-link-gray-800:hover i, .sidebar .navbar .nav-link-gray-800.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-800.dropdown-toggle:hover i {
          color: #fff; }
    .sidebar .nav-link.nav-link-gray-900, .sidebar .navbar .nav-link-gray-900.dropdown-toggle, .navbar .sidebar .nav-link-gray-900.dropdown-toggle {
      background: #151b1e; }
      .sidebar .nav-link.nav-link-gray-900 i, .sidebar .navbar .nav-link-gray-900.dropdown-toggle i, .navbar .sidebar .nav-link-gray-900.dropdown-toggle i {
        color: rgba(255, 255, 255, 0.7); }
      .sidebar .nav-link.nav-link-gray-900:hover, .sidebar .navbar .nav-link-gray-900.dropdown-toggle:hover, .navbar .sidebar .nav-link-gray-900.dropdown-toggle:hover {
        background: #0b0e0f !important; }
        .sidebar .nav-link.nav-link-gray-900:hover i, .sidebar .navbar .nav-link-gray-900.dropdown-toggle:hover i, .navbar .sidebar .nav-link-gray-900.dropdown-toggle:hover i {
          color: #fff; }
  .sidebar .nav-dropdown-toggle {
    position: relative; }
    .sidebar .nav-dropdown-toggle::before {
      position: absolute;
      top: 50%;
      right: 1rem;
      display: block;
      width: 8px;
      height: 8px;
      padding: 0;
      margin-top: -4px;
      content: "";
      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='%239da0a8' 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");
      background-repeat: no-repeat;
      background-position: center;
      transition: transform .3s; }
  .sidebar .nav-dropdown.open {
    background: transparent; }
    .sidebar .nav-dropdown.open > .nav-dropdown-items {
      max-height: 1500px; }
    .sidebar .nav-dropdown.open .nav-link, .sidebar .nav-dropdown.open .navbar .dropdown-toggle, .navbar .sidebar .nav-dropdown.open .dropdown-toggle {
      color: #fff;
      border-left: 0 !important; }
    .sidebar .nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, .sidebar .navbar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
      transform: rotate(-90deg); }
    .sidebar .nav-dropdown.open .nav-dropdown.open {
      border-left: 0; }
  .sidebar .nav-label {
    display: block;
    padding: 0.09375rem 1rem;
    color: rgba(255, 255, 255, 0.5); }
    .sidebar .nav-label:hover {
      color: #fff;
      text-decoration: none; }
    .sidebar .nav-label i {
      width: 20px;
      margin: -3px 0.5rem 0 0;
      font-size: 10px;
      color: #fff;
      text-align: center;
      vertical-align: middle; }
  .sidebar .progress {
    background-color: #596277 !important; }
  .sidebar .sidebar-footer {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2); }
  .sidebar .sidebar-minimizer {
    position: relative;
    flex: 0 0 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0; }
    .sidebar .sidebar-minimizer::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      content: "";
      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='%239da0a8' 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");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12.5px;
      transition: .3s; }
    .sidebar .sidebar-minimizer:focus, .sidebar .sidebar-minimizer.focus {
      outline: 0; }
    .sidebar .sidebar-minimizer:hover {
      background-color: rgba(0, 0, 0, 0.3); }
      .sidebar .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 (min-width: 992px) {
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px; }
  .sidebar-compact .sidebar .nav {
    width: 150px; }
    .sidebar-compact .sidebar .nav .nav-title {
      text-align: center; }
    .sidebar-compact .sidebar .nav .nav-item {
      width: 150px;
      border-left: 0 !important; }
      .sidebar-compact .sidebar .nav .nav-item .nav-link, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle {
        text-align: center; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link i, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle i {
          display: block;
          width: 100%;
          margin: 0.25rem 0;
          font-size: 24px; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link .badge, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle .badge {
          position: absolute;
          top: 18px;
          right: 10px; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before, .sidebar-compact .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-compact .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
          top: 30px; }
  .sidebar-minimized .hidden-cn {
    display: none; }
  .sidebar-minimized .sidebar {
    z-index: 1019; }
    .sidebar-minimized .sidebar .sidebar-nav {
      overflow: visible;
      width: 50px; }
    .sidebar-minimized .sidebar .nav {
      width: 50px; }
    .sidebar-minimized .sidebar .nav-divider, .sidebar-minimized .sidebar .divider,
    .sidebar-minimized .sidebar .nav-title,
    .sidebar-minimized .sidebar .sidebar-footer,
    .sidebar-minimized .sidebar .sidebar-form,
    .sidebar-minimized .sidebar .sidebar-header {
      display: none; }
    .sidebar-minimized .sidebar .sidebar-minimizer::before {
      width: 100%;
      transform: rotate(-180deg); }
    .sidebar-minimized .sidebar .nav-item {
      width: 50px;
      overflow: hidden;
      border-left: 0 !important; }
      .sidebar-minimized .sidebar .nav-item:hover {
        width: 300px;
        overflow: visible; }
        .sidebar-minimized .sidebar .nav-item:hover > .nav-link, .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle {
          background: rgba(0, 16, 54, 0.7); }
          .sidebar-minimized .sidebar .nav-item:hover > .nav-link i, .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle i {
            color: #fff; }
    .sidebar-minimized .sidebar .nav-link, .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .dropdown-toggle {
      position: relative;
      padding-left: 0;
      margin: 0;
      white-space: nowrap;
      border-left: 0 !important; }
      .sidebar-minimized .sidebar .nav-link i, .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .dropdown-toggle i {
        display: block;
        float: left;
        width: 50px;
        font-size: 18px; }
      .sidebar-minimized .sidebar .nav-link .badge, .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge, .navbar .sidebar-minimized .sidebar .dropdown-toggle .badge {
        position: absolute;
        right: 15px;
        display: none; }
      .sidebar-minimized .sidebar .nav-link:hover, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover {
        width: 300px;
        background: rgba(0, 16, 54, 0.7); }
        .sidebar-minimized .sidebar .nav-link:hover .badge, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover .badge, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover .badge {
          display: inline; }
      .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before, .sidebar-minimized .sidebar .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-minimized .sidebar .nav-dropdown-toggle.dropdown-toggle::before {
        display: none; }
    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
      width: 250px; }
      .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link, .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .dropdown-toggle {
        width: 250px; }
    .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
      display: none;
      max-height: 1000px;
      background: #383e4b; }
    .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
      background: rgba(0, 16, 54, 0.7); }
      .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
        position: absolute;
        left: 50px;
        display: inline; } }

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px; }
  .switch.switch-default.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-default.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-default.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-default.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-default.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-default.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
      left: 14px; }
  .switch.switch-default.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-default.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-default.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
      left: 10px; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-text .switch-label::before,
  .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-text .switch-label::before {
    right: 1px;
    color: #e4e6eb;
    content: attr(data-off); }
  .switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-text.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-text.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-text.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-text.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-text.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-text.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-text.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-text.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-text.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: 'Arial';
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-icon .switch-label::before,
  .switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-icon .switch-label::before {
    right: 1px;
    color: #e4e6eb;
    content: attr(data-off); }
  .switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px; }
  .switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-icon.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-icon.switch-lg .switch-handle {
      width: 24px;
      height: 24px; }
    .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
      left: 30px; }
  .switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-icon.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-icon.switch-sm .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
      left: 22px; }
  .switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-icon.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-icon.switch-xs .switch-handle {
      width: 12px;
      height: 12px; }
    .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
      left: 18px; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f0f2f7;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-radius: 1px;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px; }
  .switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-3d.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-3d.switch-lg .switch-handle {
      width: 28px;
      height: 28px; }
    .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
      left: 20px; }
  .switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-3d.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-3d.switch-sm .switch-handle {
      width: 20px;
      height: 20px; }
    .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
      left: 12px; }
  .switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-3d.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-3d.switch-xs .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
      left: 8px; }

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important; }

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important; }

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #36a9e1 !important;
  border-color: #1e8fc6; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #1e8fc6; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #36a9e1; }
  .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #36a9e1; }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #36a9e1; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #36a9e1; }
  .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #36a9e1; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #36a9e1 !important;
  border-color: #36a9e1; }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #c7cbd5 !important;
  border-color: #aab0bf; }

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #aab0bf; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #c7cbd5; }
  .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #c7cbd5; }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #c7cbd5; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #c7cbd5; }
  .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #c7cbd5; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #c7cbd5 !important;
  border-color: #c7cbd5; }

.switch-success > .switch-input:checked ~ .switch-label {
  background: #bdea74 !important;
  border-color: #a8e348; }

.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #a8e348; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #bdea74; }
  .switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #bdea74; }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #bdea74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #bdea74; }
  .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #bdea74; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #bdea74 !important;
  border-color: #bdea74; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #67c2ef !important;
  border-color: #39afea; }

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #39afea; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #67c2ef; }
  .switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #67c2ef; }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #67c2ef; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #67c2ef; }
  .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #67c2ef; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #67c2ef !important;
  border-color: #67c2ef; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #fabb3d !important;
  border-color: #f9aa0b; }

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #f9aa0b; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fabb3d; }
  .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #fabb3d; }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #fabb3d; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fabb3d; }
  .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #fabb3d; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #fabb3d !important;
  border-color: #fabb3d; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #ff5454 !important;
  border-color: #ff2121; }

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #ff2121; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ff5454; }
  .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #ff5454; }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ff5454; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ff5454; }
  .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ff5454; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ff5454 !important;
  border-color: #ff5454; }

.switch-light > .switch-input:checked ~ .switch-label {
  background: #f0f2f7 !important;
  border-color: #cfd5e5; }

.switch-light > .switch-input:checked ~ .switch-handle {
  border-color: #cfd5e5; }

.switch-light-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f2f7; }
  .switch-light-outline > .switch-input:checked ~ .switch-label::after {
    color: #f0f2f7; }

.switch-light-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f0f2f7; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f2f7; }
  .switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f0f2f7; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f0f2f7 !important;
  border-color: #f0f2f7; }

.switch-dark > .switch-input:checked ~ .switch-label {
  background: #383e4b !important;
  border-color: #22262e; }

.switch-dark > .switch-input:checked ~ .switch-handle {
  border-color: #22262e; }

.switch-dark-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #383e4b; }
  .switch-dark-outline > .switch-input:checked ~ .switch-label::after {
    color: #383e4b; }

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
  border-color: #383e4b; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #383e4b; }
  .switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #383e4b; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #383e4b !important;
  border-color: #383e4b; }

.switch-blue > .switch-input:checked ~ .switch-label {
  background: #36a9e1 !important;
  border-color: #1e8fc6; }

.switch-blue > .switch-input:checked ~ .switch-handle {
  border-color: #1e8fc6; }

.switch-blue-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #36a9e1; }
  .switch-blue-outline > .switch-input:checked ~ .switch-label::after {
    color: #36a9e1; }

.switch-blue-outline > .switch-input:checked ~ .switch-handle {
  border-color: #36a9e1; }

.switch-blue-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #36a9e1; }
  .switch-blue-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #36a9e1; }

.switch-blue-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #36a9e1 !important;
  border-color: #36a9e1; }

.switch-indigo > .switch-input:checked ~ .switch-label {
  background: #6610f2 !important;
  border-color: #510bc4; }

.switch-indigo > .switch-input:checked ~ .switch-handle {
  border-color: #510bc4; }

.switch-indigo-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6610f2; }
  .switch-indigo-outline > .switch-input:checked ~ .switch-label::after {
    color: #6610f2; }

.switch-indigo-outline > .switch-input:checked ~ .switch-handle {
  border-color: #6610f2; }

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6610f2; }
  .switch-indigo-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #6610f2; }

.switch-indigo-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #6610f2 !important;
  border-color: #6610f2; }

.switch-purple > .switch-input:checked ~ .switch-label {
  background: #6f42c1 !important;
  border-color: #59339d; }

.switch-purple > .switch-input:checked ~ .switch-handle {
  border-color: #59339d; }

.switch-purple-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6f42c1; }
  .switch-purple-outline > .switch-input:checked ~ .switch-label::after {
    color: #6f42c1; }

.switch-purple-outline > .switch-input:checked ~ .switch-handle {
  border-color: #6f42c1; }

.switch-purple-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #6f42c1; }
  .switch-purple-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #6f42c1; }

.switch-purple-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #6f42c1 !important;
  border-color: #6f42c1; }

.switch-pink > .switch-input:checked ~ .switch-label {
  background: #e83e8c !important;
  border-color: #d91a72; }

.switch-pink > .switch-input:checked ~ .switch-handle {
  border-color: #d91a72; }

.switch-pink-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e83e8c; }
  .switch-pink-outline > .switch-input:checked ~ .switch-label::after {
    color: #e83e8c; }

.switch-pink-outline > .switch-input:checked ~ .switch-handle {
  border-color: #e83e8c; }

.switch-pink-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e83e8c; }
  .switch-pink-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #e83e8c; }

.switch-pink-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #e83e8c !important;
  border-color: #e83e8c; }

.switch-red > .switch-input:checked ~ .switch-label {
  background: #ff5454 !important;
  border-color: #ff2121; }

.switch-red > .switch-input:checked ~ .switch-handle {
  border-color: #ff2121; }

.switch-red-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ff5454; }
  .switch-red-outline > .switch-input:checked ~ .switch-label::after {
    color: #ff5454; }

.switch-red-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ff5454; }

.switch-red-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ff5454; }
  .switch-red-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ff5454; }

.switch-red-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ff5454 !important;
  border-color: #ff5454; }

.switch-orange > .switch-input:checked ~ .switch-label {
  background: #fabb3d !important;
  border-color: #f9aa0b; }

.switch-orange > .switch-input:checked ~ .switch-handle {
  border-color: #f9aa0b; }

.switch-orange-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fabb3d; }
  .switch-orange-outline > .switch-input:checked ~ .switch-label::after {
    color: #fabb3d; }

.switch-orange-outline > .switch-input:checked ~ .switch-handle {
  border-color: #fabb3d; }

.switch-orange-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #fabb3d; }
  .switch-orange-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #fabb3d; }

.switch-orange-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #fabb3d !important;
  border-color: #fabb3d; }

.switch-yellow > .switch-input:checked ~ .switch-label {
  background: #ffc107 !important;
  border-color: #d39e00; }

.switch-yellow > .switch-input:checked ~ .switch-handle {
  border-color: #d39e00; }

.switch-yellow-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107; }
  .switch-yellow-outline > .switch-input:checked ~ .switch-label::after {
    color: #ffc107; }

.switch-yellow-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ffc107; }

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107; }
  .switch-yellow-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ffc107; }

.switch-yellow-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ffc107 !important;
  border-color: #ffc107; }

.switch-green > .switch-input:checked ~ .switch-label {
  background: #bdea74 !important;
  border-color: #a8e348; }

.switch-green > .switch-input:checked ~ .switch-handle {
  border-color: #a8e348; }

.switch-green-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #bdea74; }
  .switch-green-outline > .switch-input:checked ~ .switch-label::after {
    color: #bdea74; }

.switch-green-outline > .switch-input:checked ~ .switch-handle {
  border-color: #bdea74; }

.switch-green-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #bdea74; }
  .switch-green-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #bdea74; }

.switch-green-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #bdea74 !important;
  border-color: #bdea74; }

.switch-teal > .switch-input:checked ~ .switch-label {
  background: #20c997 !important;
  border-color: #199d76; }

.switch-teal > .switch-input:checked ~ .switch-handle {
  border-color: #199d76; }

.switch-teal-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #20c997; }
  .switch-teal-outline > .switch-input:checked ~ .switch-label::after {
    color: #20c997; }

.switch-teal-outline > .switch-input:checked ~ .switch-handle {
  border-color: #20c997; }

.switch-teal-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #20c997; }
  .switch-teal-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #20c997; }

.switch-teal-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #20c997 !important;
  border-color: #20c997; }

.switch-cyan > .switch-input:checked ~ .switch-label {
  background: #67c2ef !important;
  border-color: #39afea; }

.switch-cyan > .switch-input:checked ~ .switch-handle {
  border-color: #39afea; }

.switch-cyan-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #67c2ef; }
  .switch-cyan-outline > .switch-input:checked ~ .switch-label::after {
    color: #67c2ef; }

.switch-cyan-outline > .switch-input:checked ~ .switch-handle {
  border-color: #67c2ef; }

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #67c2ef; }
  .switch-cyan-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #67c2ef; }

.switch-cyan-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #67c2ef !important;
  border-color: #67c2ef; }

.switch-gray-100 > .switch-input:checked ~ .switch-label {
  background: #f0f2f7 !important;
  border-color: #cfd5e5; }

.switch-gray-100 > .switch-input:checked ~ .switch-handle {
  border-color: #cfd5e5; }

.switch-gray-100-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f2f7; }
  .switch-gray-100-outline > .switch-input:checked ~ .switch-label::after {
    color: #f0f2f7; }

.switch-gray-100-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f0f2f7; }

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f0f2f7; }
  .switch-gray-100-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f0f2f7; }

.switch-gray-100-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f0f2f7 !important;
  border-color: #f0f2f7; }

.switch-gray-200 > .switch-input:checked ~ .switch-label {
  background: #e4e6eb !important;
  border-color: #c7cbd5; }

.switch-gray-200 > .switch-input:checked ~ .switch-handle {
  border-color: #c7cbd5; }

.switch-gray-200-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e4e6eb; }
  .switch-gray-200-outline > .switch-input:checked ~ .switch-label::after {
    color: #e4e6eb; }

.switch-gray-200-outline > .switch-input:checked ~ .switch-handle {
  border-color: #e4e6eb; }

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #e4e6eb; }
  .switch-gray-200-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #e4e6eb; }

.switch-gray-200-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #e4e6eb !important;
  border-color: #e4e6eb; }

.switch-gray-300 > .switch-input:checked ~ .switch-label {
  background: #c7cbd5 !important;
  border-color: #aab0bf; }

.switch-gray-300 > .switch-input:checked ~ .switch-handle {
  border-color: #aab0bf; }

.switch-gray-300-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #c7cbd5; }
  .switch-gray-300-outline > .switch-input:checked ~ .switch-label::after {
    color: #c7cbd5; }

.switch-gray-300-outline > .switch-input:checked ~ .switch-handle {
  border-color: #c7cbd5; }

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #c7cbd5; }
  .switch-gray-300-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #c7cbd5; }

.switch-gray-300-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #c7cbd5 !important;
  border-color: #c7cbd5; }

.switch-gray-400 > .switch-input:checked ~ .switch-label {
  background: #869fac !important;
  border-color: #688797; }

.switch-gray-400 > .switch-input:checked ~ .switch-handle {
  border-color: #688797; }

.switch-gray-400-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #869fac; }
  .switch-gray-400-outline > .switch-input:checked ~ .switch-label::after {
    color: #869fac; }

.switch-gray-400-outline > .switch-input:checked ~ .switch-handle {
  border-color: #869fac; }

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #869fac; }
  .switch-gray-400-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #869fac; }

.switch-gray-400-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #869fac !important;
  border-color: #869fac; }

.switch-gray-500 > .switch-input:checked ~ .switch-label {
  background: #678898 !important;
  border-color: #526d7a; }

.switch-gray-500 > .switch-input:checked ~ .switch-handle {
  border-color: #526d7a; }

.switch-gray-500-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #678898; }
  .switch-gray-500-outline > .switch-input:checked ~ .switch-label::after {
    color: #678898; }

.switch-gray-500-outline > .switch-input:checked ~ .switch-handle {
  border-color: #678898; }

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #678898; }
  .switch-gray-500-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #678898; }

.switch-gray-500-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #678898 !important;
  border-color: #678898; }

.switch-gray-600 > .switch-input:checked ~ .switch-label {
  background: #9da0a8 !important;
  border-color: #828690; }

.switch-gray-600 > .switch-input:checked ~ .switch-handle {
  border-color: #828690; }

.switch-gray-600-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #9da0a8; }
  .switch-gray-600-outline > .switch-input:checked ~ .switch-label::after {
    color: #9da0a8; }

.switch-gray-600-outline > .switch-input:checked ~ .switch-handle {
  border-color: #9da0a8; }

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #9da0a8; }
  .switch-gray-600-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #9da0a8; }

.switch-gray-600-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #9da0a8 !important;
  border-color: #9da0a8; }

.switch-gray-700 > .switch-input:checked ~ .switch-label {
  background: #3e515b !important;
  border-color: #29363d; }

.switch-gray-700 > .switch-input:checked ~ .switch-handle {
  border-color: #29363d; }

.switch-gray-700-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #3e515b; }
  .switch-gray-700-outline > .switch-input:checked ~ .switch-label::after {
    color: #3e515b; }

.switch-gray-700-outline > .switch-input:checked ~ .switch-handle {
  border-color: #3e515b; }

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #3e515b; }
  .switch-gray-700-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #3e515b; }

.switch-gray-700-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #3e515b !important;
  border-color: #3e515b; }

.switch-gray-800 > .switch-input:checked ~ .switch-label {
  background: #383e4b !important;
  border-color: #22262e; }

.switch-gray-800 > .switch-input:checked ~ .switch-handle {
  border-color: #22262e; }

.switch-gray-800-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #383e4b; }
  .switch-gray-800-outline > .switch-input:checked ~ .switch-label::after {
    color: #383e4b; }

.switch-gray-800-outline > .switch-input:checked ~ .switch-handle {
  border-color: #383e4b; }

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #383e4b; }
  .switch-gray-800-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #383e4b; }

.switch-gray-800-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #383e4b !important;
  border-color: #383e4b; }

.switch-gray-900 > .switch-input:checked ~ .switch-label {
  background: #151b1e !important;
  border-color: black; }

.switch-gray-900 > .switch-input:checked ~ .switch-handle {
  border-color: black; }

.switch-gray-900-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #151b1e; }
  .switch-gray-900-outline > .switch-input:checked ~ .switch-label::after {
    color: #151b1e; }

.switch-gray-900-outline > .switch-input:checked ~ .switch-handle {
  border-color: #151b1e; }

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #151b1e; }
  .switch-gray-900-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #151b1e; }

.switch-gray-900-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #151b1e !important;
  border-color: #151b1e; }

.table-outline {
  border: 1px solid #c7cbd5; }
  .table-outline td {
    vertical-align: middle; }

.table-align-middle td {
  vertical-align: middle; }

.table-clear td {
  border: 0; }

.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 0.25rem; }
  .social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #e4e6eb;
    border-radius: 0.25rem 0.25rem 0 0; }
  .social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0; }
    .social-box .chart-wrapper canvas {
      width: 100% !important;
      height: 90px !important; }
  .social-box ul {
    padding: 10px 0;
    list-style: none; }
    .social-box ul li {
      display: block;
      float: left;
      width: 50%; }
      .social-box ul li:first-child {
        border-right: 1px solid #e4e6eb; }
      .social-box ul li strong {
        display: block;
        font-size: 20px; }
      .social-box ul li span {
        font-size: 10px;
        font-weight: 500;
        color: #e4e6eb;
        text-transform: uppercase; }
  .social-box.facebook i {
    color: #fff;
    background: #3b5998; }
  .social-box.twitter i {
    color: #fff;
    background: #00aced; }
  .social-box.linkedin i {
    color: #fff;
    background: #4875b4; }
  .social-box.google-plus i {
    color: #fff;
    background: #d34836; }

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none; }
  .horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
    .horizontal-bars li .title {
      width: 100px;
      font-size: 12px;
      font-weight: 600;
      color: #9da0a8;
      vertical-align: middle; }
    .horizontal-bars li .bars {
      position: absolute;
      top: 15px;
      width: 100%;
      padding-left: 100px; }
      .horizontal-bars li .bars .progress:first-child {
        margin-bottom: 2px; }
    .horizontal-bars li.legend {
      text-align: center; }
      .horizontal-bars li.legend .badge {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0; }
    .horizontal-bars li.divider {
      height: 40px; }
      .horizontal-bars li.divider i {
        margin: 0 !important; }
  .horizontal-bars.type-2 li {
    overflow: hidden; }
    .horizontal-bars.type-2 li i {
      display: inline-block;
      margin-right: 1rem;
      margin-left: 5px;
      font-size: 18px;
      line-height: 40px; }
    .horizontal-bars.type-2 li .title {
      display: inline-block;
      width: auto;
      margin-top: -9px;
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 40px;
      color: #383e4b; }
    .horizontal-bars.type-2 li .value {
      float: right;
      font-weight: 600; }
    .horizontal-bars.type-2 li .bars {
      position: absolute;
      top: auto;
      bottom: 0;
      padding: 0; }

.icons-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    .icons-list li i {
      display: block;
      float: left;
      width: 35px !important;
      height: 35px !important;
      margin: 2px;
      line-height: 35px !important;
      text-align: center; }
    .icons-list li .desc {
      height: 40px;
      margin-left: 50px;
      border-bottom: 1px solid #e4e6eb; }
      .icons-list li .desc .title {
        padding: 2px 0 0;
        margin: 0; }
      .icons-list li .desc small {
        display: block;
        margin-top: -4px;
        color: #9da0a8; }
    .icons-list li .value {
      position: absolute;
      top: 2px;
      right: 45px;
      text-align: right; }
      .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    .icons-list li .actions {
      position: absolute;
      top: -4px;
      right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .icons-list li .actions i {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: normal; }
    .icons-list li.divider {
      height: 40px; }
      .icons-list li.divider i {
        width: auto;
        height: auto;
        margin: 2px 0 0;
        font-size: 18px; }

@media all and (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column; } }

.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.app-header {
  flex: 0 0 60px;
  background: #001340;
  background-image: url(./img/header-bg.6614a9b0ac048fae78307974eec176ae.svg), linear-gradient(to bottom, #001340, #000e31), linear-gradient(to right, rgba(82, 161, 255, 0.1), rgba(9, 221, 224, 0.3));
  background-size: cover; }

.app-footer {
  flex: 0 0 50px; }

.app-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: hidden;
  background: white; }
  .app-body .main {
    flex: 1;
    min-width: 0; }
  .app-body .sidebar {
    flex: 0 0 250px;
    order: -1; }
  .app-body .aside-menu {
    flex: 0 0 250px; }

.header-fixed .app-header {
  position: fixed;
  z-index: 1020;
  width: 100%; }

.header-fixed .app-body {
  margin-top: 60px; }

.sidebar-hidden .sidebar {
  margin-left: -250px; }

.sidebar-fixed .sidebar {
  position: fixed;
  z-index: 1019;
  width: 250px;
  height: calc(100vh - 60px); }

.sidebar-fixed .main, .sidebar-fixed .app-footer {
  margin-left: 250px; }

.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0; }

.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 1019;
  height: calc(100vh - 60px); }

@media (min-width: 992px) {
  .sidebar-compact .sidebar {
    flex: 0 0 150px; }
  .sidebar-compact.sidebar-hidden .sidebar {
    margin-left: -150px; }
  .sidebar-compact.sidebar-fixed .main, .sidebar-compact.sidebar-fixed .app-footer {
    margin-left: 150px; }
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px; }
  .sidebar-compact.sidebar-fixed.sidebar-hidden .main, .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; }
  .sidebar-compact .sidebar-minimizer {
    display: none; }
  .sidebar-minimized .sidebar {
    flex: 0 0 50px; }
  .sidebar-minimized.sidebar-hidden .sidebar {
    margin-left: -50px; }
  .sidebar-minimized.sidebar-fixed .main, .sidebar-minimized.sidebar-fixed .app-footer {
    margin-left: 50px; }
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px; }
  .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; } }

.aside-menu-hidden .aside-menu {
  margin-right: -250px; }

.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%; }
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 60px); }

.aside-menu-fixed .main, .aside-menu-fixed .app-footer {
  margin-right: 250px; }

.aside-menu-fixed.aside-menu-hidden .main, .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0; }

.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%; }
  .aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 60px); }

.breadcrumb-fixed .main {
  padding-top: 3.875rem; }

.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 1018; }

.breadcrumb-fixed .main:nth-child(2) .breadcrumb {
  right: 250px;
  left: 250px; }

.breadcrumb-fixed .main:first-child .breadcrumb {
  right: 250px;
  left: 0; }

.breadcrumb-fixed .main:last-child .breadcrumb {
  right: 0; }

.breadcrumb-fixed.sidebar-minimized .main .breadcrumb {
  left: 50px; }

.breadcrumb-fixed.sidebar-hidden .main .breadcrumb, .breadcrumb-fixed.sidebar-off-canvas .main .breadcrumb {
  left: 0; }

.breadcrumb-fixed.aside-menu-hidden .main .breadcrumb, .breadcrumb-fixed.aside-menu-off-canvas .main .breadcrumb {
  right: 0; }

.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px; }

.footer-fixed .app-body {
  margin-bottom: 50px; }

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s; }

.sidebar-nav {
  transition: width 0.25s; }

.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s; }

@media (max-width: 991.98px) {
  .app-header.navbar {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    text-align: center; }
    .app-header.navbar .navbar-toggler {
      color: #fff; }
    .app-header.navbar .navbar-brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding-left: 0; }
    .app-header.navbar .header__username {
      margin-right: 20px; }
  .app-body {
    margin-top: 60px; }
  .breadcrumb-fixed .main:nth-child(2) .breadcrumb {
    right: auto;
    left: auto;
    width: 100%; }
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 250px;
    height: calc(100vh - 60px);
    margin-left: -250px; }
    .sidebar .sidebar-nav,
    .sidebar .nav {
      width: 250px;
      min-height: calc(100vh - 60px); }
    .sidebar .sidebar-minimizer {
      display: none; }
  .main, .app-footer {
    margin-left: 0 !important; }
  .sidebar-hidden .sidebar {
    margin-left: -250px; }
  .sidebar-mobile-show .sidebar {
    width: 250px;
    margin-left: 0; }
  .sidebar-mobile-show .main {
    margin-right: -250px !important;
    margin-left: 250px !important; } }

hr.transparent {
  border-top: 1px solid transparent; }

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
  color: #fff; }

.b-a-0 {
  border: 0 !important; }

.b-t-0 {
  border-top: 0 !important; }

.b-r-0 {
  border-right: 0 !important; }

.b-b-0 {
  border-bottom: 0 !important; }

.b-l-0 {
  border-left: 0 !important; }

.b-a-1 {
  border: 1px solid #e4e6eb !important; }

.b-t-1 {
  border-top: 1px solid #e4e6eb !important; }

.b-r-1 {
  border-right: 1px solid #e4e6eb !important; }

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

.b-l-1 {
  border-left: 1px solid #e4e6eb !important; }

.b-a-2 {
  border: 2px solid #e4e6eb !important; }

.b-t-2 {
  border-top: 2px solid #e4e6eb !important; }

.b-r-2 {
  border-right: 2px solid #e4e6eb !important; }

.b-b-2 {
  border-bottom: 2px solid #e4e6eb !important; }

.b-l-2 {
  border-left: 2px solid #e4e6eb !important; }

@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important; } }

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important; } }

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important; } }

.d-xl-down-none {
  display: none !important; }

.label-pill {
  border-radius: 1rem !important; }

.open > a, .show > a {
  outline: 0; }

.navbar .dropdown-toggle .img-avatar {
  height: 40px;
  margin: 0 10px; }

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }
  *[dir="rtl"] ul {
    -webkit-padding-start: 0; }
  *[dir="rtl"] table tr th {
    text-align: right; }
  *[dir="rtl"] .breadcrumb-item {
    float: right; }
  *[dir="rtl"] .breadcrumb-menu {
    right: auto;
    left: 2rem; }
  *[dir="rtl"] .dropdown-item {
    text-align: right; }
    *[dir="rtl"] .dropdown-item i {
      margin-right: -10px;
      margin-left: 10px; }
    *[dir="rtl"] .dropdown-item .badge {
      right: auto;
      left: 10px; }
  *[dir="rtl"] .sidebar-hidden .sidebar {
    margin-right: -250px; }
  *[dir="rtl"] .sidebar-fixed .main, *[dir="rtl"] .sidebar-fixed .app-footer {
    margin-right: 250px; }
  *[dir="rtl"] .sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-fixed.sidebar-hidden .app-footer {
    margin-right: 0; }
  *[dir="rtl"] .sidebar-minimized .sidebar {
    flex: 0 0 50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-hidden .sidebar {
    margin-right: -50px;
    margin-left: 0; }
  *[dir="rtl"] .sidebar-minimized.sidebar-fixed .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed .app-footer {
    margin-right: 50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; }
  *[dir="rtl"] .aside-menu-hidden .aside-menu {
    margin-right: 0;
    margin-left: -250px; }
  *[dir="rtl"] .aside-menu-fixed .aside-menu {
    right: auto;
    left: 0; }
  *[dir="rtl"] .aside-menu-fixed .main, *[dir="rtl"] .aside-menu-fixed .app-footer {
    margin-left: 250px; }
  *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .main, *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .app-footer {
    margin-left: 0; }
  *[dir="rtl"] .aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 1019;
    height: 100%; }
    *[dir="rtl"] .aside-menu-off-canvas .aside-menu .tab-content {
      height: calc(100vh - 2.375rem - 60px); }
  *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle {
    direction: rtl; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link i, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle i, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle i {
      margin: 0 0 0 0.5rem; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link .badge, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle .badge {
      float: left;
      margin-top: 2px; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
      position: absolute;
      right: auto !important;
      left: 1rem;
      transform: rotate(180deg); }
  *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .navbar .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
    transform: rotate(270deg); }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle {
    padding-right: 0; }
    *[dir="rtl"] .sidebar-minimized .sidebar .nav-link i, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle i {
      float: right;
      padding: 0;
      margin: 0; }
    *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle .badge {
      right: auto;
      left: 15px; }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    right: 50px;
    left: 0; }
  *[dir="rtl"] .horizontal-bars li .bars {
    padding-right: 100px;
    padding-left: 0; }
    *[dir="rtl"] .horizontal-bars li .bars .progress:first-child {
      margin-bottom: 2px; }
  *[dir="rtl"] .horizontal-bars.type-2 li i {
    margin-right: 5px;
    margin-left: 1rem; }
  *[dir="rtl"] .horizontal-bars.type-2 li .value {
    float: left;
    font-weight: 600; }
  *[dir="rtl"] .horizontal-bars.type-2 li .bars {
    padding: 0; }
  *[dir="rtl"] .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    *[dir="rtl"] .icons-list li i {
      float: right; }
    *[dir="rtl"] .icons-list li .desc {
      margin-right: 50px;
      margin-left: 0; }
    *[dir="rtl"] .icons-list li .value {
      right: auto;
      left: 45px;
      text-align: left; }
      *[dir="rtl"] .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    *[dir="rtl"] .icons-list li .actions {
      right: auto;
      left: 10px; }
  *[dir="rtl"] .callout {
    border: 0 solid #e4e6eb;
    border-right-width: .25rem; }
    *[dir="rtl"] .callout.callout-primary {
      border-right-color: #36a9e1; }
    *[dir="rtl"] .callout.callout-secondary {
      border-right-color: #c7cbd5; }
    *[dir="rtl"] .callout.callout-success {
      border-right-color: #bdea74; }
    *[dir="rtl"] .callout.callout-info {
      border-right-color: #67c2ef; }
    *[dir="rtl"] .callout.callout-warning {
      border-right-color: #fabb3d; }
    *[dir="rtl"] .callout.callout-danger {
      border-right-color: #ff5454; }
    *[dir="rtl"] .callout.callout-light {
      border-right-color: #f0f2f7; }
    *[dir="rtl"] .callout.callout-dark {
      border-right-color: #383e4b; }
    *[dir="rtl"] .callout.callout-blue {
      border-right-color: #36a9e1; }
    *[dir="rtl"] .callout.callout-indigo {
      border-right-color: #6610f2; }
    *[dir="rtl"] .callout.callout-purple {
      border-right-color: #6f42c1; }
    *[dir="rtl"] .callout.callout-pink {
      border-right-color: #e83e8c; }
    *[dir="rtl"] .callout.callout-red {
      border-right-color: #ff5454; }
    *[dir="rtl"] .callout.callout-orange {
      border-right-color: #fabb3d; }
    *[dir="rtl"] .callout.callout-yellow {
      border-right-color: #ffc107; }
    *[dir="rtl"] .callout.callout-green {
      border-right-color: #bdea74; }
    *[dir="rtl"] .callout.callout-teal {
      border-right-color: #20c997; }
    *[dir="rtl"] .callout.callout-cyan {
      border-right-color: #67c2ef; }
    *[dir="rtl"] .callout.callout-gray-100 {
      border-right-color: #f0f2f7; }
    *[dir="rtl"] .callout.callout-gray-200 {
      border-right-color: #e4e6eb; }
    *[dir="rtl"] .callout.callout-gray-300 {
      border-right-color: #c7cbd5; }
    *[dir="rtl"] .callout.callout-gray-400 {
      border-right-color: #869fac; }
    *[dir="rtl"] .callout.callout-gray-500 {
      border-right-color: #678898; }
    *[dir="rtl"] .callout.callout-gray-600 {
      border-right-color: #9da0a8; }
    *[dir="rtl"] .callout.callout-gray-700 {
      border-right-color: #3e515b; }
    *[dir="rtl"] .callout.callout-gray-800 {
      border-right-color: #383e4b; }
    *[dir="rtl"] .callout.callout-gray-900 {
      border-right-color: #151b1e; }
    *[dir="rtl"] .callout .chart-wrapper {
      left: 0;
      float: left; }
  *[dir="rtl"] .callout-default {
    border-right-color: #9da0a8; }

.email-app {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #e4e6eb; }
  .email-app nav {
    flex: 0 0 200px;
    padding: 1rem;
    border-right: 1px solid #e4e6eb; }
    .email-app nav .btn-block {
      margin-bottom: 15px; }
    .email-app nav .nav {
      flex-direction: column; }
      .email-app nav .nav .nav-item {
        position: relative; }
        .email-app nav .nav .nav-item .nav-link, .email-app nav .nav .nav-item .navbar .dropdown-toggle, .navbar .email-app nav .nav .nav-item .dropdown-toggle {
          color: #383e4b;
          border-bottom: 1px solid #e4e6eb; }
          .email-app nav .nav .nav-item .nav-link i, .email-app nav .nav .nav-item .navbar .dropdown-toggle i, .navbar .email-app nav .nav .nav-item .dropdown-toggle i {
            width: 20px;
            margin: 0 10px 0 0;
            font-size: 14px;
            text-align: center; }
          .email-app nav .nav .nav-item .nav-link .badge, .email-app nav .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .email-app nav .nav .nav-item .dropdown-toggle .badge {
            float: right;
            margin-top: 4px;
            margin-left: 10px; }
  .email-app main {
    min-width: 0;
    flex: 1;
    padding: 1rem; }
  .email-app .inbox .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e6eb; }
  .email-app .inbox .messages {
    padding: 0;
    list-style: none; }
  .email-app .inbox .message {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    cursor: pointer;
    border-bottom: 1px solid #e4e6eb; }
    .email-app .inbox .message:hover {
      background: #f0f2f7; }
    .email-app .inbox .message .actions {
      position: absolute;
      left: 0;
      display: flex;
      flex-direction: column; }
      .email-app .inbox .message .actions .action {
        width: 2rem;
        margin-bottom: 0.5rem;
        color: #c7cbd5;
        text-align: center; }
    .email-app .inbox .message a {
      color: #000; }
      .email-app .inbox .message a:hover {
        text-decoration: none; }
    .email-app .inbox .message.unread .header, .email-app .inbox .message.unread .title {
      font-weight: bold; }
    .email-app .inbox .message .header {
      display: flex;
      flex-direction: row;
      margin-bottom: 0.5rem; }
      .email-app .inbox .message .header .date {
        margin-left: auto; }
    .email-app .inbox .message .title {
      margin-bottom: 0.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .email-app .inbox .message .description {
      font-size: 12px; }
  .email-app .message .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e6eb; }
  .email-app .message .details .title {
    padding: 1rem 0;
    font-weight: bold; }
  .email-app .message .details .header {
    display: flex;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #e4e6eb;
    border-bottom: 1px solid #e4e6eb; }
    .email-app .message .details .header .avatar {
      width: 40px;
      height: 40px;
      margin-right: 1rem; }
    .email-app .message .details .header .from {
      font-size: 12px;
      color: #9da0a8;
      align-self: center; }
      .email-app .message .details .header .from span {
        display: block;
        font-weight: bold; }
    .email-app .message .details .header .date {
      margin-left: auto; }
  .email-app .message .details .attachments {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-top: 3px solid #f0f2f7;
    border-bottom: 3px solid #f0f2f7; }
    .email-app .message .details .attachments .attachment {
      display: flex;
      margin: 0.5rem 0;
      font-size: 12px;
      align-self: center; }
      .email-app .message .details .attachments .attachment .badge {
        margin: 0 0.5rem;
        line-height: inherit; }
      .email-app .message .details .attachments .attachment .menu {
        margin-left: auto; }
        .email-app .message .details .attachments .attachment .menu a {
          padding: 0 0.5rem;
          font-size: 14px;
          color: #e4e6eb; }

@media (max-width: 767.98px) {
  .email-app {
    flex-direction: column; }
    .email-app nav {
      flex: 0 0 100%; } }

@media (max-width: 575.98px) {
  .email-app .message .header {
    flex-flow: row wrap; }
    .email-app .message .header .date {
      flex: 0 0 100%; } }

.card, .social-box {
  border-top-width: 0;
  border-bottom-width: 2px; }

[class*="card-outline-"] {
  border-top-width: 1px !important; }

[class*="card-accent-"] {
  border-top-width: 2px !important; }

.aside-menu .nav-tabs .nav-link, .aside-menu .nav-tabs .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .dropdown-toggle,
.aside-menu .callout {
  border-radius: 0; }

.main {
  background-color: #f5f5f5;
  margin: 0 !important; }

.sign-out {
  margin: 15px 30px 0 0;
  align-self: flex-end;
  padding: 5px 15px;
  font-weight: 500; }

.sign-in {
  margin: 15px 30px 0 0;
  align-self: flex-end;
  padding: 5px 15px;
  font-weight: 500; }

.form-control:not(:disabled) {
  border-color: #afaf9d; }

.form-control:disabled {
  opacity: 0.7 !important; }

.react-datepicker-wrapper {
  width: 100%; }

.react-datepicker__input-container {
  width: 100%; }

.react-datepicker__close-icon {
  position: relative;
  top: -9px;
  right: 55px; }
  .react-datepicker__close-icon:after {
    background: transparent;
    color: #5c6979;
    font-size: 24px; }

.Select-control {
  width: 100%;
  border-radius: 4px;
  border: solid 2px #5c6979;
  font-size: 16px;
  font-weight: 300;
  transition: .3s ease; }
  .Select-control:hover {
    border: solid 2px #52a1ff; }

.Select {
  margin-bottom: 20px; }
  .Select.is-focused .Select-control {
    outline: 0;
    box-shadow: 0 2px 12px 0 rgba(82, 161, 255, 0.2) !important;
    border: solid 2p;
    border-color: #52a1ff !important; }

.select_error .Select-control {
  border-color: #ee5353 !important; }

.Select-value {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
  vertical-align: middle !important; }
  .Select-value:first-child {
    margin-left: 8px !important; }

.Select-multi-value-wrapper {
  height: 100%; }

.Select-arrow-zone {
  padding-right: 25px !important; }

.Select-placeholder {
  line-height: 56px;
  padding-left: 25px; }

.Select-input {
  height: 52px; }
  .Select-input input {
    height: 37px; }

.withoutScroll {
  overflow: hidden; }

.mgrpdf-navigation__controls--next, .mgrpdf-navigation__controls--previous {
  padding: 3px 14px;
  border: 2px solid #333f55;
  border-radius: 4px;
  font-size: 22px;
  color: #333f55; }

.mgrpdf-navigation__controls--pages {
  margin: 0 13px;
  color: #333f55;
  font-size: 18px; }

.mgrpdf-navigation__controls--wrapper {
  padding-bottom: 25px;
  background-color: #ffffff !important; }

/* new styles */
.nav-title.nav-item_static {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5); }

/* ui-kit */
.linkButton {
  font-size: 16px;
  font-weight: bold;
  color: #52a1ff;
  text-decoration: underline;
  background: white;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 4px;
  transition: .3s ease; }
  .linkButton:active, .linkButton:hover, .linkButton:focus {
    outline: 0;
    text-decoration: none; }

.input {
  height: 56px;
  padding: 15px 25px;
  width: 100%;
  border-radius: 4px;
  border: solid 2px #5c6979;
  font-size: 16px;
  font-weight: 300;
  transition: .3s ease; }
  .input_hidden {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden; }
  .input_error, .input_error:hover {
    border-color: #ee5353; }
  .input:hover {
    border: solid 2px #52a1ff; }
  .input:focus {
    outline: 0;
    box-shadow: 0 2px 12px 0 rgba(82, 161, 255, 0.2);
    border: solid 2px #52a1ff; }
  .input:read-only, .input:read-only:hover {
    border: solid 2px #5c6979; }
  .input_date {
    background: url(./img/icon-calendar.4c7d9e3283415f3a09daf502131544e5.svg);
    background-repeat: no-repeat;
    background-position: 390px 50%; }
  .input_file {
    background: url(./img/icon-plus.b42fe79d3aa46e70a66db29d29de8f66.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-right: 55px; }
  .input:disabled, .input:disabled:hover {
    border: solid 2px #5c6979;
    opacity: 0.45; }

.button {
  height: 50px;
  border-radius: 4px;
  background-color: #32A7FE;
  border: solid 2px #32A7FE;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: .3s ease;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  white-space: nowrap; }
  .button i {
    margin-right: 6px; }
  .button:disabled, .button:disabled:hover, .button:disabled:active, .button:disabled:focus {
    background: #909cab;
    border-color: #909cab; }
  .button:hover {
    background: #42526f;
    border-color: #42526f;
    text-decoration: none; }
  .button:active, .button:focus {
    outline: 0;
    background: #556a8e;
    border-color: #556a8e;
    text-decoration: none; }
  .button_alt {
    background: transparent;
    color: #333f55; }
    .button_alt:hover {
      color: #42526f;
      background: transparent; }
    .button_alt:active, .button_alt:focus {
      background: transparent;
      color: #556a8e;
      outline: 0; }
  .button_alt-second {
    border-color: #5c6979;
    background: transparent;
    color: #5c6979; }
    .button_alt-second:hover {
      color: #4a5562;
      background: transparent;
      border-color: #4a5562; }
    .button_alt-second:active, .button_alt-second:focus {
      background: transparent;
      color: #343c45;
      border-color: #343c45;
      outline: 0; }

.label {
  letter-spacing: normal;
  color: #152935;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; }

.params__field {
  display: table-row; }

.params__key {
  display: table-cell;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  color: #909cab;
  padding-bottom: 16px;
  white-space: nowrap; }

.params__value {
  display: table-cell;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #282d32;
  padding-bottom: 16px; }
  .params__value_alt {
    color: #52a1ff; }

.doc-view__object {
  width: 100%;
  height: 750px; }

.base {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 45px 50px; }
  .base__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 110px;
    padding-bottom: 28px;
    border-bottom: 2px solid #C8D2D2;
    margin-bottom: 20px; }
  .base__title {
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #152935;
    margin: 0;
    padding-bottom: 6px;
    font-family: 'Arial';
    font-size: 36px;
    line-height: 45px; }
  .base__subtitle {
    margin-bottom: 30px; }
  .base__form {
    width: 440px;
    margin: 0 auto; }
    .base__form-label {
      margin-bottom: 20px; }
    .base__form-input {
      margin-bottom: 20px; }
    .base__form-button {
      width: 100%; }
    .base__form-radio-item {
      width: 125px;
      margin-right: 20px;
      margin-bottom: 20px; }
      .base__form-radio-item:nth-child(3n) {
        margin-right: 0; }

.error {
  display: flex; }
  .error__icon {
    margin-right: 10px; }
  .error__label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ee5353; }

.radio-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }

.radio-item {
  padding-left: 26px;
  background: url(./img/icon-unselected.303e37d415eb092fbd5e4b580ca6c118.svg);
  background-repeat: no-repeat;
  height: 16px;
  display: flex;
  align-items: center;
  transition: .3s ease;
  height: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #282d32;
  cursor: pointer; }
  .radio-item_active {
    background: url(./img/icon-selected.97d1e51156d00961a61575827ae4ca78.svg);
    background-repeat: no-repeat; }

.app-header {
  background-image: none;
  background-color: #1B5DAA;
  height: 80px !important; }

.container-fluid {
  background-color: whitesmoke; }

.app-body {
  margin-top: 80px !important; }
  .app-body .notification {
    height: 77px;
    width: 960px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 9px 4px #F1F1F1;
    margin: 10px auto;
    display: flex; }
    .app-body .notification .icon-block {
      height: 41px;
      margin: auto 16px; }
    .app-body .notification .content-wrapper {
      height: 100%;
      background-color: whitesmoke; }
    .app-body .notification .content-block {
      margin: auto 16px; }
      .app-body .notification .content-block .notification-title {
        font-size: 18px;
        color: #1F1F1F; }
  .app-body .content {
    margin: 10px auto;
    min-height: 604px;
    width: 960px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.02); }

.sidebar {
  background-image: none;
  background-color: #2C2C2C; }
  .sidebar-nav .nav-link.active, .sidebar-nav .navbar .active.dropdown-toggle, .navbar .sidebar-nav .active.dropdown-toggle {
    color: #FFFFFF;
    background: #424242;
    opacity: 1;
    border-left: 4px solid;
    border-color: #32A7FE; }
    .sidebar-nav .nav-link.active i, .sidebar-nav .navbar .active.dropdown-toggle i, .navbar .sidebar-nav .active.dropdown-toggle i {
      color: #FFFFFF; }
    .sidebar-nav .nav-link.active path, .sidebar-nav .navbar .active.dropdown-toggle path, .navbar .sidebar-nav .active.dropdown-toggle path {
      fill: #FFFFFF; }
  .sidebar-nav .nav-link, .sidebar-nav .navbar .dropdown-toggle, .navbar .sidebar-nav .dropdown-toggle {
    color: #FFFFFF;
    opacity: 0.62;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    height: 50px; }
    .sidebar-nav .nav-link:hover, .sidebar-nav .navbar .dropdown-toggle:hover, .navbar .sidebar-nav .dropdown-toggle:hover {
      background: #424242 !important; }

.header__username {
  color: #FFFFFF !important;
  font-family: 'Arial';
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  line-height: 15px; }

.button, .button:hover {
  border-color: #32A7FE;
  background-color: #32A7FE; }

.button:disabled, .button:disabled:hover, .button:disabled:active, .button:disabled:focus {
  border-color: #C8D2D2;
  background-color: #C8D2D2; }

.button-white {
  color: #323C55;
  border: 2px solid #323C55;
  background-color: #FFFFFF; }
  .button-white:hover {
    color: #323C55;
    border: 2px solid #323C55;
    background-color: #FFFFFF; }

.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 70px; }
  .sidebar-fixed.sidebar-hidden .main .hamburger-icon-open, .sidebar-fixed.sidebar-hidden .app-footer .hamburger-icon-open {
    display: block; }
  .sidebar-fixed.sidebar-hidden .main .hamburger-icon-close, .sidebar-fixed.sidebar-hidden .app-footer .hamburger-icon-close {
    display: none; }

.sidebar-fixed .hamburger-icon-open {
  display: inline-block; }

.sidebar-fixed .hamburger-icon-close {
  display: none; }

.sidebar-hidden .hamburger-icon-open {
  display: none; }

.sidebar-hidden .hamburger-icon-close {
  display: inline-block; }

.sidebar-hidden .sidebar {
  margin-left: -180px; }
  .sidebar-hidden .sidebar:hover {
    margin-left: 0; }
    .sidebar-hidden .sidebar:hover .non-toggled-nav-link {
      display: flex; }
    .sidebar-hidden .sidebar:hover .toggled-nav-link {
      right: -30px; }

.sidebar-hidden .non-toggled-nav-link {
  display: none; }

.sidebar-hidden .toggled-nav-link {
  right: 15px; }

.navbar-brand {
  margin-right: 0;
  padding-left: 0px !important;
  font-size: 30px !important;
  margin-left: 30px; }

.navbar-toggler {
  margin-right: 0px !important;
  margin-left: 10px; }

.table > tbody > tr > td {
  border-top-color: #DFE3E6;
  vertical-align: top !important; }

.hr-custom {
  height: 1px;
  width: 100%;
  background-color: #C8D2D2;
  margin: 30px 0; }
  .hr-custom.w-1089 {
    width: 1089px; }

.m-b-t-12 {
  margin: 12px 0 !important; }

.p-t-b-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.h4-custom {
  color: #152935 !important;
  font-family: 'Arial';
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important; }

.m-l--15 {
  margin-left: -15px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.checkbox-root svg {
  background-color: #ffffff;
  border-radius: 50%; }

.checkbox-checked {
  color: #006ABA !important; }

.checkbox-label {
  margin: auto 0; }

.m-t-30 {
  margin-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-31 {
  margin-bottom: 31px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-13 {
  margin-top: 13px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.width-206 {
  min-width: 206px !important;
  max-width: 206px !important; }

.width-557 {
  min-width: 557px !important;
  max-width: 557px !important; }

.width-723 {
  min-width: 723px !important;
  max-width: 723px !important; }

.width-969 {
  min-width: 969px !important;
  max-width: 969px !important; }

.width-611 {
  min-width: 611px !important;
  max-width: 611px !important; }

.width-595 {
  min-width: 595px !important;
  max-width: 595px !important; }

.width-100 {
  min-width: 100px !important;
  max-width: 100px !important; }

.width-222 {
  min-width: 222px !important;
  max-width: 222px !important; }

.width-271 {
  min-width: 271px !important;
  max-width: 271px !important; }

.width-536 {
  min-width: 536px !important;
  max-width: 536px !important; }

.width-262 {
  min-width: 262px !important;
  max-width: 262px !important; }

.width-210 {
  min-width: 210px !important;
  max-width: 210px !important; }

.width-213 {
  min-width: 213px !important;
  max-width: 213px !important; }

.width-673 {
  min-width: 673px !important;
  max-width: 673px !important; }

.width-413 {
  min-width: 413px !important;
  max-width: 413px !important; }

.width-444 {
  min-width: 444px !important;
  max-width: 444px !important; }

.width-374 {
  min-width: 374px !important;
  max-width: 374px !important; }

.width-300 {
  min-width: 300px !important;
  max-width: 300px !important; }

.width-328 {
  min-width: 328px !important;
  max-width: 328px !important; }

.width-258 {
  min-width: 258px !important;
  max-width: 258px !important; }

.width-88 {
  min-width: 88px !important;
  max-width: 88px !important; }

.width-102 {
  min-width: 102px !important;
  max-width: 102px !important; }

.width-400 {
  min-width: 400px !important;
  max-width: 400px !important; }

.width-50 {
  min-width: 50px !important;
  max-width: 50px !important; }

.p-t-16 {
  padding-top: 16px !important; }

.p-r-16 {
  padding-right: 16px !important; }

.m-t-12 {
  margin-top: 12px !important; }

.m-b-12 {
  margin-bottom: 12px !important; }

.m-b-28 {
  margin-bottom: 28px !important; }

.m-b-22 {
  margin-bottom: 22px !important; }

.m-b-16 {
  margin-bottom: 16px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.display-inherit {
  display: inherit !important; }

.min-width-400 {
  min-width: 400px; }

.fields-row {
  display: inline-flex;
  width: 100%;
  margin-bottom: 16px; }

.m-t-115 {
  margin-top: 115px !important; }

.m-t-41 {
  margin-top: 41px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t--2 {
  margin-top: -2px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-l-r-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.width-168 {
  width: 168px !important; }

.width-116 {
  min-width: 116px !important;
  max-width: 116px !important; }

.width-174 {
  min-width: 174px !important;
  max-width: 174px !important; }

.width-398 {
  min-width: 398px !important;
  max-width: 398px !important; }

.font-14 {
  font-size: 14px !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-l-26 {
  margin-left: 26px !important; }

.m-0-auto {
  margin: 0 auto !important; }

.m-auto-0 {
  margin: auto 0 !important; }

.m-auto-l-15 {
  margin: auto 0 auto 15px !important; }

.m-auto {
  margin: auto !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-22 {
  margin-left: 22px !important; }

.p-t-30 {
  padding-top: 30px !important; }

body {
  background-color: #f3f3f3 !important; }

#toolbar {
  transform: none !important; }

.white-space-lines {
  white-space: pre-line; }

.w-100p {
  width: 100% !important; }

.height-680 {
  height: 680px !important; }

.display-flex {
  display: inline-flex !important; }

a.tooltips {
  position: relative;
  display: inline; }
  a.tooltips .tooltips-text {
    color: #FFFFFF;
    position: absolute;
    padding: 10px;
    width: 320px;
    background: #262626;
    height: 86px;
    display: none;
    border-radius: 4px; }
    a.tooltips .tooltips-text:after {
      content: '';
      position: absolute;
      top: 25%;
      left: 100%;
      margin-top: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid #262626;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }

a:hover.tooltips .tooltips-text {
  display: block;
  right: 100%;
  top: 50%;
  margin-top: -40px;
  margin-right: 15px;
  z-index: 999; }

a.tooltips-duplex {
  position: relative;
  display: inline; }
  a.tooltips-duplex .tooltips-text {
    color: #1F1F1F;
    position: absolute;
    padding: 10px;
    width: 320px;
    background: #e4ecff;
    height: 86px;
    visibility: hidden;
    border-radius: 4px; }
    a.tooltips-duplex .tooltips-text:after {
      content: '';
      position: absolute;
      top: 25%;
      right: 100%;
      margin-top: -8px;
      width: 0;
      height: 0;
      border-right: 8px solid #e4ecff;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }

a.tooltips-duplex:hover.tooltips-duplex .tooltips-text {
  visibility: visible;
  top: 20px;
  margin-top: -40px;
  margin-right: 15px;
  z-index: 999;
  left: 100px; }

.react-bs-table table td, .react-bs-table table th {
  overflow: initial !important; }

.m-t-6 {
  margin-top: 6px !important; }

.signin-popup__form, .password-popup__form, .signup-popup__form {
  background: #f3f3f3 !important; }

.signin-popup__header, .password-popup__header, .signup-popup__header {
  border-radius: 4px 4px 0 0 !important;
  background-color: #1B5DAA; }

.signin-popup__body, .password-popup__body, .signup-popup__body, .sent-email-body {
  background-color: #fff !important;
  border-radius: 0 0 4px 4px !important; }

.quote-block {
  height: 25px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  background-color: #F0F0F0;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px; }

td:focus {
  outline: none !important; }

.back-arrow {
  min-width: 95px;
  border-right: 3px solid #ECECEC;
  border-right: 3px solid #ECECEC;
  color: #32A7FE;
  font-size: 20px;
  font-weight: bold;
  border-right: 3px solid #ECECEC;
  height: 28px;
  margin-right: 20px;
  margin-top: 4px;
  cursor: pointer; }
  .back-arrow:hover {
    color: #3178cc; }

.content-wrapper {
  overflow-y: scroll !important; }

.text-center {
  text-align: center; }

.h-400 {
  min-height: 400px !important;
  max-height: 400px !important; }

html, body, input, button {
  font-family: 'Arial'; }

.quote-block {
  font-family: 'Arial'; }

.copy-svg:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2); }

.close-icon {
  background: url(./img/close-button.c6e282f61cc91a0e10265d64b19aa2e5.svg);
  background-repeat: no-repeat; }

.info-icon {
  background: url(./img/info.3aea435ed24c84900442dd97e174f246.svg);
  background-repeat: no-repeat; }

.green-shield-icon {
  background: url(./img/green-shield.7c7dcacbe9ec5b1ab043b106a59094c1.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 34px; }

.margin-25 {
  margin: 25px; }

.font-size-11 {
  font-size: 11px; }
.error-text {
  color: #FF5368;
  font-size: 14px;
  background-color: transparent; }

.hint-text {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex; }
  .hint-text svg {
    margin: auto 5px auto auto; }

.form-upload .error-text {
  color: #FF5368;
  font-size: 14px;
  background-color: transparent; }

.textfield-root {
  border: 2px solid #AEB8B8 !important;
  border-radius: 4px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 16px !important;
  background-color: #ffffff !important; }
  .textfield-root:hover {
    border-color: #32A7FE !important; }
  .textfield-root.error {
    border: 2px solid #FF8695 !important; }
    .textfield-root.error:hover {
      border-color: #FF8695 !important; }
    .textfield-root.error .shrinked {
      color: #FF5368 !important; }
    .textfield-root.error.focused-field {
      border-color: #FF8695 !important; }
  .textfield-root .shrinked {
    padding-top: 10px !important;
    top: 0 !important;
    font-family: 'Arial';
    color: #323C55 !important; }
  .textfield-root .input-label {
    top: -2px !important;
    left: 20px !important;
    font-size: 16px !important;
    color: #959F9F;
    text-transform: none; }
  .textfield-root .input-root {
    cursor: pointer;
    padding-top: 6px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 16px !important; }
    .textfield-root .input-root textarea {
      height: initial !important; }
  .textfield-root .input-disabled {
    cursor: not-allowed; }
  .textfield-root.focused-field {
    border-color: #32A7FE !important; }
  .textfield-root input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .textfield-root.disabled-root {
    background-color: #F4F4F4 !important; }
    .textfield-root.disabled-root:hover {
      border: 2px solid #5C6979 !important; }

.root-input-adornment {
  align-items: flex-end !important;
  margin-top: -4px !important; }

.p-r-0 .input-root {
  padding-right: 0 !important; }

.display-initial {
  display: initial !important; }

input:-webkit-autofill + label {
  color: red !important; }
.dark-button {
  height: 56px;
  min-width: 150px;
  border-radius: 4px;
  background-color: #FF7062;
  border-color: #FF7062;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 500;
  margin-right: 16px;
  padding: 0 20px !important; }
  .dark-button.middle {
    height: 40px;
    font-size: 15px; }
  .dark-button.huge {
    height: 80px;
    font-size: 18px;
    font-weight: bold; }
  .dark-button.small {
    height: 28px;
    font-size: 14px; }
  .dark-button:hover {
    background-color: #d25648;
    border-color: #d25648;
    cursor: pointer; }
  .dark-button.disabled {
    background-color: #C0C0C0 !important;
    border-color: #C0C0C0 !important;
    cursor: not-allowed; }
    .dark-button.disabled:hover {
      background-color: #C8D2D2 !important;
      border-color: #C8D2D2 !important; }
  .dark-button.m-r-auto {
    margin-right: auto !important; }
  .dark-button.transparent-btn {
    border: 2px solid #323C55;
    color: #323C55;
    border-radius: 4px;
    background-color: #fff; }
    .dark-button.transparent-btn:hover {
      border: 2px solid #32A7FE;
      color: #32A7FE; }
      .dark-button.transparent-btn:hover svg path {
        fill: #32A7FE; }
    .dark-button.transparent-btn svg path {
      fill: #323C55; }
  .dark-button.transparent-btn-black {
    border: 2px solid #282828;
    color: #282828;
    border-radius: 4px;
    background-color: #fff; }
    .dark-button.transparent-btn-black:hover {
      border: 2px solid #282828;
      background-color: #282828;
      color: #fff; }
      .dark-button.transparent-btn-black:hover svg path {
        fill: #fff; }
    .dark-button.transparent-btn-black svg path {
      fill: #282828; }
  .dark-button.delete-btn {
    border: 2px solid #FF5368;
    color: #FF5368;
    border-radius: 4px;
    background-color: #FFFFFF; }
    .dark-button.delete-btn:hover {
      border: 2px solid #FF8392;
      color: #FF8392; }
  .dark-button.red-button {
    border-color: #FF5368;
    color: #FFF;
    border-radius: 4px;
    background-color: #FF5368; }
    .dark-button.red-button:hover {
      color: #fff;
      border-color: #FF5368;
      background-color: #FF5368 !important; }
  .dark-button.red-border {
    border-color: #FF5368;
    color: #FF5368;
    border-radius: 4px;
    background-color: #fff; }
    .dark-button.red-border:hover {
      border-color: #FF5368;
      color: #fff;
      background-color: #FF5368 !important; }
  .dark-button.black-btn {
    border-color: #282828;
    color: #fff;
    border-radius: 4px;
    background-color: #282828; }
    .dark-button.black-btn:hover {
      background-color: #FF7062;
      border-color: #FF7062; }
  .dark-button.warning-btn {
    border-color: #FF5368;
    -webkit-box-shadow: 0px 0px 6px 0px #ff5368;
    -moz-box-shadow: 0px 0px 6px 0px #ff5368;
    box-shadow: 0px 0px 6px 0px #ff5368; }
  .dark-button .btn-body {
    display: inline-flex;
    vertical-align: middle; }
  .dark-button .btn-title {
    display: block;
    margin: auto !important; }

.blue-button {
  height: 56px;
  min-width: 150px;
  border-radius: 4px;
  background-color: #2172D2;
  border-color: #3080DE;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 500;
  margin-right: 16px;
  padding: 0 20px !important; }
  .blue-button.middle {
    height: 40px;
    font-size: 15px; }
  .blue-button.huge {
    height: 80px;
    font-size: 18px;
    font-weight: bold; }
  .blue-button.small {
    height: 28px;
    font-size: 14px; }
  .blue-button:hover {
    background-color: #3080de !important;
    border-color: #3080de !important;
    cursor: pointer; }
  .blue-button.disabled {
    background-color: #C0C0C0 !important;
    border-color: #C0C0C0 !important;
    cursor: not-allowed; }
    .blue-button.disabled:hover {
      background-color: #C8D2D2 !important;
      border-color: #C8D2D2 !important; }
  .blue-button.m-r-auto {
    margin-right: auto !important; }
  .blue-button.transparent-btn {
    border: 2px solid #323C55;
    color: #323C55;
    border-radius: 4px;
    background-color: #fff; }
    .blue-button.transparent-btn:hover {
      border: 2px solid #32A7FE;
      color: #32A7FE; }
      .blue-button.transparent-btn:hover svg path {
        fill: #32A7FE; }
    .blue-button.transparent-btn svg path {
      fill: #323C55; }
  .blue-button.transparent-btn-black {
    border: 2px solid #282828;
    color: #282828;
    border-radius: 4px;
    background-color: #fff; }
    .blue-button.transparent-btn-black:hover {
      border: 2px solid #282828;
      background-color: #282828;
      color: #fff; }
      .blue-button.transparent-btn-black:hover svg path {
        fill: #fff; }
    .blue-button.transparent-btn-black svg path {
      fill: #282828; }
  .blue-button.transparent-btn-blue {
    border: 2px solid #2172D2;
    color: #2172D2;
    border-radius: 4px;
    background-color: #fff; }
    .blue-button.transparent-btn-blue:hover {
      border: 2px solid #2172D2;
      background-color: #2172D2;
      color: #fff; }
      .blue-button.transparent-btn-blue:hover svg path {
        fill: #fff; }
    .blue-button.transparent-btn-blue svg path {
      fill: #282828; }
  .blue-button.delete-btn {
    border: 2px solid #FF5368;
    color: #FF5368;
    border-radius: 4px;
    background-color: #FFFFFF; }
    .blue-button.delete-btn:hover {
      border: 2px solid #FF8392;
      color: #FF8392; }
  .blue-button.red-button {
    border-color: #FF5368;
    color: #FFF;
    border-radius: 4px;
    background-color: #FF5368; }
    .blue-button.red-button:hover {
      color: #fff;
      border-color: #FF5368;
      background-color: #FF5368 !important; }
  .blue-button.red-border {
    border-color: #FF5368;
    color: #FF5368;
    border-radius: 4px;
    background-color: #fff; }
    .blue-button.red-border:hover {
      border-color: #FF5368;
      color: #fff;
      background-color: #FF5368 !important; }
  .blue-button.black-btn {
    border-color: #282828;
    color: #fff;
    border-radius: 4px;
    background-color: #282828; }
    .blue-button.black-btn:hover {
      background-color: #FF7062;
      border-color: #FF7062; }
  .blue-button.warning-btn {
    border-color: #FF5368;
    -webkit-box-shadow: 0px 0px 6px 0px #ff5368;
    -moz-box-shadow: 0px 0px 6px 0px #ff5368;
    box-shadow: 0px 0px 6px 0px #ff5368; }
  .blue-button .btn-body {
    display: inline-flex;
    vertical-align: middle; }
  .blue-button .btn-title {
    display: block;
    margin: auto !important; }
.content-desc {
  color: #262626;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px; }

.modal-document-name {
  height: 163px;
  width: 446px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 250px;
  padding: 20px 24px; }
  .modal-document-name .actions-modal {
    text-align: right;
    display: inline-block; }
  .modal-document-name .body-title {
    color: #000203;
    font-size: 16px; }
  .modal-document-name.delete-modal {
    height: 130px; }
.input-label {
  font-family: 'Arial';
  font-size: 16px !important;
  top: -4px !important;
  left: 20px !important;
  text-transform: capitalize;
  color: #959F9F; }

.shrinked {
  padding-top: 10px !important;
  top: 0 !important;
  font-family: 'Arial';
  color: #323C55 !important; }

.selected {
  color: #323C55;
  font-size: 16px !important;
  padding-top: 3px !important; }
  .selected:focus {
    background-color: #fff !important; }
  .selected svg {
    top: -5px !important; }

.root-formcontrol-select {
  background-color: #fff !important;
  padding-top: 6px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 2px solid #AEB8B8 !important;
  border-radius: 4px;
  height: 56px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 16px !important; }
  .root-formcontrol-select.error {
    border: 2px solid #FF8695 !important; }
    .root-formcontrol-select.error .shrinked {
      color: #FF5368 !important; }
    .root-formcontrol-select.error:hover {
      border-color: #FF8695 !important; }
    .root-formcontrol-select.error.focused-field {
      border-color: #FF8695 !important; }
  .root-formcontrol-select:hover {
    border-color: #32A7FE !important; }
  .root-formcontrol-select.focused-field {
    border-color: #32A7FE !important; }
  .root-formcontrol-select.disabled-select {
    background-color: #F4F4F4 !important;
    cursor: not-allowed !important; }
    .root-formcontrol-select.disabled-select:hover {
      border: 2px solid #5C6979 !important; }
    .root-formcontrol-select.disabled-select .selected, .root-formcontrol-select.disabled-select .input-label {
      cursor: not-allowed !important; }

.root-select svg {
  top: -5px !important; }
.transaction-block {
  width: 673px !important;
  margin: 0 auto !important; }
  .transaction-block.select-mode {
    text-align: center;
    padding-top: 100px; }

.content.transactions-history {
  min-height: 0; }

.empty-entity {
  color: #A2A2A2;
  font-size: 16px;
  text-align: center;
  padding-top: 40px; }

.transactions-history .header {
  padding: 12px 23px;
  background-color: #F3F3F3;
  box-shadow: 0 2px 4px 0 rgba(212, 212, 212, 0.5); }
  .transactions-history .header div {
    display: inline-block;
    color: #393A3D;
    font-size: 14px;
    font-weight: 600; }

.transactions-history .transaction-item {
  padding: 12px 23px 12px 19px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  display: flex; }
  .transactions-history .transaction-item div {
    display: inline-block;
    color: #393A3D;
    font-size: 14px;
    word-wrap: break-word; }
  .transactions-history .transaction-item.Complete {
    border-left: 4px solid #5D9D20; }
    .transactions-history .transaction-item.Complete .status {
      color: #5D9D20;
      font-weight: 600; }
  .transactions-history .transaction-item.Rejected {
    border-left: 4px solid #FF7062; }
    .transactions-history .transaction-item.Rejected .status {
      color: #FF7062;
      font-weight: 600; }
  .transactions-history .transaction-item.Processing {
    border-left: 4px solid #F5A623; }
    .transactions-history .transaction-item.Processing .status {
      color: #F5A623;
      font-weight: 600; }

.transactions-history .header, .transactions-history .transaction-item {
  width: 890px;
  margin-bottom: 8px;
  cursor: pointer; }
  .transactions-history .header .date-time, .transactions-history .transaction-item .date-time {
    min-width: 150px;
    max-width: 150px; }
  .transactions-history .header .transaction-id, .transactions-history .transaction-item .transaction-id {
    min-width: 200px;
    max-width: 200px;
    padding-left: 10px; }
  .transactions-history .header .amount-cur, .transactions-history .transaction-item .amount-cur {
    min-width: 120px;
    max-width: 120px;
    padding-left: 10px; }
  .transactions-history .header .status, .transactions-history .transaction-item .status {
    min-width: 90px;
    max-width: 90px;
    padding-left: 10px; }
  .transactions-history .header .description, .transactions-history .transaction-item .description {
    min-width: 260px;
    max-width: 260px;
    padding-left: 10px; }
.wrapper-loader {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  text-align: center; }
  .wrapper-loader .text-loader {
    color: #fff;
    position: absolute;
    top: 55%;
    display: inline-block;
    margin-left: -64px;
    font-size: 16px; }
  .wrapper-loader .loader {
    margin-left: -15px !important;
    position: absolute;
    z-index: 9999;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    top: 50%;
    animation: loader 2s infinite ease; }
  .wrapper-loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

.single-loader .loader {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 4px solid #323C55;
  animation: loader 2s infinite ease; }

.single-loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #323C55;
  animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }
.signin-popup {
  font-family: "Roboto";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f3f3f3;
  justify-content: center;
  position: relative;
  padding-bottom: 0;
  padding-top: 130px;
  display: flex; }
  .signin-popup .form-wrapper {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29); }
  .signin-popup__form {
    width: 600px;
    min-height: 640px;
    border-radius: 2px;
    background: white; }
    .signin-popup__form.common-error {
      height: 690px !important; }
  .signin-popup__header {
    height: 124px;
    background-color: #282828;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; }
  .signin-popup__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin: 0; }
  .signin-popup__second-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    margin: 0; }
  .signin-popup__close {
    width: 14px;
    height: 14px;
    background: url("/img/svg/icon-close.svg");
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 0;
    outline: 0; }
    .signin-popup__close:hover, .signin-popup__close:focus, .signin-popup__close:active {
      outline: 0; }
  .signin-popup__body {
    padding: 0 100px 40px;
    display: flex;
    flex-direction: column; }
    .signin-popup__body-label {
      margin-bottom: 24px; }
    .signin-popup__body-input {
      margin-bottom: 20px; }
      .signin-popup__body-input:last-of-type {
        margin-bottom: 0; }
  .signin-popup__error {
    margin-bottom: 24px; }
  .signin-popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    margin-top: 40px; }
    .signin-popup__footer-hint {
      font-size: 16px;
      font-weight: 500;
      color: #5c6979; }
    .signin-popup__footer-link {
      margin-left: 4px; }
    .signin-popup__footer-button {
      width: 100%;
      margin: 0 auto; }
  .signin-popup .main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
    padding: 50px 0; }
  .signin-popup .sign-in-tips {
    color: #6D7777;
    font-size: 16px;
    padding: 20px 0; }
  .signin-popup .password-link {
    color: #0679FF;
    font-size: 14px;
    font-weight: 500; }
    .signin-popup .password-link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .signin-popup .common-error-block {
    color: #fff;
    border-radius: 4px;
    background-color: #FC8282;
    margin: 16px 0;
    padding: 10px 15px; }
    .signin-popup .common-error-block .title {
      font-weight: 600; }
    .signin-popup .common-error-block .body {
      font-size: 16px; }
.title-field {
  color: #000203;
  font-size: 16px;
  font-weight: 600; }

.value-field {
  color: #000203;
  font-size: 16px; }

.eth-value-field {
  color: #000203;
  font-size: 20px;
  margin-left: 10px; }

.signature-block, .cryptoid-signature-block {
  width: 366px;
  border: 2px solid #DFDFDF;
  border-radius: 2px;
  position: relative;
  color: #363636;
  font-size: 16px; }
  .signature-block.cryptoid-signature-block, .cryptoid-signature-block.cryptoid-signature-block {
    height: 123px;
    width: 818px;
    padding-left: 30px;
    background-color: #fff; }
    .signature-block.cryptoid-signature-block .waiting-block, .cryptoid-signature-block.cryptoid-signature-block .waiting-block {
      color: #363636;
      font-size: 16px;
      margin-top: 46px; }
    .signature-block.cryptoid-signature-block .signed-block, .cryptoid-signature-block.cryptoid-signature-block .signed-block {
      margin-top: 22px;
      margin-left: 0px; }
    .signature-block.cryptoid-signature-block.cryptoid-signed, .cryptoid-signature-block.cryptoid-signature-block.cryptoid-signed {
      border-color: #5D9D20; }
      .signature-block.cryptoid-signature-block.cryptoid-signed .signature-title, .cryptoid-signature-block.cryptoid-signature-block.cryptoid-signed .signature-title {
        color: #5D9D20; }
  .signature-block.signature-block.sender-signed, .cryptoid-signature-block.signature-block.sender-signed {
    border-color: #5D9D20; }
    .signature-block.signature-block.sender-signed .signature-title, .cryptoid-signature-block.signature-block.sender-signed .signature-title {
      color: #5D9D20; }
  .signature-block .fields-row, .cryptoid-signature-block .fields-row {
    padding: 30px 26px 26px 30px;
    margin-bottom: 0; }
  .signature-block .signature-title, .cryptoid-signature-block .signature-title {
    position: absolute;
    color: #363636;
    font-size: 16px;
    width: 92px;
    text-align: center;
    top: -12px;
    background-color: #fff;
    left: 15px; }
  .signature-block .recipient .signature-title, .cryptoid-signature-block .recipient .signature-title {
    width: 117px; }
  .signature-block .sign-digital-signature, .cryptoid-signature-block .sign-digital-signature {
    margin: auto 0;
    width: 100%; }
  .signature-block .hr-content, .cryptoid-signature-block .hr-content {
    width: 306px;
    margin-left: 30px; }
  .signature-block .status-waiting .sign-digital-signature, .cryptoid-signature-block .status-waiting .sign-digital-signature {
    width: 60%; }
  .signature-block .sign-status, .cryptoid-signature-block .sign-status {
    height: 40px;
    color: #F5A623;
    font-size: 16px;
    padding-top: 7px; }

.sand-clock-block {
  width: 86px;
  position: relative; }
  .sand-clock-block .sender-arrow {
    position: absolute;
    top: 50px;
    border-top: 2px solid #DFDFDF;
    height: 1px;
    width: 22px; }
    .sand-clock-block .sender-arrow.done {
      border-color: #5D9D20; }
  .sand-clock-block .recipient-arrow {
    position: absolute;
    top: 50px;
    right: 0;
    border-top: 2px solid #DFDFDF;
    height: 1px;
    width: 22px; }
    .sand-clock-block .recipient-arrow.done {
      border-color: #5D9D20; }
  .sand-clock-block .success-icon-block {
    position: absolute;
    top: 31px;
    left: 22px; }
  .sand-clock-block .clock-block {
    position: absolute;
    width: 43px;
    height: 43px;
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    transform: rotate(45deg);
    padding-left: 11px;
    padding-top: 8px;
    top: 30px;
    left: 22px;
    z-index: 1; }
    .sand-clock-block .clock-block svg {
      transform: rotate(-45deg); }
    .sand-clock-block .clock-block.recipient-done {
      border-right-color: #5D9D20;
      border-top-color: #5D9D20; }
    .sand-clock-block .clock-block.sender-done {
      border-left-color: #5D9D20;
      border-bottom-color: #5D9D20; }
  .sand-clock-block .cryptoid-arrow {
    position: absolute;
    top: 73px;
    left: 42px;
    height: 220px;
    width: 1px;
    border-left: 2px solid #DFDFDF; }
    .sand-clock-block .cryptoid-arrow.all-signs {
      border-color: #5D9D20; }

.signed-block {
  margin: 24px 26px 10px;
  padding: 2px 12px;
  border-left: 4px solid #5D9D20;
  border-radius: 2px;
  background-color: #F8F8F8; }
  .signed-block .fields-row {
    padding: 0;
    margin: 0; }
  .signed-block .time-signed {
    color: #5D9D20;
    font-size: 13px; }
  .signed-block .entity-signed {
    color: #363636;
    font-size: 16px;
    font-weight: 600; }
  .signed-block .name-signed {
    color: #363636;
    font-size: 14px; }
  .signed-block .wallet-signed {
    color: #363636;
    font-size: 12px; }

.download-block {
  min-width: 290px;
  text-align: right;
  padding-top: 12px; }
  .download-block div {
    display: inline; }
    .download-block div a {
      color: #006ABA;
      font-weight: 600;
      text-decoration: none; }
      .download-block div a:hover {
        color: #004e9a; }
    .download-block div:hover svg path {
      fill: #004e9a; }
    .download-block div svg {
      height: 12.19px;
      width: 18px;
      margin-right: 10px; }
      .download-block div svg path {
        fill: #006ABA; }

.field-hint-label {
  font-weight: 200;
  font-size: 10px; }

.small-info-label {
  font-size: 12px;
  font-weight: 300; }

.small-info-bold-label {
  font-size: 12px;
  font-weight: 500; }

.transaction-hash-block, .recipient-block, .sender-block, .transaction-status-block, .signature-date-block {
  margin-top: 30px; }

.sender-block > .content-h2 {
  margin-bottom: 0px !important; }

.recipient-block > .content-h2 {
  margin-bottom: 0px !important; }

.margin-top-25 {
  margin-top: 25px; }

.position-left {
  float: right;
  margin-right: 0px; }

.button-block {
  margin-top: 15px; }

.io-block {
  margin-top: 10px; }

.transaction-block .center {
  margin-top: 10%;
  margin-left: calc((100% - 328px) / 2); }

.transaction-block .loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #2C2C2C;
  /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1.5s linear infinite;
  margin-left: 90px; }

.transaction-block .verification-label {
  margin-left: 75px;
  margin-bottom: 0px; }

.transaction-block .verification-code {
  font-weight: 700;
  font-size: 30px;
  margin-left: 90px; }
.title-field {
  color: #000203;
  font-size: 16px;
  font-weight: 600; }

.value-field {
  color: #000203;
  font-size: 16px; }

.eth-value-field {
  color: #000203;
  font-size: 20px;
  margin-left: 10px; }

.signature-block, .cryptoid-signature-block {
  width: 366px;
  border: 2px solid #DFDFDF;
  border-radius: 2px;
  position: relative;
  color: #363636;
  font-size: 16px; }
  .signature-block.cryptoid-signature-block, .cryptoid-signature-block.cryptoid-signature-block {
    height: 123px;
    width: 818px;
    padding-left: 30px;
    background-color: #fff; }
    .signature-block.cryptoid-signature-block .waiting-block, .cryptoid-signature-block.cryptoid-signature-block .waiting-block {
      color: #363636;
      font-size: 16px;
      margin-top: 46px; }
    .signature-block.cryptoid-signature-block .signed-block, .cryptoid-signature-block.cryptoid-signature-block .signed-block {
      margin-top: 22px;
      margin-left: 0px; }
    .signature-block.cryptoid-signature-block.cryptoid-signed, .cryptoid-signature-block.cryptoid-signature-block.cryptoid-signed {
      border-color: #5D9D20; }
      .signature-block.cryptoid-signature-block.cryptoid-signed .signature-title, .cryptoid-signature-block.cryptoid-signature-block.cryptoid-signed .signature-title {
        color: #5D9D20; }
  .signature-block.signature-block.sender-signed, .cryptoid-signature-block.signature-block.sender-signed {
    border-color: #5D9D20; }
    .signature-block.signature-block.sender-signed .signature-title, .cryptoid-signature-block.signature-block.sender-signed .signature-title {
      color: #5D9D20; }
  .signature-block .fields-row, .cryptoid-signature-block .fields-row {
    padding: 30px 26px 26px 30px;
    margin-bottom: 0; }
  .signature-block .signature-title, .cryptoid-signature-block .signature-title {
    position: absolute;
    color: #363636;
    font-size: 16px;
    width: 92px;
    text-align: center;
    top: -12px;
    background-color: #fff;
    left: 15px; }
  .signature-block .recipient .signature-title, .cryptoid-signature-block .recipient .signature-title {
    width: 117px; }
  .signature-block .sign-digital-signature, .cryptoid-signature-block .sign-digital-signature {
    margin: auto 0;
    width: 100%; }
  .signature-block .hr-content, .cryptoid-signature-block .hr-content {
    width: 306px;
    margin-left: 30px; }
  .signature-block .status-waiting .sign-digital-signature, .cryptoid-signature-block .status-waiting .sign-digital-signature {
    width: 60%; }
  .signature-block .sign-status, .cryptoid-signature-block .sign-status {
    height: 40px;
    color: #F5A623;
    font-size: 16px;
    padding-top: 7px; }

.sand-clock-block {
  width: 86px;
  position: relative; }
  .sand-clock-block .sender-arrow {
    position: absolute;
    top: 50px;
    border-top: 2px solid #DFDFDF;
    height: 1px;
    width: 22px; }
    .sand-clock-block .sender-arrow.done {
      border-color: #5D9D20; }
  .sand-clock-block .recipient-arrow {
    position: absolute;
    top: 50px;
    right: 0;
    border-top: 2px solid #DFDFDF;
    height: 1px;
    width: 22px; }
    .sand-clock-block .recipient-arrow.done {
      border-color: #5D9D20; }
  .sand-clock-block .success-icon-block {
    position: absolute;
    top: 31px;
    left: 22px; }
  .sand-clock-block .clock-block {
    position: absolute;
    width: 43px;
    height: 43px;
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    transform: rotate(45deg);
    padding-left: 11px;
    padding-top: 8px;
    top: 30px;
    left: 22px;
    z-index: 1; }
    .sand-clock-block .clock-block svg {
      transform: rotate(-45deg); }
    .sand-clock-block .clock-block.recipient-done {
      border-right-color: #5D9D20;
      border-top-color: #5D9D20; }
    .sand-clock-block .clock-block.sender-done {
      border-left-color: #5D9D20;
      border-bottom-color: #5D9D20; }
  .sand-clock-block .cryptoid-arrow {
    position: absolute;
    top: 73px;
    left: 42px;
    height: 220px;
    width: 1px;
    border-left: 2px solid #DFDFDF; }
    .sand-clock-block .cryptoid-arrow.all-signs {
      border-color: #5D9D20; }

.signed-block {
  margin: 24px 26px 10px;
  padding: 2px 12px;
  border-left: 4px solid #5D9D20;
  border-radius: 2px;
  background-color: #F8F8F8; }
  .signed-block .fields-row {
    padding: 0;
    margin: 0; }
  .signed-block .time-signed {
    color: #5D9D20;
    font-size: 13px; }
  .signed-block .entity-signed {
    color: #363636;
    font-size: 16px;
    font-weight: 600; }
  .signed-block .name-signed {
    color: #363636;
    font-size: 14px; }
  .signed-block .wallet-signed {
    color: #363636;
    font-size: 12px; }

.download-block {
  min-width: 290px;
  text-align: right;
  padding-top: 12px; }
  .download-block div {
    display: inline; }
    .download-block div a {
      color: #006ABA;
      font-weight: 600;
      text-decoration: none; }
      .download-block div a:hover {
        color: #004e9a; }
    .download-block div:hover svg path {
      fill: #004e9a; }
    .download-block div svg {
      height: 12.19px;
      width: 18px;
      margin-right: 10px; }
      .download-block div svg path {
        fill: #006ABA; }

.field-hint-label {
  font-weight: 200;
  font-size: 10px; }
.transaction-json {
  padding: 16px;
  border-radius: 4px;
  background-color: #F8F8F8; }
  .transaction-json pre {
    margin: 0;
    color: #262626;
    font-family: 'Arial';
    font-size: 14px; }

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4);
  /* IE */
  -moz-transform: scale(1.4);
  /* FF */
  -webkit-transform: scale(1.4);
  /* Safari and Chrome */
  -o-transform: scale(1.4);
  /* Opera */
  transform: scale(1.4);
  padding: 10px; }

.table th {
  border: 0; }

.io-content {
  font-size: 12px;
  margin-top: 25px; }

.wallet-selected {
  color: #0089ed;
  font-weight: bold; }

.user-status {
  color: #29bf46;
  font-weight: bold; }

.status-block {
  display: inline-block;
  font-weight: bold; }

.amount-block {
  margin-top: 20px;
  display: inline-block;
  font-weight: bold; }

.standard-position {
  display: block; }

.io-label {
  padding-top: 5px; }

.md-form {
  padding-bottom: 20px; }

.md-form input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #0089ed;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.md-form input:focus {
  border-bottom: 1px solid #0089ed;
  box-shadow: 0 1px 0 -1px #0089ed; }

.display-none {
  display: none; }

#msg-text-area {
  margin-top: 25px;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  resize: none;
  box-shadow: 1px 1px 1px 1px; }

.info-icon {
  z-index: 10;
  position: absolute; }

.io-address {
  max-width: 300px;
  white-space: normal !important;
  word-wrap: break-word; }

.transaction-proof .text-danger {
  font-size: 90%; }
.menu-horizontal {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff; }
  .menu-horizontal .menu-item {
    margin: auto;
    width: 175px;
    height: 80px;
    text-align: center;
    padding: 26px;
    cursor: pointer;
    margin-left: 65px;
    margin-right: 65px; }
    .menu-horizontal .menu-item:hover {
      color: #c4c4c4; }
    .menu-horizontal .menu-item.active-item {
      border-bottom: 4px solid #ffffff; }
.header {
  position: relative; }
  .header__username {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    margin-right: 100px;
    cursor: pointer;
    text-transform: uppercase; }
    .header__username svg {
      margin-left: 8px; }
  .header__userMenu {
    width: 192px;
    border-radius: 2px;
    box-shadow: 0 32px 40px 0 rgba(36, 40, 51, 0.06), 0 0 24px 0 rgba(36, 40, 51, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #e9eef5;
    position: absolute;
    right: 100px;
    top: 60px;
    padding: 0px; }
    .header__userMenu:after {
      bottom: 100%;
      left: 85%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 10px;
      margin-left: -10px; }
    .header__userMenu-header-menu-option {
      padding: 0 20px;
      cursor: pointer;
      line-height: 44px; }
      .header__userMenu-header-menu-option:hover {
        background-color: #E5ECFF; }
  .header .navbar-toggler {
    height: 80px !important;
    padding: 0 !important; }
    .header .navbar-toggler svg {
      height: 100%;
      width: 100%;
      padding: 16px; }
  .header .logo-title {
    color: #C4C4C4;
    font-size: 20px;
    font-weight: 400;
    margin: auto auto auto 8px;
    border-left: 1px solid #818181;
    padding-left: 15px; }
.modal-access-denied {
  height: 150px;
  width: 460px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 250px;
  padding: 20px 24px; }
  .modal-access-denied .actions-modal {
    text-align: right;
    display: inline-block; }
  .modal-access-denied .body-title {
    color: #000203;
    font-size: 16px; }
  .modal-access-denied.primary-label {
    border-top: 4px solid #465475; }
  .modal-access-denied.warning-label {
    border-top: 4px solid #ee5353; }
.content-body {
  margin: 0 auto;
  width: 370px;
  padding: 20px; }
  .content-body.content-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
  .content-body .content-title {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px; }
  .content-body #bol {
    background-color: #1F1F1F !important; }
  .content-body .download-desc {
    height: 50px;
    width: 328px;
    border: 1px solid #F5A623;
    border-radius: 4px;
    background-color: #FFFAF1;
    padding: 15px;
    font-size: 14px; }
    .content-body .download-desc div {
      margin-bottom: 8px; }
  .content-body .next-button {
    margin-top: 15px;
    margin-left: 33.3%; }

.content {
  padding: 30px 40px; }
  .content .content-h2 {
    width: 100%;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px; }

.hr-content {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #EBEBEB; }

.confirm-text {
  color: #6C6C6C;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  line-height: 16px; }

.personal-data-row {
  height: 64px;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(194, 194, 194, 0.5);
  padding: 10px 24px; }
  .personal-data-row .personal-data-cell {
    width: 250px; }
    .personal-data-row .personal-data-cell .personal-data-title {
      color: #1F1F1F;
      font-size: 14px; }
    .personal-data-row .personal-data-cell .personal-data-value {
      color: #1F1F1F;
      font-size: 16px;
      font-weight: 600; }
  .personal-data-row .personal-data-actions {
    width: 230px;
    text-align: right;
    padding-top: 11px; }
    .personal-data-row .personal-data-actions .personal-data-edit {
      display: inline-block;
      cursor: pointer;
      color: #0679FF; }
    .personal-data-row .personal-data-actions .personal-data-delete {
      margin-left: 20px;
      display: inline-block;
      cursor: pointer;
      color: #FF2B16; }
.personal-data-delete {
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  color: #FF2B16; }

.companies-block {
  margin-top: 40px; }

.company-table {
  font-size: 12px; }

.company-table > thead > tr > th {
  border-bottom: 0px;
  font-weight: 200;
  font-size: 10px; }

.company-table tbody {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px; }

.company-table td {
  padding: 10px; }

.first-row {
  border-top: 0px !important; }

.pagination-lg > div > .disabled > .page-link {
  color: #FF7062; }
.btn-link {
  height: 56px;
  min-width: 150px;
  border-radius: 4px;
  background-color: #006ABA;
  border-color: #006ABA;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 500;
  margin-right: 16px;
  padding: 15px 20px 0px; }
  .btn-link.middle {
    height: 40px;
    font-size: 15px; }
  .btn-link.small {
    height: 28px;
    font-size: 14px; }
  .btn-link:hover {
    background-color: #005aa8;
    border-color: #005aa8;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
  .btn-link.disabled {
    background-color: #C8D2D2 !important;
    border-color: #C8D2D2 !important;
    cursor: not-allowed;
    color: #fff; }
    .btn-link.disabled:hover {
      background-color: #C8D2D2 !important;
      border-color: #C8D2D2 !important; }
  .btn-link.transparent-btn-black {
    border: 2px solid #282828;
    color: #282828;
    border-radius: 4px;
    background-color: #fff; }
    .btn-link.transparent-btn-black:hover {
      border: 2px solid #282828;
      background-color: #282828;
      color: #fff; }
      .btn-link.transparent-btn-black:hover svg path {
        fill: #fff; }
    .btn-link.transparent-btn-black svg path {
      fill: #282828; }
  .btn-link .btn-body {
    display: inline-flex;
    vertical-align: middle; }
  .btn-link .btn-title {
    display: block;
    margin-left: 22px;
    font-weight: 600; }
  .btn-link.black-btn {
    border-color: #282828;
    color: #fff !important;
    border-radius: 4px;
    background-color: #282828; }
    .btn-link.black-btn:hover {
      background-color: #32A7FE;
      border-color: #32A7FE; }
.content-body {
  margin: 0 auto;
  width: 370px;
  padding: 20px; }
  .content-body.content-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
  .content-body .content-title {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px; }

.content {
  padding: 30px 40px; }
  .content .content-h2 {
    width: 100%;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px; }

.hr-content {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #EBEBEB; }

.confirm-text {
  color: #6C6C6C;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  line-height: 16px; }

.personal-data-row {
  height: 64px;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(194, 194, 194, 0.5);
  padding: 10px 24px; }
  .personal-data-row .personal-data-cell {
    width: 250px; }
    .personal-data-row .personal-data-cell .personal-data-title {
      color: #1F1F1F;
      font-size: 14px; }
    .personal-data-row .personal-data-cell .personal-data-value {
      color: #1F1F1F;
      font-size: 16px;
      font-weight: 600; }
  .personal-data-row .personal-data-actions {
    width: 230px;
    text-align: right;
    padding-top: 11px; }
    .personal-data-row .personal-data-actions .personal-data-edit {
      display: inline-block;
      cursor: pointer;
      color: #0679FF; }
    .personal-data-row .personal-data-actions .personal-data-delete {
      margin-left: 20px;
      display: inline-block;
      cursor: pointer;
      color: #FF2B16; }
.content-body {
  margin: 0 auto;
  width: 370px;
  padding: 20px; }
  .content-body.content-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
  .content-body .content-title {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px; }

.content {
  padding: 30px 40px; }
  .content .content-h2 {
    width: 100%;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px; }

.hr-content {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #EBEBEB; }

.confirm-text {
  color: #6C6C6C;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  line-height: 16px; }

.personal-data-row {
  height: 64px;
  width: 100%;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(194, 194, 194, 0.5);
  padding: 10px 24px; }
  .personal-data-row .personal-data-cell {
    width: 250px; }
    .personal-data-row .personal-data-cell .personal-data-title {
      color: #1F1F1F;
      font-size: 14px; }
    .personal-data-row .personal-data-cell .personal-data-value {
      color: #1F1F1F;
      font-size: 16px;
      font-weight: 600; }
  .personal-data-row .personal-data-actions {
    width: 230px;
    text-align: right;
    padding-top: 11px; }
    .personal-data-row .personal-data-actions .personal-data-edit {
      display: inline-block;
      cursor: pointer;
      color: #0679FF; }
    .personal-data-row .personal-data-actions .personal-data-delete {
      margin-left: 20px;
      display: inline-block;
      cursor: pointer;
      color: #FF2B16; }
.transaction-block {
  width: 673px !important;
  margin: 0 auto !important; }
  .transaction-block.select-mode {
    text-align: center;
    padding-top: 100px; }

.content.transactions-history {
  min-height: 0; }

.empty-entity {
  color: #A2A2A2;
  font-size: 16px;
  text-align: center;
  padding-top: 40px; }

.transactions-history .header {
  padding: 12px 23px;
  background-color: #F3F3F3;
  box-shadow: 0 2px 4px 0 rgba(212, 212, 212, 0.5); }
  .transactions-history .header div {
    display: inline-block;
    color: #393A3D;
    font-size: 14px;
    font-weight: 600; }

.transactions-history .transaction-item {
  padding: 12px 23px 12px 19px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  display: flex; }
  .transactions-history .transaction-item div {
    display: inline-block;
    color: #393A3D;
    font-size: 14px;
    word-wrap: break-word; }
  .transactions-history .transaction-item.Complete {
    border-left: 4px solid #5D9D20; }
    .transactions-history .transaction-item.Complete .status {
      color: #5D9D20;
      font-weight: 600; }
  .transactions-history .transaction-item.Rejected {
    border-left: 4px solid #FF7062; }
    .transactions-history .transaction-item.Rejected .status {
      color: #FF7062;
      font-weight: 600; }
  .transactions-history .transaction-item.Processing {
    border-left: 4px solid #F5A623; }
    .transactions-history .transaction-item.Processing .status {
      color: #F5A623;
      font-weight: 600; }

.transactions-history .header, .transactions-history .transaction-item {
  width: 890px;
  margin-bottom: 8px;
  cursor: pointer; }
  .transactions-history .header .date-time, .transactions-history .transaction-item .date-time {
    min-width: 150px;
    max-width: 150px; }
  .transactions-history .header .transaction-id, .transactions-history .transaction-item .transaction-id {
    min-width: 200px;
    max-width: 200px;
    padding-left: 10px; }
  .transactions-history .header .amount-cur, .transactions-history .transaction-item .amount-cur {
    min-width: 120px;
    max-width: 120px;
    padding-left: 10px; }
  .transactions-history .header .status, .transactions-history .transaction-item .status {
    min-width: 90px;
    max-width: 90px;
    padding-left: 10px; }
  .transactions-history .header .description, .transactions-history .transaction-item .description {
    min-width: 260px;
    max-width: 260px;
    padding-left: 10px; }

.io-table {
  font-size: 12px; }

.io-table thead > tr > th {
  border-bottom: 0px;
  font-weight: 200;
  font-size: 10px; }

.io-table tbody {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px; }

.io-table td {
  padding: 10px; }

.first-row {
  border-top: 0px !important; }

.on-top {
  z-index: 10;
  position: absolute; }

.full-width {
  width: 95%; }

.list-group > li {
  padding-top: 5px;
  padding-bottom: 5px; }

.list-group > li:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: pointer; }

.btn-group {
  width: 100%; }

.close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: 95%;
  margin-top: 5px;
  filter: drop-shadow(16px 16px 20px #030000) invert(75%); }

.close-icon:hover {
  filter: none;
  cursor: pointer; }

.tx-desc-label {
  font-weight: bold; }

.amount-block {
  margin-top: 25px; }

.payment-descr-input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
  outline: 0;
  width: 100%; }

.payment-descr-input:focus {
  box-shadow: 0 3px 2px -2px #a5d8f2; }

#next-button {
  margin-top: 15px;
  height: 45px;
  width: 100px; }
.transaction-json {
  padding: 16px;
  border-radius: 4px;
  background-color: #F8F8F8; }
  .transaction-json pre {
    margin: 0;
    color: #262626;
    font-family: 'Arial';
    font-size: 14px; }

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4);
  /* IE */
  -moz-transform: scale(1.4);
  /* FF */
  -webkit-transform: scale(1.4);
  /* Safari and Chrome */
  -o-transform: scale(1.4);
  /* Opera */
  transform: scale(1.4);
  padding: 10px; }

.table th {
  border: 0; }

.io-content {
  font-size: 12px;
  margin-top: 25px; }

.wallet-selected {
  color: #0089ed;
  font-weight: bold; }

.user-status {
  color: #29bf46;
  font-weight: bold; }

.status-block {
  display: inline-block;
  font-weight: bold; }

.amount-block {
  margin-top: 20px;
  display: inline-block;
  font-weight: bold; }

.standard-position {
  display: block; }

.io-label {
  padding-top: 5px; }

.md-form {
  padding-bottom: 20px; }

.md-form input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #0089ed;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.md-form input:focus {
  border-bottom: 1px solid #0089ed;
  box-shadow: 0 1px 0 -1px #0089ed; }

.display-none {
  display: none; }

#msg-text-area {
  margin-top: 25px;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  resize: none;
  box-shadow: 1px 1px 1px 1px; }

.info-icon {
  z-index: 10;
  position: absolute; }

.search-bth {
  height: 40px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-50 {
  margin-top: 50px; }

.padding-left-35 {
  padding-left: 35px; }
#agreement-company {
  border: none;
  overflow: auto;
  resize: none;
  height: 85px;
  font-weight: 500; }

#agreement-check-box-block {
  margin-top: 10px;
  margin-left: 15px; }

#agreement-check-box-block > label {
  display: inline;
  font-weight: 300;
  margin-left: 5px; }

.ee-com-icon {
  z-index: 10;
  position: absolute;
  left: 0px;
  top: -8px; }

.bold {
  font-weight: 600; }

.margin-top-45 {
  margin-top: 45px; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.padding-left-50 {
  padding-left: 50px; }
.smart-id-content-body .center {
  margin-top: 10%;
  margin-left: calc((100% - 328px) / 2); }

.smart-id-content-body .form-control {
  margin-top: 10px;
  border-width: 2px;
  border-color: #AEB8B8; }

.smart-id-content-body .form-control:focus {
  border-color: #36a9e1;
  box-shadow: none; }

.smart-id-content-body #next-button {
  margin-left: 100px; }

.smart-id-content-body .loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #2C2C2C;
  /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1.5s linear infinite;
  margin-left: 90px; }

.smart-id-content-body .verification-label {
  margin-left: 75px;
  margin-bottom: 0px; }

.smart-id-content-body .verification-code {
  font-weight: 700;
  font-size: 30px;
  margin-left: 90px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.signin-popup {
  font-family: 'Arial';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f3f3f3;
  justify-content: center;
  position: relative;
  padding-bottom: 0;
  padding-top: 130px;
  display: flex; }
  .signin-popup .form-wrapper {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29); }
  .signin-popup__form {
    width: 600px;
    min-height: 640px;
    border-radius: 2px;
    background: white; }
    .signin-popup__form.common-error {
      height: 690px !important; }
  .signin-popup__header {
    height: 236px;
    background-color: #1B5DAA;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; }
  .signin-popup__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin: 0; }
  .signin-popup__second-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    margin: 0; }
  .signin-popup__close {
    width: 14px;
    height: 14px;
    background: url("/img/svg/icon-close.svg");
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 0;
    outline: 0; }
    .signin-popup__close:hover, .signin-popup__close:focus, .signin-popup__close:active {
      outline: 0; }
  .signin-popup__body {
    padding: 0 100px 40px;
    display: flex;
    flex-direction: column; }
    .signin-popup__body-label {
      margin-bottom: 24px; }
    .signin-popup__body-input {
      margin-bottom: 20px; }
      .signin-popup__body-input:last-of-type {
        margin-bottom: 0; }
  .signin-popup__error {
    margin-bottom: 24px; }
  .signin-popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    margin-top: 40px; }
    .signin-popup__footer-hint {
      font-size: 16px;
      font-weight: 500;
      color: #5c6979; }
    .signin-popup__footer-link {
      margin-left: 4px; }
    .signin-popup__footer-button {
      width: 100%;
      margin: 0 auto; }
  .signin-popup .main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
    padding: 50px 0; }
  .signin-popup .sign-in-tips {
    color: #6D7777;
    font-size: 16px;
    padding: 20px 0; }
  .signin-popup .password-link {
    color: #0679FF;
    font-size: 14px;
    font-weight: 500; }
    .signin-popup .password-link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .signin-popup .common-error-block {
    color: #fff;
    border-radius: 4px;
    background-color: #FC8282;
    margin: 16px 0;
    padding: 10px 15px; }
    .signin-popup .common-error-block .title {
      font-weight: 600; }
    .signin-popup .common-error-block .body {
      font-size: 16px; }
  .signin-popup .content-logo {
    position: relative;
    height: 165px;
    width: 462px; }
  .signin-popup .logo-label {
    position: absolute;
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 70px;
    /* identical to box height */
    color: #FFFFFF;
    left: 115px; }
  .signin-popup .ts-logo-rectangle {
    position: absolute;
    width: 96px;
    height: 74px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px; }
  .signin-popup .ts-logo {
    position: absolute;
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    font-size: 57px;
    line-height: 72px;
    color: #1B5DAA;
    top: 0px;
    left: 10px; }
  .signin-popup .symbol-t-logo {
    position: absolute; }
  .signin-popup .symbol-s-logo {
    position: absolute;
    z-index: 100;
    left: 34px; }
  .signin-popup .logo-text {
    position: absolute;
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    top: 100px;
    color: #FFFFFF; }
.land {
  background: white;
  height: 100%;
  font-family: 'Arial'; }
  .land__welcome, .land__features, .land__first-step, .land__get, .land__footer {
    padding: 0 10.5%; }
  .land__welcome {
    min-height: calc(100vh - 50px);
    background-color: lightgray;
    background-size: cover;
    position: relative; }
  .land__header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .land__header-aside {
      display: flex;
      align-items: center; }
    .land__header .land__nav-link {
      transition: .3s ease;
      border-bottom: solid 2px transparent; }
      .land__header .land__nav-link:hover, .land__header .land__nav-link_active {
        color: white;
        border-bottom: solid 2px white; }
  .land__nav {
    display: flex;
    list-style-type: none; }
    .land__nav-item {
      margin-right: 33px; }
      .land__nav-item:last-child {
        margin-right: 0; }
    .land__nav-link {
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: bold;
      padding-bottom: 1px; }
      .land__nav-link:hover, .land__nav-link:active {
        color: white;
        text-decoration: none; }
  .land__signin-button {
    display: inline-block;
    width: 81px;
    height: 35px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    outline: 0;
    background: transparent; }
    .land__signin-button:hover, .land__signin-button:active, .land__signin-button:focus {
      outline: 0; }
  .land__verify {
    margin-top: 150px;
    padding-bottom: 150px; }
    .land__verify-title {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0.2px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 40px; }
    .land__verify-form {
      margin: 0 auto;
      width: 740px;
      min-height: 221px;
      background-color: #ffffff;
      box-shadow: 0 32px 40px 0 rgba(36, 40, 51, 0.12), 0 0 24px 0 rgba(36, 40, 51, 0.08);
      padding: 20px 50px 34px;
      display: flex;
      flex-direction: column; }
    .land__verify-label {
      font-size: 16px;
      font-weight: 500;
      color: #909cab;
      margin-bottom: 0; }
    .land__verify-input {
      margin-top: 20px; }
    .land__verify-submit {
      min-width: 104px;
      margin-left: auto; }
    .land__verify-footer {
      margin-top: 20px;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      color: #5c6979; }
    .land__verify-file-input {
      visibility: hidden;
      height: 0;
      width: 0;
      overflow: hidden; }
    .land__verify-file-upload {
      margin: 0 4px; }
    .land__verify-error {
      border-top: 2px solid #efeff4;
      margin-top: 25px;
      padding-top: 20px;
      font-size: 32px;
      font-weight: 500;
      letter-spacing: 0.2px;
      text-align: left;
      color: #282d32; }
  .land__arrow-scroll {
    width: 110px;
    height: 140px;
    background: url("/img/svg/arrow-down-complex.svg");
    background-position: -18px 9px;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .land__features {
    padding-top: 95px;
    padding-bottom: 30px; }
    .land__features-title {
      margin-bottom: 75px;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0.2px;
      text-align: center;
      color: #282d32; }
    .land__features-list {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      padding-left: 85px; }
    .land__features-item {
      display: flex;
      align-items: center;
      width: calc((100% - (80px * 2)) / 3);
      margin-bottom: 90px;
      margin-right: 80px; }
      .land__features-item:nth-child(3n) {
        margin-right: 0; }
      .land__features-item-icon {
        width: 84px;
        height: 84px;
        margin-right: 35px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .land__features-item-text {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #282d32;
        line-height: normal;
        max-width: 130px; }
  .land__first-step {
    padding-top: 92px;
    padding-bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/img/svg/first-step-bg.svg");
    background-size: cover; }
    .land__first-step-phone-img {
      width: 400px;
      height: 600px;
      background: url("/img/phone-img.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right;
      margin-right: 50px;
      flex-shrink: 0; }
    .land__first-step-title {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0.2px;
      color: #282d32;
      margin-bottom: 20px; }
    .land__first-step-description {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.63;
      letter-spacing: 0.2px;
      color: #282d32;
      margin-bottom: 30px; }
    .land__first-step-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 200px;
      height: 50px;
      border-radius: 4px;
      border: solid 2px #52a1ff;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.1px;
      color: #52a1ff;
      text-decoration: none; }
      .land__first-step-button:hover, .land__first-step-button:active, .land__first-step-button:focus {
        color: #52a1ff;
        text-decoration: none;
        outline: 0; }
  .land__get {
    padding-top: 50px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .land__get-steps {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .land__get-steps-wrapper {
        display: flex;
        margin-top: 10px; }
    .land__get-stepper {
      background: url("/img/svg/stepper.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 800px;
      height: 100px;
      font-family: 'Arial'; }
    .land__get-step {
      text-align: center;
      margin-right: 75px; }
      .land__get-step:last-child {
        margin-right: 0; }
      .land__get-step-title {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.1px;
        color: #282d32; }
      .land__get-step-description {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.63;
        letter-spacing: 0.2px;
        color: #282d32; }
      .land__get-step_2 .land__get-step-description {
        max-width: 290px; }
      .land__get-step_1 .land__get-step-description, .land__get-step_3 .land__get-step-description {
        width: 260px; }
    .land__get-apps {
      margin-top: 60px; }
      .land__get-apps-title {
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.1px;
        text-align: center;
        color: #282d32;
        margin-bottom: 30px; }
  .land__footer {
    height: 200px;
    background-color: #282d32;
    box-shadow: 0 -1px 0 0 #5c6979;
    padding-top: 50px;
    padding-bottom: 30px; }
    .land__footer-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 50px;
      border-bottom: 1px solid #5c6979; }
      .land__footer-header-aside {
        display: flex;
        align-items: center; }
    .land__footer .land__nav-link {
      transition: .3s ease; }
      .land__footer .land__nav-link:hover, .land__footer .land__nav-link_active {
        color: #8acbff; }
  .land__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
    color: #e9eef5;
    margin-top: 20px; }

/* badges */
.badges {
  display: flex; }

.badge {
  display: flex;
  align-items: center;
  background: black;
  width: 130px;
  color: white;
  text-decoration: none;
  margin-right: 30px;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  transition: opacity ease-out 0.2s; }
  .badge:last-child {
    margin-right: 0; }
  .badge:hover, .badge:focus {
    color: white;
    text-decoration: none; }

.badge__icon {
  display: flex;
  width: 20px;
  height: 20px; }

.icon-apple {
  width: 24px;
  height: 24px; }

.badge__description {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 7px;
  line-height: 1.2; }

.badge__hint {
  font-size: 9px;
  font-weight: 300; }

.badge__name {
  font-size: 15px; }
.signup-popup {
  font-family: 'Arial';
  position: relative;
  padding-bottom: 0;
  padding-top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center; }
  .signup-popup .form-wrapper {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29); }
  .signup-popup__form {
    width: 600px;
    min-height: 615px;
    border-radius: 4px;
    background: white; }
  .signup-popup__header {
    height: 236px;
    background-color: #1B5DAA;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; }
  .signup-popup__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin: 0; }
  .signup-popup__second-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    margin: 0; }
  .signup-popup__close {
    width: 14px;
    height: 14px;
    background: url("/img/svg/icon-close.svg");
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 0;
    outline: 0; }
    .signup-popup__close:hover, .signup-popup__close:focus, .signup-popup__close:active {
      outline: 0; }
  .signup-popup__body {
    padding: 0 100px 40px;
    display: flex;
    flex-direction: column; }
    .signup-popup__body-label {
      margin-bottom: 24px; }
    .signup-popup__body-input {
      margin-bottom: 20px; }
      .signup-popup__body-input:last-of-type {
        margin-bottom: 0; }
  .signup-popup__error {
    margin-bottom: 24px; }
  .signup-popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    margin-top: 40px; }
    .signup-popup__footer-hint {
      font-size: 16px;
      font-weight: 500;
      color: #5c6979; }
    .signup-popup__footer-link {
      margin-left: 4px; }
    .signup-popup__footer-button {
      width: 100%;
      margin: 0 auto; }
  .signup-popup .main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
    padding: 20px 0; }
  .signup-popup .sign-in-tips {
    color: #6D7777;
    font-size: 16px;
    padding-top: 10px; }
  .signup-popup .password-link {
    color: #0679FF;
    font-size: 14px;
    font-weight: 500; }
    .signup-popup .password-link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .signup-popup .input-tip {
    color: #152935;
    font-family: 'Arial';
    font-size: 14px !important;
    font-weight: 500 !important; }
  .signup-popup .email-sent {
    height: 650px !important;
    min-height: 650px !important; }
  .signup-popup .text-email-sent {
    padding-left: 30px !important;
    color: #152935;
    font-family: 'Arial';
    font-size: 16px !important; }
  .signup-popup .text-something-wrong {
    padding-left: 30px !important;
    color: #6376A5;
    font-family: 'Arial';
    font-size: 16px !important; }
  .signup-popup .text-tips-email {
    padding-left: 30px !important;
    color: #5c6979;
    font-family: 'Arial';
    font-size: 14px !important; }
  .signup-popup .plane-gif img {
    width: 100%;
    margin-top: -68px; }
  .signup-popup .content-logo {
    position: relative;
    height: 165px;
    width: 462px; }
  .signup-popup .logo-label {
    position: absolute;
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 70px;
    /* identical to box height */
    color: #FFFFFF;
    left: 115px; }
  .signup-popup .ts-logo-rectangle {
    position: absolute;
    width: 96px;
    height: 74px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px; }
  .signup-popup .ts-logo {
    position: absolute;
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    font-size: 57px;
    line-height: 72px;
    color: #1B5DAA;
    top: 0px;
    left: 10px; }
  .signup-popup .symbol-t-logo {
    position: absolute; }
  .signup-popup .symbol-s-logo {
    position: absolute;
    z-index: 100;
    left: 34px; }
  .signup-popup .logo-text {
    position: absolute;
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    top: 100px;
    color: #FFFFFF; }
.password-popup {
  font-family: 'Arial';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 150px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center; }
  .password-popup .form-wrapper {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29); }
  .password-popup__form {
    width: 600px;
    height: 510px;
    border-radius: 2px;
    background: white; }
  .password-popup__header {
    height: 124px;
    background-color: #1a5daa;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; }
  .password-popup__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin: 0; }
  .password-popup__second-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    margin: 0; }
  .password-popup__close {
    width: 14px;
    height: 14px;
    background: url("/img/svg/icon-close.svg");
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 0;
    outline: 0; }
    .password-popup__close:hover, .password-popup__close:focus, .password-popup__close:active {
      outline: 0; }
  .password-popup__body {
    padding: 30px 100px 40px;
    display: flex;
    flex-direction: column; }
    .password-popup__body-label {
      margin-bottom: 24px; }
    .password-popup__body-input {
      margin-bottom: 20px; }
      .password-popup__body-input:last-of-type {
        margin-bottom: 0; }
  .password-popup__error {
    margin-bottom: 24px; }
  .password-popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    margin-top: 40px; }
    .password-popup__footer-hint {
      font-size: 16px;
      font-weight: 500;
      color: #5c6979; }
    .password-popup__footer-link {
      margin-left: 4px; }
    .password-popup__footer-button {
      width: 100%;
      margin: 0 auto; }
  .password-popup .main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
    padding: 50px 0; }
  .password-popup .sign-in-tips {
    color: #6D7777;
    font-size: 16px;
    padding-top: 10px; }
  .password-popup .password-link {
    color: #0679FF;
    font-size: 14px;
    font-weight: 500; }
    .password-popup .password-link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .password-popup .input-tip {
    color: #152935;
    font-family: 'Arial';
    font-size: 14px !important;
    font-weight: 500 !important; }
  .password-popup .email-sent {
    height: 650px !important; }
  .password-popup .text-email-sent {
    padding-left: 30px !important;
    color: #152935;
    font-family: 'Arial';
    font-size: 16px !important; }
  .password-popup .text-something-wrong {
    padding-left: 30px !important;
    color: #6376A5;
    font-family: 'Arial';
    font-size: 16px !important; }
  .password-popup .text-tips-email {
    padding-left: 30px !important;
    color: #5c6979;
    font-family: 'Arial';
    font-size: 14px !important; }
  .password-popup .text-link-password {
    width: 280px !important;
    color: #000000 !important;
    font-family: 'Arial';
    font-size: 20px !important;
    text-align: center; }
.new-password-popup {
  font-family: 'Arial';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f3f3f3;
  display: flex;
  padding-top: 150px;
  justify-content: center; }
  .new-password-popup .form-wrapper {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29);
    background-color: #ffffff; }
  .new-password-popup__form {
    width: 600px;
    height: 585px;
    border-radius: 2px;
    background-color: #f3f3f3; }
  .new-password-popup__header {
    height: 124px;
    background-color: #1a5daa;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative; }
  .new-password-popup__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin: 0; }
  .new-password-popup__second-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    margin: 0; }
  .new-password-popup__close {
    width: 14px;
    height: 14px;
    background: url("/img/svg/icon-close.svg");
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 0;
    outline: 0; }
    .new-password-popup__close:hover, .new-password-popup__close:focus, .new-password-popup__close:active {
      outline: 0; }
  .new-password-popup__body {
    padding: 30px 100px 40px;
    display: flex;
    flex-direction: column; }
    .new-password-popup__body-label {
      margin-bottom: 24px; }
    .new-password-popup__body-input {
      margin-bottom: 20px; }
      .new-password-popup__body-input:last-of-type {
        margin-bottom: 0; }
  .new-password-popup__error {
    margin-bottom: 24px; }
  .new-password-popup__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    margin-top: 40px; }
    .new-password-popup__footer-hint {
      font-size: 16px;
      font-weight: 500;
      color: #5c6979; }
    .new-password-popup__footer-link {
      margin-left: 4px; }
    .new-password-popup__footer-button {
      width: 100%;
      margin: 0 auto; }
  .new-password-popup .main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
    padding: 50px 0; }
  .new-password-popup .sign-in-tips {
    color: #6D7777;
    font-size: 16px;
    padding-top: 10px; }
  .new-password-popup .password-link {
    color: #0679FF;
    font-size: 14px;
    font-weight: 500; }
    .new-password-popup .password-link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .new-password-popup .input-tip {
    color: #152935;
    font-family: 'Arial';
    font-size: 14px !important;
    font-weight: 500 !important; }
  .new-password-popup .email-sent {
    height: 650px !important; }
  .new-password-popup .text-email-sent {
    padding-left: 30px !important;
    color: #152935;
    font-family: 'Arial';
    font-size: 16px !important; }
  .new-password-popup .text-something-wrong {
    padding-left: 30px !important;
    color: #6376A5;
    font-family: 'Arial';
    font-size: 16px !important; }
  .new-password-popup .text-tips-email {
    padding-left: 30px !important;
    color: #5c6979;
    font-family: 'Arial';
    font-size: 14px !important; }
  .new-password-popup .text-link-password {
    width: 280px !important;
    color: #000000 !important;
    font-family: 'Arial';
    font-size: 20px !important;
    text-align: center; }
.token-invalid-page .signup-popup__header {
  height: 100px !important; }
.sign-checker {
  font-family: 'Arial' !important;
  height: 100vh !important; }

.sign-checker .display-none {
  display: none; }

.sign-checker .btn-success {
  background-color: #27AE60;
  border-color: #28a745;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 0px; }

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

.sign-checker .btn-success:active {
  background-color: #1e7e34 !important;
  border-color: #1c7430 !important; }

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

.sign-checker .header {
  background-color: #FFFFFF; }

.sign-checker .header .left-label {
  color: #1B5DAA;
  font-size: 46px;
  font-weight: 500;
  margin-top: 16px; }

.sign-checker .header .left-label label {
  font-weight: 200;
  font-size: 26px;
  color: #050505; }

.sign-checker .header .right-label {
  color: #050505;
  font-size: 24px;
  font-weight: 500;
  margin-top: 28px; }

.sign-checker .content-logo {
  margin-top: 23px; }

.sign-checker .ts-logo-rectangle {
  position: absolute;
  width: 48px;
  height: 32px;
  background: #1B5DAA;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }

.sign-checker .ts-logo {
  position: absolute;
  font-family: 'Arial';
  font-style: normal;
  font-weight: normal;
  font-size: 57px;
  line-height: 72px;
  color: #ffffff;
  top: 0px;
  left: 10px; }

.sign-checker .symbol-t-logo {
  position: absolute; }

.sign-checker .symbol-s-logo {
  position: absolute;
  z-index: 100;
  left: 34px; }

.sign-checker .content-custom {
  background-color: #3080DE;
  min-height: 45% !important; }

.sign-checker .content-custom .content-label > h1 {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 600;
  margin-left: 5%;
  margin-top: 5%; }

.sign-checker .content-custom .content-text > p {
  margin-left: 5%;
  margin-top: 7%;
  color: #FFFFFF;
  font-size: 18px; }

.sign-checker .content-custom .drag-drop {
  background-color: #F4F4F4;
  min-height: 250px;
  margin: 25px !important;
  border-radius: 4px; }

.sign-checker .content-custom .drag-drop .uploading-label {
  font-size: 28px;
  height: 100% !important;
  text-align: center;
  padding-top: 20%;
  color: #989fad; }

.sign-checker .content-custom .drag-drop .drop-text {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500; }

.sign-checker .content-custom .drag-drop .or-text {
  text-align: center;
  color: #4F4F4F;
  font-weight: 300;
  font-size: 18px; }

.sign-checker .content-custom .drag-drop .brows-file-button {
  text-align: center; }

.sign-checker .content-custom .drag-drop .brows-file-button label {
  margin-bottom: 0px;
  padding: 7px 11px 7px 11px; }

.sign-checker .content-custom #brows-file {
  display: none; }

.sign-checker .content-custom #fileElem {
  display: none; }

.sign-checker .footer {
  padding: 30px 40px; }

.sign-checker .footer .delete-icon {
  padding-top: 20px; }

.sign-checker .footer .delete-icon:hover {
  transform: scale(1.2);
  cursor: pointer; }

.sign-checker .footer #download-pdf-label {
  text-align: center;
  color: #828282;
  font-weight: 100;
  font-size: 10px;
  padding-right: 4px;
  margin-bottom: 2px; }

.sign-checker .footer .upload-label {
  font-size: 28px;
  font-weight: 700; }

.sign-checker .footer .upload-pr-bar {
  position: relative; }

.sign-checker .footer .upload-pr-bar .upload-pr-bar {
  position: absolute;
  z-index: 1; }

.sign-checker .footer .upload-pr-bar .upload-pr-bar line {
  position: absolute;
  left: 0px; }

.sign-checker .footer .upload-pr-bar .upload-pr-bar-back {
  position: absolute;
  z-index: 0; }

.sign-checker .footer ol {
  max-width: 350px;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px; }

.sign-checker .footer ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative; }

.sign-checker .footer ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  --size: 24px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: #BDBDBD;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999; }

.sign-checker .footer ol .valid-li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  --size: 24px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: #27AE60;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999; }

.sign-checker .footer ol .invalid-li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  --size: 24px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: #c61412;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999; }

.sign-checker .upload-icon:hover {
  transform: scale(1.2); }

.sign-checker .upload-icon {
  text-align: center;
  margin-top: 50px; }

.sign-checker .upload-icon .relative-trick {
  display: inline-block;
  height: 45px;
  width: 48px;
  position: relative; }

.sign-checker .upload-icon .relative-trick .cloud {
  position: absolute; }

.sign-checker .upload-icon .relative-trick .arrow {
  position: absolute;
  top: 14px;
  left: 13px; }

.sign-checker .upload-icon .relative-trick .line {
  position: absolute;
  top: 21px;
  left: 21px; }

.sign-checker .folder-icon .relative-trick {
  height: 55px !important;
  width: 55px !important;
  position: relative; }

.sign-checker .folder-icon .relative-trick .top {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 0;
  background: #00BBD3; }

.sign-checker .folder-icon .relative-trick .middle {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 4px;
  background: #D4E1F4; }

.sign-checker .folder-icon .relative-trick .bottom {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 0px;
  background: #4DCFE0; }

.sign-checker .folder-icon .relative-trick .line {
  position: absolute;
  z-index: 5;
  top: 23px;
  left: 16px; }

.sign-checker .download-icon:hover {
  transform: scale(1.2);
  cursor: pointer; }

.sign-checker .download-icon {
  text-align: center;
  width: 48px; }

.sign-checker .download-icon .relative-trick {
  display: inline-block;
  height: 45px;
  width: 48px;
  position: relative; }

.sign-checker .download-icon .relative-trick .cloud {
  position: absolute; }

.sign-checker .download-icon .relative-trick .arrow {
  position: absolute;
  top: 30px;
  left: 14px; }

.sign-checker .download-icon .relative-trick .line {
  position: absolute;
  top: 21px;
  left: 21px; }

.sign-checker-wrapper {
  /* ----header--- */
  /* ----content-custom--- */
  /* ------- footer ----- */
  /*--- block-upload-finish ---*/
  /*--- block-upload-finish-list ---*/
  /* ----footer--- */ }
  .sign-checker-wrapper body {
    overflow-x: hidden;
    height: 100%; }
  .sign-checker-wrapper a {
    text-decoration: none;
    text-transform: none;
    color: inherit;
    cursor: pointer; }
  .sign-checker-wrapper a:hover {
    text-decoration: underline; }
  .sign-checker-wrapper a:active {
    opacity: 0.6; }
  .sign-checker-wrapper ul {
    list-style: none; }
  .sign-checker-wrapper .container {
    margin: 0 auto; }
  .sign-checker-wrapper .sign-checker {
    display: flex;
    flex-direction: column;
    min-height: 100%; }
  .sign-checker-wrapper .sign-checker .header .right-label {
    color: #2B2B2B;
    font-weight: 900;
    font-size: 28px;
    padding-left: 5px; }
  .sign-checker-wrapper .sign-checker .content-logo {
    margin: 26px 0; }
  .sign-checker-wrapper .logo-with-text {
    padding-left: 62px; }
  .sign-checker-wrapper .header-block-left {
    margin-left: 18px; }
  .sign-checker-wrapper .navbar ul {
    margin: auto; }
  .sign-checker-wrapper .nav-list_item {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin: auto; }
  .sign-checker-wrapper .nav-list_item:last-child {
    margin-right: 0; }
  .sign-checker-wrapper .sign-checker .content-custom {
    color: #FFFFFF; }
  .sign-checker-wrapper .content-block {
    align-items: center;
    align-content: center;
    height: 100%; }
  .sign-checker-wrapper .content-label {
    width: 100%; }
  .sign-checker-wrapper .content-label h1 {
    font-weight: 900;
    font-size: 50px; }
  .sign-checker-wrapper .content-tex p {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.14;
    text-align: left; }
  .sign-checker-wrapper .content-left {
    margin: auto 0; }
  .sign-checker-wrapper .drag-drop {
    background: #F4F4F4;
    border: 1px dashed #4A90E2;
    color: #000000;
    border-radius: 8px; }
  .sign-checker-wrapper .drag-drop_wrapp {
    margin-bottom: 50px; }
  .sign-checker-wrapper .drop-text {
    color: #000000;
    padding-top: 27px; }
  .sign-checker-wrapper .or-text {
    color: #4F4F4F;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Palanquin', sans-serif; }
  .sign-checker-wrapper .upload-icon .relative-trick .arrow {
    z-index: 10; }
  .sign-checker-wrapper .btn-success {
    font-family: 'Poppins', sans-serif;
    width: 169px;
    height: 42px;
    background-color: #27AE60;
    color: #FFFFFF;
    transition: .25s all ease;
    border: none;
    margin-top: 16px;
    font-weight: 600;
    font-size: 13px; }
  .sign-checker-wrapper .footer .container {
    /* padding-top: 20px; */ }
  .sign-checker-wrapper .sign-checker .footer {
    flex: 1 0 auto; }
  .sign-checker-wrapper .list_item {
    font-weight: bold;
    font-size: 18px;
    color: #000000; }
  .sign-checker-wrapper .item-icon {
    padding-bottom: 25px; }
  .sign-checker-wrapper .list_item:nth-child(2) .item-icon {
    padding-bottom: 0; }
  .sign-checker-wrapper .download-icon {
    margin: 50px auto 0; }
  .sign-checker-wrapper .sign-checker .download-icon .relative-trick .arrow {
    transform: rotate(180deg);
    z-index: 10;
    left: 13px; }
  @media (max-width: 1000px) {
    .sign-checker-wrapper .list_item .item-text {
      width: 205px; } }
  .sign-checker-wrapper .item-icon {
    margin-top: 0; }
  .sign-checker-wrapper .upload-block_inner {
    padding-left: 40px; }
  .sign-checker-wrapper .upload-block_inner-title {
    font-weight: bold;
    font-size: 28px;
    text-align-last: left;
    margin-bottom: 30px; }
  .sign-checker-wrapper .footer .block-upload-progres-title {
    text-align: left;
    margin-bottom: 20px; }
  .sign-checker-wrapper .block-progressbar {
    margin-left: 30px;
    flex-direction: column; }
  .sign-checker-wrapper .block-progressbar-title {
    text-align: left; }
  .sign-checker-wrapper .progressbar {
    margin: 10px 0 0 30px;
    width: 320px;
    height: 2px;
    background: silver; }
  .sign-checker-wrapper .progressbar::before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: #2D9CDB; }
  .sign-checker-wrapper .block-upload-finish-nameFile {
    margin-left: 35px;
    font-family: 'Palanquin', sans-serif;
    font-size: 14px; }
  .sign-checker-wrapper .block-upload-finish-delete {
    margin-left: 110px; }
  .sign-checker-wrapper .download-attachment {
    margin-left: 50px;
    margin-bottom: 18px; }
  .sign-checker-wrapper .download-attachment-title {
    font-size: 7px;
    color: #828282;
    margin-bottom: 5px; }
  .sign-checker-wrapper .block-upload-finish-list {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px; }
  .sign-checker-wrapper .upload-list-item {
    margin-bottom: 16px; }
  .sign-checker-wrapper .custom-counter {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin-top: 57px; }
  .sign-checker-wrapper .custom-counter li {
    counter-increment: step-counter; }
  .sign-checker-wrapper .custom-counter li {
    counter-increment: step-counter; }
  .sign-checker-wrapper .sign-checker .footer ol li::before {
    content: url(/img/svg/check-mark-vector.svg);
    font-size: 80%;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #c8c8c8; }
  .sign-checker-wrapper .valid-item::before {
    background-color: #27AE60 !important;
    transition: all 350ms; }
  .sign-checker-wrapper .footer-bottom {
    flex: 0 0 auto; }
  .sign-checker-wrapper footer span {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px; }

/*# sourceMappingURL=index.styles.css.map*/