@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*------------------------------------------------------------------
[Master Stylesheet]

Table of contents:

1. CORE (Bootstrap + MDK Layout)
2. Theme
  2.1 flexbox
  2.2 icons
  2.3 type
  2.4 layout
  2.5 dropdown
  2.6 header
  2.7 search-form
  2.8 navbar
  2.9 navbar-dark
  2.10 navbar-light
  2.11 drawer
  2.12 sidebar
  2.13 card
  2.14 table
  2.15 button
  2.16 breadcrumb
  2.17 form
  2.18 flatpickr
  2.19 input-group
  2.20 progress
  2.21 tabs
  2.22 list-group
  2.23 borders
  2.24 custom-checkbox-toggle
  2.25 alert
  2.26 loader
  2.27 helpers
  2.28 badge
  2.29 avatar
  2.30 chart
  2.31 pagination
  2.32 page-separator
3. Apps
  3.1 apps/trello
  3.2 apps/chat
  3.3 apps/email
  3.4 apps/properties
  3.5 apps/tickets
4. Plugin Overrides
  4.1 daterangepicker
  4.2 toastr
  4.3 fullcalendar
  4.4 preloader
5. Pages
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. CORE]
-------------------------------------------------------------------*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
[dir="ltr"] :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1377c9;
  --secondary: #262f36;
  --success: #17b15c;
  --info: #13c0c9;
  --warning: #f0ca4d;
  --danger: #bb3434;
  --light: #f8f9fa;
  --dark: #343a40;
  --blue: #3687e4;
  --teal: #1ea190;
  --purple: #5163c5;
  --dark-gray: #2a2a2a;
  --light-gray: rgba(0, 0, 0, 0.24);
  --muted-light: #dbdfe4;
  --facebook: #3b5998;
  --twitter: #00aced;
  --vuejs: #42b883;
  --angular: #d32f2f;
  --gulp: #cf4647;
  --node: #699f63;
  --gitlab: #e65328;
  --instagram: #3f729b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

[dir="ltr"] *,
[dir="ltr"] *::before,
[dir="ltr"] *::after {
  box-sizing: border-box;
}

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

[dir="ltr"] article,
[dir="ltr"] aside,
[dir="ltr"] figcaption,
[dir="ltr"] figure,
[dir="ltr"] footer,
[dir="ltr"] header,
[dir="ltr"] hgroup,
[dir="ltr"] main,
[dir="ltr"] nav,
[dir="ltr"] section {
  display: block;
}

[dir="ltr"] body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #353535;
  text-align: left;
  background-color: #f9f9f9;
}

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

[dir="ltr"] hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

[dir="ltr"] p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

[dir="ltr"] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

[dir="ltr"] ol,
[dir="ltr"] ul,
[dir="ltr"] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

[dir="ltr"] ol ol,
[dir="ltr"] ul ul,
[dir="ltr"] ol ul,
[dir="ltr"] ul ol {
  margin-bottom: 0;
}

[dir="ltr"] dt {
  font-weight: 700;
}

[dir="ltr"] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

[dir="ltr"] blockquote {
  margin: 0 0 1rem;
}

[dir="ltr"] b,
[dir="ltr"] strong {
  font-weight: bolder;
}

[dir="ltr"] small {
  font-size: 80%;
}

[dir="ltr"] sub,
[dir="ltr"] sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

[dir="ltr"] sub {
  bottom: -0.25em;
}

[dir="ltr"] sup {
  top: -0.5em;
}

[dir="ltr"] a {
  color: #3687e4;
  text-decoration: none;
  background-color: transparent;
}
[dir="ltr"] a:hover {
  color: #1861b5;
  text-decoration: underline;
}

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

[dir="ltr"] pre,
[dir="ltr"] code,
[dir="ltr"] kbd,
[dir="ltr"] samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

[dir="ltr"] pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

[dir="ltr"] figure {
  margin: 0 0 1rem;
}

[dir="ltr"] img {
  vertical-align: middle;
  border-style: none;
}

[dir="ltr"] svg {
  overflow: hidden;
  vertical-align: middle;
}

[dir="ltr"] table {
  border-collapse: collapse;
}

[dir="ltr"] caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  caption-side: bottom;
}

[dir="ltr"] th {
  text-align: inherit;
}

[dir="ltr"] label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

[dir="ltr"] button {
  border-radius: 0;
}

[dir="ltr"] button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

[dir="ltr"] input,
[dir="ltr"] button,
[dir="ltr"] select,
[dir="ltr"] optgroup,
[dir="ltr"] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[dir="ltr"] button,
[dir="ltr"] input {
  overflow: visible;
}

[dir="ltr"] button,
[dir="ltr"] select {
  text-transform: none;
}

[dir="ltr"] select {
  word-wrap: normal;
}

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

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

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

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

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

[dir="ltr"] textarea {
  overflow: auto;
  resize: vertical;
}

[dir="ltr"] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[dir="ltr"] legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[dir="ltr"] progress {
  vertical-align: baseline;
}

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

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

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

[dir="ltr"] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[dir="ltr"] output {
  display: inline-block;
}

[dir="ltr"] summary {
  display: list-item;
  cursor: pointer;
}

[dir="ltr"] template {
  display: none;
}

[dir="ltr"] [hidden] {
  display: none !important;
}

[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6,
[dir="ltr"] .h1,
[dir="ltr"] .h2,
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] .h5,
[dir="ltr"] .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

[dir="ltr"] h1,
[dir="ltr"] .h1 {
  font-size: 2.5rem;
}

[dir="ltr"] h2,
[dir="ltr"] .h2 {
  font-size: 2rem;
}

[dir="ltr"] h3,
[dir="ltr"] .h3 {
  font-size: 1.75rem;
}

[dir="ltr"] h4,
[dir="ltr"] .h4 {
  font-size: 1.5rem;
}

[dir="ltr"] h5,
[dir="ltr"] .h5 {
  font-size: 1.25rem;
}

[dir="ltr"] h6,
[dir="ltr"] .h6 {
  font-size: 1rem;
}

[dir="ltr"] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

[dir="ltr"] .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

[dir="ltr"] .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

[dir="ltr"] .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

[dir="ltr"] .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

[dir="ltr"] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

[dir="ltr"] small,
[dir="ltr"] .small {
  font-size: 80%;
  font-weight: 400;
}

[dir="ltr"] mark,
[dir="ltr"] .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

[dir="ltr"] .list-unstyled {
  padding-left: 0;
  list-style: none;
}

[dir="ltr"] .list-inline {
  padding-left: 0;
  list-style: none;
}

[dir="ltr"] .list-inline-item {
  display: inline-block;
}
[dir="ltr"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir="ltr"] .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

[dir="ltr"] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

[dir="ltr"] .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
[dir="ltr"] .blockquote-footer::before {
  content: "\2014\A0";
}

[dir="ltr"] .img-fluid {
  max-width: 100%;
  height: auto;
}

[dir="ltr"] .img-thumbnail {
  padding: 0.25rem;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

[dir="ltr"] .figure {
  display: inline-block;
}

[dir="ltr"] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

[dir="ltr"] .figure-caption {
  font-size: 90%;
  color: #6c757d;
}

[dir="ltr"] code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
[dir="ltr"] a > code {
  color: inherit;
}

[dir="ltr"] kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
[dir="ltr"] kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

[dir="ltr"] pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
[dir="ltr"] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

[dir="ltr"] .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

[dir="ltr"] .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [dir="ltr"] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .container {
    max-width: 1140px;
  }
}

[dir="ltr"] .container-fluid,
[dir="ltr"] .container-lg,
[dir="ltr"] .container-md,
[dir="ltr"] .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  [dir="ltr"] .container-sm,
  [dir="ltr"] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .container-md,
  [dir="ltr"] .container-sm,
  [dir="ltr"] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .container-lg,
  [dir="ltr"] .container-md,
  [dir="ltr"] .container-sm,
  [dir="ltr"] .container {
    max-width: 1140px;
  }
}
[dir="ltr"] .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

[dir="ltr"] .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

[dir="ltr"] .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

[dir="ltr"] .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

[dir="ltr"] .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

[dir="ltr"] .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

[dir="ltr"] .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

[dir="ltr"] .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

[dir="ltr"] .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

[dir="ltr"] .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

[dir="ltr"] .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

[dir="ltr"] .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

[dir="ltr"] .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

[dir="ltr"] .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

[dir="ltr"] .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

[dir="ltr"] .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

[dir="ltr"] .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

[dir="ltr"] .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

[dir="ltr"] .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

[dir="ltr"] .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

[dir="ltr"] .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

[dir="ltr"] .order-first {
  order: -1;
}

[dir="ltr"] .order-last {
  order: 13;
}

[dir="ltr"] .order-0 {
  order: 0;
}

[dir="ltr"] .order-1 {
  order: 1;
}

[dir="ltr"] .order-2 {
  order: 2;
}

[dir="ltr"] .order-3 {
  order: 3;
}

[dir="ltr"] .order-4 {
  order: 4;
}

[dir="ltr"] .order-5 {
  order: 5;
}

[dir="ltr"] .order-6 {
  order: 6;
}

[dir="ltr"] .order-7 {
  order: 7;
}

[dir="ltr"] .order-8 {
  order: 8;
}

[dir="ltr"] .order-9 {
  order: 9;
}

[dir="ltr"] .order-10 {
  order: 10;
}

[dir="ltr"] .order-11 {
  order: 11;
}

[dir="ltr"] .order-12 {
  order: 12;
}

[dir="ltr"] .offset-1 {
  margin-left: 8.3333333333%;
}

[dir="ltr"] .offset-2 {
  margin-left: 16.6666666667%;
}

[dir="ltr"] .offset-3 {
  margin-left: 25%;
}

[dir="ltr"] .offset-4 {
  margin-left: 33.3333333333%;
}

[dir="ltr"] .offset-5 {
  margin-left: 41.6666666667%;
}

[dir="ltr"] .offset-6 {
  margin-left: 50%;
}

[dir="ltr"] .offset-7 {
  margin-left: 58.3333333333%;
}

[dir="ltr"] .offset-8 {
  margin-left: 66.6666666667%;
}

[dir="ltr"] .offset-9 {
  margin-left: 75%;
}

[dir="ltr"] .offset-10 {
  margin-left: 83.3333333333%;
}

[dir="ltr"] .offset-11 {
  margin-left: 91.6666666667%;
}

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

  [dir="ltr"] .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  [dir="ltr"] .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  [dir="ltr"] .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  [dir="ltr"] .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  [dir="ltr"] .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  [dir="ltr"] .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  [dir="ltr"] .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  [dir="ltr"] .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  [dir="ltr"] .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  [dir="ltr"] .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .order-sm-first {
    order: -1;
  }

  [dir="ltr"] .order-sm-last {
    order: 13;
  }

  [dir="ltr"] .order-sm-0 {
    order: 0;
  }

  [dir="ltr"] .order-sm-1 {
    order: 1;
  }

  [dir="ltr"] .order-sm-2 {
    order: 2;
  }

  [dir="ltr"] .order-sm-3 {
    order: 3;
  }

  [dir="ltr"] .order-sm-4 {
    order: 4;
  }

  [dir="ltr"] .order-sm-5 {
    order: 5;
  }

  [dir="ltr"] .order-sm-6 {
    order: 6;
  }

  [dir="ltr"] .order-sm-7 {
    order: 7;
  }

  [dir="ltr"] .order-sm-8 {
    order: 8;
  }

  [dir="ltr"] .order-sm-9 {
    order: 9;
  }

  [dir="ltr"] .order-sm-10 {
    order: 10;
  }

  [dir="ltr"] .order-sm-11 {
    order: 11;
  }

  [dir="ltr"] .order-sm-12 {
    order: 12;
  }

  [dir="ltr"] .offset-sm-0 {
    margin-left: 0;
  }

  [dir="ltr"] .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  [dir="ltr"] .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  [dir="ltr"] .offset-sm-3 {
    margin-left: 25%;
  }

  [dir="ltr"] .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  [dir="ltr"] .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  [dir="ltr"] .offset-sm-6 {
    margin-left: 50%;
  }

  [dir="ltr"] .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  [dir="ltr"] .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  [dir="ltr"] .offset-sm-9 {
    margin-left: 75%;
  }

  [dir="ltr"] .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

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

  [dir="ltr"] .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  [dir="ltr"] .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  [dir="ltr"] .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  [dir="ltr"] .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  [dir="ltr"] .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  [dir="ltr"] .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  [dir="ltr"] .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  [dir="ltr"] .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  [dir="ltr"] .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  [dir="ltr"] .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .order-md-first {
    order: -1;
  }

  [dir="ltr"] .order-md-last {
    order: 13;
  }

  [dir="ltr"] .order-md-0 {
    order: 0;
  }

  [dir="ltr"] .order-md-1 {
    order: 1;
  }

  [dir="ltr"] .order-md-2 {
    order: 2;
  }

  [dir="ltr"] .order-md-3 {
    order: 3;
  }

  [dir="ltr"] .order-md-4 {
    order: 4;
  }

  [dir="ltr"] .order-md-5 {
    order: 5;
  }

  [dir="ltr"] .order-md-6 {
    order: 6;
  }

  [dir="ltr"] .order-md-7 {
    order: 7;
  }

  [dir="ltr"] .order-md-8 {
    order: 8;
  }

  [dir="ltr"] .order-md-9 {
    order: 9;
  }

  [dir="ltr"] .order-md-10 {
    order: 10;
  }

  [dir="ltr"] .order-md-11 {
    order: 11;
  }

  [dir="ltr"] .order-md-12 {
    order: 12;
  }

  [dir="ltr"] .offset-md-0 {
    margin-left: 0;
  }

  [dir="ltr"] .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  [dir="ltr"] .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  [dir="ltr"] .offset-md-3 {
    margin-left: 25%;
  }

  [dir="ltr"] .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  [dir="ltr"] .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  [dir="ltr"] .offset-md-6 {
    margin-left: 50%;
  }

  [dir="ltr"] .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  [dir="ltr"] .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  [dir="ltr"] .offset-md-9 {
    margin-left: 75%;
  }

  [dir="ltr"] .offset-md-10 {
    margin-left: 83.3333333333%;
  }

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

  [dir="ltr"] .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  [dir="ltr"] .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  [dir="ltr"] .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  [dir="ltr"] .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  [dir="ltr"] .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  [dir="ltr"] .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  [dir="ltr"] .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  [dir="ltr"] .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  [dir="ltr"] .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  [dir="ltr"] .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .order-lg-first {
    order: -1;
  }

  [dir="ltr"] .order-lg-last {
    order: 13;
  }

  [dir="ltr"] .order-lg-0 {
    order: 0;
  }

  [dir="ltr"] .order-lg-1 {
    order: 1;
  }

  [dir="ltr"] .order-lg-2 {
    order: 2;
  }

  [dir="ltr"] .order-lg-3 {
    order: 3;
  }

  [dir="ltr"] .order-lg-4 {
    order: 4;
  }

  [dir="ltr"] .order-lg-5 {
    order: 5;
  }

  [dir="ltr"] .order-lg-6 {
    order: 6;
  }

  [dir="ltr"] .order-lg-7 {
    order: 7;
  }

  [dir="ltr"] .order-lg-8 {
    order: 8;
  }

  [dir="ltr"] .order-lg-9 {
    order: 9;
  }

  [dir="ltr"] .order-lg-10 {
    order: 10;
  }

  [dir="ltr"] .order-lg-11 {
    order: 11;
  }

  [dir="ltr"] .order-lg-12 {
    order: 12;
  }

  [dir="ltr"] .offset-lg-0 {
    margin-left: 0;
  }

  [dir="ltr"] .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  [dir="ltr"] .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  [dir="ltr"] .offset-lg-3 {
    margin-left: 25%;
  }

  [dir="ltr"] .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  [dir="ltr"] .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  [dir="ltr"] .offset-lg-6 {
    margin-left: 50%;
  }

  [dir="ltr"] .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  [dir="ltr"] .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  [dir="ltr"] .offset-lg-9 {
    margin-left: 75%;
  }

  [dir="ltr"] .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

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

  [dir="ltr"] .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  [dir="ltr"] .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  [dir="ltr"] .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  [dir="ltr"] .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [dir="ltr"] .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [dir="ltr"] .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [dir="ltr"] .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  [dir="ltr"] .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [dir="ltr"] .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  [dir="ltr"] .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  [dir="ltr"] .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  [dir="ltr"] .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  [dir="ltr"] .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  [dir="ltr"] .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [dir="ltr"] .order-xl-first {
    order: -1;
  }

  [dir="ltr"] .order-xl-last {
    order: 13;
  }

  [dir="ltr"] .order-xl-0 {
    order: 0;
  }

  [dir="ltr"] .order-xl-1 {
    order: 1;
  }

  [dir="ltr"] .order-xl-2 {
    order: 2;
  }

  [dir="ltr"] .order-xl-3 {
    order: 3;
  }

  [dir="ltr"] .order-xl-4 {
    order: 4;
  }

  [dir="ltr"] .order-xl-5 {
    order: 5;
  }

  [dir="ltr"] .order-xl-6 {
    order: 6;
  }

  [dir="ltr"] .order-xl-7 {
    order: 7;
  }

  [dir="ltr"] .order-xl-8 {
    order: 8;
  }

  [dir="ltr"] .order-xl-9 {
    order: 9;
  }

  [dir="ltr"] .order-xl-10 {
    order: 10;
  }

  [dir="ltr"] .order-xl-11 {
    order: 11;
  }

  [dir="ltr"] .order-xl-12 {
    order: 12;
  }

  [dir="ltr"] .offset-xl-0 {
    margin-left: 0;
  }

  [dir="ltr"] .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  [dir="ltr"] .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  [dir="ltr"] .offset-xl-3 {
    margin-left: 25%;
  }

  [dir="ltr"] .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  [dir="ltr"] .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  [dir="ltr"] .offset-xl-6 {
    margin-left: 50%;
  }

  [dir="ltr"] .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  [dir="ltr"] .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  [dir="ltr"] .offset-xl-9 {
    margin-left: 75%;
  }

  [dir="ltr"] .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  [dir="ltr"] .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
[dir="ltr"] .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #353535;
}
[dir="ltr"] .table th,
[dir="ltr"] .table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #efefef;
}
[dir="ltr"] .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #efefef;
}
[dir="ltr"] .table tbody + tbody {
  border-top: 2px solid #efefef;
}

[dir="ltr"] .table-sm th,
[dir="ltr"] .table-sm td {
  padding: 0.3rem;
}

[dir="ltr"] .table-bordered {
  border: 1px solid #efefef;
}
[dir="ltr"] .table-bordered th,
[dir="ltr"] .table-bordered td {
  border: 1px solid #efefef;
}
[dir="ltr"] .table-bordered thead th,
[dir="ltr"] .table-bordered thead td {
  border-bottom-width: 2px;
}

[dir="ltr"] .table-borderless th,
[dir="ltr"] .table-borderless td,
[dir="ltr"] .table-borderless thead th,
[dir="ltr"] .table-borderless tbody + tbody {
  border: 0;
}

[dir="ltr"] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .table-hover tbody tr:hover {
  color: #353535;
  background-color: rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .table-primary,
[dir="ltr"] .table-primary > th,
[dir="ltr"] .table-primary > td {
  background-color: #bdd9f0;
}
[dir="ltr"] .table-primary th,
[dir="ltr"] .table-primary td,
[dir="ltr"] .table-primary thead th,
[dir="ltr"] .table-primary tbody + tbody {
  border-color: #84b8e3;
}

[dir="ltr"] .table-hover .table-primary:hover {
  background-color: #a8cdeb;
}
[dir="ltr"] .table-hover .table-primary:hover > td,
[dir="ltr"] .table-hover .table-primary:hover > th {
  background-color: #a8cdeb;
}

[dir="ltr"] .table-secondary,
[dir="ltr"] .table-secondary > th,
[dir="ltr"] .table-secondary > td {
  background-color: #c2c5c7;
}
[dir="ltr"] .table-secondary th,
[dir="ltr"] .table-secondary td,
[dir="ltr"] .table-secondary thead th,
[dir="ltr"] .table-secondary tbody + tbody {
  border-color: #8e9396;
}

[dir="ltr"] .table-hover .table-secondary:hover {
  background-color: #b5b8bb;
}
[dir="ltr"] .table-hover .table-secondary:hover > td,
[dir="ltr"] .table-hover .table-secondary:hover > th {
  background-color: #b5b8bb;
}

[dir="ltr"] .table-success,
[dir="ltr"] .table-success > th,
[dir="ltr"] .table-success > td {
  background-color: #bee9d1;
}
[dir="ltr"] .table-success th,
[dir="ltr"] .table-success td,
[dir="ltr"] .table-success thead th,
[dir="ltr"] .table-success tbody + tbody {
  border-color: #86d6aa;
}

[dir="ltr"] .table-hover .table-success:hover {
  background-color: #abe3c4;
}
[dir="ltr"] .table-hover .table-success:hover > td,
[dir="ltr"] .table-hover .table-success:hover > th {
  background-color: #abe3c4;
}

[dir="ltr"] .table-info,
[dir="ltr"] .table-info > th,
[dir="ltr"] .table-info > td {
  background-color: #bdedf0;
}
[dir="ltr"] .table-info th,
[dir="ltr"] .table-info td,
[dir="ltr"] .table-info thead th,
[dir="ltr"] .table-info tbody + tbody {
  border-color: #84dee3;
}

[dir="ltr"] .table-hover .table-info:hover {
  background-color: #a8e7eb;
}
[dir="ltr"] .table-hover .table-info:hover > td,
[dir="ltr"] .table-hover .table-info:hover > th {
  background-color: #a8e7eb;
}

[dir="ltr"] .table-warning,
[dir="ltr"] .table-warning > th,
[dir="ltr"] .table-warning > td {
  background-color: #fbf0cd;
}
[dir="ltr"] .table-warning th,
[dir="ltr"] .table-warning td,
[dir="ltr"] .table-warning thead th,
[dir="ltr"] .table-warning tbody + tbody {
  border-color: #f7e3a2;
}

[dir="ltr"] .table-hover .table-warning:hover {
  background-color: #f9e9b5;
}
[dir="ltr"] .table-hover .table-warning:hover > td,
[dir="ltr"] .table-hover .table-warning:hover > th {
  background-color: #f9e9b5;
}

[dir="ltr"] .table-danger,
[dir="ltr"] .table-danger > th,
[dir="ltr"] .table-danger > td {
  background-color: #ecc6c6;
}
[dir="ltr"] .table-danger th,
[dir="ltr"] .table-danger td,
[dir="ltr"] .table-danger thead th,
[dir="ltr"] .table-danger tbody + tbody {
  border-color: #dc9595;
}

[dir="ltr"] .table-hover .table-danger:hover {
  background-color: #e6b3b3;
}
[dir="ltr"] .table-hover .table-danger:hover > td,
[dir="ltr"] .table-hover .table-danger:hover > th {
  background-color: #e6b3b3;
}

[dir="ltr"] .table-light,
[dir="ltr"] .table-light > th,
[dir="ltr"] .table-light > td {
  background-color: #fdfdfe;
}
[dir="ltr"] .table-light th,
[dir="ltr"] .table-light td,
[dir="ltr"] .table-light thead th,
[dir="ltr"] .table-light tbody + tbody {
  border-color: #fbfcfc;
}

[dir="ltr"] .table-hover .table-light:hover {
  background-color: #ececf6;
}
[dir="ltr"] .table-hover .table-light:hover > td,
[dir="ltr"] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

[dir="ltr"] .table-dark,
[dir="ltr"] .table-dark > th,
[dir="ltr"] .table-dark > td {
  background-color: #c6c8ca;
}
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark thead th,
[dir="ltr"] .table-dark tbody + tbody {
  border-color: #95999c;
}

[dir="ltr"] .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
[dir="ltr"] .table-hover .table-dark:hover > td,
[dir="ltr"] .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

[dir="ltr"] .table-blue,
[dir="ltr"] .table-blue > th,
[dir="ltr"] .table-blue > td {
  background-color: #c7ddf7;
}
[dir="ltr"] .table-blue th,
[dir="ltr"] .table-blue td,
[dir="ltr"] .table-blue thead th,
[dir="ltr"] .table-blue tbody + tbody {
  border-color: #96c1f1;
}

[dir="ltr"] .table-hover .table-blue:hover {
  background-color: #b1cff4;
}
[dir="ltr"] .table-hover .table-blue:hover > td,
[dir="ltr"] .table-hover .table-blue:hover > th {
  background-color: #b1cff4;
}

[dir="ltr"] .table-teal,
[dir="ltr"] .table-teal > th,
[dir="ltr"] .table-teal > td {
  background-color: #c0e5e0;
}
[dir="ltr"] .table-teal th,
[dir="ltr"] .table-teal td,
[dir="ltr"] .table-teal thead th,
[dir="ltr"] .table-teal tbody + tbody {
  border-color: #8acec5;
}

[dir="ltr"] .table-hover .table-teal:hover {
  background-color: #aeded7;
}
[dir="ltr"] .table-hover .table-teal:hover > td,
[dir="ltr"] .table-hover .table-teal:hover > th {
  background-color: #aeded7;
}

[dir="ltr"] .table-purple,
[dir="ltr"] .table-purple > th,
[dir="ltr"] .table-purple > td {
  background-color: #ced3ef;
}
[dir="ltr"] .table-purple th,
[dir="ltr"] .table-purple td,
[dir="ltr"] .table-purple thead th,
[dir="ltr"] .table-purple tbody + tbody {
  border-color: #a5aee1;
}

[dir="ltr"] .table-hover .table-purple:hover {
  background-color: #bbc2e9;
}
[dir="ltr"] .table-hover .table-purple:hover > td,
[dir="ltr"] .table-hover .table-purple:hover > th {
  background-color: #bbc2e9;
}

[dir="ltr"] .table-dark-gray,
[dir="ltr"] .table-dark-gray > th,
[dir="ltr"] .table-dark-gray > td {
  background-color: #c3c3c3;
}
[dir="ltr"] .table-dark-gray th,
[dir="ltr"] .table-dark-gray td,
[dir="ltr"] .table-dark-gray thead th,
[dir="ltr"] .table-dark-gray tbody + tbody {
  border-color: #909090;
}

[dir="ltr"] .table-hover .table-dark-gray:hover {
  background-color: #b6b6b6;
}
[dir="ltr"] .table-hover .table-dark-gray:hover > td,
[dir="ltr"] .table-hover .table-dark-gray:hover > th {
  background-color: #b6b6b6;
}

[dir="ltr"] .table-light-gray,
[dir="ltr"] .table-light-gray > th,
[dir="ltr"] .table-light-gray > td {
  background-color: rgba(242, 242, 242, 0.7872);
}
[dir="ltr"] .table-light-gray th,
[dir="ltr"] .table-light-gray td,
[dir="ltr"] .table-light-gray thead th,
[dir="ltr"] .table-light-gray tbody + tbody {
  border-color: rgba(222, 222, 222, 0.6048);
}

[dir="ltr"] .table-hover .table-light-gray:hover {
  background-color: rgba(229, 229, 229, 0.7872);
}
[dir="ltr"] .table-hover .table-light-gray:hover > td,
[dir="ltr"] .table-hover .table-light-gray:hover > th {
  background-color: rgba(229, 229, 229, 0.7872);
}

[dir="ltr"] .table-muted-light,
[dir="ltr"] .table-muted-light > th,
[dir="ltr"] .table-muted-light > td {
  background-color: #f5f6f7;
}
[dir="ltr"] .table-muted-light th,
[dir="ltr"] .table-muted-light td,
[dir="ltr"] .table-muted-light thead th,
[dir="ltr"] .table-muted-light tbody + tbody {
  border-color: #eceef1;
}

[dir="ltr"] .table-hover .table-muted-light:hover {
  background-color: #e7e9ec;
}
[dir="ltr"] .table-hover .table-muted-light:hover > td,
[dir="ltr"] .table-hover .table-muted-light:hover > th {
  background-color: #e7e9ec;
}

[dir="ltr"] .table-facebook,
[dir="ltr"] .table-facebook > th,
[dir="ltr"] .table-facebook > td {
  background-color: #c8d1e2;
}
[dir="ltr"] .table-facebook th,
[dir="ltr"] .table-facebook td,
[dir="ltr"] .table-facebook thead th,
[dir="ltr"] .table-facebook tbody + tbody {
  border-color: #99a9c9;
}

[dir="ltr"] .table-hover .table-facebook:hover {
  background-color: #b7c3d9;
}
[dir="ltr"] .table-hover .table-facebook:hover > td,
[dir="ltr"] .table-hover .table-facebook:hover > th {
  background-color: #b7c3d9;
}

[dir="ltr"] .table-twitter,
[dir="ltr"] .table-twitter > th,
[dir="ltr"] .table-twitter > td {
  background-color: #b8e8fa;
}
[dir="ltr"] .table-twitter th,
[dir="ltr"] .table-twitter td,
[dir="ltr"] .table-twitter thead th,
[dir="ltr"] .table-twitter tbody + tbody {
  border-color: #7ad4f6;
}

[dir="ltr"] .table-hover .table-twitter:hover {
  background-color: #a0e0f8;
}
[dir="ltr"] .table-hover .table-twitter:hover > td,
[dir="ltr"] .table-hover .table-twitter:hover > th {
  background-color: #a0e0f8;
}

[dir="ltr"] .table-vuejs,
[dir="ltr"] .table-vuejs > th,
[dir="ltr"] .table-vuejs > td {
  background-color: #caebdc;
}
[dir="ltr"] .table-vuejs th,
[dir="ltr"] .table-vuejs td,
[dir="ltr"] .table-vuejs thead th,
[dir="ltr"] .table-vuejs tbody + tbody {
  border-color: #9ddabf;
}

[dir="ltr"] .table-hover .table-vuejs:hover {
  background-color: #b7e4d0;
}
[dir="ltr"] .table-hover .table-vuejs:hover > td,
[dir="ltr"] .table-hover .table-vuejs:hover > th {
  background-color: #b7e4d0;
}

[dir="ltr"] .table-angular,
[dir="ltr"] .table-angular > th,
[dir="ltr"] .table-angular > td {
  background-color: #f3c5c5;
}
[dir="ltr"] .table-angular th,
[dir="ltr"] .table-angular td,
[dir="ltr"] .table-angular thead th,
[dir="ltr"] .table-angular tbody + tbody {
  border-color: #e89393;
}

[dir="ltr"] .table-hover .table-angular:hover {
  background-color: #efb0b0;
}
[dir="ltr"] .table-hover .table-angular:hover > td,
[dir="ltr"] .table-hover .table-angular:hover > th {
  background-color: #efb0b0;
}

[dir="ltr"] .table-gulp,
[dir="ltr"] .table-gulp > th,
[dir="ltr"] .table-gulp > td {
  background-color: #f2cbcb;
}
[dir="ltr"] .table-gulp th,
[dir="ltr"] .table-gulp td,
[dir="ltr"] .table-gulp thead th,
[dir="ltr"] .table-gulp tbody + tbody {
  border-color: #e69f9f;
}

[dir="ltr"] .table-hover .table-gulp:hover {
  background-color: #edb7b7;
}
[dir="ltr"] .table-hover .table-gulp:hover > td,
[dir="ltr"] .table-hover .table-gulp:hover > th {
  background-color: #edb7b7;
}

[dir="ltr"] .table-node,
[dir="ltr"] .table-node > th,
[dir="ltr"] .table-node > td {
  background-color: #d5e4d3;
}
[dir="ltr"] .table-node th,
[dir="ltr"] .table-node td,
[dir="ltr"] .table-node thead th,
[dir="ltr"] .table-node tbody + tbody {
  border-color: #b1cdae;
}

[dir="ltr"] .table-hover .table-node:hover {
  background-color: #c6dac3;
}
[dir="ltr"] .table-hover .table-node:hover > td,
[dir="ltr"] .table-hover .table-node:hover > th {
  background-color: #c6dac3;
}

[dir="ltr"] .table-gitlab,
[dir="ltr"] .table-gitlab > th,
[dir="ltr"] .table-gitlab > td {
  background-color: #f8cfc3;
}
[dir="ltr"] .table-gitlab th,
[dir="ltr"] .table-gitlab td,
[dir="ltr"] .table-gitlab thead th,
[dir="ltr"] .table-gitlab tbody + tbody {
  border-color: #f2a68f;
}

[dir="ltr"] .table-hover .table-gitlab:hover {
  background-color: #f5bdac;
}
[dir="ltr"] .table-hover .table-gitlab:hover > td,
[dir="ltr"] .table-hover .table-gitlab:hover > th {
  background-color: #f5bdac;
}

[dir="ltr"] .table-instagram,
[dir="ltr"] .table-instagram > th,
[dir="ltr"] .table-instagram > td {
  background-color: #c9d8e3;
}
[dir="ltr"] .table-instagram th,
[dir="ltr"] .table-instagram td,
[dir="ltr"] .table-instagram thead th,
[dir="ltr"] .table-instagram tbody + tbody {
  border-color: #9bb6cb;
}

[dir="ltr"] .table-hover .table-instagram:hover {
  background-color: #b8ccda;
}
[dir="ltr"] .table-hover .table-instagram:hover > td,
[dir="ltr"] .table-hover .table-instagram:hover > th {
  background-color: #b8ccda;
}

[dir="ltr"] .table-active,
[dir="ltr"] .table-active > th,
[dir="ltr"] .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
[dir="ltr"] .table-hover .table-active:hover > td,
[dir="ltr"] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
[dir="ltr"] .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #efefef;
}

[dir="ltr"] .table-dark {
  color: #fff;
  background-color: #343a40;
}
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark thead th {
  border-color: #454d55;
}
[dir="ltr"] .table-dark.table-bordered {
  border: 0;
}
[dir="ltr"] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
[dir="ltr"] .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  [dir="ltr"] .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  [dir="ltr"] .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  [dir="ltr"] .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
[dir="ltr"] .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .table-responsive > .table-bordered {
  border: 0;
}

[dir="ltr"] .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.875rem;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .form-control {
    transition: none;
  }
}
[dir="ltr"] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
[dir="ltr"] .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
[dir="ltr"] .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1377c9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.24);
  opacity: 1;
}
[dir="ltr"] .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.24);
  opacity: 1;
}
[dir="ltr"] .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.24);
  opacity: 1;
}
[dir="ltr"] .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.24);
  opacity: 1;
}
[dir="ltr"] .form-control::placeholder {
  color: rgba(0, 0, 0, 0.24);
  opacity: 1;
}
[dir="ltr"] .form-control:disabled,
[dir="ltr"] .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

[dir="ltr"] select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

[dir="ltr"] .form-control-file,
[dir="ltr"] .form-control-range {
  display: block;
  width: 100%;
}

[dir="ltr"] .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;
}

[dir="ltr"] .col-form-label-lg {
  padding-top: calc(0.35rem + 1px);
  padding-bottom: calc(0.35rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

[dir="ltr"] .col-form-label-sm {
  padding-top: calc(0.15rem + 1px);
  padding-bottom: calc(0.15rem + 1px);
  font-size: 0.85rem;
  line-height: 1.5;
}

[dir="ltr"] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.925rem;
  line-height: 1.5;
  color: #353535;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
[dir="ltr"] .form-control-plaintext.form-control-sm,
[dir="ltr"] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

[dir="ltr"] .form-control-sm {
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

[dir="ltr"] .form-control-lg {
  height: calc(1.5em + 0.7rem + 2px);
  padding: 0.35rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

[dir="ltr"] textarea.form-control {
  height: auto;
}

[dir="ltr"] .form-group {
  margin-bottom: 1.875rem;
}

[dir="ltr"] .form-text {
  display: block;
  margin-top: 0.25rem;
}

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

[dir="ltr"] .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

[dir="ltr"] .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
[dir="ltr"] .form-check-input[disabled] ~ .form-check-label,
[dir="ltr"] .form-check-input:disabled ~ .form-check-label {
  color: rgba(0, 0, 0, 0.54);
}

[dir="ltr"] .form-check-label {
  margin-bottom: 0;
}

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

[dir="ltr"] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #17b15c;
}

[dir="ltr"] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(23, 177, 92, 0.9);
  border-radius: 0.25rem;
}

[dir="ltr"] .was-validated :valid ~ .valid-feedback,
[dir="ltr"] .was-validated :valid ~ .valid-tooltip,
[dir="ltr"] .is-valid ~ .valid-feedback,
[dir="ltr"] .is-valid ~ .valid-tooltip {
  display: block;
}

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

[dir="ltr"] .was-validated textarea.form-control:valid,
[dir="ltr"] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

[dir="ltr"] .was-validated .custom-select:valid,
[dir="ltr"] .custom-select.is-valid {
  border-color: #17b15c;
  padding-right: calc(0.75em + 2.4375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.875rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2317b15c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.875rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
[dir="ltr"] .was-validated .custom-select:valid:focus,
[dir="ltr"] .custom-select.is-valid:focus {
  border-color: #17b15c;
  box-shadow: 0 0 0 0.2rem rgba(23, 177, 92, 0.25);
}

[dir="ltr"] .was-validated .form-check-input:valid ~ .form-check-label,
[dir="ltr"] .form-check-input.is-valid ~ .form-check-label {
  color: #17b15c;
}
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-tooltip,
[dir="ltr"] .form-check-input.is-valid ~ .valid-feedback,
[dir="ltr"] .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

[dir="ltr"] .was-validated .custom-control-input:valid ~ .custom-control-label,
[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label {
  color: #17b15c;
}
[dir="ltr"]
  .was-validated
  .custom-control-input:valid
  ~ .custom-control-label::before,
[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #17b15c;
}
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
[dir="ltr"]
  .custom-control-input.is-valid:checked
  ~ .custom-control-label::before {
  border-color: #1dde73;
  background-color: #1dde73;
}
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
[dir="ltr"]
  .custom-control-input.is-valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(23, 177, 92, 0.25);
}
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
[dir="ltr"]
  .custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #17b15c;
}

[dir="ltr"] .was-validated .custom-file-input:valid ~ .custom-file-label,
[dir="ltr"] .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #17b15c;
}
[dir="ltr"] .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
[dir="ltr"] .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #17b15c;
  box-shadow: 0 0 0 0.2rem rgba(23, 177, 92, 0.25);
}

[dir="ltr"] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #bb3434;
}

[dir="ltr"] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(187, 52, 52, 0.9);
  border-radius: 0.25rem;
}

[dir="ltr"] .was-validated :invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated :invalid ~ .invalid-tooltip,
[dir="ltr"] .is-invalid ~ .invalid-feedback,
[dir="ltr"] .is-invalid ~ .invalid-tooltip {
  display: block;
}

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

[dir="ltr"] .was-validated textarea.form-control:invalid,
[dir="ltr"] textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

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

[dir="ltr"] .was-validated .form-check-input:invalid ~ .form-check-label,
[dir="ltr"] .form-check-input.is-invalid ~ .form-check-label {
  color: #bb3434;
}
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-tooltip,
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

[dir="ltr"]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label,
[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label {
  color: #bb3434;
}
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label::before,
[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #bb3434;
}
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
[dir="ltr"]
  .custom-control-input.is-invalid:checked
  ~ .custom-control-label::before {
  border-color: #cf5353;
  background-color: #cf5353;
}
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
[dir="ltr"]
  .custom-control-input.is-invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(187, 52, 52, 0.25);
}
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
[dir="ltr"]
  .custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #bb3434;
}

[dir="ltr"] .was-validated .custom-file-input:invalid ~ .custom-file-label,
[dir="ltr"] .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #bb3434;
}
[dir="ltr"]
  .was-validated
  .custom-file-input:invalid:focus
  ~ .custom-file-label,
[dir="ltr"] .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #bb3434;
  box-shadow: 0 0 0 0.2rem rgba(187, 52, 52, 0.25);
}

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

[dir="ltr"] .btn {
  display: inline-block;
  font-weight: 600;
  color: #353535;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.875rem;
  font-size: 0.925rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .btn {
    transition: none;
  }
}
[dir="ltr"] .btn:hover {
  color: #353535;
  text-decoration: none;
}
[dir="ltr"] .btn:focus,
[dir="ltr"] .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .btn.disabled,
[dir="ltr"] .btn:disabled {
  opacity: 0.65;
}
[dir="ltr"] a.btn.disabled,
[dir="ltr"] fieldset:disabled a.btn {
  pointer-events: none;
}

[dir="ltr"] .btn-primary {
  color: #fff;
  background-color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .btn-primary:hover {
  color: #fff;
  background-color: #1062a6;
  border-color: #0f5b9a;
}
[dir="ltr"] .btn-primary:focus,
[dir="ltr"] .btn-primary.focus {
  color: #fff;
  background-color: #1062a6;
  border-color: #0f5b9a;
  box-shadow: 0 0 0 0.2rem rgba(54, 139, 209, 0.5);
}
[dir="ltr"] .btn-primary.disabled,
[dir="ltr"] .btn-primary:disabled {
  color: #fff;
  background-color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f5b9a;
  border-color: #0d558f;
}
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 139, 209, 0.5);
}

[dir="ltr"] .btn-secondary {
  color: #fff;
  background-color: #262f36;
  border-color: #262f36;
}
[dir="ltr"] .btn-secondary:hover {
  color: #fff;
  background-color: #161c20;
  border-color: #111518;
}
[dir="ltr"] .btn-secondary:focus,
[dir="ltr"] .btn-secondary.focus {
  color: #fff;
  background-color: #161c20;
  border-color: #111518;
  box-shadow: 0 0 0 0.2rem rgba(71, 78, 84, 0.5);
}
[dir="ltr"] .btn-secondary.disabled,
[dir="ltr"] .btn-secondary:disabled {
  color: #fff;
  background-color: #262f36;
  border-color: #262f36;
}
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #111518;
  border-color: #0c0f11;
}
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 78, 84, 0.5);
}

[dir="ltr"] .btn-success {
  color: #fff;
  background-color: #17b15c;
  border-color: #17b15c;
}
[dir="ltr"] .btn-success:hover {
  color: #fff;
  background-color: #138f4a;
  border-color: #118445;
}
[dir="ltr"] .btn-success:focus,
[dir="ltr"] .btn-success.focus {
  color: #fff;
  background-color: #138f4a;
  border-color: #118445;
  box-shadow: 0 0 0 0.2rem rgba(58, 189, 116, 0.5);
}
[dir="ltr"] .btn-success.disabled,
[dir="ltr"] .btn-success:disabled {
  color: #fff;
  background-color: #17b15c;
  border-color: #17b15c;
}
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #118445;
  border-color: #10793f;
}
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 189, 116, 0.5);
}

[dir="ltr"] .btn-info {
  color: #fff;
  background-color: #13c0c9;
  border-color: #13c0c9;
}
[dir="ltr"] .btn-info:hover {
  color: #fff;
  background-color: #109fa6;
  border-color: #0f939a;
}
[dir="ltr"] .btn-info:focus,
[dir="ltr"] .btn-info.focus {
  color: #fff;
  background-color: #109fa6;
  border-color: #0f939a;
  box-shadow: 0 0 0 0.2rem rgba(54, 201, 209, 0.5);
}
[dir="ltr"] .btn-info.disabled,
[dir="ltr"] .btn-info:disabled {
  color: #fff;
  background-color: #13c0c9;
  border-color: #13c0c9;
}
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0f939a;
  border-color: #0d888f;
}
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 201, 209, 0.5);
}

[dir="ltr"] .btn-warning {
  color: #212529;
  background-color: #f0ca4d;
  border-color: #f0ca4d;
}
[dir="ltr"] .btn-warning:hover {
  color: #212529;
  background-color: #edbf2a;
  border-color: #ecbc1e;
}
[dir="ltr"] .btn-warning:focus,
[dir="ltr"] .btn-warning.focus {
  color: #212529;
  background-color: #edbf2a;
  border-color: #ecbc1e;
  box-shadow: 0 0 0 0.2rem rgba(209, 177, 72, 0.5);
}
[dir="ltr"] .btn-warning.disabled,
[dir="ltr"] .btn-warning:disabled {
  color: #212529;
  background-color: #f0ca4d;
  border-color: #f0ca4d;
}
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ecbc1e;
  border-color: #eab814;
}
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 177, 72, 0.5);
}

[dir="ltr"] .btn-danger {
  color: #fff;
  background-color: #bb3434;
  border-color: #bb3434;
}
[dir="ltr"] .btn-danger:hover {
  color: #fff;
  background-color: #9d2c2c;
  border-color: #932929;
}
[dir="ltr"] .btn-danger:focus,
[dir="ltr"] .btn-danger.focus {
  color: #fff;
  background-color: #9d2c2c;
  border-color: #932929;
  box-shadow: 0 0 0 0.2rem rgba(197, 82, 82, 0.5);
}
[dir="ltr"] .btn-danger.disabled,
[dir="ltr"] .btn-danger:disabled {
  color: #fff;
  background-color: #bb3434;
  border-color: #bb3434;
}
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #932929;
  border-color: #892626;
}
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 82, 82, 0.5);
}

[dir="ltr"] .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
[dir="ltr"] .btn-light:focus,
[dir="ltr"] .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .btn-light.disabled,
[dir="ltr"] .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

[dir="ltr"] .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
[dir="ltr"] .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
[dir="ltr"] .btn-dark:focus,
[dir="ltr"] .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
[dir="ltr"] .btn-dark.disabled,
[dir="ltr"] .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

[dir="ltr"] .btn-blue {
  color: #fff;
  background-color: #3687e4;
  border-color: #3687e4;
}
[dir="ltr"] .btn-blue:hover {
  color: #fff;
  background-color: #1d73d7;
  border-color: #1b6dcc;
}
[dir="ltr"] .btn-blue:focus,
[dir="ltr"] .btn-blue.focus {
  color: #fff;
  background-color: #1d73d7;
  border-color: #1b6dcc;
  box-shadow: 0 0 0 0.2rem rgba(84, 153, 232, 0.5);
}
[dir="ltr"] .btn-blue.disabled,
[dir="ltr"] .btn-blue:disabled {
  color: #fff;
  background-color: #3687e4;
  border-color: #3687e4;
}
[dir="ltr"] .btn-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-blue:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1b6dcc;
  border-color: #1a67c0;
}
[dir="ltr"] .btn-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 153, 232, 0.5);
}

[dir="ltr"] .btn-teal {
  color: #fff;
  background-color: #1ea190;
  border-color: #1ea190;
}
[dir="ltr"] .btn-teal:hover {
  color: #fff;
  background-color: #188173;
  border-color: #16766a;
}
[dir="ltr"] .btn-teal:focus,
[dir="ltr"] .btn-teal.focus {
  color: #fff;
  background-color: #188173;
  border-color: #16766a;
  box-shadow: 0 0 0 0.2rem rgba(64, 175, 161, 0.5);
}
[dir="ltr"] .btn-teal.disabled,
[dir="ltr"] .btn-teal:disabled {
  color: #fff;
  background-color: #1ea190;
  border-color: #1ea190;
}
[dir="ltr"] .btn-teal:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-teal:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #16766a;
  border-color: #146b60;
}
[dir="ltr"] .btn-teal:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-teal:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 175, 161, 0.5);
}

[dir="ltr"] .btn-purple {
  color: #fff;
  background-color: #5163c5;
  border-color: #5163c5;
}
[dir="ltr"] .btn-purple:hover {
  color: #fff;
  background-color: #3c4fb4;
  border-color: #394aaa;
}
[dir="ltr"] .btn-purple:focus,
[dir="ltr"] .btn-purple.focus {
  color: #fff;
  background-color: #3c4fb4;
  border-color: #394aaa;
  box-shadow: 0 0 0 0.2rem rgba(107, 122, 206, 0.5);
}
[dir="ltr"] .btn-purple.disabled,
[dir="ltr"] .btn-purple:disabled {
  color: #fff;
  background-color: #5163c5;
  border-color: #5163c5;
}
[dir="ltr"] .btn-purple:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-purple:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #394aaa;
  border-color: #3646a1;
}
[dir="ltr"] .btn-purple:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-purple:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 122, 206, 0.5);
}

[dir="ltr"] .btn-dark-gray {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
[dir="ltr"] .btn-dark-gray:hover {
  color: #fff;
  background-color: #171717;
  border-color: #111111;
}
[dir="ltr"] .btn-dark-gray:focus,
[dir="ltr"] .btn-dark-gray.focus {
  color: #fff;
  background-color: #171717;
  border-color: #111111;
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}
[dir="ltr"] .btn-dark-gray.disabled,
[dir="ltr"] .btn-dark-gray:disabled {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
[dir="ltr"] .btn-dark-gray:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-dark-gray:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #0a0a0a;
}
[dir="ltr"] .btn-dark-gray:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

[dir="ltr"] .btn-light-gray {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-light-gray:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-light-gray:focus,
[dir="ltr"] .btn-light-gray.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}
[dir="ltr"] .btn-light-gray.disabled,
[dir="ltr"] .btn-light-gray:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-light-gray:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-light-gray:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-light-gray.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-light-gray:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-light-gray:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}

[dir="ltr"] .btn-muted-light {
  color: #212529;
  background-color: #dbdfe4;
  border-color: #dbdfe4;
}
[dir="ltr"] .btn-muted-light:hover {
  color: #212529;
  background-color: #c5ccd4;
  border-color: #bec5ce;
}
[dir="ltr"] .btn-muted-light:focus,
[dir="ltr"] .btn-muted-light.focus {
  color: #212529;
  background-color: #c5ccd4;
  border-color: #bec5ce;
  box-shadow: 0 0 0 0.2rem rgba(191, 195, 200, 0.5);
}
[dir="ltr"] .btn-muted-light.disabled,
[dir="ltr"] .btn-muted-light:disabled {
  color: #212529;
  background-color: #dbdfe4;
  border-color: #dbdfe4;
}
[dir="ltr"] .btn-muted-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-muted-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-muted-light.dropdown-toggle {
  color: #212529;
  background-color: #bec5ce;
  border-color: #b7bfc9;
}
[dir="ltr"] .btn-muted-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-muted-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-muted-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 195, 200, 0.5);
}

[dir="ltr"] .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
[dir="ltr"] .btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
[dir="ltr"] .btn-facebook:focus,
[dir="ltr"] .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
[dir="ltr"] .btn-facebook.disabled,
[dir="ltr"] .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
[dir="ltr"] .btn-facebook:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-facebook:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
[dir="ltr"] .btn-facebook:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-facebook:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

[dir="ltr"] .btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
[dir="ltr"] .btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}
[dir="ltr"] .btn-twitter:focus,
[dir="ltr"] .btn-twitter.focus {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}
[dir="ltr"] .btn-twitter.disabled,
[dir="ltr"] .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
[dir="ltr"] .btn-twitter:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-twitter:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}
[dir="ltr"] .btn-twitter:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-twitter:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

[dir="ltr"] .btn-vuejs {
  color: #fff;
  background-color: #42b883;
  border-color: #42b883;
}
[dir="ltr"] .btn-vuejs:hover {
  color: #fff;
  background-color: #389c6f;
  border-color: #359268;
}
[dir="ltr"] .btn-vuejs:focus,
[dir="ltr"] .btn-vuejs.focus {
  color: #fff;
  background-color: #389c6f;
  border-color: #359268;
  box-shadow: 0 0 0 0.2rem rgba(94, 195, 150, 0.5);
}
[dir="ltr"] .btn-vuejs.disabled,
[dir="ltr"] .btn-vuejs:disabled {
  color: #fff;
  background-color: #42b883;
  border-color: #42b883;
}
[dir="ltr"] .btn-vuejs:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-vuejs:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-vuejs.dropdown-toggle {
  color: #fff;
  background-color: #359268;
  border-color: #318962;
}
[dir="ltr"] .btn-vuejs:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-vuejs:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-vuejs.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 195, 150, 0.5);
}

[dir="ltr"] .btn-angular {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
}
[dir="ltr"] .btn-angular:hover {
  color: #fff;
  background-color: #b52626;
  border-color: #ab2424;
}
[dir="ltr"] .btn-angular:focus,
[dir="ltr"] .btn-angular.focus {
  color: #fff;
  background-color: #b52626;
  border-color: #ab2424;
  box-shadow: 0 0 0 0.2rem rgba(218, 78, 78, 0.5);
}
[dir="ltr"] .btn-angular.disabled,
[dir="ltr"] .btn-angular:disabled {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
}
[dir="ltr"] .btn-angular:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-angular:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-angular.dropdown-toggle {
  color: #fff;
  background-color: #ab2424;
  border-color: #a02222;
}
[dir="ltr"] .btn-angular:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-angular:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-angular.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 78, 78, 0.5);
}

[dir="ltr"] .btn-gulp {
  color: #fff;
  background-color: #cf4647;
  border-color: #cf4647;
}
[dir="ltr"] .btn-gulp:hover {
  color: #fff;
  background-color: #be3132;
  border-color: #b32f30;
}
[dir="ltr"] .btn-gulp:focus,
[dir="ltr"] .btn-gulp.focus {
  color: #fff;
  background-color: #be3132;
  border-color: #b32f30;
  box-shadow: 0 0 0 0.2rem rgba(214, 98, 99, 0.5);
}
[dir="ltr"] .btn-gulp.disabled,
[dir="ltr"] .btn-gulp:disabled {
  color: #fff;
  background-color: #cf4647;
  border-color: #cf4647;
}
[dir="ltr"] .btn-gulp:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-gulp:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-gulp.dropdown-toggle {
  color: #fff;
  background-color: #b32f30;
  border-color: #a92c2d;
}
[dir="ltr"] .btn-gulp:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-gulp:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-gulp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 98, 99, 0.5);
}

[dir="ltr"] .btn-node {
  color: #fff;
  background-color: #699f63;
  border-color: #699f63;
}
[dir="ltr"] .btn-node:hover {
  color: #fff;
  background-color: #598854;
  border-color: #54804f;
}
[dir="ltr"] .btn-node:focus,
[dir="ltr"] .btn-node.focus {
  color: #fff;
  background-color: #598854;
  border-color: #54804f;
  box-shadow: 0 0 0 0.2rem rgba(128, 173, 122, 0.5);
}
[dir="ltr"] .btn-node.disabled,
[dir="ltr"] .btn-node:disabled {
  color: #fff;
  background-color: #699f63;
  border-color: #699f63;
}
[dir="ltr"] .btn-node:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-node:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-node.dropdown-toggle {
  color: #fff;
  background-color: #54804f;
  border-color: #4f784a;
}
[dir="ltr"] .btn-node:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-node:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-node.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 173, 122, 0.5);
}

[dir="ltr"] .btn-gitlab {
  color: #fff;
  background-color: #e65328;
  border-color: #e65328;
}
[dir="ltr"] .btn-gitlab:hover {
  color: #fff;
  background-color: #d04218;
  border-color: #c43e17;
}
[dir="ltr"] .btn-gitlab:focus,
[dir="ltr"] .btn-gitlab.focus {
  color: #fff;
  background-color: #d04218;
  border-color: #c43e17;
  box-shadow: 0 0 0 0.2rem rgba(234, 109, 72, 0.5);
}
[dir="ltr"] .btn-gitlab.disabled,
[dir="ltr"] .btn-gitlab:disabled {
  color: #fff;
  background-color: #e65328;
  border-color: #e65328;
}
[dir="ltr"] .btn-gitlab:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-gitlab:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-gitlab.dropdown-toggle {
  color: #fff;
  background-color: #c43e17;
  border-color: #b93a15;
}
[dir="ltr"] .btn-gitlab:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-gitlab:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-gitlab.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 109, 72, 0.5);
}

[dir="ltr"] .btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
[dir="ltr"] .btn-instagram:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
}
[dir="ltr"] .btn-instagram:focus,
[dir="ltr"] .btn-instagram.focus {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
  box-shadow: 0 0 0 0.2rem rgba(92, 135, 170, 0.5);
}
[dir="ltr"] .btn-instagram.disabled,
[dir="ltr"] .btn-instagram:disabled {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
[dir="ltr"] .btn-instagram:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-instagram:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #2d516e;
}
[dir="ltr"] .btn-instagram:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-instagram:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 135, 170, 0.5);
}

[dir="ltr"] .btn-outline-primary {
  color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .btn-outline-primary:hover {
  color: #fff;
  background-color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .btn-outline-primary:focus,
[dir="ltr"] .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.5);
}
[dir="ltr"] .btn-outline-primary.disabled,
[dir="ltr"] .btn-outline-primary:disabled {
  color: #1377c9;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.5);
}

[dir="ltr"] .btn-outline-secondary {
  color: #262f36;
  border-color: #262f36;
}
[dir="ltr"] .btn-outline-secondary:hover {
  color: #fff;
  background-color: #262f36;
  border-color: #262f36;
}
[dir="ltr"] .btn-outline-secondary:focus,
[dir="ltr"] .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 47, 54, 0.5);
}
[dir="ltr"] .btn-outline-secondary.disabled,
[dir="ltr"] .btn-outline-secondary:disabled {
  color: #262f36;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #262f36;
  border-color: #262f36;
}
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 47, 54, 0.5);
}

[dir="ltr"] .btn-outline-success {
  color: #17b15c;
  border-color: #17b15c;
}
[dir="ltr"] .btn-outline-success:hover {
  color: #fff;
  background-color: #17b15c;
  border-color: #17b15c;
}
[dir="ltr"] .btn-outline-success:focus,
[dir="ltr"] .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 177, 92, 0.5);
}
[dir="ltr"] .btn-outline-success.disabled,
[dir="ltr"] .btn-outline-success:disabled {
  color: #17b15c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #17b15c;
  border-color: #17b15c;
}
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 177, 92, 0.5);
}

[dir="ltr"] .btn-outline-info {
  color: #13c0c9;
  border-color: #13c0c9;
}
[dir="ltr"] .btn-outline-info:hover {
  color: #fff;
  background-color: #13c0c9;
  border-color: #13c0c9;
}
[dir="ltr"] .btn-outline-info:focus,
[dir="ltr"] .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 192, 201, 0.5);
}
[dir="ltr"] .btn-outline-info.disabled,
[dir="ltr"] .btn-outline-info:disabled {
  color: #13c0c9;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #13c0c9;
  border-color: #13c0c9;
}
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 192, 201, 0.5);
}

[dir="ltr"] .btn-outline-warning {
  color: #f0ca4d;
  border-color: #f0ca4d;
}
[dir="ltr"] .btn-outline-warning:hover {
  color: #212529;
  background-color: #f0ca4d;
  border-color: #f0ca4d;
}
[dir="ltr"] .btn-outline-warning:focus,
[dir="ltr"] .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 202, 77, 0.5);
}
[dir="ltr"] .btn-outline-warning.disabled,
[dir="ltr"] .btn-outline-warning:disabled {
  color: #f0ca4d;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f0ca4d;
  border-color: #f0ca4d;
}
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 202, 77, 0.5);
}

[dir="ltr"] .btn-outline-danger {
  color: #bb3434;
  border-color: #bb3434;
}
[dir="ltr"] .btn-outline-danger:hover {
  color: #fff;
  background-color: #bb3434;
  border-color: #bb3434;
}
[dir="ltr"] .btn-outline-danger:focus,
[dir="ltr"] .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 52, 52, 0.5);
}
[dir="ltr"] .btn-outline-danger.disabled,
[dir="ltr"] .btn-outline-danger:disabled {
  color: #bb3434;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #bb3434;
  border-color: #bb3434;
}
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 52, 52, 0.5);
}

[dir="ltr"] .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:focus,
[dir="ltr"] .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .btn-outline-light.disabled,
[dir="ltr"] .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

[dir="ltr"] .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
[dir="ltr"] .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
[dir="ltr"] .btn-outline-dark:focus,
[dir="ltr"] .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
[dir="ltr"] .btn-outline-dark.disabled,
[dir="ltr"] .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

[dir="ltr"] .btn-outline-blue {
  color: #3687e4;
  border-color: #3687e4;
}
[dir="ltr"] .btn-outline-blue:hover {
  color: #fff;
  background-color: #3687e4;
  border-color: #3687e4;
}
[dir="ltr"] .btn-outline-blue:focus,
[dir="ltr"] .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 135, 228, 0.5);
}
[dir="ltr"] .btn-outline-blue.disabled,
[dir="ltr"] .btn-outline-blue:disabled {
  color: #3687e4;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-blue:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #3687e4;
  border-color: #3687e4;
}
[dir="ltr"] .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 135, 228, 0.5);
}

[dir="ltr"] .btn-outline-teal {
  color: #1ea190;
  border-color: #1ea190;
}
[dir="ltr"] .btn-outline-teal:hover {
  color: #fff;
  background-color: #1ea190;
  border-color: #1ea190;
}
[dir="ltr"] .btn-outline-teal:focus,
[dir="ltr"] .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 161, 144, 0.5);
}
[dir="ltr"] .btn-outline-teal.disabled,
[dir="ltr"] .btn-outline-teal:disabled {
  color: #1ea190;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-teal:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-teal:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #1ea190;
  border-color: #1ea190;
}
[dir="ltr"] .btn-outline-teal:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 161, 144, 0.5);
}

[dir="ltr"] .btn-outline-purple {
  color: #5163c5;
  border-color: #5163c5;
}
[dir="ltr"] .btn-outline-purple:hover {
  color: #fff;
  background-color: #5163c5;
  border-color: #5163c5;
}
[dir="ltr"] .btn-outline-purple:focus,
[dir="ltr"] .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 99, 197, 0.5);
}
[dir="ltr"] .btn-outline-purple.disabled,
[dir="ltr"] .btn-outline-purple:disabled {
  color: #5163c5;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-purple:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-purple:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #5163c5;
  border-color: #5163c5;
}
[dir="ltr"] .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 99, 197, 0.5);
}

[dir="ltr"] .btn-outline-dark-gray {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
[dir="ltr"] .btn-outline-dark-gray:hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
[dir="ltr"] .btn-outline-dark-gray:focus,
[dir="ltr"] .btn-outline-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}
[dir="ltr"] .btn-outline-dark-gray.disabled,
[dir="ltr"] .btn-outline-dark-gray:disabled {
  color: #2a2a2a;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-dark-gray:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
[dir="ltr"] .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}

[dir="ltr"] .btn-outline-light-gray {
  color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-outline-light-gray:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-outline-light-gray:focus,
[dir="ltr"] .btn-outline-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
[dir="ltr"] .btn-outline-light-gray.disabled,
[dir="ltr"] .btn-outline-light-gray:disabled {
  color: rgba(0, 0, 0, 0.24);
  background-color: transparent;
}
[dir="ltr"] .btn-outline-light-gray:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-light-gray:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-light-gray.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

[dir="ltr"] .btn-outline-muted-light {
  color: #dbdfe4;
  border-color: #dbdfe4;
}
[dir="ltr"] .btn-outline-muted-light:hover {
  color: #212529;
  background-color: #dbdfe4;
  border-color: #dbdfe4;
}
[dir="ltr"] .btn-outline-muted-light:focus,
[dir="ltr"] .btn-outline-muted-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 223, 228, 0.5);
}
[dir="ltr"] .btn-outline-muted-light.disabled,
[dir="ltr"] .btn-outline-muted-light:disabled {
  color: #dbdfe4;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-muted-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-muted-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-muted-light.dropdown-toggle {
  color: #212529;
  background-color: #dbdfe4;
  border-color: #dbdfe4;
}
[dir="ltr"] .btn-outline-muted-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-muted-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-muted-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 223, 228, 0.5);
}

[dir="ltr"] .btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
}
[dir="ltr"] .btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
[dir="ltr"] .btn-outline-facebook:focus,
[dir="ltr"] .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
[dir="ltr"] .btn-outline-facebook.disabled,
[dir="ltr"] .btn-outline-facebook:disabled {
  color: #3b5998;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-facebook:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-facebook:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
[dir="ltr"] .btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

[dir="ltr"] .btn-outline-twitter {
  color: #00aced;
  border-color: #00aced;
}
[dir="ltr"] .btn-outline-twitter:hover {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
[dir="ltr"] .btn-outline-twitter:focus,
[dir="ltr"] .btn-outline-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}
[dir="ltr"] .btn-outline-twitter.disabled,
[dir="ltr"] .btn-outline-twitter:disabled {
  color: #00aced;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-twitter:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-twitter:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
[dir="ltr"] .btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}

[dir="ltr"] .btn-outline-vuejs {
  color: #42b883;
  border-color: #42b883;
}
[dir="ltr"] .btn-outline-vuejs:hover {
  color: #fff;
  background-color: #42b883;
  border-color: #42b883;
}
[dir="ltr"] .btn-outline-vuejs:focus,
[dir="ltr"] .btn-outline-vuejs.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 184, 131, 0.5);
}
[dir="ltr"] .btn-outline-vuejs.disabled,
[dir="ltr"] .btn-outline-vuejs:disabled {
  color: #42b883;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-vuejs:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-vuejs:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-vuejs.dropdown-toggle {
  color: #fff;
  background-color: #42b883;
  border-color: #42b883;
}
[dir="ltr"] .btn-outline-vuejs:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-vuejs:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-vuejs.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 184, 131, 0.5);
}

[dir="ltr"] .btn-outline-angular {
  color: #d32f2f;
  border-color: #d32f2f;
}
[dir="ltr"] .btn-outline-angular:hover {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
}
[dir="ltr"] .btn-outline-angular:focus,
[dir="ltr"] .btn-outline-angular.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}
[dir="ltr"] .btn-outline-angular.disabled,
[dir="ltr"] .btn-outline-angular:disabled {
  color: #d32f2f;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-angular:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-angular:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-angular.dropdown-toggle {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
}
[dir="ltr"] .btn-outline-angular:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-angular:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-angular.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}

[dir="ltr"] .btn-outline-gulp {
  color: #cf4647;
  border-color: #cf4647;
}
[dir="ltr"] .btn-outline-gulp:hover {
  color: #fff;
  background-color: #cf4647;
  border-color: #cf4647;
}
[dir="ltr"] .btn-outline-gulp:focus,
[dir="ltr"] .btn-outline-gulp.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 70, 71, 0.5);
}
[dir="ltr"] .btn-outline-gulp.disabled,
[dir="ltr"] .btn-outline-gulp:disabled {
  color: #cf4647;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-gulp:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-gulp:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-gulp.dropdown-toggle {
  color: #fff;
  background-color: #cf4647;
  border-color: #cf4647;
}
[dir="ltr"] .btn-outline-gulp:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-gulp:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-gulp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 70, 71, 0.5);
}

[dir="ltr"] .btn-outline-node {
  color: #699f63;
  border-color: #699f63;
}
[dir="ltr"] .btn-outline-node:hover {
  color: #fff;
  background-color: #699f63;
  border-color: #699f63;
}
[dir="ltr"] .btn-outline-node:focus,
[dir="ltr"] .btn-outline-node.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 159, 99, 0.5);
}
[dir="ltr"] .btn-outline-node.disabled,
[dir="ltr"] .btn-outline-node:disabled {
  color: #699f63;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-node:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-node:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-node.dropdown-toggle {
  color: #fff;
  background-color: #699f63;
  border-color: #699f63;
}
[dir="ltr"] .btn-outline-node:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-node:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-node.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 159, 99, 0.5);
}

[dir="ltr"] .btn-outline-gitlab {
  color: #e65328;
  border-color: #e65328;
}
[dir="ltr"] .btn-outline-gitlab:hover {
  color: #fff;
  background-color: #e65328;
  border-color: #e65328;
}
[dir="ltr"] .btn-outline-gitlab:focus,
[dir="ltr"] .btn-outline-gitlab.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 83, 40, 0.5);
}
[dir="ltr"] .btn-outline-gitlab.disabled,
[dir="ltr"] .btn-outline-gitlab:disabled {
  color: #e65328;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-gitlab:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-gitlab:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-gitlab.dropdown-toggle {
  color: #fff;
  background-color: #e65328;
  border-color: #e65328;
}
[dir="ltr"] .btn-outline-gitlab:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-gitlab:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-gitlab.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 83, 40, 0.5);
}

[dir="ltr"] .btn-outline-instagram {
  color: #3f729b;
  border-color: #3f729b;
}
[dir="ltr"] .btn-outline-instagram:hover {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
[dir="ltr"] .btn-outline-instagram:focus,
[dir="ltr"] .btn-outline-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}
[dir="ltr"] .btn-outline-instagram.disabled,
[dir="ltr"] .btn-outline-instagram:disabled {
  color: #3f729b;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-instagram:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-outline-instagram:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-outline-instagram.dropdown-toggle {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
[dir="ltr"] .btn-outline-instagram:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-outline-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}

[dir="ltr"] .btn-link {
  font-weight: 400;
  color: #3687e4;
  text-decoration: none;
}
[dir="ltr"] .btn-link:hover {
  color: #1861b5;
  text-decoration: underline;
}
[dir="ltr"] .btn-link:focus,
[dir="ltr"] .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
[dir="ltr"] .btn-link:disabled,
[dir="ltr"] .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir="ltr"] .btn-lg,
[dir="ltr"] .btn-group-lg > .btn {
  padding: 0.35rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

[dir="ltr"] .btn-sm,
[dir="ltr"] .btn-group-sm > .btn {
  padding: 0.15rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

[dir="ltr"] .btn-block {
  display: block;
  width: 100%;
}
[dir="ltr"] .btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

[dir="ltr"] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .fade {
    transition: none;
  }
}
[dir="ltr"] .fade:not(.show) {
  opacity: 0;
}

[dir="ltr"] .collapse:not(.show) {
  display: none;
}

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

[dir="ltr"] .dropup,
[dir="ltr"] .dropright,
[dir="ltr"] .dropdown,
[dir="ltr"] .dropleft {
  position: relative;
}

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

[dir="ltr"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.625rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #353535;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 5px;
}

[dir="ltr"] .dropdown-menu-left {
  right: auto;
  left: 0;
}

[dir="ltr"] .dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  [dir="ltr"] .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

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

[dir="ltr"] .dropdown-menu[x-placement^="top"],
[dir="ltr"] .dropdown-menu[x-placement^="right"],
[dir="ltr"] .dropdown-menu[x-placement^="bottom"],
[dir="ltr"] .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

[dir="ltr"] .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

[dir="ltr"] .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
[dir="ltr"] .dropdown-item:hover,
[dir="ltr"] .dropdown-item:focus {
  color: #1377c9;
  text-decoration: none;
  background-color: transparent;
}
[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
  color: #1377c9;
  text-decoration: none;
  background-color: transparent;
}
[dir="ltr"] .dropdown-item.disabled,
[dir="ltr"] .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

[dir="ltr"] .dropdown-menu.show {
  display: block;
}

[dir="ltr"] .dropdown-header {
  display: block;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

[dir="ltr"] .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.25rem;
  color: #212529;
}

[dir="ltr"] .btn-group,
[dir="ltr"] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[dir="ltr"] .btn-group > .btn,
[dir="ltr"] .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
[dir="ltr"] .btn-group > .btn:hover,
[dir="ltr"] .btn-group-vertical > .btn:hover {
  z-index: 1;
}
[dir="ltr"] .btn-group > .btn:focus,
[dir="ltr"] .btn-group > .btn:active,
[dir="ltr"] .btn-group > .btn.active,
[dir="ltr"] .btn-group-vertical > .btn:focus,
[dir="ltr"] .btn-group-vertical > .btn:active,
[dir="ltr"] .btn-group-vertical > .btn.active {
  z-index: 1;
}

[dir="ltr"] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[dir="ltr"] .btn-toolbar .input-group {
  width: auto;
}

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

[dir="ltr"] .dropdown-toggle-split {
  padding-right: 0.65625rem;
  padding-left: 0.65625rem;
}
[dir="ltr"] .dropdown-toggle-split::after,
[dir="ltr"] .dropup .dropdown-toggle-split::after,
[dir="ltr"] .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
[dir="ltr"] .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

[dir="ltr"] .btn-sm + .dropdown-toggle-split,
[dir="ltr"] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

[dir="ltr"] .btn-lg + .dropdown-toggle-split,
[dir="ltr"] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.6375rem;
  padding-left: 0.6375rem;
}

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

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

[dir="ltr"] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
[dir="ltr"] .input-group > .form-control,
[dir="ltr"] .input-group > .form-control-plaintext,
[dir="ltr"] .input-group > .custom-select,
[dir="ltr"] .input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
[dir="ltr"] .input-group > .form-control + .form-control,
[dir="ltr"] .input-group > .form-control + .custom-select,
[dir="ltr"] .input-group > .form-control + .custom-file,
[dir="ltr"] .input-group > .form-control-plaintext + .form-control,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-select,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-file,
[dir="ltr"] .input-group > .custom-select + .form-control,
[dir="ltr"] .input-group > .custom-select + .custom-select,
[dir="ltr"] .input-group > .custom-select + .custom-file,
[dir="ltr"] .input-group > .custom-file + .form-control,
[dir="ltr"] .input-group > .custom-file + .custom-select,
[dir="ltr"] .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
[dir="ltr"] .input-group > .form-control:focus,
[dir="ltr"] .input-group > .custom-select:focus,
[dir="ltr"]
  .input-group
  > .custom-file
  .custom-file-input:focus
  ~ .custom-file-label {
  z-index: 3;
}
[dir="ltr"] .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
[dir="ltr"] .input-group > .form-control:not(:last-child),
[dir="ltr"] .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group > .form-control:not(:first-child),
[dir="ltr"] .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .input-group > .custom-file {
  display: flex;
  align-items: center;
}
[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label,
[dir="ltr"]
  .input-group
  > .custom-file:not(:last-child)
  .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .input-group-prepend,
[dir="ltr"] .input-group-append {
  display: flex;
}
[dir="ltr"] .input-group-prepend .btn,
[dir="ltr"] .input-group-append .btn {
  position: relative;
  z-index: 2;
}
[dir="ltr"] .input-group-prepend .btn:focus,
[dir="ltr"] .input-group-append .btn:focus {
  z-index: 3;
}
[dir="ltr"] .input-group-prepend .btn + .btn,
[dir="ltr"] .input-group-prepend .btn + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .btn,
[dir="ltr"] .input-group-append .btn + .btn,
[dir="ltr"] .input-group-append .btn + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

[dir="ltr"] .input-group-prepend {
  margin-right: -1px;
}

[dir="ltr"] .input-group-append {
  margin-left: -1px;
}

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

[dir="ltr"] .input-group-lg > .form-control:not(textarea),
[dir="ltr"] .input-group-lg > .custom-select {
  height: calc(1.5em + 0.7rem + 2px);
}

[dir="ltr"] .input-group-lg > .form-control,
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .input-group-prepend > .input-group-text,
[dir="ltr"] .input-group-lg > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-lg > .input-group-prepend > .btn,
[dir="ltr"] .input-group-lg > .input-group-append > .btn {
  padding: 0.35rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

[dir="ltr"] .input-group-sm > .form-control:not(textarea),
[dir="ltr"] .input-group-sm > .custom-select {
  height: calc(1.5em + 0.3rem + 2px);
}

[dir="ltr"] .input-group-sm > .form-control,
[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .input-group-prepend > .input-group-text,
[dir="ltr"] .input-group-sm > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-sm > .input-group-prepend > .btn,
[dir="ltr"] .input-group-sm > .input-group-append > .btn {
  padding: 0.15rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-sm > .custom-select {
  padding-right: 1.875rem;
}

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

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

[dir="ltr"] .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

[dir="ltr"] .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

[dir="ltr"] .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
[dir="ltr"] .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1377c9;
  background-color: #1377c9;
}
[dir="ltr"] .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"]
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #1377c9;
}
[dir="ltr"]
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  color: #fff;
  background-color: #99ccf5;
  border-color: #99ccf5;
}
[dir="ltr"] .custom-control-input[disabled] ~ .custom-control-label,
[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
[dir="ltr"] .custom-control-input[disabled] ~ .custom-control-label::before,
[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

[dir="ltr"] .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.875rem 0.375rem 0.875rem;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.875rem center/8px 10px;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[dir="ltr"] .custom-select:focus {
  border-color: #1377c9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
[dir="ltr"] .custom-select[multiple],
[dir="ltr"] .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.875rem;
  background-image: none;
}
[dir="ltr"] .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
[dir="ltr"] .custom-select::-ms-expand {
  display: none;
}
[dir="ltr"] .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

[dir="ltr"] .custom-select-sm {
  height: calc(1.5em + 0.3rem + 2px);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  font-size: 0.85rem;
}

[dir="ltr"] .custom-select-lg {
  height: calc(1.5em + 0.7rem + 2px);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.85rem;
  font-size: 1rem;
}

[dir="ltr"] .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

[dir="ltr"] .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
[dir="ltr"] .custom-file-input:focus ~ .custom-file-label {
  border-color: #1377c9;
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .custom-file-input[disabled] ~ .custom-file-label,
[dir="ltr"] .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
[dir="ltr"] .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
[dir="ltr"] .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

[dir="ltr"] .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
}
[dir="ltr"] .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.875rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: white;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir="ltr"] .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[dir="ltr"] .custom-range:focus {
  outline: none;
}
[dir="ltr"] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}
[dir="ltr"] .custom-range::-moz-focus-outer {
  border: 0;
}
[dir="ltr"] .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1377c9;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
[dir="ltr"] .custom-range::-webkit-slider-thumb:active {
  background-color: #99ccf5;
}
[dir="ltr"] .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
[dir="ltr"] .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1377c9;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
[dir="ltr"] .custom-range::-moz-range-thumb:active {
  background-color: #99ccf5;
}
[dir="ltr"] .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
[dir="ltr"] .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1377c9;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
[dir="ltr"] .custom-range::-ms-thumb:active {
  background-color: #99ccf5;
}
[dir="ltr"] .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
[dir="ltr"] .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
[dir="ltr"] .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
[dir="ltr"] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
[dir="ltr"] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
[dir="ltr"] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
[dir="ltr"] .custom-range:disabled::-moz-range-track {
  cursor: default;
}
[dir="ltr"] .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

[dir="ltr"] .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
[dir="ltr"] .nav-link:hover,
[dir="ltr"] .nav-link:focus {
  text-decoration: none;
}
[dir="ltr"] .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

[dir="ltr"] .nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
[dir="ltr"] .nav-tabs .nav-item {
  margin-bottom: 0;
}
[dir="ltr"] .nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
[dir="ltr"] .nav-tabs .nav-link:hover,
[dir="ltr"] .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
[dir="ltr"] .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
[dir="ltr"] .nav-tabs .nav-link.active,
[dir="ltr"] .nav-tabs .nav-item.show .nav-link {
  color: theme("primary");
  background-color: #fff;
  border-color: #efefef;
}
[dir="ltr"] .nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="ltr"] .nav-pills .nav-link {
  border-radius: 0.25rem;
}
[dir="ltr"] .nav-pills .nav-link.active,
[dir="ltr"] .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1377c9;
}

[dir="ltr"] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

[dir="ltr"] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

[dir="ltr"] .tab-content > .tab-pane {
  display: none;
}
[dir="ltr"] .tab-content > .active {
  display: block;
}

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

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

[dir="ltr"] .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir="ltr"] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

[dir="ltr"] .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) {
  [dir="ltr"] .navbar-expand-sm > .container,
  [dir="ltr"] .navbar-expand-sm > .container-fluid,
  [dir="ltr"] .navbar-expand-sm > .container-sm,
  [dir="ltr"] .navbar-expand-sm > .container-md,
  [dir="ltr"] .navbar-expand-sm > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  [dir="ltr"] .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  [dir="ltr"] .navbar-expand-sm > .container,
  [dir="ltr"] .navbar-expand-sm > .container-fluid,
  [dir="ltr"] .navbar-expand-sm > .container-sm,
  [dir="ltr"] .navbar-expand-sm > .container-md,
  [dir="ltr"] .navbar-expand-sm > .container-lg {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  [dir="ltr"] .navbar-expand-md > .container,
  [dir="ltr"] .navbar-expand-md > .container-fluid,
  [dir="ltr"] .navbar-expand-md > .container-sm,
  [dir="ltr"] .navbar-expand-md > .container-md,
  [dir="ltr"] .navbar-expand-md > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  [dir="ltr"] .navbar-expand-md > .container,
  [dir="ltr"] .navbar-expand-md > .container-fluid,
  [dir="ltr"] .navbar-expand-md > .container-sm,
  [dir="ltr"] .navbar-expand-md > .container-md,
  [dir="ltr"] .navbar-expand-md > .container-lg {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  [dir="ltr"] .navbar-expand-lg > .container,
  [dir="ltr"] .navbar-expand-lg > .container-fluid,
  [dir="ltr"] .navbar-expand-lg > .container-sm,
  [dir="ltr"] .navbar-expand-lg > .container-md,
  [dir="ltr"] .navbar-expand-lg > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  [dir="ltr"] .navbar-expand-lg > .container,
  [dir="ltr"] .navbar-expand-lg > .container-fluid,
  [dir="ltr"] .navbar-expand-lg > .container-sm,
  [dir="ltr"] .navbar-expand-lg > .container-md,
  [dir="ltr"] .navbar-expand-lg > .container-lg {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .navbar-expand-xl > .container,
  [dir="ltr"] .navbar-expand-xl > .container-fluid,
  [dir="ltr"] .navbar-expand-xl > .container-sm,
  [dir="ltr"] .navbar-expand-xl > .container-md,
  [dir="ltr"] .navbar-expand-xl > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  [dir="ltr"] .navbar-expand-xl > .container,
  [dir="ltr"] .navbar-expand-xl > .container-fluid,
  [dir="ltr"] .navbar-expand-xl > .container-sm,
  [dir="ltr"] .navbar-expand-xl > .container-md,
  [dir="ltr"] .navbar-expand-xl > .container-lg {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
[dir="ltr"] .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid,
[dir="ltr"] .navbar-expand > .container-sm,
[dir="ltr"] .navbar-expand > .container-md,
[dir="ltr"] .navbar-expand > .container-lg {
  padding-right: 0;
  padding-left: 0;
}
[dir="ltr"] .navbar-expand .navbar-nav {
  flex-direction: row;
}
[dir="ltr"] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid,
[dir="ltr"] .navbar-expand > .container-sm,
[dir="ltr"] .navbar-expand > .container-md,
[dir="ltr"] .navbar-expand > .container-lg {
  flex-wrap: nowrap;
}
[dir="ltr"] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
[dir="ltr"] .navbar-expand .navbar-toggler {
  display: none;
}

[dir="ltr"] .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
[dir="ltr"] .navbar-light .navbar-brand:hover,
[dir="ltr"] .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link:hover,
[dir="ltr"] .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
[dir="ltr"] .navbar-light .navbar-nav .show > .nav-link,
[dir="ltr"] .navbar-light .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
[dir="ltr"] .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
[dir="ltr"] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[dir="ltr"] .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
[dir="ltr"] .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
[dir="ltr"] .navbar-light .navbar-text a:hover,
[dir="ltr"] .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

[dir="ltr"] .navbar-dark .navbar-brand {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-brand:hover,
[dir="ltr"] .navbar-dark .navbar-brand:focus {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:hover,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
[dir="ltr"] .navbar-dark .navbar-nav .show > .nav-link,
[dir="ltr"] .navbar-dark .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.54);
  border-color: rgba(255, 255, 255, 0.1);
}
[dir="ltr"] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.54)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[dir="ltr"] .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .navbar-dark .navbar-text a {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-text a:hover,
[dir="ltr"] .navbar-dark .navbar-text a:focus {
  color: #fff;
}

[dir="ltr"] .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 #efefef;
  border-radius: 0.25rem;
}
[dir="ltr"] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[dir="ltr"] .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
[dir="ltr"] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="ltr"] .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

[dir="ltr"] .card-title {
  margin-bottom: 0.75rem;
}

[dir="ltr"] .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

[dir="ltr"] .card-text:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card-link:hover {
  text-decoration: none;
}
[dir="ltr"] .card-link + .card-link {
  margin-left: 1.25rem;
}

[dir="ltr"] .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #efefef;
}
[dir="ltr"] .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
[dir="ltr"] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

[dir="ltr"] .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #efefef;
}
[dir="ltr"] .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

[dir="ltr"] .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

[dir="ltr"] .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

[dir="ltr"] .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-top,
[dir="ltr"] .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir="ltr"] .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  [dir="ltr"] .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

[dir="ltr"] .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  [dir="ltr"] .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

[dir="ltr"] .accordion > .card {
  overflow: hidden;
}
[dir="ltr"] .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir="ltr"] .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

[dir="ltr"] .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
[dir="ltr"] .breadcrumb-item.active {
  color: #6c757d;
}

[dir="ltr"] .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

[dir="ltr"] .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 30px;
  color: #1377c9;
  background-color: #f9f9f9;
  border: 0 solid #dee2e6;
}
[dir="ltr"] .page-link:hover {
  z-index: 2;
  color: #1861b5;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
[dir="ltr"] .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.25);
}

[dir="ltr"] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .page-item.disabled .page-link {
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  cursor: auto;
  background-color: rgba(249, 249, 249, 0.5);
  border-color: #dee2e6;
}

[dir="ltr"] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
[dir="ltr"] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
[dir="ltr"] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir="ltr"] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
[dir="ltr"] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
[dir="ltr"] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir="ltr"] .badge {
  display: inline-block;
  padding: 0.25rem 0.25rem;
  font-size: 0.675rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .badge {
    transition: none;
  }
}
[dir="ltr"] a.badge:hover,
[dir="ltr"] a.badge:focus {
  text-decoration: none;
}

[dir="ltr"] .badge:empty {
  display: none;
}

[dir="ltr"] .btn .badge {
  position: relative;
  top: -1px;
}

[dir="ltr"] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

[dir="ltr"] .badge-primary {
  color: #fff;
  background-color: #1377c9;
}
[dir="ltr"] a.badge-primary:hover,
[dir="ltr"] a.badge-primary:focus {
  color: #fff;
  background-color: #0f5b9a;
}
[dir="ltr"] a.badge-primary:focus,
[dir="ltr"] a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 119, 201, 0.5);
}

[dir="ltr"] .badge-secondary {
  color: #fff;
  background-color: #262f36;
}
[dir="ltr"] a.badge-secondary:hover,
[dir="ltr"] a.badge-secondary:focus {
  color: #fff;
  background-color: #111518;
}
[dir="ltr"] a.badge-secondary:focus,
[dir="ltr"] a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 47, 54, 0.5);
}

[dir="ltr"] .badge-success {
  color: #fff;
  background-color: #17b15c;
}
[dir="ltr"] a.badge-success:hover,
[dir="ltr"] a.badge-success:focus {
  color: #fff;
  background-color: #118445;
}
[dir="ltr"] a.badge-success:focus,
[dir="ltr"] a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 177, 92, 0.5);
}

[dir="ltr"] .badge-info {
  color: #fff;
  background-color: #13c0c9;
}
[dir="ltr"] a.badge-info:hover,
[dir="ltr"] a.badge-info:focus {
  color: #fff;
  background-color: #0f939a;
}
[dir="ltr"] a.badge-info:focus,
[dir="ltr"] a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 192, 201, 0.5);
}

[dir="ltr"] .badge-warning {
  color: #212529;
  background-color: #f0ca4d;
}
[dir="ltr"] a.badge-warning:hover,
[dir="ltr"] a.badge-warning:focus {
  color: #212529;
  background-color: #ecbc1e;
}
[dir="ltr"] a.badge-warning:focus,
[dir="ltr"] a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 202, 77, 0.5);
}

[dir="ltr"] .badge-danger {
  color: #fff;
  background-color: #bb3434;
}
[dir="ltr"] a.badge-danger:hover,
[dir="ltr"] a.badge-danger:focus {
  color: #fff;
  background-color: #932929;
}
[dir="ltr"] a.badge-danger:focus,
[dir="ltr"] a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(187, 52, 52, 0.5);
}

[dir="ltr"] .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
[dir="ltr"] a.badge-light:hover,
[dir="ltr"] a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
[dir="ltr"] a.badge-light:focus,
[dir="ltr"] a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

[dir="ltr"] .badge-dark {
  color: #fff;
  background-color: #343a40;
}
[dir="ltr"] a.badge-dark:hover,
[dir="ltr"] a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
[dir="ltr"] a.badge-dark:focus,
[dir="ltr"] a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

[dir="ltr"] .badge-blue {
  color: #fff;
  background-color: #3687e4;
}
[dir="ltr"] a.badge-blue:hover,
[dir="ltr"] a.badge-blue:focus {
  color: #fff;
  background-color: #1b6dcc;
}
[dir="ltr"] a.badge-blue:focus,
[dir="ltr"] a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 135, 228, 0.5);
}

[dir="ltr"] .badge-teal {
  color: #fff;
  background-color: #1ea190;
}
[dir="ltr"] a.badge-teal:hover,
[dir="ltr"] a.badge-teal:focus {
  color: #fff;
  background-color: #16766a;
}
[dir="ltr"] a.badge-teal:focus,
[dir="ltr"] a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 161, 144, 0.5);
}

[dir="ltr"] .badge-purple {
  color: #fff;
  background-color: #5163c5;
}
[dir="ltr"] a.badge-purple:hover,
[dir="ltr"] a.badge-purple:focus {
  color: #fff;
  background-color: #394aaa;
}
[dir="ltr"] a.badge-purple:focus,
[dir="ltr"] a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 99, 197, 0.5);
}

[dir="ltr"] .badge-dark-gray {
  color: #fff;
  background-color: #2a2a2a;
}
[dir="ltr"] a.badge-dark-gray:hover,
[dir="ltr"] a.badge-dark-gray:focus {
  color: #fff;
  background-color: #111111;
}
[dir="ltr"] a.badge-dark-gray:focus,
[dir="ltr"] a.badge-dark-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}

[dir="ltr"] .badge-light-gray {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] a.badge-light-gray:hover,
[dir="ltr"] a.badge-light-gray:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] a.badge-light-gray:focus,
[dir="ltr"] a.badge-light-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

[dir="ltr"] .badge-muted-light {
  color: #212529;
  background-color: #dbdfe4;
}
[dir="ltr"] a.badge-muted-light:hover,
[dir="ltr"] a.badge-muted-light:focus {
  color: #212529;
  background-color: #bec5ce;
}
[dir="ltr"] a.badge-muted-light:focus,
[dir="ltr"] a.badge-muted-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 223, 228, 0.5);
}

[dir="ltr"] .badge-facebook {
  color: #fff;
  background-color: #3b5998;
}
[dir="ltr"] a.badge-facebook:hover,
[dir="ltr"] a.badge-facebook:focus {
  color: #fff;
  background-color: #2d4373;
}
[dir="ltr"] a.badge-facebook:focus,
[dir="ltr"] a.badge-facebook.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

[dir="ltr"] .badge-twitter {
  color: #fff;
  background-color: #00aced;
}
[dir="ltr"] a.badge-twitter:hover,
[dir="ltr"] a.badge-twitter:focus {
  color: #fff;
  background-color: #0087ba;
}
[dir="ltr"] a.badge-twitter:focus,
[dir="ltr"] a.badge-twitter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}

[dir="ltr"] .badge-vuejs {
  color: #fff;
  background-color: #42b883;
}
[dir="ltr"] a.badge-vuejs:hover,
[dir="ltr"] a.badge-vuejs:focus {
  color: #fff;
  background-color: #359268;
}
[dir="ltr"] a.badge-vuejs:focus,
[dir="ltr"] a.badge-vuejs.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(66, 184, 131, 0.5);
}

[dir="ltr"] .badge-angular {
  color: #fff;
  background-color: #d32f2f;
}
[dir="ltr"] a.badge-angular:hover,
[dir="ltr"] a.badge-angular:focus {
  color: #fff;
  background-color: #ab2424;
}
[dir="ltr"] a.badge-angular:focus,
[dir="ltr"] a.badge-angular.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}

[dir="ltr"] .badge-gulp {
  color: #fff;
  background-color: #cf4647;
}
[dir="ltr"] a.badge-gulp:hover,
[dir="ltr"] a.badge-gulp:focus {
  color: #fff;
  background-color: #b32f30;
}
[dir="ltr"] a.badge-gulp:focus,
[dir="ltr"] a.badge-gulp.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(207, 70, 71, 0.5);
}

[dir="ltr"] .badge-node {
  color: #fff;
  background-color: #699f63;
}
[dir="ltr"] a.badge-node:hover,
[dir="ltr"] a.badge-node:focus {
  color: #fff;
  background-color: #54804f;
}
[dir="ltr"] a.badge-node:focus,
[dir="ltr"] a.badge-node.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 159, 99, 0.5);
}

[dir="ltr"] .badge-gitlab {
  color: #fff;
  background-color: #e65328;
}
[dir="ltr"] a.badge-gitlab:hover,
[dir="ltr"] a.badge-gitlab:focus {
  color: #fff;
  background-color: #c43e17;
}
[dir="ltr"] a.badge-gitlab:focus,
[dir="ltr"] a.badge-gitlab.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 83, 40, 0.5);
}

[dir="ltr"] .badge-instagram {
  color: #fff;
  background-color: #3f729b;
}
[dir="ltr"] a.badge-instagram:hover,
[dir="ltr"] a.badge-instagram:focus {
  color: #fff;
  background-color: #305777;
}
[dir="ltr"] a.badge-instagram:focus,
[dir="ltr"] a.badge-instagram.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}

[dir="ltr"] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .jumbotron {
    padding: 4rem 2rem;
  }
}

[dir="ltr"] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

[dir="ltr"] .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

[dir="ltr"] .alert-heading {
  color: inherit;
}

[dir="ltr"] .alert-link {
  font-weight: 700;
}

[dir="ltr"] .alert-dismissible {
  padding-right: 4rem;
}
[dir="ltr"] .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

[dir="ltr"] .alert-primary {
  color: #0a3e69;
  background-color: #d0e4f4;
  border-color: #bdd9f0;
}
[dir="ltr"] .alert-primary hr {
  border-top-color: #a8cdeb;
}
[dir="ltr"] .alert-primary .alert-link {
  color: #06233a;
}

[dir="ltr"] .alert-secondary {
  color: #14181c;
  background-color: #d4d5d7;
  border-color: #c2c5c7;
}
[dir="ltr"] .alert-secondary hr {
  border-top-color: #b5b8bb;
}
[dir="ltr"] .alert-secondary .alert-link {
  color: black;
}

[dir="ltr"] .alert-success {
  color: #0c5c30;
  background-color: #d1efde;
  border-color: #bee9d1;
}
[dir="ltr"] .alert-success hr {
  border-top-color: #abe3c4;
}
[dir="ltr"] .alert-success .alert-link {
  color: #062f18;
}

[dir="ltr"] .alert-info {
  color: #0a6469;
  background-color: #d0f2f4;
  border-color: #bdedf0;
}
[dir="ltr"] .alert-info hr {
  border-top-color: #a8e7eb;
}
[dir="ltr"] .alert-info .alert-link {
  color: #06383a;
}

[dir="ltr"] .alert-warning {
  color: #7d6928;
  background-color: #fcf4db;
  border-color: #fbf0cd;
}
[dir="ltr"] .alert-warning hr {
  border-top-color: #f9e9b5;
}
[dir="ltr"] .alert-warning .alert-link {
  color: #56491c;
}

[dir="ltr"] .alert-danger {
  color: #611b1b;
  background-color: #f1d6d6;
  border-color: #ecc6c6;
}
[dir="ltr"] .alert-danger hr {
  border-top-color: #e6b3b3;
}
[dir="ltr"] .alert-danger .alert-link {
  color: #391010;
}

[dir="ltr"] .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
[dir="ltr"] .alert-light hr {
  border-top-color: #ececf6;
}
[dir="ltr"] .alert-light .alert-link {
  color: #686868;
}

[dir="ltr"] .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
[dir="ltr"] .alert-dark hr {
  border-top-color: #b9bbbe;
}
[dir="ltr"] .alert-dark .alert-link {
  color: #040505;
}

[dir="ltr"] .alert-blue {
  color: #1c4677;
  background-color: #d7e7fa;
  border-color: #c7ddf7;
}
[dir="ltr"] .alert-blue hr {
  border-top-color: #b1cff4;
}
[dir="ltr"] .alert-blue .alert-link {
  color: #122e4e;
}

[dir="ltr"] .alert-teal {
  color: #10544b;
  background-color: #d2ece9;
  border-color: #c0e5e0;
}
[dir="ltr"] .alert-teal hr {
  border-top-color: #aeded7;
}
[dir="ltr"] .alert-teal .alert-link {
  color: #082925;
}

[dir="ltr"] .alert-purple {
  color: #2a3366;
  background-color: #dce0f3;
  border-color: #ced3ef;
}
[dir="ltr"] .alert-purple hr {
  border-top-color: #bbc2e9;
}
[dir="ltr"] .alert-purple .alert-link {
  color: #1b2142;
}

[dir="ltr"] .alert-dark-gray {
  color: #161616;
  background-color: #d4d4d4;
  border-color: #c3c3c3;
}
[dir="ltr"] .alert-dark-gray hr {
  border-top-color: #b6b6b6;
}
[dir="ltr"] .alert-dark-gray .alert-link {
  color: black;
}

[dir="ltr"] .alert-light-gray {
  color: rgba(0, 0, 0, 0.6048);
  background-color: rgba(247, 247, 247, 0.848);
  border-color: rgba(242, 242, 242, 0.7872);
}
[dir="ltr"] .alert-light-gray hr {
  border-top-color: rgba(229, 229, 229, 0.7872);
}
[dir="ltr"] .alert-light-gray .alert-link {
  color: rgba(0, 0, 0, 0.6048);
}

[dir="ltr"] .alert-muted-light {
  color: #727477;
  background-color: #f8f9fa;
  border-color: #f5f6f7;
}
[dir="ltr"] .alert-muted-light hr {
  border-top-color: #e7e9ec;
}
[dir="ltr"] .alert-muted-light .alert-link {
  color: #595b5d;
}

[dir="ltr"] .alert-facebook {
  color: #1f2e4f;
  background-color: #d8deea;
  border-color: #c8d1e2;
}
[dir="ltr"] .alert-facebook hr {
  border-top-color: #b7c3d9;
}
[dir="ltr"] .alert-facebook .alert-link {
  color: #11192a;
}

[dir="ltr"] .alert-twitter {
  color: #00597b;
  background-color: #cceefb;
  border-color: #b8e8fa;
}
[dir="ltr"] .alert-twitter hr {
  border-top-color: #a0e0f8;
}
[dir="ltr"] .alert-twitter .alert-link {
  color: #003448;
}

[dir="ltr"] .alert-vuejs {
  color: #226044;
  background-color: #d9f1e6;
  border-color: #caebdc;
}
[dir="ltr"] .alert-vuejs hr {
  border-top-color: #b7e4d0;
}
[dir="ltr"] .alert-vuejs .alert-link {
  color: #153a29;
}

[dir="ltr"] .alert-angular {
  color: #6e1818;
  background-color: #f6d5d5;
  border-color: #f3c5c5;
}
[dir="ltr"] .alert-angular hr {
  border-top-color: #efb0b0;
}
[dir="ltr"] .alert-angular .alert-link {
  color: #440f0f;
}

[dir="ltr"] .alert-gulp {
  color: #6c2425;
  background-color: #f5dada;
  border-color: #f2cbcb;
}
[dir="ltr"] .alert-gulp hr {
  border-top-color: #edb7b7;
}
[dir="ltr"] .alert-gulp .alert-link {
  color: #461718;
}

[dir="ltr"] .alert-node {
  color: #375333;
  background-color: #e1ece0;
  border-color: #d5e4d3;
}
[dir="ltr"] .alert-node hr {
  border-top-color: #c6dac3;
}
[dir="ltr"] .alert-node .alert-link {
  color: #223320;
}

[dir="ltr"] .alert-gitlab {
  color: #782b15;
  background-color: #faddd4;
  border-color: #f8cfc3;
}
[dir="ltr"] .alert-gitlab hr {
  border-top-color: #f5bdac;
}
[dir="ltr"] .alert-gitlab .alert-link {
  color: #4d1b0d;
}

[dir="ltr"] .alert-instagram {
  color: #213b51;
  background-color: #d9e3eb;
  border-color: #c9d8e3;
}
[dir="ltr"] .alert-instagram hr {
  border-top-color: #b8ccda;
}
[dir="ltr"] .alert-instagram .alert-link {
  color: #12212d;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
[dir="ltr"] .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

[dir="ltr"] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1377c9;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .progress-bar {
    transition: none;
  }
}

[dir="ltr"] .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;
}

[dir="ltr"] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

[dir="ltr"] .media {
  display: flex;
  align-items: flex-start;
}

[dir="ltr"] .media-body {
  flex: 1;
}

[dir="ltr"] .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

[dir="ltr"] .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
[dir="ltr"] .list-group-item-action:hover,
[dir="ltr"] .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
[dir="ltr"] .list-group-item-action:active {
  color: #353535;
  background-color: #e9ecef;
}

[dir="ltr"] .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #efefef;
}
[dir="ltr"] .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
[dir="ltr"] .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .list-group-item.disabled,
[dir="ltr"] .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
[dir="ltr"] .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1377c9;
  border-color: #1377c9;
}
[dir="ltr"] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[dir="ltr"] .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

[dir="ltr"] .list-group-horizontal {
  flex-direction: row;
}
[dir="ltr"] .list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
[dir="ltr"] .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
[dir="ltr"] .list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
[dir="ltr"] .list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  [dir="ltr"] .list-group-horizontal-sm {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-sm
    .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .list-group-horizontal-md {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-md
    .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .list-group-horizontal-lg {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-lg
    .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .list-group-horizontal-xl {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-xl
    .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
[dir="ltr"] .list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
[dir="ltr"] .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
[dir="ltr"] .list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

[dir="ltr"] .list-group-item-primary {
  color: #0a3e69;
  background-color: #bdd9f0;
}
[dir="ltr"] .list-group-item-primary.list-group-item-action:hover,
[dir="ltr"] .list-group-item-primary.list-group-item-action:focus {
  color: #0a3e69;
  background-color: #a8cdeb;
}
[dir="ltr"] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a3e69;
  border-color: #0a3e69;
}

[dir="ltr"] .list-group-item-secondary {
  color: #14181c;
  background-color: #c2c5c7;
}
[dir="ltr"] .list-group-item-secondary.list-group-item-action:hover,
[dir="ltr"] .list-group-item-secondary.list-group-item-action:focus {
  color: #14181c;
  background-color: #b5b8bb;
}
[dir="ltr"] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #14181c;
  border-color: #14181c;
}

[dir="ltr"] .list-group-item-success {
  color: #0c5c30;
  background-color: #bee9d1;
}
[dir="ltr"] .list-group-item-success.list-group-item-action:hover,
[dir="ltr"] .list-group-item-success.list-group-item-action:focus {
  color: #0c5c30;
  background-color: #abe3c4;
}
[dir="ltr"] .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0c5c30;
  border-color: #0c5c30;
}

[dir="ltr"] .list-group-item-info {
  color: #0a6469;
  background-color: #bdedf0;
}
[dir="ltr"] .list-group-item-info.list-group-item-action:hover,
[dir="ltr"] .list-group-item-info.list-group-item-action:focus {
  color: #0a6469;
  background-color: #a8e7eb;
}
[dir="ltr"] .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0a6469;
  border-color: #0a6469;
}

[dir="ltr"] .list-group-item-warning {
  color: #7d6928;
  background-color: #fbf0cd;
}
[dir="ltr"] .list-group-item-warning.list-group-item-action:hover,
[dir="ltr"] .list-group-item-warning.list-group-item-action:focus {
  color: #7d6928;
  background-color: #f9e9b5;
}
[dir="ltr"] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d6928;
  border-color: #7d6928;
}

[dir="ltr"] .list-group-item-danger {
  color: #611b1b;
  background-color: #ecc6c6;
}
[dir="ltr"] .list-group-item-danger.list-group-item-action:hover,
[dir="ltr"] .list-group-item-danger.list-group-item-action:focus {
  color: #611b1b;
  background-color: #e6b3b3;
}
[dir="ltr"] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #611b1b;
  border-color: #611b1b;
}

[dir="ltr"] .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
[dir="ltr"] .list-group-item-light.list-group-item-action:hover,
[dir="ltr"] .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
[dir="ltr"] .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

[dir="ltr"] .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
[dir="ltr"] .list-group-item-dark.list-group-item-action:hover,
[dir="ltr"] .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
[dir="ltr"] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

[dir="ltr"] .list-group-item-blue {
  color: #1c4677;
  background-color: #c7ddf7;
}
[dir="ltr"] .list-group-item-blue.list-group-item-action:hover,
[dir="ltr"] .list-group-item-blue.list-group-item-action:focus {
  color: #1c4677;
  background-color: #b1cff4;
}
[dir="ltr"] .list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1c4677;
  border-color: #1c4677;
}

[dir="ltr"] .list-group-item-teal {
  color: #10544b;
  background-color: #c0e5e0;
}
[dir="ltr"] .list-group-item-teal.list-group-item-action:hover,
[dir="ltr"] .list-group-item-teal.list-group-item-action:focus {
  color: #10544b;
  background-color: #aeded7;
}
[dir="ltr"] .list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #10544b;
  border-color: #10544b;
}

[dir="ltr"] .list-group-item-purple {
  color: #2a3366;
  background-color: #ced3ef;
}
[dir="ltr"] .list-group-item-purple.list-group-item-action:hover,
[dir="ltr"] .list-group-item-purple.list-group-item-action:focus {
  color: #2a3366;
  background-color: #bbc2e9;
}
[dir="ltr"] .list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #2a3366;
  border-color: #2a3366;
}

[dir="ltr"] .list-group-item-dark-gray {
  color: #161616;
  background-color: #c3c3c3;
}
[dir="ltr"] .list-group-item-dark-gray.list-group-item-action:hover,
[dir="ltr"] .list-group-item-dark-gray.list-group-item-action:focus {
  color: #161616;
  background-color: #b6b6b6;
}
[dir="ltr"] .list-group-item-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}

[dir="ltr"] .list-group-item-light-gray {
  color: rgba(0, 0, 0, 0.6048);
  background-color: rgba(242, 242, 242, 0.7872);
}
[dir="ltr"] .list-group-item-light-gray.list-group-item-action:hover,
[dir="ltr"] .list-group-item-light-gray.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.6048);
  background-color: rgba(229, 229, 229, 0.7872);
}
[dir="ltr"] .list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6048);
  border-color: rgba(0, 0, 0, 0.6048);
}

[dir="ltr"] .list-group-item-muted-light {
  color: #727477;
  background-color: #f5f6f7;
}
[dir="ltr"] .list-group-item-muted-light.list-group-item-action:hover,
[dir="ltr"] .list-group-item-muted-light.list-group-item-action:focus {
  color: #727477;
  background-color: #e7e9ec;
}
[dir="ltr"] .list-group-item-muted-light.list-group-item-action.active {
  color: #fff;
  background-color: #727477;
  border-color: #727477;
}

[dir="ltr"] .list-group-item-facebook {
  color: #1f2e4f;
  background-color: #c8d1e2;
}
[dir="ltr"] .list-group-item-facebook.list-group-item-action:hover,
[dir="ltr"] .list-group-item-facebook.list-group-item-action:focus {
  color: #1f2e4f;
  background-color: #b7c3d9;
}
[dir="ltr"] .list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: #1f2e4f;
  border-color: #1f2e4f;
}

[dir="ltr"] .list-group-item-twitter {
  color: #00597b;
  background-color: #b8e8fa;
}
[dir="ltr"] .list-group-item-twitter.list-group-item-action:hover,
[dir="ltr"] .list-group-item-twitter.list-group-item-action:focus {
  color: #00597b;
  background-color: #a0e0f8;
}
[dir="ltr"] .list-group-item-twitter.list-group-item-action.active {
  color: #fff;
  background-color: #00597b;
  border-color: #00597b;
}

[dir="ltr"] .list-group-item-vuejs {
  color: #226044;
  background-color: #caebdc;
}
[dir="ltr"] .list-group-item-vuejs.list-group-item-action:hover,
[dir="ltr"] .list-group-item-vuejs.list-group-item-action:focus {
  color: #226044;
  background-color: #b7e4d0;
}
[dir="ltr"] .list-group-item-vuejs.list-group-item-action.active {
  color: #fff;
  background-color: #226044;
  border-color: #226044;
}

[dir="ltr"] .list-group-item-angular {
  color: #6e1818;
  background-color: #f3c5c5;
}
[dir="ltr"] .list-group-item-angular.list-group-item-action:hover,
[dir="ltr"] .list-group-item-angular.list-group-item-action:focus {
  color: #6e1818;
  background-color: #efb0b0;
}
[dir="ltr"] .list-group-item-angular.list-group-item-action.active {
  color: #fff;
  background-color: #6e1818;
  border-color: #6e1818;
}

[dir="ltr"] .list-group-item-gulp {
  color: #6c2425;
  background-color: #f2cbcb;
}
[dir="ltr"] .list-group-item-gulp.list-group-item-action:hover,
[dir="ltr"] .list-group-item-gulp.list-group-item-action:focus {
  color: #6c2425;
  background-color: #edb7b7;
}
[dir="ltr"] .list-group-item-gulp.list-group-item-action.active {
  color: #fff;
  background-color: #6c2425;
  border-color: #6c2425;
}

[dir="ltr"] .list-group-item-node {
  color: #375333;
  background-color: #d5e4d3;
}
[dir="ltr"] .list-group-item-node.list-group-item-action:hover,
[dir="ltr"] .list-group-item-node.list-group-item-action:focus {
  color: #375333;
  background-color: #c6dac3;
}
[dir="ltr"] .list-group-item-node.list-group-item-action.active {
  color: #fff;
  background-color: #375333;
  border-color: #375333;
}

[dir="ltr"] .list-group-item-gitlab {
  color: #782b15;
  background-color: #f8cfc3;
}
[dir="ltr"] .list-group-item-gitlab.list-group-item-action:hover,
[dir="ltr"] .list-group-item-gitlab.list-group-item-action:focus {
  color: #782b15;
  background-color: #f5bdac;
}
[dir="ltr"] .list-group-item-gitlab.list-group-item-action.active {
  color: #fff;
  background-color: #782b15;
  border-color: #782b15;
}

[dir="ltr"] .list-group-item-instagram {
  color: #213b51;
  background-color: #c9d8e3;
}
[dir="ltr"] .list-group-item-instagram.list-group-item-action:hover,
[dir="ltr"] .list-group-item-instagram.list-group-item-action:focus {
  color: #213b51;
  background-color: #b8ccda;
}
[dir="ltr"] .list-group-item-instagram.list-group-item-action.active {
  color: #fff;
  background-color: #213b51;
  border-color: #213b51;
}

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

[dir="ltr"] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir="ltr"] a.close.disabled {
  pointer-events: none;
}

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

[dir="ltr"] .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .toast-body {
  padding: 0.75rem;
}

[dir="ltr"] .modal-open {
  overflow: hidden;
}
[dir="ltr"] .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

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

[dir="ltr"] .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;
}

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

[dir="ltr"] .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
[dir="ltr"] .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

[dir="ltr"] .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

[dir="ltr"] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

[dir="ltr"] .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #efefef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
[dir="ltr"] .modal-footer > * {
  margin: 0.25rem;
}

[dir="ltr"] .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  [dir="ltr"] .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  [dir="ltr"] .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  [dir="ltr"] .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  [dir="ltr"] .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  [dir="ltr"] .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  [dir="ltr"] .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .modal-lg,
  [dir="ltr"] .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .modal-xl {
    max-width: 1140px;
  }
}
[dir="ltr"] .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
[dir="ltr"] .tooltip.show {
  opacity: 0.9;
}
[dir="ltr"] .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
[dir="ltr"] .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

[dir="ltr"] .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
[dir="ltr"] .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
[dir="ltr"] .popover .arrow::before,
[dir="ltr"] .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

[dir="ltr"] .popover-body {
  padding: 0.5rem 0.75rem;
  color: #353535;
}

[dir="ltr"] .carousel {
  position: relative;
}

[dir="ltr"] .carousel.pointer-event {
  touch-action: pan-y;
}

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

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

[dir="ltr"] .carousel-item.active,
[dir="ltr"] .carousel-item-next,
[dir="ltr"] .carousel-item-prev {
  display: block;
}

[dir="ltr"] .carousel-item-next:not(.carousel-item-left),
[dir="ltr"] .active.carousel-item-right {
  transform: translateX(100%);
}

[dir="ltr"] .carousel-item-prev:not(.carousel-item-right),
[dir="ltr"] .active.carousel-item-left {
  transform: translateX(-100%);
}

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

[dir="ltr"] .carousel-control-prev,
[dir="ltr"] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-control-prev,
  [dir="ltr"] .carousel-control-next {
    transition: none;
  }
}
[dir="ltr"] .carousel-control-prev:hover,
[dir="ltr"] .carousel-control-prev:focus,
[dir="ltr"] .carousel-control-next:hover,
[dir="ltr"] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

[dir="ltr"] .carousel-control-prev {
  left: 0;
}

[dir="ltr"] .carousel-control-next {
  right: 0;
}

[dir="ltr"] .carousel-control-prev-icon,
[dir="ltr"] .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

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

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

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

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

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

[dir="ltr"] .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

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

[dir="ltr"] .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

[dir="ltr"] .align-baseline {
  vertical-align: baseline !important;
}

[dir="ltr"] .align-top {
  vertical-align: top !important;
}

[dir="ltr"] .align-middle {
  vertical-align: middle !important;
}

[dir="ltr"] .align-bottom {
  vertical-align: bottom !important;
}

[dir="ltr"] .align-text-bottom {
  vertical-align: text-bottom !important;
}

[dir="ltr"] .align-text-top {
  vertical-align: text-top !important;
}

[dir="ltr"] .bg-primary {
  background-color: #1377c9 !important;
}

[dir="ltr"] a.bg-primary:hover,
[dir="ltr"] a.bg-primary:focus,
[dir="ltr"] button.bg-primary:hover,
[dir="ltr"] button.bg-primary:focus {
  background-color: #0f5b9a !important;
}

[dir="ltr"] .bg-secondary {
  background-color: #262f36 !important;
}

[dir="ltr"] a.bg-secondary:hover,
[dir="ltr"] a.bg-secondary:focus,
[dir="ltr"] button.bg-secondary:hover,
[dir="ltr"] button.bg-secondary:focus {
  background-color: #111518 !important;
}

[dir="ltr"] .bg-success {
  background-color: #17b15c !important;
}

[dir="ltr"] a.bg-success:hover,
[dir="ltr"] a.bg-success:focus,
[dir="ltr"] button.bg-success:hover,
[dir="ltr"] button.bg-success:focus {
  background-color: #118445 !important;
}

[dir="ltr"] .bg-info {
  background-color: #13c0c9 !important;
}

[dir="ltr"] a.bg-info:hover,
[dir="ltr"] a.bg-info:focus,
[dir="ltr"] button.bg-info:hover,
[dir="ltr"] button.bg-info:focus {
  background-color: #0f939a !important;
}

[dir="ltr"] .bg-warning {
  background-color: #f0ca4d !important;
}

[dir="ltr"] a.bg-warning:hover,
[dir="ltr"] a.bg-warning:focus,
[dir="ltr"] button.bg-warning:hover,
[dir="ltr"] button.bg-warning:focus {
  background-color: #ecbc1e !important;
}

[dir="ltr"] .bg-danger {
  background-color: #bb3434 !important;
}

[dir="ltr"] a.bg-danger:hover,
[dir="ltr"] a.bg-danger:focus,
[dir="ltr"] button.bg-danger:hover,
[dir="ltr"] button.bg-danger:focus {
  background-color: #932929 !important;
}

[dir="ltr"] .bg-light {
  background-color: #f8f9fa !important;
}

[dir="ltr"] a.bg-light:hover,
[dir="ltr"] a.bg-light:focus,
[dir="ltr"] button.bg-light:hover,
[dir="ltr"] button.bg-light:focus {
  background-color: #dae0e5 !important;
}

[dir="ltr"] .bg-dark {
  background-color: #343a40 !important;
}

[dir="ltr"] a.bg-dark:hover,
[dir="ltr"] a.bg-dark:focus,
[dir="ltr"] button.bg-dark:hover,
[dir="ltr"] button.bg-dark:focus {
  background-color: #1d2124 !important;
}

[dir="ltr"] .bg-blue {
  background-color: #3687e4 !important;
}

[dir="ltr"] a.bg-blue:hover,
[dir="ltr"] a.bg-blue:focus,
[dir="ltr"] button.bg-blue:hover,
[dir="ltr"] button.bg-blue:focus {
  background-color: #1b6dcc !important;
}

[dir="ltr"] .bg-teal {
  background-color: #1ea190 !important;
}

[dir="ltr"] a.bg-teal:hover,
[dir="ltr"] a.bg-teal:focus,
[dir="ltr"] button.bg-teal:hover,
[dir="ltr"] button.bg-teal:focus {
  background-color: #16766a !important;
}

[dir="ltr"] .bg-purple {
  background-color: #5163c5 !important;
}

[dir="ltr"] a.bg-purple:hover,
[dir="ltr"] a.bg-purple:focus,
[dir="ltr"] button.bg-purple:hover,
[dir="ltr"] button.bg-purple:focus {
  background-color: #394aaa !important;
}

[dir="ltr"] .bg-dark-gray {
  background-color: #2a2a2a !important;
}

[dir="ltr"] a.bg-dark-gray:hover,
[dir="ltr"] a.bg-dark-gray:focus,
[dir="ltr"] button.bg-dark-gray:hover,
[dir="ltr"] button.bg-dark-gray:focus {
  background-color: #111111 !important;
}

[dir="ltr"] .bg-light-gray {
  background-color: rgba(0, 0, 0, 0.24) !important;
}

[dir="ltr"] a.bg-light-gray:hover,
[dir="ltr"] a.bg-light-gray:focus,
[dir="ltr"] button.bg-light-gray:hover,
[dir="ltr"] button.bg-light-gray:focus {
  background-color: rgba(0, 0, 0, 0.24) !important;
}

[dir="ltr"] .bg-muted-light {
  background-color: #dbdfe4 !important;
}

[dir="ltr"] a.bg-muted-light:hover,
[dir="ltr"] a.bg-muted-light:focus,
[dir="ltr"] button.bg-muted-light:hover,
[dir="ltr"] button.bg-muted-light:focus {
  background-color: #bec5ce !important;
}

[dir="ltr"] .bg-facebook {
  background-color: #3b5998 !important;
}

[dir="ltr"] a.bg-facebook:hover,
[dir="ltr"] a.bg-facebook:focus,
[dir="ltr"] button.bg-facebook:hover,
[dir="ltr"] button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

[dir="ltr"] .bg-twitter {
  background-color: #00aced !important;
}

[dir="ltr"] a.bg-twitter:hover,
[dir="ltr"] a.bg-twitter:focus,
[dir="ltr"] button.bg-twitter:hover,
[dir="ltr"] button.bg-twitter:focus {
  background-color: #0087ba !important;
}

[dir="ltr"] .bg-vuejs {
  background-color: #42b883 !important;
}

[dir="ltr"] a.bg-vuejs:hover,
[dir="ltr"] a.bg-vuejs:focus,
[dir="ltr"] button.bg-vuejs:hover,
[dir="ltr"] button.bg-vuejs:focus {
  background-color: #359268 !important;
}

[dir="ltr"] .bg-angular {
  background-color: #d32f2f !important;
}

[dir="ltr"] a.bg-angular:hover,
[dir="ltr"] a.bg-angular:focus,
[dir="ltr"] button.bg-angular:hover,
[dir="ltr"] button.bg-angular:focus {
  background-color: #ab2424 !important;
}

[dir="ltr"] .bg-gulp {
  background-color: #cf4647 !important;
}

[dir="ltr"] a.bg-gulp:hover,
[dir="ltr"] a.bg-gulp:focus,
[dir="ltr"] button.bg-gulp:hover,
[dir="ltr"] button.bg-gulp:focus {
  background-color: #b32f30 !important;
}

[dir="ltr"] .bg-node {
  background-color: #699f63 !important;
}

[dir="ltr"] a.bg-node:hover,
[dir="ltr"] a.bg-node:focus,
[dir="ltr"] button.bg-node:hover,
[dir="ltr"] button.bg-node:focus {
  background-color: #54804f !important;
}

[dir="ltr"] .bg-gitlab {
  background-color: #e65328 !important;
}

[dir="ltr"] a.bg-gitlab:hover,
[dir="ltr"] a.bg-gitlab:focus,
[dir="ltr"] button.bg-gitlab:hover,
[dir="ltr"] button.bg-gitlab:focus {
  background-color: #c43e17 !important;
}

[dir="ltr"] .bg-instagram {
  background-color: #3f729b !important;
}

[dir="ltr"] a.bg-instagram:hover,
[dir="ltr"] a.bg-instagram:focus,
[dir="ltr"] button.bg-instagram:hover,
[dir="ltr"] button.bg-instagram:focus {
  background-color: #305777 !important;
}

[dir="ltr"] .bg-white {
  background-color: #fff !important;
}

[dir="ltr"] .bg-transparent {
  background-color: transparent !important;
}

[dir="ltr"] .border {
  border: 1px solid #efefef !important;
}

[dir="ltr"] .border-top {
  border-top: 1px solid #efefef !important;
}

[dir="ltr"] .border-right {
  border-right: 1px solid #efefef !important;
}

[dir="ltr"] .border-bottom {
  border-bottom: 1px solid #efefef !important;
}

[dir="ltr"] .border-left {
  border-left: 1px solid #efefef !important;
}

[dir="ltr"] .border-0 {
  border: 0 !important;
}

[dir="ltr"] .border-top-0 {
  border-top: 0 !important;
}

[dir="ltr"] .border-right-0 {
  border-right: 0 !important;
}

[dir="ltr"] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir="ltr"] .border-left-0 {
  border-left: 0 !important;
}

[dir="ltr"] .border-primary {
  border-color: #1377c9 !important;
}

[dir="ltr"] .border-secondary {
  border-color: #262f36 !important;
}

[dir="ltr"] .border-success {
  border-color: #17b15c !important;
}

[dir="ltr"] .border-info {
  border-color: #13c0c9 !important;
}

[dir="ltr"] .border-warning {
  border-color: #f0ca4d !important;
}

[dir="ltr"] .border-danger {
  border-color: #bb3434 !important;
}

[dir="ltr"] .border-light {
  border-color: #f8f9fa !important;
}

[dir="ltr"] .border-dark {
  border-color: #343a40 !important;
}

[dir="ltr"] .border-blue {
  border-color: #3687e4 !important;
}

[dir="ltr"] .border-teal {
  border-color: #1ea190 !important;
}

[dir="ltr"] .border-purple {
  border-color: #5163c5 !important;
}

[dir="ltr"] .border-dark-gray {
  border-color: #2a2a2a !important;
}

[dir="ltr"] .border-light-gray {
  border-color: rgba(0, 0, 0, 0.24) !important;
}

[dir="ltr"] .border-muted-light {
  border-color: #dbdfe4 !important;
}

[dir="ltr"] .border-facebook {
  border-color: #3b5998 !important;
}

[dir="ltr"] .border-twitter {
  border-color: #00aced !important;
}

[dir="ltr"] .border-vuejs {
  border-color: #42b883 !important;
}

[dir="ltr"] .border-angular {
  border-color: #d32f2f !important;
}

[dir="ltr"] .border-gulp {
  border-color: #cf4647 !important;
}

[dir="ltr"] .border-node {
  border-color: #699f63 !important;
}

[dir="ltr"] .border-gitlab {
  border-color: #e65328 !important;
}

[dir="ltr"] .border-instagram {
  border-color: #3f729b !important;
}

[dir="ltr"] .border-white {
  border-color: #fff !important;
}

[dir="ltr"] .rounded-sm {
  border-radius: 0.2rem !important;
}

[dir="ltr"] .rounded {
  border-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-lg {
  border-radius: 0.3rem !important;
}

[dir="ltr"] .rounded-circle {
  border-radius: 50% !important;
}

[dir="ltr"] .rounded-pill {
  border-radius: 50rem !important;
}

[dir="ltr"] .rounded-0 {
  border-radius: 0 !important;
}

[dir="ltr"] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

[dir="ltr"] .d-none {
  display: none !important;
}

[dir="ltr"] .d-inline {
  display: inline !important;
}

[dir="ltr"] .d-inline-block {
  display: inline-block !important;
}

[dir="ltr"] .d-block {
  display: block !important;
}

[dir="ltr"] .d-table {
  display: table !important;
}

[dir="ltr"] .d-table-row {
  display: table-row !important;
}

[dir="ltr"] .d-table-cell {
  display: table-cell !important;
}

[dir="ltr"] .d-flex {
  display: flex !important;
}

[dir="ltr"] .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .d-sm-none {
    display: none !important;
  }

  [dir="ltr"] .d-sm-inline {
    display: inline !important;
  }

  [dir="ltr"] .d-sm-inline-block {
    display: inline-block !important;
  }

  [dir="ltr"] .d-sm-block {
    display: block !important;
  }

  [dir="ltr"] .d-sm-table {
    display: table !important;
  }

  [dir="ltr"] .d-sm-table-row {
    display: table-row !important;
  }

  [dir="ltr"] .d-sm-table-cell {
    display: table-cell !important;
  }

  [dir="ltr"] .d-sm-flex {
    display: flex !important;
  }

  [dir="ltr"] .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .d-md-none {
    display: none !important;
  }

  [dir="ltr"] .d-md-inline {
    display: inline !important;
  }

  [dir="ltr"] .d-md-inline-block {
    display: inline-block !important;
  }

  [dir="ltr"] .d-md-block {
    display: block !important;
  }

  [dir="ltr"] .d-md-table {
    display: table !important;
  }

  [dir="ltr"] .d-md-table-row {
    display: table-row !important;
  }

  [dir="ltr"] .d-md-table-cell {
    display: table-cell !important;
  }

  [dir="ltr"] .d-md-flex {
    display: flex !important;
  }

  [dir="ltr"] .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .d-lg-none {
    display: none !important;
  }

  [dir="ltr"] .d-lg-inline {
    display: inline !important;
  }

  [dir="ltr"] .d-lg-inline-block {
    display: inline-block !important;
  }

  [dir="ltr"] .d-lg-block {
    display: block !important;
  }

  [dir="ltr"] .d-lg-table {
    display: table !important;
  }

  [dir="ltr"] .d-lg-table-row {
    display: table-row !important;
  }

  [dir="ltr"] .d-lg-table-cell {
    display: table-cell !important;
  }

  [dir="ltr"] .d-lg-flex {
    display: flex !important;
  }

  [dir="ltr"] .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .d-xl-none {
    display: none !important;
  }

  [dir="ltr"] .d-xl-inline {
    display: inline !important;
  }

  [dir="ltr"] .d-xl-inline-block {
    display: inline-block !important;
  }

  [dir="ltr"] .d-xl-block {
    display: block !important;
  }

  [dir="ltr"] .d-xl-table {
    display: table !important;
  }

  [dir="ltr"] .d-xl-table-row {
    display: table-row !important;
  }

  [dir="ltr"] .d-xl-table-cell {
    display: table-cell !important;
  }

  [dir="ltr"] .d-xl-flex {
    display: flex !important;
  }

  [dir="ltr"] .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  [dir="ltr"] .d-print-none {
    display: none !important;
  }

  [dir="ltr"] .d-print-inline {
    display: inline !important;
  }

  [dir="ltr"] .d-print-inline-block {
    display: inline-block !important;
  }

  [dir="ltr"] .d-print-block {
    display: block !important;
  }

  [dir="ltr"] .d-print-table {
    display: table !important;
  }

  [dir="ltr"] .d-print-table-row {
    display: table-row !important;
  }

  [dir="ltr"] .d-print-table-cell {
    display: table-cell !important;
  }

  [dir="ltr"] .d-print-flex {
    display: flex !important;
  }

  [dir="ltr"] .d-print-inline-flex {
    display: inline-flex !important;
  }
}
[dir="ltr"] .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
[dir="ltr"] .embed-responsive::before {
  display: block;
  content: "";
}
[dir="ltr"] .embed-responsive .embed-responsive-item,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[dir="ltr"] .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

[dir="ltr"] .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

[dir="ltr"] .embed-responsive-4by3::before {
  padding-top: 75%;
}

[dir="ltr"] .embed-responsive-1by1::before {
  padding-top: 100%;
}

[dir="ltr"] .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

[dir="ltr"] .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

[dir="ltr"] .embed-responsive-4by3::before {
  padding-top: 75%;
}

[dir="ltr"] .embed-responsive-1by1::before {
  padding-top: 100%;
}

[dir="ltr"] .flex-row {
  flex-direction: row !important;
}

[dir="ltr"] .flex-column {
  flex-direction: column !important;
}

[dir="ltr"] .flex-row-reverse {
  flex-direction: row-reverse !important;
}

[dir="ltr"] .flex-column-reverse {
  flex-direction: column-reverse !important;
}

[dir="ltr"] .flex-wrap {
  flex-wrap: wrap !important;
}

[dir="ltr"] .flex-nowrap {
  flex-wrap: nowrap !important;
}

[dir="ltr"] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

[dir="ltr"] .flex-fill {
  flex: 1 1 auto !important;
}

[dir="ltr"] .flex-grow-0 {
  flex-grow: 0 !important;
}

[dir="ltr"] .flex-grow-1 {
  flex-grow: 1 !important;
}

[dir="ltr"] .flex-shrink-0 {
  flex-shrink: 0 !important;
}

[dir="ltr"] .flex-shrink-1 {
  flex-shrink: 1 !important;
}

[dir="ltr"] .justify-content-start {
  justify-content: flex-start !important;
}

[dir="ltr"] .justify-content-end {
  justify-content: flex-end !important;
}

[dir="ltr"] .justify-content-center {
  justify-content: center !important;
}

[dir="ltr"] .justify-content-between {
  justify-content: space-between !important;
}

[dir="ltr"] .justify-content-around {
  justify-content: space-around !important;
}

[dir="ltr"] .align-items-start {
  align-items: flex-start !important;
}

[dir="ltr"] .align-items-end {
  align-items: flex-end !important;
}

[dir="ltr"] .align-items-center {
  align-items: center !important;
}

[dir="ltr"] .align-items-baseline {
  align-items: baseline !important;
}

[dir="ltr"] .align-items-stretch {
  align-items: stretch !important;
}

[dir="ltr"] .align-content-start {
  align-content: flex-start !important;
}

[dir="ltr"] .align-content-end {
  align-content: flex-end !important;
}

[dir="ltr"] .align-content-center {
  align-content: center !important;
}

[dir="ltr"] .align-content-between {
  align-content: space-between !important;
}

[dir="ltr"] .align-content-around {
  align-content: space-around !important;
}

[dir="ltr"] .align-content-stretch {
  align-content: stretch !important;
}

[dir="ltr"] .align-self-auto {
  align-self: auto !important;
}

[dir="ltr"] .align-self-start {
  align-self: flex-start !important;
}

[dir="ltr"] .align-self-end {
  align-self: flex-end !important;
}

[dir="ltr"] .align-self-center {
  align-self: center !important;
}

[dir="ltr"] .align-self-baseline {
  align-self: baseline !important;
}

[dir="ltr"] .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .flex-sm-row {
    flex-direction: row !important;
  }

  [dir="ltr"] .flex-sm-column {
    flex-direction: column !important;
  }

  [dir="ltr"] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  [dir="ltr"] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  [dir="ltr"] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  [dir="ltr"] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  [dir="ltr"] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  [dir="ltr"] .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  [dir="ltr"] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  [dir="ltr"] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  [dir="ltr"] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  [dir="ltr"] .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  [dir="ltr"] .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  [dir="ltr"] .justify-content-sm-center {
    justify-content: center !important;
  }

  [dir="ltr"] .justify-content-sm-between {
    justify-content: space-between !important;
  }

  [dir="ltr"] .justify-content-sm-around {
    justify-content: space-around !important;
  }

  [dir="ltr"] .align-items-sm-start {
    align-items: flex-start !important;
  }

  [dir="ltr"] .align-items-sm-end {
    align-items: flex-end !important;
  }

  [dir="ltr"] .align-items-sm-center {
    align-items: center !important;
  }

  [dir="ltr"] .align-items-sm-baseline {
    align-items: baseline !important;
  }

  [dir="ltr"] .align-items-sm-stretch {
    align-items: stretch !important;
  }

  [dir="ltr"] .align-content-sm-start {
    align-content: flex-start !important;
  }

  [dir="ltr"] .align-content-sm-end {
    align-content: flex-end !important;
  }

  [dir="ltr"] .align-content-sm-center {
    align-content: center !important;
  }

  [dir="ltr"] .align-content-sm-between {
    align-content: space-between !important;
  }

  [dir="ltr"] .align-content-sm-around {
    align-content: space-around !important;
  }

  [dir="ltr"] .align-content-sm-stretch {
    align-content: stretch !important;
  }

  [dir="ltr"] .align-self-sm-auto {
    align-self: auto !important;
  }

  [dir="ltr"] .align-self-sm-start {
    align-self: flex-start !important;
  }

  [dir="ltr"] .align-self-sm-end {
    align-self: flex-end !important;
  }

  [dir="ltr"] .align-self-sm-center {
    align-self: center !important;
  }

  [dir="ltr"] .align-self-sm-baseline {
    align-self: baseline !important;
  }

  [dir="ltr"] .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .flex-md-row {
    flex-direction: row !important;
  }

  [dir="ltr"] .flex-md-column {
    flex-direction: column !important;
  }

  [dir="ltr"] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  [dir="ltr"] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  [dir="ltr"] .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  [dir="ltr"] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  [dir="ltr"] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  [dir="ltr"] .flex-md-fill {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  [dir="ltr"] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  [dir="ltr"] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  [dir="ltr"] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  [dir="ltr"] .justify-content-md-start {
    justify-content: flex-start !important;
  }

  [dir="ltr"] .justify-content-md-end {
    justify-content: flex-end !important;
  }

  [dir="ltr"] .justify-content-md-center {
    justify-content: center !important;
  }

  [dir="ltr"] .justify-content-md-between {
    justify-content: space-between !important;
  }

  [dir="ltr"] .justify-content-md-around {
    justify-content: space-around !important;
  }

  [dir="ltr"] .align-items-md-start {
    align-items: flex-start !important;
  }

  [dir="ltr"] .align-items-md-end {
    align-items: flex-end !important;
  }

  [dir="ltr"] .align-items-md-center {
    align-items: center !important;
  }

  [dir="ltr"] .align-items-md-baseline {
    align-items: baseline !important;
  }

  [dir="ltr"] .align-items-md-stretch {
    align-items: stretch !important;
  }

  [dir="ltr"] .align-content-md-start {
    align-content: flex-start !important;
  }

  [dir="ltr"] .align-content-md-end {
    align-content: flex-end !important;
  }

  [dir="ltr"] .align-content-md-center {
    align-content: center !important;
  }

  [dir="ltr"] .align-content-md-between {
    align-content: space-between !important;
  }

  [dir="ltr"] .align-content-md-around {
    align-content: space-around !important;
  }

  [dir="ltr"] .align-content-md-stretch {
    align-content: stretch !important;
  }

  [dir="ltr"] .align-self-md-auto {
    align-self: auto !important;
  }

  [dir="ltr"] .align-self-md-start {
    align-self: flex-start !important;
  }

  [dir="ltr"] .align-self-md-end {
    align-self: flex-end !important;
  }

  [dir="ltr"] .align-self-md-center {
    align-self: center !important;
  }

  [dir="ltr"] .align-self-md-baseline {
    align-self: baseline !important;
  }

  [dir="ltr"] .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .flex-lg-row {
    flex-direction: row !important;
  }

  [dir="ltr"] .flex-lg-column {
    flex-direction: column !important;
  }

  [dir="ltr"] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  [dir="ltr"] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  [dir="ltr"] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  [dir="ltr"] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  [dir="ltr"] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  [dir="ltr"] .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  [dir="ltr"] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  [dir="ltr"] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  [dir="ltr"] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  [dir="ltr"] .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  [dir="ltr"] .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  [dir="ltr"] .justify-content-lg-center {
    justify-content: center !important;
  }

  [dir="ltr"] .justify-content-lg-between {
    justify-content: space-between !important;
  }

  [dir="ltr"] .justify-content-lg-around {
    justify-content: space-around !important;
  }

  [dir="ltr"] .align-items-lg-start {
    align-items: flex-start !important;
  }

  [dir="ltr"] .align-items-lg-end {
    align-items: flex-end !important;
  }

  [dir="ltr"] .align-items-lg-center {
    align-items: center !important;
  }

  [dir="ltr"] .align-items-lg-baseline {
    align-items: baseline !important;
  }

  [dir="ltr"] .align-items-lg-stretch {
    align-items: stretch !important;
  }

  [dir="ltr"] .align-content-lg-start {
    align-content: flex-start !important;
  }

  [dir="ltr"] .align-content-lg-end {
    align-content: flex-end !important;
  }

  [dir="ltr"] .align-content-lg-center {
    align-content: center !important;
  }

  [dir="ltr"] .align-content-lg-between {
    align-content: space-between !important;
  }

  [dir="ltr"] .align-content-lg-around {
    align-content: space-around !important;
  }

  [dir="ltr"] .align-content-lg-stretch {
    align-content: stretch !important;
  }

  [dir="ltr"] .align-self-lg-auto {
    align-self: auto !important;
  }

  [dir="ltr"] .align-self-lg-start {
    align-self: flex-start !important;
  }

  [dir="ltr"] .align-self-lg-end {
    align-self: flex-end !important;
  }

  [dir="ltr"] .align-self-lg-center {
    align-self: center !important;
  }

  [dir="ltr"] .align-self-lg-baseline {
    align-self: baseline !important;
  }

  [dir="ltr"] .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .flex-xl-row {
    flex-direction: row !important;
  }

  [dir="ltr"] .flex-xl-column {
    flex-direction: column !important;
  }

  [dir="ltr"] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  [dir="ltr"] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  [dir="ltr"] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  [dir="ltr"] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  [dir="ltr"] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  [dir="ltr"] .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  [dir="ltr"] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  [dir="ltr"] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  [dir="ltr"] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  [dir="ltr"] .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  [dir="ltr"] .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  [dir="ltr"] .justify-content-xl-center {
    justify-content: center !important;
  }

  [dir="ltr"] .justify-content-xl-between {
    justify-content: space-between !important;
  }

  [dir="ltr"] .justify-content-xl-around {
    justify-content: space-around !important;
  }

  [dir="ltr"] .align-items-xl-start {
    align-items: flex-start !important;
  }

  [dir="ltr"] .align-items-xl-end {
    align-items: flex-end !important;
  }

  [dir="ltr"] .align-items-xl-center {
    align-items: center !important;
  }

  [dir="ltr"] .align-items-xl-baseline {
    align-items: baseline !important;
  }

  [dir="ltr"] .align-items-xl-stretch {
    align-items: stretch !important;
  }

  [dir="ltr"] .align-content-xl-start {
    align-content: flex-start !important;
  }

  [dir="ltr"] .align-content-xl-end {
    align-content: flex-end !important;
  }

  [dir="ltr"] .align-content-xl-center {
    align-content: center !important;
  }

  [dir="ltr"] .align-content-xl-between {
    align-content: space-between !important;
  }

  [dir="ltr"] .align-content-xl-around {
    align-content: space-around !important;
  }

  [dir="ltr"] .align-content-xl-stretch {
    align-content: stretch !important;
  }

  [dir="ltr"] .align-self-xl-auto {
    align-self: auto !important;
  }

  [dir="ltr"] .align-self-xl-start {
    align-self: flex-start !important;
  }

  [dir="ltr"] .align-self-xl-end {
    align-self: flex-end !important;
  }

  [dir="ltr"] .align-self-xl-center {
    align-self: center !important;
  }

  [dir="ltr"] .align-self-xl-baseline {
    align-self: baseline !important;
  }

  [dir="ltr"] .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
[dir="ltr"] .float-left {
  float: left !important;
}

[dir="ltr"] .float-right {
  float: right !important;
}

[dir="ltr"] .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .float-sm-left {
    float: left !important;
  }

  [dir="ltr"] .float-sm-right {
    float: right !important;
  }

  [dir="ltr"] .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .float-md-left {
    float: left !important;
  }

  [dir="ltr"] .float-md-right {
    float: right !important;
  }

  [dir="ltr"] .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .float-lg-left {
    float: left !important;
  }

  [dir="ltr"] .float-lg-right {
    float: right !important;
  }

  [dir="ltr"] .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .float-xl-left {
    float: left !important;
  }

  [dir="ltr"] .float-xl-right {
    float: right !important;
  }

  [dir="ltr"] .float-xl-none {
    float: none !important;
  }
}
[dir="ltr"] .overflow-auto {
  overflow: auto !important;
}

[dir="ltr"] .overflow-hidden {
  overflow: hidden !important;
}

[dir="ltr"] .position-static {
  position: static !important;
}

[dir="ltr"] .position-relative {
  position: relative !important;
}

[dir="ltr"] .position-absolute {
  position: absolute !important;
}

[dir="ltr"] .position-fixed {
  position: fixed !important;
}

[dir="ltr"] .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

[dir="ltr"] .top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

[dir="ltr"] .bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  [dir="ltr"] .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

[dir="ltr"] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[dir="ltr"] .sr-only-focusable:active,
[dir="ltr"] .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

[dir="ltr"] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

[dir="ltr"] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

[dir="ltr"] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

[dir="ltr"] .shadow-none {
  box-shadow: none !important;
}

[dir="ltr"] .w-25 {
  width: 25% !important;
}

[dir="ltr"] .w-50 {
  width: 50% !important;
}

[dir="ltr"] .w-75 {
  width: 75% !important;
}

[dir="ltr"] .w-100 {
  width: 100% !important;
}

[dir="ltr"] .w-auto {
  width: auto !important;
}

[dir="ltr"] .h-25 {
  height: 25% !important;
}

[dir="ltr"] .h-50 {
  height: 50% !important;
}

[dir="ltr"] .h-75 {
  height: 75% !important;
}

[dir="ltr"] .h-100 {
  height: 100% !important;
}

[dir="ltr"] .h-auto {
  height: auto !important;
}

[dir="ltr"] .mw-100 {
  max-width: 100% !important;
}

[dir="ltr"] .mh-100 {
  max-height: 100% !important;
}

[dir="ltr"] .min-vw-100 {
  min-width: 100vw !important;
}

[dir="ltr"] .min-vh-100 {
  min-height: 100vh !important;
}

[dir="ltr"] .vw-100 {
  width: 100vw !important;
}

[dir="ltr"] .vh-100 {
  height: 100vh !important;
}

[dir="ltr"] .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

[dir="ltr"] .m-0 {
  margin: 0 !important;
}

[dir="ltr"] .mt-0,
[dir="ltr"] .my-0 {
  margin-top: 0 !important;
}

[dir="ltr"] .mr-0,
[dir="ltr"] .mx-0 {
  margin-right: 0 !important;
}

[dir="ltr"] .mb-0,
[dir="ltr"] .my-0 {
  margin-bottom: 0 !important;
}

[dir="ltr"] .ml-0,
[dir="ltr"] .mx-0 {
  margin-left: 0 !important;
}

[dir="ltr"] .m-1 {
  margin: 0.25rem !important;
}

[dir="ltr"] .mt-1,
[dir="ltr"] .my-1 {
  margin-top: 0.25rem !important;
}

[dir="ltr"] .mr-1,
[dir="ltr"] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir="ltr"] .mb-1,
[dir="ltr"] .my-1 {
  margin-bottom: 0.25rem !important;
}

[dir="ltr"] .ml-1,
[dir="ltr"] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir="ltr"] .m-2 {
  margin: 0.5rem !important;
}

[dir="ltr"] .mt-2,
[dir="ltr"] .my-2 {
  margin-top: 0.5rem !important;
}

[dir="ltr"] .mr-2,
[dir="ltr"] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir="ltr"] .mb-2,
[dir="ltr"] .my-2 {
  margin-bottom: 0.5rem !important;
}

[dir="ltr"] .ml-2,
[dir="ltr"] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .m-3 {
  margin: 1rem !important;
}

[dir="ltr"] .mt-3,
[dir="ltr"] .my-3 {
  margin-top: 1rem !important;
}

[dir="ltr"] .mr-3,
[dir="ltr"] .mx-3 {
  margin-right: 1rem !important;
}

[dir="ltr"] .mb-3,
[dir="ltr"] .my-3 {
  margin-bottom: 1rem !important;
}

[dir="ltr"] .ml-3,
[dir="ltr"] .mx-3 {
  margin-left: 1rem !important;
}

[dir="ltr"] .m-4 {
  margin: 1.5rem !important;
}

[dir="ltr"] .mt-4,
[dir="ltr"] .my-4 {
  margin-top: 1.5rem !important;
}

[dir="ltr"] .mr-4,
[dir="ltr"] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir="ltr"] .mb-4,
[dir="ltr"] .my-4 {
  margin-bottom: 1.5rem !important;
}

[dir="ltr"] .ml-4,
[dir="ltr"] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir="ltr"] .m-5 {
  margin: 3rem !important;
}

[dir="ltr"] .mt-5,
[dir="ltr"] .my-5 {
  margin-top: 3rem !important;
}

[dir="ltr"] .mr-5,
[dir="ltr"] .mx-5 {
  margin-right: 3rem !important;
}

[dir="ltr"] .mb-5,
[dir="ltr"] .my-5 {
  margin-bottom: 3rem !important;
}

[dir="ltr"] .ml-5,
[dir="ltr"] .mx-5 {
  margin-left: 3rem !important;
}

[dir="ltr"] .p-0 {
  padding: 0 !important;
}

[dir="ltr"] .pt-0,
[dir="ltr"] .py-0 {
  padding-top: 0 !important;
}

[dir="ltr"] .pr-0,
[dir="ltr"] .px-0 {
  padding-right: 0 !important;
}

[dir="ltr"] .pb-0,
[dir="ltr"] .py-0 {
  padding-bottom: 0 !important;
}

[dir="ltr"] .pl-0,
[dir="ltr"] .px-0 {
  padding-left: 0 !important;
}

[dir="ltr"] .p-1 {
  padding: 0.25rem !important;
}

[dir="ltr"] .pt-1,
[dir="ltr"] .py-1 {
  padding-top: 0.25rem !important;
}

[dir="ltr"] .pr-1,
[dir="ltr"] .px-1 {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .pb-1,
[dir="ltr"] .py-1 {
  padding-bottom: 0.25rem !important;
}

[dir="ltr"] .pl-1,
[dir="ltr"] .px-1 {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .p-2 {
  padding: 0.5rem !important;
}

[dir="ltr"] .pt-2,
[dir="ltr"] .py-2 {
  padding-top: 0.5rem !important;
}

[dir="ltr"] .pr-2,
[dir="ltr"] .px-2 {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .pb-2,
[dir="ltr"] .py-2 {
  padding-bottom: 0.5rem !important;
}

[dir="ltr"] .pl-2,
[dir="ltr"] .px-2 {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .p-3 {
  padding: 1rem !important;
}

[dir="ltr"] .pt-3,
[dir="ltr"] .py-3 {
  padding-top: 1rem !important;
}

[dir="ltr"] .pr-3,
[dir="ltr"] .px-3 {
  padding-right: 1rem !important;
}

[dir="ltr"] .pb-3,
[dir="ltr"] .py-3 {
  padding-bottom: 1rem !important;
}

[dir="ltr"] .pl-3,
[dir="ltr"] .px-3 {
  padding-left: 1rem !important;
}

[dir="ltr"] .p-4 {
  padding: 1.5rem !important;
}

[dir="ltr"] .pt-4,
[dir="ltr"] .py-4 {
  padding-top: 1.5rem !important;
}

[dir="ltr"] .pr-4,
[dir="ltr"] .px-4 {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .pb-4,
[dir="ltr"] .py-4 {
  padding-bottom: 1.5rem !important;
}

[dir="ltr"] .pl-4,
[dir="ltr"] .px-4 {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .p-5 {
  padding: 3rem !important;
}

[dir="ltr"] .pt-5,
[dir="ltr"] .py-5 {
  padding-top: 3rem !important;
}

[dir="ltr"] .pr-5,
[dir="ltr"] .px-5 {
  padding-right: 3rem !important;
}

[dir="ltr"] .pb-5,
[dir="ltr"] .py-5 {
  padding-bottom: 3rem !important;
}

[dir="ltr"] .pl-5,
[dir="ltr"] .px-5 {
  padding-left: 3rem !important;
}

[dir="ltr"] .m-n1 {
  margin: -0.25rem !important;
}

[dir="ltr"] .mt-n1,
[dir="ltr"] .my-n1 {
  margin-top: -0.25rem !important;
}

[dir="ltr"] .mr-n1,
[dir="ltr"] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .mb-n1,
[dir="ltr"] .my-n1 {
  margin-bottom: -0.25rem !important;
}

[dir="ltr"] .ml-n1,
[dir="ltr"] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .m-n2 {
  margin: -0.5rem !important;
}

[dir="ltr"] .mt-n2,
[dir="ltr"] .my-n2 {
  margin-top: -0.5rem !important;
}

[dir="ltr"] .mr-n2,
[dir="ltr"] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .mb-n2,
[dir="ltr"] .my-n2 {
  margin-bottom: -0.5rem !important;
}

[dir="ltr"] .ml-n2,
[dir="ltr"] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .m-n3 {
  margin: -1rem !important;
}

[dir="ltr"] .mt-n3,
[dir="ltr"] .my-n3 {
  margin-top: -1rem !important;
}

[dir="ltr"] .mr-n3,
[dir="ltr"] .mx-n3 {
  margin-right: -1rem !important;
}

[dir="ltr"] .mb-n3,
[dir="ltr"] .my-n3 {
  margin-bottom: -1rem !important;
}

[dir="ltr"] .ml-n3,
[dir="ltr"] .mx-n3 {
  margin-left: -1rem !important;
}

[dir="ltr"] .m-n4 {
  margin: -1.5rem !important;
}

[dir="ltr"] .mt-n4,
[dir="ltr"] .my-n4 {
  margin-top: -1.5rem !important;
}

[dir="ltr"] .mr-n4,
[dir="ltr"] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .mb-n4,
[dir="ltr"] .my-n4 {
  margin-bottom: -1.5rem !important;
}

[dir="ltr"] .ml-n4,
[dir="ltr"] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .m-n5 {
  margin: -3rem !important;
}

[dir="ltr"] .mt-n5,
[dir="ltr"] .my-n5 {
  margin-top: -3rem !important;
}

[dir="ltr"] .mr-n5,
[dir="ltr"] .mx-n5 {
  margin-right: -3rem !important;
}

[dir="ltr"] .mb-n5,
[dir="ltr"] .my-n5 {
  margin-bottom: -3rem !important;
}

[dir="ltr"] .ml-n5,
[dir="ltr"] .mx-n5 {
  margin-left: -3rem !important;
}

[dir="ltr"] .m-auto {
  margin: auto !important;
}

[dir="ltr"] .mt-auto,
[dir="ltr"] .my-auto {
  margin-top: auto !important;
}

[dir="ltr"] .mr-auto,
[dir="ltr"] .mx-auto {
  margin-right: auto !important;
}

[dir="ltr"] .mb-auto,
[dir="ltr"] .my-auto {
  margin-bottom: auto !important;
}

[dir="ltr"] .ml-auto,
[dir="ltr"] .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .m-sm-0 {
    margin: 0 !important;
  }

  [dir="ltr"] .mt-sm-0,
  [dir="ltr"] .my-sm-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .mb-sm-0,
  [dir="ltr"] .my-sm-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .m-sm-1 {
    margin: 0.25rem !important;
  }

  [dir="ltr"] .mt-sm-1,
  [dir="ltr"] .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .mb-sm-1,
  [dir="ltr"] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .m-sm-2 {
    margin: 0.5rem !important;
  }

  [dir="ltr"] .mt-sm-2,
  [dir="ltr"] .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .mb-sm-2,
  [dir="ltr"] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .m-sm-3 {
    margin: 1rem !important;
  }

  [dir="ltr"] .mt-sm-3,
  [dir="ltr"] .my-sm-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .mb-sm-3,
  [dir="ltr"] .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .m-sm-4 {
    margin: 1.5rem !important;
  }

  [dir="ltr"] .mt-sm-4,
  [dir="ltr"] .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .mb-sm-4,
  [dir="ltr"] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .m-sm-5 {
    margin: 3rem !important;
  }

  [dir="ltr"] .mt-sm-5,
  [dir="ltr"] .my-sm-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .mb-sm-5,
  [dir="ltr"] .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .p-sm-0 {
    padding: 0 !important;
  }

  [dir="ltr"] .pt-sm-0,
  [dir="ltr"] .py-sm-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .pb-sm-0,
  [dir="ltr"] .py-sm-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .p-sm-1 {
    padding: 0.25rem !important;
  }

  [dir="ltr"] .pt-sm-1,
  [dir="ltr"] .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .pb-sm-1,
  [dir="ltr"] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .p-sm-2 {
    padding: 0.5rem !important;
  }

  [dir="ltr"] .pt-sm-2,
  [dir="ltr"] .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .pb-sm-2,
  [dir="ltr"] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .p-sm-3 {
    padding: 1rem !important;
  }

  [dir="ltr"] .pt-sm-3,
  [dir="ltr"] .py-sm-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .pb-sm-3,
  [dir="ltr"] .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .p-sm-4 {
    padding: 1.5rem !important;
  }

  [dir="ltr"] .pt-sm-4,
  [dir="ltr"] .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .pb-sm-4,
  [dir="ltr"] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .p-sm-5 {
    padding: 3rem !important;
  }

  [dir="ltr"] .pt-sm-5,
  [dir="ltr"] .py-sm-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .pb-sm-5,
  [dir="ltr"] .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .m-sm-n1 {
    margin: -0.25rem !important;
  }

  [dir="ltr"] .mt-sm-n1,
  [dir="ltr"] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .mb-sm-n1,
  [dir="ltr"] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .m-sm-n2 {
    margin: -0.5rem !important;
  }

  [dir="ltr"] .mt-sm-n2,
  [dir="ltr"] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .mb-sm-n2,
  [dir="ltr"] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .m-sm-n3 {
    margin: -1rem !important;
  }

  [dir="ltr"] .mt-sm-n3,
  [dir="ltr"] .my-sm-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .mb-sm-n3,
  [dir="ltr"] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .m-sm-n4 {
    margin: -1.5rem !important;
  }

  [dir="ltr"] .mt-sm-n4,
  [dir="ltr"] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .mb-sm-n4,
  [dir="ltr"] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .m-sm-n5 {
    margin: -3rem !important;
  }

  [dir="ltr"] .mt-sm-n5,
  [dir="ltr"] .my-sm-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .mb-sm-n5,
  [dir="ltr"] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .m-sm-auto {
    margin: auto !important;
  }

  [dir="ltr"] .mt-sm-auto,
  [dir="ltr"] .my-sm-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-right: auto !important;
  }

  [dir="ltr"] .mb-sm-auto,
  [dir="ltr"] .my-sm-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .m-md-0 {
    margin: 0 !important;
  }

  [dir="ltr"] .mt-md-0,
  [dir="ltr"] .my-md-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .mb-md-0,
  [dir="ltr"] .my-md-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .m-md-1 {
    margin: 0.25rem !important;
  }

  [dir="ltr"] .mt-md-1,
  [dir="ltr"] .my-md-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .mb-md-1,
  [dir="ltr"] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .m-md-2 {
    margin: 0.5rem !important;
  }

  [dir="ltr"] .mt-md-2,
  [dir="ltr"] .my-md-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .mb-md-2,
  [dir="ltr"] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .m-md-3 {
    margin: 1rem !important;
  }

  [dir="ltr"] .mt-md-3,
  [dir="ltr"] .my-md-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .mb-md-3,
  [dir="ltr"] .my-md-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .m-md-4 {
    margin: 1.5rem !important;
  }

  [dir="ltr"] .mt-md-4,
  [dir="ltr"] .my-md-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .mb-md-4,
  [dir="ltr"] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .m-md-5 {
    margin: 3rem !important;
  }

  [dir="ltr"] .mt-md-5,
  [dir="ltr"] .my-md-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .mb-md-5,
  [dir="ltr"] .my-md-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .p-md-0 {
    padding: 0 !important;
  }

  [dir="ltr"] .pt-md-0,
  [dir="ltr"] .py-md-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-md-0,
  [dir="ltr"] .px-md-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .pb-md-0,
  [dir="ltr"] .py-md-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-md-0,
  [dir="ltr"] .px-md-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .p-md-1 {
    padding: 0.25rem !important;
  }

  [dir="ltr"] .pt-md-1,
  [dir="ltr"] .py-md-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-md-1,
  [dir="ltr"] .px-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .pb-md-1,
  [dir="ltr"] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-md-1,
  [dir="ltr"] .px-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .p-md-2 {
    padding: 0.5rem !important;
  }

  [dir="ltr"] .pt-md-2,
  [dir="ltr"] .py-md-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-md-2,
  [dir="ltr"] .px-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .pb-md-2,
  [dir="ltr"] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-md-2,
  [dir="ltr"] .px-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .p-md-3 {
    padding: 1rem !important;
  }

  [dir="ltr"] .pt-md-3,
  [dir="ltr"] .py-md-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-md-3,
  [dir="ltr"] .px-md-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .pb-md-3,
  [dir="ltr"] .py-md-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-md-3,
  [dir="ltr"] .px-md-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .p-md-4 {
    padding: 1.5rem !important;
  }

  [dir="ltr"] .pt-md-4,
  [dir="ltr"] .py-md-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-md-4,
  [dir="ltr"] .px-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .pb-md-4,
  [dir="ltr"] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-md-4,
  [dir="ltr"] .px-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .p-md-5 {
    padding: 3rem !important;
  }

  [dir="ltr"] .pt-md-5,
  [dir="ltr"] .py-md-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-md-5,
  [dir="ltr"] .px-md-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .pb-md-5,
  [dir="ltr"] .py-md-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-md-5,
  [dir="ltr"] .px-md-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .m-md-n1 {
    margin: -0.25rem !important;
  }

  [dir="ltr"] .mt-md-n1,
  [dir="ltr"] .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .mb-md-n1,
  [dir="ltr"] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .m-md-n2 {
    margin: -0.5rem !important;
  }

  [dir="ltr"] .mt-md-n2,
  [dir="ltr"] .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .mb-md-n2,
  [dir="ltr"] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .m-md-n3 {
    margin: -1rem !important;
  }

  [dir="ltr"] .mt-md-n3,
  [dir="ltr"] .my-md-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .mb-md-n3,
  [dir="ltr"] .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .m-md-n4 {
    margin: -1.5rem !important;
  }

  [dir="ltr"] .mt-md-n4,
  [dir="ltr"] .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .mb-md-n4,
  [dir="ltr"] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .m-md-n5 {
    margin: -3rem !important;
  }

  [dir="ltr"] .mt-md-n5,
  [dir="ltr"] .my-md-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .mb-md-n5,
  [dir="ltr"] .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .m-md-auto {
    margin: auto !important;
  }

  [dir="ltr"] .mt-md-auto,
  [dir="ltr"] .my-md-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-right: auto !important;
  }

  [dir="ltr"] .mb-md-auto,
  [dir="ltr"] .my-md-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .m-lg-0 {
    margin: 0 !important;
  }

  [dir="ltr"] .mt-lg-0,
  [dir="ltr"] .my-lg-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .mb-lg-0,
  [dir="ltr"] .my-lg-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .m-lg-1 {
    margin: 0.25rem !important;
  }

  [dir="ltr"] .mt-lg-1,
  [dir="ltr"] .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .mb-lg-1,
  [dir="ltr"] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .m-lg-2 {
    margin: 0.5rem !important;
  }

  [dir="ltr"] .mt-lg-2,
  [dir="ltr"] .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .mb-lg-2,
  [dir="ltr"] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .m-lg-3 {
    margin: 1rem !important;
  }

  [dir="ltr"] .mt-lg-3,
  [dir="ltr"] .my-lg-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .mb-lg-3,
  [dir="ltr"] .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .m-lg-4 {
    margin: 1.5rem !important;
  }

  [dir="ltr"] .mt-lg-4,
  [dir="ltr"] .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .mb-lg-4,
  [dir="ltr"] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .m-lg-5 {
    margin: 3rem !important;
  }

  [dir="ltr"] .mt-lg-5,
  [dir="ltr"] .my-lg-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .mb-lg-5,
  [dir="ltr"] .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .p-lg-0 {
    padding: 0 !important;
  }

  [dir="ltr"] .pt-lg-0,
  [dir="ltr"] .py-lg-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .pb-lg-0,
  [dir="ltr"] .py-lg-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .p-lg-1 {
    padding: 0.25rem !important;
  }

  [dir="ltr"] .pt-lg-1,
  [dir="ltr"] .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .pb-lg-1,
  [dir="ltr"] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .p-lg-2 {
    padding: 0.5rem !important;
  }

  [dir="ltr"] .pt-lg-2,
  [dir="ltr"] .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .pb-lg-2,
  [dir="ltr"] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .p-lg-3 {
    padding: 1rem !important;
  }

  [dir="ltr"] .pt-lg-3,
  [dir="ltr"] .py-lg-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .pb-lg-3,
  [dir="ltr"] .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .p-lg-4 {
    padding: 1.5rem !important;
  }

  [dir="ltr"] .pt-lg-4,
  [dir="ltr"] .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .pb-lg-4,
  [dir="ltr"] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .p-lg-5 {
    padding: 3rem !important;
  }

  [dir="ltr"] .pt-lg-5,
  [dir="ltr"] .py-lg-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .pb-lg-5,
  [dir="ltr"] .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .m-lg-n1 {
    margin: -0.25rem !important;
  }

  [dir="ltr"] .mt-lg-n1,
  [dir="ltr"] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .mb-lg-n1,
  [dir="ltr"] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .m-lg-n2 {
    margin: -0.5rem !important;
  }

  [dir="ltr"] .mt-lg-n2,
  [dir="ltr"] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .mb-lg-n2,
  [dir="ltr"] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .m-lg-n3 {
    margin: -1rem !important;
  }

  [dir="ltr"] .mt-lg-n3,
  [dir="ltr"] .my-lg-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .mb-lg-n3,
  [dir="ltr"] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .m-lg-n4 {
    margin: -1.5rem !important;
  }

  [dir="ltr"] .mt-lg-n4,
  [dir="ltr"] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .mb-lg-n4,
  [dir="ltr"] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .m-lg-n5 {
    margin: -3rem !important;
  }

  [dir="ltr"] .mt-lg-n5,
  [dir="ltr"] .my-lg-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .mb-lg-n5,
  [dir="ltr"] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .m-lg-auto {
    margin: auto !important;
  }

  [dir="ltr"] .mt-lg-auto,
  [dir="ltr"] .my-lg-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-right: auto !important;
  }

  [dir="ltr"] .mb-lg-auto,
  [dir="ltr"] .my-lg-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .m-xl-0 {
    margin: 0 !important;
  }

  [dir="ltr"] .mt-xl-0,
  [dir="ltr"] .my-xl-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .mb-xl-0,
  [dir="ltr"] .my-xl-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .m-xl-1 {
    margin: 0.25rem !important;
  }

  [dir="ltr"] .mt-xl-1,
  [dir="ltr"] .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .mb-xl-1,
  [dir="ltr"] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .m-xl-2 {
    margin: 0.5rem !important;
  }

  [dir="ltr"] .mt-xl-2,
  [dir="ltr"] .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .mb-xl-2,
  [dir="ltr"] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .m-xl-3 {
    margin: 1rem !important;
  }

  [dir="ltr"] .mt-xl-3,
  [dir="ltr"] .my-xl-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .mb-xl-3,
  [dir="ltr"] .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .m-xl-4 {
    margin: 1.5rem !important;
  }

  [dir="ltr"] .mt-xl-4,
  [dir="ltr"] .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .mb-xl-4,
  [dir="ltr"] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .m-xl-5 {
    margin: 3rem !important;
  }

  [dir="ltr"] .mt-xl-5,
  [dir="ltr"] .my-xl-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .mb-xl-5,
  [dir="ltr"] .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .p-xl-0 {
    padding: 0 !important;
  }

  [dir="ltr"] .pt-xl-0,
  [dir="ltr"] .py-xl-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .pb-xl-0,
  [dir="ltr"] .py-xl-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .p-xl-1 {
    padding: 0.25rem !important;
  }

  [dir="ltr"] .pt-xl-1,
  [dir="ltr"] .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .pb-xl-1,
  [dir="ltr"] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .p-xl-2 {
    padding: 0.5rem !important;
  }

  [dir="ltr"] .pt-xl-2,
  [dir="ltr"] .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .pb-xl-2,
  [dir="ltr"] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .p-xl-3 {
    padding: 1rem !important;
  }

  [dir="ltr"] .pt-xl-3,
  [dir="ltr"] .py-xl-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .pb-xl-3,
  [dir="ltr"] .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .p-xl-4 {
    padding: 1.5rem !important;
  }

  [dir="ltr"] .pt-xl-4,
  [dir="ltr"] .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .pb-xl-4,
  [dir="ltr"] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .p-xl-5 {
    padding: 3rem !important;
  }

  [dir="ltr"] .pt-xl-5,
  [dir="ltr"] .py-xl-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .pb-xl-5,
  [dir="ltr"] .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .m-xl-n1 {
    margin: -0.25rem !important;
  }

  [dir="ltr"] .mt-xl-n1,
  [dir="ltr"] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .mb-xl-n1,
  [dir="ltr"] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .m-xl-n2 {
    margin: -0.5rem !important;
  }

  [dir="ltr"] .mt-xl-n2,
  [dir="ltr"] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .mb-xl-n2,
  [dir="ltr"] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .m-xl-n3 {
    margin: -1rem !important;
  }

  [dir="ltr"] .mt-xl-n3,
  [dir="ltr"] .my-xl-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .mb-xl-n3,
  [dir="ltr"] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .m-xl-n4 {
    margin: -1.5rem !important;
  }

  [dir="ltr"] .mt-xl-n4,
  [dir="ltr"] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .mb-xl-n4,
  [dir="ltr"] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .m-xl-n5 {
    margin: -3rem !important;
  }

  [dir="ltr"] .mt-xl-n5,
  [dir="ltr"] .my-xl-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .mb-xl-n5,
  [dir="ltr"] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .m-xl-auto {
    margin: auto !important;
  }

  [dir="ltr"] .mt-xl-auto,
  [dir="ltr"] .my-xl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-right: auto !important;
  }

  [dir="ltr"] .mb-xl-auto,
  [dir="ltr"] .my-xl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-left: auto !important;
  }
}
[dir="ltr"] .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

[dir="ltr"] .text-justify {
  text-align: justify !important;
}

[dir="ltr"] .text-wrap {
  white-space: normal !important;
}

[dir="ltr"] .text-nowrap {
  white-space: nowrap !important;
}

[dir="ltr"] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[dir="ltr"] .text-left {
  text-align: left !important;
}

[dir="ltr"] .text-right {
  text-align: right !important;
}

[dir="ltr"] .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .text-sm-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-sm-right {
    text-align: right !important;
  }

  [dir="ltr"] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .text-md-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-md-right {
    text-align: right !important;
  }

  [dir="ltr"] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .text-lg-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-lg-right {
    text-align: right !important;
  }

  [dir="ltr"] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .text-xl-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-xl-right {
    text-align: right !important;
  }

  [dir="ltr"] .text-xl-center {
    text-align: center !important;
  }
}
[dir="ltr"] .text-lowercase {
  text-transform: lowercase !important;
}

[dir="ltr"] .text-uppercase {
  text-transform: uppercase !important;
}

[dir="ltr"] .text-capitalize {
  text-transform: capitalize !important;
}

[dir="ltr"] .font-weight-light {
  font-weight: 300 !important;
}

[dir="ltr"] .font-weight-lighter {
  font-weight: lighter !important;
}

[dir="ltr"] .font-weight-normal {
  font-weight: 400 !important;
}

[dir="ltr"] .font-weight-bold {
  font-weight: 700 !important;
}

[dir="ltr"] .font-weight-bolder {
  font-weight: bolder !important;
}

[dir="ltr"] .font-italic {
  font-style: italic !important;
}

[dir="ltr"] .text-white {
  color: #fff !important;
}

[dir="ltr"] .text-primary {
  color: #1377c9 !important;
}

[dir="ltr"] a.text-primary:hover,
[dir="ltr"] a.text-primary:focus {
  color: #0c4e83 !important;
}

[dir="ltr"] .text-secondary {
  color: #262f36 !important;
}

[dir="ltr"] a.text-secondary:hover,
[dir="ltr"] a.text-secondary:focus {
  color: #070809 !important;
}

[dir="ltr"] .text-success {
  color: #17b15c !important;
}

[dir="ltr"] a.text-success:hover,
[dir="ltr"] a.text-success:focus {
  color: #0e6d39 !important;
}

[dir="ltr"] .text-info {
  color: #13c0c9 !important;
}

[dir="ltr"] a.text-info:hover,
[dir="ltr"] a.text-info:focus {
  color: #0c7d83 !important;
}

[dir="ltr"] .text-warning {
  color: #f0ca4d !important;
}

[dir="ltr"] a.text-warning:hover,
[dir="ltr"] a.text-warning:focus {
  color: #deae13 !important;
}

[dir="ltr"] .text-danger {
  color: #bb3434 !important;
}

[dir="ltr"] a.text-danger:hover,
[dir="ltr"] a.text-danger:focus {
  color: #7f2323 !important;
}

[dir="ltr"] .text-light {
  color: #f8f9fa !important;
}

[dir="ltr"] a.text-light:hover,
[dir="ltr"] a.text-light:focus {
  color: #cbd3da !important;
}

[dir="ltr"] .text-dark {
  color: #343a40 !important;
}

[dir="ltr"] a.text-dark:hover,
[dir="ltr"] a.text-dark:focus {
  color: #121416 !important;
}

[dir="ltr"] .text-blue {
  color: #3687e4 !important;
}

[dir="ltr"] a.text-blue:hover,
[dir="ltr"] a.text-blue:focus {
  color: #1861b5 !important;
}

[dir="ltr"] .text-teal {
  color: #1ea190 !important;
}

[dir="ltr"] a.text-teal:hover,
[dir="ltr"] a.text-teal:focus {
  color: #126156 !important;
}

[dir="ltr"] .text-purple {
  color: #5163c5 !important;
}

[dir="ltr"] a.text-purple:hover,
[dir="ltr"] a.text-purple:focus {
  color: #324297 !important;
}

[dir="ltr"] .text-dark-gray {
  color: #2a2a2a !important;
}

[dir="ltr"] a.text-dark-gray:hover,
[dir="ltr"] a.text-dark-gray:focus {
  color: #040404 !important;
}

[dir="ltr"] .text-light-gray {
  color: rgba(0, 0, 0, 0.24) !important;
}

[dir="ltr"] a.text-light-gray:hover,
[dir="ltr"] a.text-light-gray:focus {
  color: rgba(0, 0, 0, 0.24) !important;
}

[dir="ltr"] .text-muted-light {
  color: #dbdfe4 !important;
}

[dir="ltr"] a.text-muted-light:hover,
[dir="ltr"] a.text-muted-light:focus {
  color: #afb8c3 !important;
}

[dir="ltr"] .text-facebook {
  color: #3b5998 !important;
}

[dir="ltr"] a.text-facebook:hover,
[dir="ltr"] a.text-facebook:focus {
  color: #263961 !important;
}

[dir="ltr"] .text-twitter {
  color: #00aced !important;
}

[dir="ltr"] a.text-twitter:hover,
[dir="ltr"] a.text-twitter:focus {
  color: #0074a1 !important;
}

[dir="ltr"] .text-vuejs {
  color: #42b883 !important;
}

[dir="ltr"] a.text-vuejs:hover,
[dir="ltr"] a.text-vuejs:focus {
  color: #2e805b !important;
}

[dir="ltr"] .text-angular {
  color: #d32f2f !important;
}

[dir="ltr"] a.text-angular:hover,
[dir="ltr"] a.text-angular:focus {
  color: #962020 !important;
}

[dir="ltr"] .text-gulp {
  color: #cf4647 !important;
}

[dir="ltr"] a.text-gulp:hover,
[dir="ltr"] a.text-gulp:focus {
  color: #9f292a !important;
}

[dir="ltr"] .text-node {
  color: #699f63 !important;
}

[dir="ltr"] a.text-node:hover,
[dir="ltr"] a.text-node:focus {
  color: #497045 !important;
}

[dir="ltr"] .text-gitlab {
  color: #e65328 !important;
}

[dir="ltr"] a.text-gitlab:hover,
[dir="ltr"] a.text-gitlab:focus {
  color: #ad3714 !important;
}

[dir="ltr"] .text-instagram {
  color: #3f729b !important;
}

[dir="ltr"] a.text-instagram:hover,
[dir="ltr"] a.text-instagram:focus {
  color: #294a65 !important;
}

[dir="ltr"] .text-body {
  color: #353535 !important;
}

[dir="ltr"] .text-muted {
  color: rgba(0, 0, 0, 0.54) !important;
}

[dir="ltr"] .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

[dir="ltr"] .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

[dir="ltr"] .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .text-decoration-none {
  text-decoration: none !important;
}

[dir="ltr"] .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

[dir="ltr"] .text-reset {
  color: inherit !important;
}

[dir="ltr"] .visible {
  visibility: visible !important;
}

[dir="ltr"] .invisible {
  visibility: hidden !important;
}

@media print {
  [dir="ltr"] *,
  [dir="ltr"] *::before,
  [dir="ltr"] *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  [dir="ltr"] a:not(.btn) {
    text-decoration: underline;
  }

  [dir="ltr"] abbr[title]::after {
    content: " (" attr(title) ")";
  }

  [dir="ltr"] pre {
    white-space: pre-wrap !important;
  }

  [dir="ltr"] pre,
  [dir="ltr"] blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  [dir="ltr"] thead {
    display: table-header-group;
  }

  [dir="ltr"] tr,
  [dir="ltr"] img {
    page-break-inside: avoid;
  }

  [dir="ltr"] p,
  [dir="ltr"] h2,
  [dir="ltr"] h3 {
    orphans: 3;
    widows: 3;
  }

  [dir="ltr"] h2,
  [dir="ltr"] h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  [dir="ltr"] body {
    min-width: 992px !important;
  }

  [dir="ltr"] .container {
    min-width: 992px !important;
  }

  [dir="ltr"] .navbar {
    display: none;
  }

  [dir="ltr"] .badge {
    border: 1px solid #000;
  }

  [dir="ltr"] .table {
    border-collapse: collapse !important;
  }
  [dir="ltr"] .table td,
  [dir="ltr"] .table th {
    background-color: #fff !important;
  }

  [dir="ltr"] .table-bordered th,
  [dir="ltr"] .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  [dir="ltr"] .table-dark {
    color: inherit;
  }
  [dir="ltr"] .table-dark th,
  [dir="ltr"] .table-dark td,
  [dir="ltr"] .table-dark thead th,
  [dir="ltr"] .table-dark tbody + tbody {
    border-color: #efefef;
  }

  [dir="ltr"] .table .thead-dark th {
    color: inherit;
    border-color: #efefef;
  }
}
[dir="ltr"] .mdk-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
  height: 200px;
}
[dir="ltr"] .mdk-header :last-child {
  margin-bottom: 0;
}
[dir="ltr"] .mdk-header[data-condenses],
[dir="ltr"] .mdk-header[data-reveals] {
  will-change: transform;
}
[dir="ltr"] .mdk-header [data-fx-condenses] {
  transform-origin: left top;
  opacity: 0;
}
[dir="ltr"] .mdk-header [data-fx-condenses][data-fx-id] {
  opacity: 1;
}
[dir="ltr"] .mdk-header [data-primary] {
  z-index: 1;
}

[dir="ltr"] .mdk-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

[dir="ltr"] [data-effects*="parallax-background"] .mdk-header__bg {
  visibility: hidden;
}

[dir="ltr"] .mdk-header__bg-rear,
[dir="ltr"] .mdk-header__bg-front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: cover;
}

[dir="ltr"] .mdk-header__bg-rear {
  opacity: 0;
}

[dir="ltr"] .mdk-header__content {
  position: relative;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .mdk-header[data-condenses] .mdk-header__content {
  z-index: 0;
}
[dir="ltr"] .mdk-header[data-condenses] [data-primary] {
  z-index: 1;
}

[dir="ltr"] .mdk-header--shadow::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  z-index: -1;
}

[dir="ltr"] .mdk-header--shadow-show::after {
  opacity: 1;
}

[dir="ltr"] .mdk-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

[dir="ltr"] .mdk-header[disabled],
[dir="ltr"] .mdk-header[disabled]::after,
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-rear,
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-front,
[dir="ltr"] .mdk-header[disabled] .mdk-header__content > [data-primary] {
  transition: none !important;
}

[dir="ltr"] .mdk-header-layout {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
[dir="ltr"] .mdk-header-layout--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .mdk-header-layout > .mdk-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[dir="ltr"] .mdk-header-layout[data-fullbleed] > .mdk-header,
[dir="ltr"] .mdk-header-layout[data-has-scrolling-region] > .mdk-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

[dir="ltr"] .mdk-header-layout__content {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .mdk-header-layout__content--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .mdk-header-layout__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .mdk-box {
  position: relative;
  margin-bottom: 1.25rem;
}

[dir="ltr"] .mdk-box__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

[dir="ltr"] [data-effects*="parallax-background"] .mdk-box__bg {
  visibility: hidden;
}

[dir="ltr"] .mdk-box__bg-rear,
[dir="ltr"] .mdk-box__bg-front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: cover;
}

[dir="ltr"] .mdk-box__bg-rear {
  opacity: 0;
}

[dir="ltr"] .mdk-box__content {
  position: relative;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .mdk-box[disabled],
[dir="ltr"] .mdk-box[disabled]::after,
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-rear,
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-front,
[dir="ltr"] .mdk-box[disabled] .mdk-box__content > [data-primary] {
  transition: none !important;
}

[dir="ltr"] .mdk-drawer {
  position: relative;
  visibility: hidden;
}
[dir="ltr"] .mdk-drawer[data-opened],
[dir="ltr"] .mdk-drawer[data-closing] {
  visibility: visible;
}
[dir="ltr"] .mdk-drawer[data-persistent] {
  width: 250px;
}
[dir="ltr"] .mdk-drawer[data-persistent][data-position="left"] {
  /*!rtl:ignore*/
  right: auto;
}
[dir="ltr"] .mdk-drawer[data-persistent][data-position="right"] {
  /*!rtl:ignore*/
  left: auto;
}

[dir="ltr"] .mdk-drawer__content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  transition: transform 0.2s ease;
  background-color: #fff;
  /*!rtl:begin:ignore*/
  left: 0;
  transform: translate3d(-100%, 0, 0);
  /*!rtl:end:ignore*/
}
[dir="ltr"] [data-position="right"] > .mdk-drawer__content {
  /*!rtl:begin:ignore*/
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
  /*!rtl:end:ignore*/
}
[dir="ltr"] [data-opened] > .mdk-drawer__content {
  transform: translate3d(0, 0, 0);
}

[dir="ltr"] .mdk-drawer__scrim {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
[dir="ltr"] [data-opened] > .mdk-drawer__scrim {
  opacity: 1;
}
[dir="ltr"] [data-persistent] > .mdk-drawer__scrim {
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .mdk-drawer-layout {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
[dir="ltr"] .mdk-drawer-layout--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer {
  position: relative;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer[data-persistent] {
  width: 250px;
}
[dir="ltr"]
  .mdk-drawer-layout
  .mdk-drawer[data-persistent][data-position="left"] {
  /*!rtl:remove*/
  order: 0;
  /*rtl:raw:
  order: 2;
  */
}
[dir="ltr"]
  .mdk-drawer-layout
  .mdk-drawer[data-persistent][data-position="right"] {
  /*!rtl:remove*/
  order: 2;
  /*rtl:raw:
  order: 0;
  */
}

[dir="ltr"] .mdk-drawer-layout__content {
  position: relative;
  height: 100%;
  transition: transform 0.2s;
  min-width: 320px;
  z-index: 0;
  order: 1;
  flex: 1 1 0%;
}
[dir="ltr"] .mdk-drawer-layout__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .mdk-reveal {
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
[dir="ltr"] .mdk-reveal[data-opened] .mdk-reveal__partial,
[dir="ltr"] .mdk-reveal--hover:hover .mdk-reveal__partial {
  opacity: 0;
}

[dir="ltr"] .mdk-reveal__content {
  transition: transform 0.2s;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

[dir="ltr"] .mdk-reveal__partial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.95) 80%,
    white 100%
  );
  opacity: 1;
  z-index: 1;
  transition: 0.2s opacity;
  pointer-events: none;
}

[dir="ltr"] .mdk-carousel__content {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
  touch-action: pan-x;
}

[dir="ltr"] .mdk-carousel__item {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-touch-callout: none;
  width: 100%;
}

[dir="ltr"] .mdk-tooltip {
  transform: scale(0);
  transition: transform 0.2s;
  transform-origin: top center;
  will-change: transform;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  z-index: 999;
  font-weight: 500;
  text-align: center;
  position: fixed;
  line-height: 1;
  max-width: 200px;
  padding: 0.4rem;
  border-radius: 0.25rem;
  pointer-events: none;
}
[dir="ltr"] .mdk-tooltip[data-opened] {
  transform: scale(1);
}

/*-----------------------------------------------------------------*/
/*------------------------------------------------------------------
2. App
-------------------------------------------------------------------*/
[dir="ltr"] .flex {
  flex: 1 1 0% !important;
}

[dir="ltr"] .flex-none,
[dir="ltr"] .flex-0 {
  flex: none !important;
}

[dir="ltr"] .flex-grow {
  flex: 1 1 auto !important;
}

[dir="ltr"] .flex-shrink-0 {
  flex-shrink: 0 !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .flex-sm {
    flex: 1 1 0% !important;
  }

  [dir="ltr"] .flex-sm-none,
  [dir="ltr"] .flex-sm-0 {
    flex: none !important;
  }

  [dir="ltr"] .flex-sm-grow {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .flex-md {
    flex: 1 1 0% !important;
  }

  [dir="ltr"] .flex-md-none,
  [dir="ltr"] .flex-md-0 {
    flex: none !important;
  }

  [dir="ltr"] .flex-md-grow {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .flex-lg {
    flex: 1 1 0% !important;
  }

  [dir="ltr"] .flex-lg-none,
  [dir="ltr"] .flex-lg-0 {
    flex: none !important;
  }

  [dir="ltr"] .flex-lg-grow {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .flex-xl {
    flex: 1 1 0% !important;
  }

  [dir="ltr"] .flex-xl-none,
  [dir="ltr"] .flex-xl-0 {
    flex: none !important;
  }

  [dir="ltr"] .flex-xl-grow {
    flex: 1 1 auto !important;
  }

  [dir="ltr"] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
[dir="ltr"] .material-icons {
  vertical-align: middle;
}

[dir="ltr"] .icon-muted {
  color: rgba(55, 77, 103, 0.2) !important;
}

[dir="ltr"] a.icon-muted:hover .material-icons {
  color: #1377c9;
}

[dir="ltr"] .icon-light {
  opacity: 0.24;
}

[dir="ltr"] .icon-16pt {
  font-size: 1rem !important;
}

[dir="ltr"] .icon-20pt {
  font-size: 1.25rem !important;
}

[dir="ltr"] .icon-30pt {
  font-size: 30px !important;
}

[dir="ltr"] .icon-40pt {
  font-size: 40px !important;
}

[dir="ltr"] .icon-60pt {
  font-size: 60px !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] body {
  line-height: 1.25rem;
}

[dir="ltr"] b,
[dir="ltr"] strong {
  font-weight: 600;
}

[dir="ltr"] .bold {
  font-weight: 700;
}

[dir="ltr"] h1,
[dir="ltr"] .h1 {
  font-weight: 600;
}

[dir="ltr"] .text-15pt {
  font-size: 0.9375rem !important;
}

[dir="ltr"] .decoration-0:hover {
  text-decoration: none;
}

[dir="ltr"] .link-date {
  color: #3687e4;
  position: relative;
  overflow: hidden;
  background: rgba(19, 119, 201, 0.05);
  padding: 2px 4px;
  border-radius: 2px;
}
[dir="ltr"] .link-date::after {
  content: "................................................................";
  color: rgba(42, 42, 42, 0.4);
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  top: 0.525rem;
  white-space: nowrap;
}
[dir="ltr"] .link-date:hover {
  text-decoration: none;
}

[dir="ltr"] .text-amount {
  font-size: 30px;
  letter-spacing: 2.1px;
  color: #112b4a;
  line-height: 2.1875rem;
}

[dir="ltr"] .text-stats {
  font-weight: bold;
  letter-spacing: 0.93px;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
[dir="ltr"] .text-stats .material-icons {
  margin-left: 0.125rem;
  font-size: 1rem;
}

[dir="ltr"] #footer .text-white a {
  color: #ffffff;
}
[dir="ltr"] #footer .text-white .text-light {
  color: rgba(255, 255, 255, 0.54) !important;
}
[dir="ltr"] #footer .text-white .text-lighter {
  color: rgba(255, 255, 255, 0.24) !important;
}

html,
[dir="ltr"] body {
  height: 100%;
  position: relative;
}

[dir="ltr"] .mdk-header-layout,
[dir="ltr"] .mdk-drawer-layout,
[dir="ltr"] .mdk-drawer-layout__content {
  height: initial;
  min-height: 100%;
}

[dir="ltr"] .layout-default .page {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  [dir="ltr"] .layout-mini .page__container,
  [dir="ltr"] .layout-default .page__container,
  [dir="ltr"] .layout-fluid .page__container,
  [dir="ltr"] .layout-mini .page__heading-container,
  [dir="ltr"] .layout-default .page__heading-container,
  [dir="ltr"] .layout-fluid .page__heading-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
[dir="ltr"] .layout-default .page__container,
[dir="ltr"] .layout-default .page__heading-container {
  max-width: 1300px;
}

[dir="ltr"] .layout-fluid .page .page__container,
[dir="ltr"] .layout-fluid .page .page__heading-container {
  max-width: 1300px;
}

[dir="ltr"] .page__heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
[dir="ltr"] .page__heading h1 {
  line-height: 1;
}
@media (min-width: 1200px) {
  [dir="ltr"] .page__heading:not(.page__heading--xl_small) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

[dir="ltr"] .layout-default .page__heading,
[dir="ltr"] .layout-fixed .page__heading,
[dir="ltr"] .layout-mini .page__heading {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  [dir="ltr"] .layout-default .page__heading:not(.page__heading--xl_small),
  [dir="ltr"] .layout-fixed .page__heading:not(.page__heading--xl_small),
  [dir="ltr"] .layout-mini .page__heading:not(.page__heading--xl_small) {
    margin-bottom: 30px;
  }
}

[dir="ltr"] .page__header {
  background: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 15px;
  z-index: 3;
  position: relative;
}
@media (min-width: 1200px) {
  [dir="ltr"] .page__header {
    margin-bottom: 30px;
  }
}
[dir="ltr"] .page__header + .page__header {
  z-index: 2;
}

[dir="ltr"] .layout-sticky-subnav .mdk-header-layout {
  overflow: initial;
}
[dir="ltr"] .layout-sticky-subnav .page__header-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1;
}
[dir="ltr"] .layout-sticky-subnav .page__header.flush-shadow {
  margin-bottom: 0;
  box-shadow: none !important;
}
[dir="ltr"] .layout-sticky-subnav.layout-fixed .page__header:first-child {
  box-shadow: inherit;
}
[dir="ltr"] .layout-sticky-subnav .page__container {
  z-index: 0;
  position: relative;
}

[dir="ltr"] .mdk-header--shadow::after {
  box-shadow: 0 5px 15px 0 rgba(227, 227, 227, 0.5);
  bottom: 0;
  height: 60px;
}

[dir="ltr"] .projects-item {
  margin-bottom: 0 !important;
  padding-bottom: 0.4375rem;
  border-left: 1px dotted rgba(55, 77, 103, 0.2);
  margin-left: 10px;
}

[dir="ltr"] .bottom-spacing {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  [dir="ltr"] .bottom-spacing {
    margin-bottom: 30px;
  }
}

[dir="ltr"] .home-banner {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}

[dir="ltr"] .home-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/home_banner.jpg");
  background-size: cover;
  min-height: 250px;
  height: 50vh;
}
[dir="ltr"] .home-banner .page__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

[dir="ltr"] .home-banner2 {
  position: relative;
  background: linear-gradient(black, rgba(0, 0, 0, 0.6)),
    url("../images/home_banner2.jpeg");
  background-size: cover;
  min-height: 250px;
  height: 80vh;
}
[dir="ltr"] .home-banner2 .page__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
[dir="ltr"] .home-banner2 .page__container .lead {
  color: rgba(255, 255, 255, 0.54);
}

[dir="ltr"] #footer {
  margin-top: 15px 0;
  padding: 30px;
}
[dir="ltr"] #footer .brand {
  font-weight: bold;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] #footer .brand:hover {
  color: #ffffff;
  text-decoration: none;
}
[dir="ltr"] #footer h5 {
  margin-bottom: 15px;
  font-weight: bold;
}
[dir="ltr"] #footer ul.list-group-flush li {
  list-style: none;
  padding: 8px 0;
}
[dir="ltr"] #footer ul.list-group-flush li a {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] #footer ul.list-group-flush li a:hover {
  color: #ffffff;
}

[dir="ltr"] .dropdown-toggle:focus {
  outline: 0;
}

[dir="ltr"] [data-caret="false"]::before,
[dir="ltr"] [data-caret="false"]::after {
  display: none;
}

[dir="ltr"] .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0.3s ease;
  margin-top: 20px !important;
  background-clip: initial;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .dropdown-menu::before,
[dir="ltr"] .dropdown-menu::after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  transition: 0.1s opacity cubic-bezier(0.3, 0.5, 0.5, 1);
  position: absolute;
  top: -16px;
  width: 1px;
}
[dir="ltr"] .dropdown-menu::before {
  top: -17px;
  border-bottom-color: #efefef;
}

[dir="ltr"] .dropdown-menu-right::before,
[dir="ltr"] .dropdown-menu-right::after {
  left: initial;
  right: 10px;
}

[dir="ltr"] .dropup .dropdown-menu {
  transform-origin: 10% bottom;
}
[dir="ltr"] .dropup .dropdown-menu::before,
[dir="ltr"] .dropup .dropdown-menu::after {
  top: auto;
  bottom: -16px;
  border-bottom-color: transparent;
  border-top-color: #fff;
}
[dir="ltr"] .dropup .dropdown-menu::before {
  bottom: -17px;
  border-top-color: #efefef;
}
[dir="ltr"] .dropup .dropdown-menu-right {
  transform-origin: 90% bottom;
}

[dir="ltr"] .show > .dropdown-menu,
[dir="ltr"] .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0.125rem !important;
}
[dir="ltr"] .show > .dropdown-menu::before,
[dir="ltr"] .show > .dropdown-menu::after,
[dir="ltr"] .dropdown-menu.show::before,
[dir="ltr"] .dropdown-menu.show::after {
  opacity: 1;
}

[dir="ltr"] .dropdown-menu-caret-center {
  transform-origin: 50% top;
}
[dir="ltr"] .dropup .dropdown-menu-caret-center {
  transform-origin: 50% bottom;
}
[dir="ltr"] .dropdown-menu-caret-center::before,
[dir="ltr"] .dropdown-menu-caret-center::after {
  left: 50%;
  margin-left: -4px;
}

[dir="ltr"] .mdk-header {
  margin-bottom: 1rem;
  height: auto;
}
[dir="ltr"] .mdk-header__content {
  display: flex;
  flex-direction: column;
}

[dir="ltr"] .search-form {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
}
[dir="ltr"] .search-form .form-control {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
[dir="ltr"] .search-form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
[dir="ltr"] .search-form:not([class^="input-group-"]) .btn {
  padding: 0 0.5rem;
}
[dir="ltr"] .search-form .btn + .form-control {
  padding-left: 0;
}

[dir="ltr"] .search-form--light .btn {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .search-form--light .form-control:focus + .btn {
  color: #495057;
}
[dir="ltr"] .search-form--light .form-control:focus + .btn:hover {
  color: #353535;
}

[dir="ltr"] .navbar {
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
[dir="ltr"] .navbar .dropdown-menu {
  position: absolute;
}
@media (min-width: 576px) {
  [dir="ltr"] .navbar.navbar-expand-sm .nav-item {
    height: 60px;
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar.navbar-expand-sm .dropdown-menu {
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .navbar.navbar-expand-md .nav-item {
    height: 60px;
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar.navbar-expand-md .dropdown-menu {
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .navbar.navbar-expand-lg .nav-item {
    height: 60px;
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar.navbar-expand-lg .dropdown-menu {
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .navbar.navbar-expand-xl .nav-item {
    height: 60px;
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar.navbar-expand-xl .dropdown-menu {
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
[dir="ltr"] .navbar.navbar-expand .nav-item {
  height: 60px;
  display: flex;
  align-items: center;
}
[dir="ltr"] .navbar.navbar-expand .dropdown-menu {
  max-height: calc(100vh - 120px);
  overflow-x: hidden;
  overflow-y: scroll;
}

[dir="ltr"] .navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}

[dir="ltr"] .navbar-brand-icon {
  margin-right: 0.625rem;
}

[dir="ltr"] .navbar-toggler {
  border: none;
  height: 60px;
  padding: 0;
  text-align: center;
  display: inline-block;
}

[dir="ltr"] .navbar-toggler-right {
  order: 1;
}

[dir="ltr"] .navbar-toggler-custom {
  display: flex;
  align-items: center;
}
[dir="ltr"] .navbar-toggler-custom .material-icons {
  font-size: 1.875rem;
}

[dir="ltr"] .navbar-height {
  height: 60px;
}

[dir="ltr"] .navbar-nav .nav-link {
  font-weight: 600;
}

[dir="ltr"] .navbar-toggler-dashboard {
  text-align: center;
  display: inline-block;
  padding: 0 1.25rem;
  height: 60px;
  border-radius: 0;
  font-weight: 600;
  font-size: 0.925rem;
}
[dir="ltr"] .navbar-toggler-dashboard .material-icons {
  margin-right: 5px;
}

[dir="ltr"] .navbar-circle-link .material-icons {
  font-size: 1.35rem;
  color: #ffffff;
}
[dir="ltr"] .navbar-circle-link > span {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

[dir="ltr"] .ml-navbar {
  margin-left: 0.625rem;
}

[dir="ltr"] .mr-navbar {
  margin-right: 0.625rem;
}

[dir="ltr"] .navbar-secondary {
  min-height: 60px;
}
@media (min-width: 576px) {
  [dir="ltr"] .navbar-secondary.navbar-expand-sm .nav-item + .nav-item {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-sm .navbar-nav,
  [dir="ltr"] .navbar-secondary.navbar-expand-sm .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-sm .nav-item {
    height: 60px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .navbar-secondary.navbar-expand-md .nav-item + .nav-item {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-md .navbar-nav,
  [dir="ltr"] .navbar-secondary.navbar-expand-md .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-md .nav-item {
    height: 60px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .navbar-secondary.navbar-expand-lg .nav-item + .nav-item {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-lg .navbar-nav,
  [dir="ltr"] .navbar-secondary.navbar-expand-lg .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-lg .nav-item {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .navbar-secondary.navbar-expand-xl .nav-item + .nav-item {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-xl .navbar-nav,
  [dir="ltr"] .navbar-secondary.navbar-expand-xl .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-secondary.navbar-expand-xl .nav-item {
    height: 60px;
  }
}
[dir="ltr"] .navbar-secondary.navbar-expand .nav-item + .nav-item {
  margin-left: 1rem;
}
[dir="ltr"] .navbar-secondary.navbar-expand .navbar-nav,
[dir="ltr"] .navbar-secondary.navbar-expand .nav-item {
  display: flex;
  align-items: center;
}
[dir="ltr"] .navbar-secondary.navbar-expand .nav-item {
  height: 60px;
}

[dir="ltr"] .navbar-main.navbar-light {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
[dir="ltr"] .navbar-main #account_menu {
  right: 10px;
  min-width: 200px;
}

[dir="ltr"] .navbar .search-form {
  max-width: 250px;
  margin-right: 0.625rem;
}
[dir="ltr"] .navbar .search-form .form-control {
  box-shadow: none;
}
[dir="ltr"] .navbar .search-form .btn {
  background-color: transparent;
  box-shadow: none !important;
}

[dir="ltr"] .navbar-light .search-form {
  background-color: #f6f6f6;
  border-color: transparent;
}
[dir="ltr"] .navbar-light .search-form.highlight {
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background: #fff;
}

[dir="ltr"] .navbar-dark .search-form.highlight input {
  color: #ffffff;
  font-weight: normal;
}
[dir="ltr"] .navbar-dark .search-form.highlight .btn {
  color: #ffffff !important;
}

[dir="ltr"] .navbar .badge-notifications {
  border: 2px solid #ffffff;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}

[dir="ltr"] .navbar-light .badge-notifications {
  border-color: #ffffff;
}

[dir="ltr"] .navbar-dark .nav-link:hover,
[dir="ltr"] .navbar-dark .nav-link:hover .nav-icon {
  color: #fff;
}

[dir="ltr"] .navbar-notifications-indicator {
  position: relative;
}
[dir="ltr"] .navbar-notifications-indicator::after {
  width: 6px;
  height: 6px;
  content: "";
  background: #bb3434;
  position: absolute;
  top: -3px;
  right: 0px;
  border-radius: 100px;
}

[dir="ltr"] .dropdown-menu.navbar-notifications-menu {
  width: 320px;
  min-height: 240px;
  line-height: 1.5;
  padding: 0;
}
[dir="ltr"] .dropdown-menu.navbar-notifications-menu .dropdown-item {
  text-transform: none;
  letter-spacing: initial;
  font-size: 1rem;
  font-weight: normal;
  color: #353535;
}
[dir="ltr"] .dropdown-menu.navbar-notifications-menu > .dropdown-item {
  background: #f9f9f9;
  border-bottom: 1px solid #efefef;
}
[dir="ltr"]
  .dropdown-menu.navbar-notifications-menu
  .navbar-notifications-menu__title {
  letter-spacing: initial;
  font-weight: 600;
}
[dir="ltr"]
  .dropdown-menu.navbar-notifications-menu
  .navbar-notifications-menu__content {
  max-height: 220px;
}
[dir="ltr"]
  .dropdown-menu.navbar-notifications-menu
  .navbar-notifications-menu__content
  .dropdown-item {
  white-space: normal;
}
[dir="ltr"]
  .dropdown-menu.navbar-notifications-menu
  .navbar-notifications-menu__footer {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top: 1px solid #efefef;
  font-weight: 600;
}
[dir="ltr"]
  .dropdown-menu.navbar-notifications-menu
  .navbar-notifications-menu__footer:hover {
  color: #3687e4;
}

[dir="ltr"] .navbar-company-menu {
  width: 250px;
  padding-top: 0;
  margin-right: 3px;
}
[dir="ltr"] .navbar-company-menu.dropdown-menu-right {
  right: 10px !important;
}
[dir="ltr"] .navbar-company-menu .navbar-company-info {
  background: #f9f9f9;
}
[dir="ltr"] .navbar-company-menu .navbar-company-info + .dropdown-divider {
  margin-top: 0;
}

[dir="ltr"] .navbar-dark [class*="border-"] {
  border-color: rgba(255, 255, 255, 0.24) !important;
}
[dir="ltr"] .navbar-dark .search-form {
  border-color: transparent;
}
[dir="ltr"] .navbar-dark .search-form .form-control {
  color: rgba(255, 255, 255, 0.84);
}
[dir="ltr"] .navbar-dark .search-form {
  background-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .navbar-dark .search-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
}
[dir="ltr"] .navbar-dark .search-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
}
[dir="ltr"] .navbar-dark .search-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
}
[dir="ltr"] .navbar-dark .search-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
}
[dir="ltr"] .navbar-dark .search-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
}
[dir="ltr"]
  .navbar-dark
  .search-form.highlight
  .form-control::-webkit-input-placeholder {
  color: transparent;
}
[dir="ltr"]
  .navbar-dark
  .search-form.highlight
  .form-control::-moz-placeholder {
  color: transparent;
}
[dir="ltr"]
  .navbar-dark
  .search-form.highlight
  .form-control:-ms-input-placeholder {
  color: transparent;
}
[dir="ltr"]
  .navbar-dark
  .search-form.highlight
  .form-control::-ms-input-placeholder {
  color: transparent;
}
[dir="ltr"] .navbar-dark .search-form.highlight .form-control::placeholder {
  color: transparent;
}
[dir="ltr"] .navbar-dark .search-form .btn {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .navbar-dark .navbar-toggler {
  color: #ffffff;
}
[dir="ltr"] .navbar-dark .navbar-toggler-custom .material-icons {
  color: white;
}
[dir="ltr"] .navbar-dark .nav-icon,
[dir="ltr"] .navbar-dark .navbar-notifications-indicator {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .navbar-dark [data-toggle="sidebar"] .nav-icon {
  color: white;
}
[dir="ltr"] .navbar-dark .navbar-toggler-company > span {
  background-color: #1377c9;
}

[dir="ltr"] .navbar-dark .navbar-circle-link span {
  background: #fff;
}

[dir="ltr"] .navbar-light .navbar-circle-link span {
  background: #efefef;
  color: rgba(0, 0, 0, 0.54) !important;
}

[dir="ltr"] .navbar-light .navbar-nav > .active {
  position: relative;
}
[dir="ltr"] .navbar-light .navbar-nav > .active::before {
  content: "";
  background-color: #1377c9;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .navbar-light .text-light {
  color: rgba(0, 0, 0, 0.9) !important;
}
[dir="ltr"] .navbar-light .nav-icon {
  color: rgba(112, 112, 112, 0.24);
}
[dir="ltr"] .navbar-light [data-toggle="sidebar"] .nav-icon {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .mdk-drawer__content {
  background: transparent;
}

[dir="ltr"] .mdk-header-layout .mdk-drawer__content {
  top: 60px;
}

[dir="ltr"] #events-drawer[data-persistent] {
  width: 300px;
}
[dir="ltr"] #events-drawer .mdk-drawer__content {
  width: 300px;
}

[dir="ltr"] .sidebar-p-a {
  padding: 18.75px 18.75px;
}

[dir="ltr"] .sidebar-p-x {
  padding-left: 18.75px;
  padding-right: 18.75px;
}

[dir="ltr"] .sidebar-p-y {
  padding-top: 18.75px;
  padding-bottom: 18.75px;
}

[dir="ltr"] .sidebar-p-t {
  padding-top: 18.75px;
}

[dir="ltr"] .sidebar-p-b {
  padding-bottom: 18.75px;
}

[dir="ltr"] .sidebar-p-l {
  padding-left: 18.75px;
  padding-right: 18.75px;
}

[dir="ltr"] .sidebar-p-r {
  padding-right: 18.75px;
}

[dir="ltr"] .sidebar-m-a {
  margin: 18.75px 18.75px;
}

[dir="ltr"] .sidebar-m-x {
  margin-left: 18.75px;
  margin-right: 18.75px;
}

[dir="ltr"] .sidebar-m-y {
  margin-top: 18.75px;
  margin-bottom: 18.75px;
}

[dir="ltr"] .sidebar-m-t {
  margin-top: 18.75px;
}

[dir="ltr"] .sidebar-m-b {
  margin-bottom: 18.75px;
}

[dir="ltr"] .sidebar-m-l {
  margin-left: 18.75px;
}

[dir="ltr"] .sidebar-m-r {
  margin-right: 18.75px;
}

[dir="ltr"] .sidebar-b-a {
  border: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-x {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-y {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-t {
  border-top: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-b {
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .sidebar-block {
  padding-left: 18.75px;
  padding-right: 18.75px;
  margin-bottom: 18.75px;
}

[dir="ltr"] .sidebar > p,
[dir="ltr"] .sidebar > .sidebar-text {
  padding-left: 18.75px;
  padding-right: 18.75px;
  margin-bottom: 18.75px;
}

[dir="ltr"] .sidebar-brand {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 9.375px;
  display: flex;
  align-items: center;
}
[dir="ltr"] .sidebar-brand:hover {
  text-decoration: none;
}

[dir="ltr"] .sidebar-brand-icon {
  margin-right: 9.375px;
}

[dir="ltr"] .sidebar-brand-header {
  height: 56px;
  line-height: 56px;
  padding-left: 18.75px;
  padding-right: 18.75px;
  margin-bottom: 18.75px;
  width: 100%;
}

[dir="ltr"] .sidebar-brand-border {
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .sidebar-heading {
  font-weight: bold;
  font-size: 0.6875rem;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.92px;
  line-height: normal;
  padding-left: 18.75px;
  padding-right: 18.75px;
  margin-bottom: 18.75px;
}

[dir="ltr"] .sidebar-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

[dir="ltr"] .sidebar-light {
  color: rgba(0, 0, 0, 0.54);
  background: #ffffff;
}
[dir="ltr"] .sidebar-light.sidebar-left {
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light.sidebar-right {
  border-left-width: 0;
  border-left-style: solid;
  border-left-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-link {
  color: inherit;
}
[dir="ltr"] .sidebar-light [class*="sidebar-b-"] {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-text,
[dir="ltr"] .sidebar-light p {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-heading,
[dir="ltr"] .sidebar-light .sidebar-heading > a {
  color: rgba(0, 0, 0, 0.34);
}
[dir="ltr"] .sidebar-light hr {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-brand {
  color: #1377c9;
}
[dir="ltr"] .sidebar-light .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.07);
}
[dir="ltr"] .sidebar-light .sidebar-brand-border {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button {
  color: rgba(33, 33, 33, 0.84);
}
[dir="ltr"] .sidebar-light .sidebar-menu-toggle-icon {
  color: rgba(33, 33, 33, 0.24);
}
[dir="ltr"] .sidebar-light .sidebar-menu-icon {
  color: rgba(33, 33, 33, 0.24);
}
[dir="ltr"] .sidebar-light .sidebar-menu-label {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover {
  color: #212121;
  background: transparent;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon {
  color: rgba(33, 33, 33, 0.84);
}
[dir="ltr"]
  .sidebar-light
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: rgba(33, 33, 33, 0.84);
}
[dir="ltr"] .sidebar-light .open {
  background: #f4f4f4;
}
[dir="ltr"]
  .sidebar-light
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .active > .sidebar-menu-button {
  color: #212121;
}
[dir="ltr"] .sidebar-light .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #1377c9;
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button:hover {
  color: #212121;
}
[dir="ltr"]
  .sidebar-light
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #212121;
}
[dir="ltr"] .sidebar-light .sidebar-submenu .active > .sidebar-menu-button {
  color: #212121;
}
[dir="ltr"]
  .sidebar-light
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #212121;
}
[dir="ltr"] .sidebar-light .sm-bordered {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sm-bordered.sidebar-submenu {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sm-item-bordered > .sidebar-menu-item {
  border-color: #e5e5e5;
}
[dir="ltr"]
  .sidebar-light
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item {
  border-color: #e5e5e5;
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(33, 33, 33, 0.24);
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: rgba(0, 0, 0, 0.54);
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: #1377c9;
  color: #fff;
}
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: #1377c9;
  color: #fff;
}
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: #1377c9;
}

[dir="ltr"] .sidebar-dark {
  color: rgba(255, 255, 255, 0.54);
  background: transparent;
}
[dir="ltr"] .sidebar-dark.sidebar-left {
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark.sidebar-right {
  border-left-width: 0;
  border-left-style: solid;
  border-left-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sidebar-link {
  color: #fff;
}
[dir="ltr"] .sidebar-dark [class*="sidebar-b-"] {
  border-color: rgba(255, 255, 255, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-text,
[dir="ltr"] .sidebar-dark p {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-heading,
[dir="ltr"] .sidebar-dark .sidebar-heading > a {
  color: rgba(255, 255, 255, 0.84);
}
[dir="ltr"] .sidebar-dark hr {
  border-color: rgba(255, 255, 255, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-brand {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-brand-border {
  border-color: rgba(255, 255, 255, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-toggle-icon {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.24);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover {
  color: #ffffff;
  background: transparent;
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .open {
  background: rgba(0, 0, 0, 0.24);
}
[dir="ltr"]
  .sidebar-dark
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button {
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover {
  color: #ffffff;
}
[dir="ltr"]
  .sidebar-dark
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .active > .sidebar-menu-button {
  color: #ffffff;
}
[dir="ltr"]
  .sidebar-dark
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .sm-bordered {
  border-color: rgba(255, 255, 255, 0.12);
}
[dir="ltr"] .sidebar-dark .sm-bordered.sidebar-submenu {
  border-color: rgba(255, 255, 255, 0.12);
}
[dir="ltr"] .sidebar-dark .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"]
  .sidebar-dark
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item {
  border-color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.24);
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: rgba(255, 255, 255, 0.54);
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: transparent;
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: transparent;
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: transparent;
}

[dir="ltr"] .sidebar-menu {
  margin-bottom: 18.75px;
  padding: 0 0;
  list-style: none;
}

[dir="ltr"] .sidebar-menu-item {
  position: relative;
  overflow: hidden;
}

[dir="ltr"] .sidebar-menu-button {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 42px;
  padding: 0 18.75px;
  font-size: 1rem;
}
[dir="ltr"] .sidebar-menu-button,
[dir="ltr"] .sidebar-menu-button:hover,
[dir="ltr"] .sidebar-menu-button:focus {
  text-decoration: none;
}

[dir="ltr"] .active > .sidebar-menu-button {
  font-weight: 600;
}

[dir="ltr"] .sidebar-menu-toggle-icon {
  position: relative;
  font-size: 1rem;
}

[dir="ltr"] .sidebar-menu-toggle-icon:before {
  font-family: "Material Icons";
  content: "\E5DB";
  display: flex;
  align-items: center;
  font-size: inherit;
  color: inherit;
}

[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon:before {
  content: "\E5D8";
}

[dir="ltr"] .sidebar-menu-icon {
  vertical-align: middle;
  font-size: 24px;
  display: inline-block;
  line-height: normal;
  position: relative;
}
[dir="ltr"] .sidebar-menu-icon--left {
  margin-right: 1rem;
}
[dir="ltr"] .sidebar-menu-icon--right {
  margin-left: 1rem;
}

[dir="ltr"] .sidebar-menu-badge {
  padding: 0.2rem 0.3rem;
  font-size: 0.75rem;
}

[dir="ltr"] .sidebar-menu-badge,
[dir="ltr"] .sidebar-menu-toggle-icon {
  margin-left: 5px;
}

[dir="ltr"] .sidebar-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
[dir="ltr"] .open > .sidebar-submenu {
  display: block;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-button {
  line-height: 1.6rem;
  font-size: 0.925rem;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-icon {
  font-size: 24px;
}

[dir="ltr"] .sm-icons-1 .sidebar-menu-icon {
  font-size: 1rem;
}

[dir="ltr"] .sm-icons-small .sidebar-menu-icon {
  font-size: 0.875rem;
}

[dir="ltr"] .sm-condensed > .sidebar-menu-item > .sidebar-menu-button {
  line-height: 31.5px;
}

[dir="ltr"]
  .sm-condensed.sidebar-submenu
  > .sidebar-menu-item
  > .sidebar-menu-button {
  line-height: 1.2rem;
}

[dir="ltr"] .sm-bordered {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

[dir="ltr"] .sm-item-bordered > .sidebar-menu-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item:last-of-type {
  border-bottom: none;
}
[dir="ltr"] .sm-item-bordered .sidebar-submenu {
  border-bottom: none;
}

[dir="ltr"]
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

[dir="ltr"]
  .sm-icons-block.sidebar-submenu
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
  padding-left: 37.5px;
}

[dir="ltr"] .sidebar {
  position: relative;
  height: 100%;
  text-align: initial;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[dir="ltr"] .simplebar-content {
  height: 100%;
  overflow-x: hidden !important;
}

[dir="ltr"] .sidebar-account {
  height: 60px;
}
@media (min-width: 992px) {
  [dir="ltr"] .sidebar-account {
    width: 250px;
  }
}
[dir="ltr"] .sidebar-account svg#drawer-logo {
  fill: currentColor;
}
[dir="ltr"] .sidebar-account .sidebar-brand {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
[dir="ltr"] .sidebar-account small {
  font-size: 0.925rem;
}

[dir="ltr"] .sidebar-light .sidebar-account {
  background: #1377c9;
}
[dir="ltr"] .sidebar-light .sidebar-account a {
  color: rgba(255, 255, 255, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-account .sidebar-brand {
  color: #fff;
}

[dir="ltr"] .sidebar-dark .sidebar-account {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-account a {
  color: #ffffff;
}
[dir="ltr"] .sidebar-dark .sidebar-account small {
  color: rgba(255, 255, 255, 0.54);
}

[dir="ltr"] .sidebar-heading {
  margin-bottom: 9.375px;
}

[dir="ltr"] .nav-tabs.sidebar-tabs {
  padding: 0 calc(18.75px - 0.46875rem);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
[dir="ltr"] .nav-tabs.sidebar-tabs .nav-link {
  padding: 0.6875rem 0.46875rem;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border-color: transparent;
}
[dir="ltr"] .nav-tabs.sidebar-tabs .nav-link.active,
[dir="ltr"] .nav-tabs.sidebar-tabs .nav-item.show .nav-link {
  position: relative;
}
[dir="ltr"] .nav-tabs.sidebar-tabs .nav-link.active::after,
[dir="ltr"] .nav-tabs.sidebar-tabs .nav-item.show .nav-link::after {
  border: 6px solid transparent;
  content: "";
  height: 0;
  left: calc(50% - 6px);
  position: absolute;
  bottom: 0;
  width: 1px;
}

[dir="ltr"] .sidebar .simplebar-content {
  display: flex;
  flex-direction: column;
}

[dir="ltr"] .sidebar-menu {
  margin-top: 15px;
  margin-bottom: 15px;
}

[dir="ltr"] .sidebar-heading + .sidebar-heading {
  margin-top: 2.25rem;
}

[dir="ltr"] .sidebar-heading:first-child {
  margin-top: 1.25rem;
}

[dir="ltr"]
  .sidebar-menu
  > .sidebar-menu-item
  > .sidebar-submenu
  > .sidebar-menu-item:last-child {
  margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-text {
  padding-left: 1rem;
  margin-left: 0.75rem;
}

[dir="ltr"] .sidebar .progress {
  height: 7px;
}

[dir="ltr"] .sidebar-stats {
  font-weight: 500;
}
[dir="ltr"] .sidebar-stats__col {
  padding: 0.5625rem 0;
}
[dir="ltr"] .sidebar-stats__title {
  font-size: 0.8125rem;
  line-height: 1rem;
}
[dir="ltr"] .sidebar-stats__value {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

[dir="ltr"] .sidebar-menu-toggle-icon {
  font-weight: normal;
}

[dir="ltr"] .sidebar-submenu > .sidebar-menu-item .sidebar-menu-text {
  padding-left: calc(30px + 1.125rem);
  margin-left: 0;
}
[dir="ltr"] .sidebar-submenu > .sidebar-menu-item .sidebar-menu-text:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.54);
  display: inline-block;
  vertical-align: middle;
  left: calc(15px + 1.125rem);
  top: 50%;
  margin-top: -3px;
  position: absolute;
}

[dir="ltr"] .sidebar-menu-item .sidebar-menu-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .sidebar-menu-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

[dir="ltr"] .sidebar-menu-item.active {
  background: rgba(19, 119, 201, 0.05);
}
[dir="ltr"] .sidebar-menu-item.active:after {
  content: "";
  width: 3px;
  /* padding: 10px; */
  background: #1377c9;
  position: absolute;
  top: 0px;
  bottom: 0px;
}

[dir="ltr"]
  .sidebar-dark
  .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-text:before,
[dir="ltr"]
  .sidebar-dark
  .sidebar-menu-item:hover
  > .sidebar-menu-button
  .sidebar-menu-text:before {
  background: #ffffff;
}

[dir="ltr"]
  .sidebar-light
  .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-text:before,
[dir="ltr"]
  .sidebar-light
  .sidebar-menu-item:hover
  > .sidebar-menu-button
  .sidebar-menu-text:before {
  background: #1377c9;
}
[dir="ltr"]
  .sidebar-light
  .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-text:before {
  background: rgba(33, 33, 33, 0.84);
}

[dir="ltr"] .sidebar {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
}

[dir="ltr"] .bg-soft-primary {
  color: #1169b2;
  background-color: rgba(19, 119, 201, 0.1);
}

[dir="ltr"] .bg-soft-secondary {
  color: #1c2227;
  background-color: rgba(38, 47, 54, 0.1);
}

[dir="ltr"] .bg-soft-success {
  color: #149a50;
  background-color: rgba(23, 177, 92, 0.1);
}

[dir="ltr"] .bg-soft-info {
  color: #11aab2;
  background-color: rgba(19, 192, 201, 0.1);
}

[dir="ltr"] .bg-soft-warning {
  color: #eec335;
  background-color: rgba(240, 202, 77, 0.1);
}

[dir="ltr"] .bg-soft-danger {
  color: #a72e2e;
  background-color: rgba(187, 52, 52, 0.1);
}

[dir="ltr"] .bg-soft-light {
  color: #e9ecef;
  background-color: rgba(248, 249, 250, 0.1);
}

[dir="ltr"] .bg-soft-dark {
  color: #292d32;
  background-color: rgba(52, 58, 64, 0.1);
}

[dir="ltr"] .bg-soft-blue {
  color: #207ae1;
  background-color: rgba(54, 135, 228, 0.1);
}

[dir="ltr"] .bg-soft-teal {
  color: #1a8c7d;
  background-color: rgba(30, 161, 144, 0.1);
}

[dir="ltr"] .bg-soft-purple {
  color: #3f53bd;
  background-color: rgba(81, 99, 197, 0.1);
}

[dir="ltr"] .bg-soft-dark-gray {
  color: #1d1d1d;
  background-color: rgba(42, 42, 42, 0.1);
}

[dir="ltr"] .bg-soft-light-gray {
  color: rgba(0, 0, 0, 0.24);
  background-color: rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .bg-soft-muted-light {
  color: #ccd2d9;
  background-color: rgba(219, 223, 228, 0.1);
}

[dir="ltr"] .bg-soft-facebook {
  color: #344e86;
  background-color: rgba(59, 89, 152, 0.1);
}

[dir="ltr"] .bg-soft-twitter {
  color: #0099d4;
  background-color: rgba(0, 172, 237, 0.1);
}

[dir="ltr"] .bg-soft-vuejs {
  color: #3ba576;
  background-color: rgba(66, 184, 131, 0.1);
}

[dir="ltr"] .bg-soft-angular {
  color: #c02929;
  background-color: rgba(211, 47, 47, 0.1);
}

[dir="ltr"] .bg-soft-gulp {
  color: #c83435;
  background-color: rgba(207, 70, 71, 0.1);
}

[dir="ltr"] .bg-soft-node {
  color: #5e9059;
  background-color: rgba(105, 159, 99, 0.1);
}

[dir="ltr"] .bg-soft-gitlab {
  color: #db4519;
  background-color: rgba(230, 83, 40, 0.1);
}

[dir="ltr"] .bg-soft-instagram {
  color: #386589;
  background-color: rgba(63, 114, 155, 0.1);
}

[dir="ltr"] .card {
  margin-bottom: 15px;
  border: none;
}
[dir="ltr"] .card:not(.clear-shadow) {
  box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07),
    0 5px 15px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  [dir="ltr"] .card {
    margin-bottom: 30px;
  }
}

[dir="ltr"] .card-stats {
  padding: 1rem 1.25rem;
}

[dir="ltr"] .card-margin {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  [dir="ltr"] .card-margin {
    margin-bottom: 30px;
  }
}

[dir="ltr"] .form-row .card.form-row__card {
  margin-bottom: 10px;
}

[dir="ltr"] .card-list > .card:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  [dir="ltr"] .card-group {
    margin-bottom: 30px;
    box-shadow: 0 1px 0 0 rgba(229, 229, 229, 0.5);
    border-radius: 0.25rem;
  }
  [dir="ltr"] .card-group > .card {
    box-shadow: none;
    border: 1px solid #efefef;
  }
}

[dir="ltr"] .card-header {
  background-color: #f7f8f9;
}

[dir="ltr"] .card-header__title {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
[dir="ltr"] .card-header__title:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .active > .card-header__title {
  color: #1377c9;
}

[dir="ltr"] .card-header-large {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}

[dir="ltr"] .card-header-sm {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

[dir="ltr"] .card-footer {
  background-color: white;
}

[dir="ltr"] .card-body-lg {
  padding: 1.6875rem;
}

[dir="ltr"] .card-body-x-lg {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

[dir="ltr"] .card__course .card-header-dark {
  vertical-align: middle;
}
[dir="ltr"] .card__course .card-header-dark .card-header__title,
[dir="ltr"] .card__course .card-header-dark .card-header__title a {
  color: #ffffff;
}
[dir="ltr"] .card__course .card-header-dark .card-header__title:hover,
[dir="ltr"] .card__course .card-header-dark .card-header__title a:hover {
  text-decoration: none;
}
[dir="ltr"] .card__course .card-header-dark .card-header__title .course__title,
[dir="ltr"]
  .card__course
  .card-header-dark
  .card-header__title
  a
  .course__title {
  color: rgba(255, 255, 255, 0.54);
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
[dir="ltr"] .card__course .card-header {
  position: relative;
  height: 140px;
  overflow: hidden;
  text-align: center;
}
[dir="ltr"] .card__course .play-button {
  display: none;
}
[dir="ltr"] .card__course .card-img-top {
  background: #000000;
  color: #1377c9;
}
[dir="ltr"] .card__course .card-img-top svg {
  background: #fff;
  border-radius: 100%;
  padding: 2px;
}

[dir="ltr"] .card__course.card__course__animate:hover {
  margin-top: -6px;
  transition: all 0.3s;
}
[dir="ltr"] .card__course.card__course__animate:hover a.text-body {
  color: #1377c9 !important;
}
[dir="ltr"] .card__course.card__course__animate:hover > a.card-img-top > img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
[dir="ltr"] .card__course.card__course__animate:hover .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}

[dir="ltr"] .card-group-row {
  display: flex;
  flex-flow: row wrap;
}
[dir="ltr"] .card-group-row__col {
  display: flex;
}
[dir="ltr"] .card-group-row__card {
  flex: 1 0 0;
}

@media (min-width: 768px) {
  [dir="ltr"] .card-margin-md-negative-40 {
    margin-top: -40px !important;
  }
}

[dir="ltr"] .form-row .card.form-row__card {
  margin-bottom: 10px;
}

[dir="ltr"] .card-list > .card:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card-title > a:hover {
  color: #1377c9;
  text-decoration: none;
}
[dir="ltr"] .card-title:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card,
[dir="ltr"] .card-group {
  margin-bottom: 1.5rem;
}

[dir="ltr"] .card-2by1 .card-body {
  padding: 0.625rem 1.25rem;
}

[dir="ltr"] .card-sm .card-body {
  padding: 0.625rem;
}

[dir="ltr"] [class*="card-img"] {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 576px) {
  [dir="ltr"] [class*="card-img"] {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] [class*="card-img"] {
    overflow: hidden;
  }
}
[dir="ltr"] [class*="card-img"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(52, 58, 64, 0.125);
}

@media (min-width: 576px) {
  [dir="ltr"] .card-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .card-columns--3 {
    -moz-column-count: 3;
    column-count: 3;
  }
}
[dir="ltr"] .card__options {
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
}

[dir="ltr"] .card .media-left {
  padding-right: 0.625rem;
}
[dir="ltr"] .card .media-right {
  padding-left: 0.625rem;
}

[dir="ltr"] .table thead th {
  font-size: 0.825rem;
  color: rgba(55, 77, 103, 0.54);
  padding: 0.35rem 1rem;
}

[dir="ltr"] .table tbody td {
  vertical-align: middle;
}

[dir="ltr"] .thead-border-top-0 thead th {
  border-top: 0;
}

[dir="ltr"] .table tbody .selected > td {
  background-color: rgba(88, 151, 224, 0.05);
}

[dir="ltr"] .table .sort {
  color: inherit;
  display: flex-inline;
  align-items: center;
  text-decoration: none;
}
[dir="ltr"] .table .sort::after {
  margin-left: 0.5rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgba(55, 77, 103, 0.54)'/></svg>");
}
[dir="ltr"] .table .sort.asc,
[dir="ltr"] .table .sort.desc {
  color: #353535;
  text-decoration: underline;
}
[dir="ltr"] .table .sort + .sort {
  margin-left: 1rem;
}

[dir="ltr"] a.rating-link {
  color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] a.rating-link:hover,
[dir="ltr"] a.rating-link.active {
  color: #f0ca4d;
}

[dir="ltr"] .button-list > .btn {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}

[dir="ltr"] .btn-rounded {
  border-radius: 100px;
}

[dir="ltr"] .btn .material-icons {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

[dir="ltr"] .btn-light {
  color: #212529;
  background-color: white;
  border-color: #efefef;
}
[dir="ltr"] .btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #d6d6d6;
}
[dir="ltr"] .btn-light:focus,
[dir="ltr"] .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #d6d6d6;
  box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5);
}
[dir="ltr"] .btn-light.disabled,
[dir="ltr"] .btn-light:disabled {
  color: #212529;
  background-color: white;
  border-color: #efefef;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #cfcfcf;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5);
}

[dir="ltr"] .btn-flush {
  padding: 0;
  background: none;
  color: inherit;
  line-height: 1;
  box-shadow: none;
}

[dir="ltr"] .btn-rounded-social {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

[dir="ltr"] .btn-group .btn-light.active {
  background: #1377c9 !important;
  color: #ffffff !important;
}

[dir="ltr"] .btn-hover-primary:hover {
  color: #1377c9 !important;
}

[dir="ltr"] .breadcrumb-item {
  text-transform: uppercase;
  letter-spacing: 0.85px;
  font-size: 0.625rem;
  font-weight: 600;
}
[dir="ltr"] .breadcrumb-item i.material-icons {
  position: relative;
  top: -1px;
}
[dir="ltr"] .breadcrumb-item a {
  color: #364c66;
}
[dir="ltr"] .breadcrumb-item a:hover {
  color: #3687e4;
}

[dir="ltr"] h1 + [aria-label="breadcrumb"],
[dir="ltr"] h2 + [aria-label="breadcrumb"],
[dir="ltr"] h3 + [aria-label="breadcrumb"],
[dir="ltr"] h4 + [aria-label="breadcrumb"],
[dir="ltr"] h5 + [aria-label="breadcrumb"],
[dir="ltr"] h6 + [aria-label="breadcrumb"],
[dir="ltr"] .h1 + [aria-label="breadcrumb"],
[dir="ltr"] .h2 + [aria-label="breadcrumb"],
[dir="ltr"] .h3 + [aria-label="breadcrumb"],
[dir="ltr"] .h4 + [aria-label="breadcrumb"],
[dir="ltr"] .h5 + [aria-label="breadcrumb"],
[dir="ltr"] .h6 + [aria-label="breadcrumb"] {
  margin-top: -0.6rem;
}

[dir="ltr"] .custom-control-label::before {
  box-shadow: none;
  background-color: white;
  border: 1px solid #efefef;
}

[dir="ltr"] .custom-control-input:checked ~ .custom-control-label::before {
  border: none;
}

[dir="ltr"] .card-form__body label:not([class]),
[dir="ltr"] .text-label-large,
[dir="ltr"] .text-label {
  font-size: 0.725rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(42, 42, 42, 0.84);
  line-height: 0.9375rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

[dir="ltr"] .text-label-large {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5rem;
}

[dir="ltr"] .card-form .card-body {
  padding: 1.6875rem;
}
[dir="ltr"] .card-form .card-body-form-group {
  padding: 1.25rem;
  padding-bottom: -0.625rem;
}
[dir="ltr"] .card-form__body {
  background-color: #f6f6f6;
}
[dir="ltr"] .form-control:focus {
  box-shadow: none !important;
}

[dir="ltr"] .form-control-rounded {
  border-radius: 20rem;
}

[dir="ltr"] .form-control-flush {
  padding: 0;
  border-width: 0;
  box-shadow: none;
  background-color: transparent;
}
[dir="ltr"] .form-control-flush:focus {
  background-color: transparent;
  box-shadow: none;
}

[dir="ltr"] .app-chat-container .list-group-flush {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .app-chat-container .custom-file-naked {
  width: 24px;
}

[dir="ltr"] .custom-file-naked {
  cursor: pointer;
  width: auto;
  height: auto;
}
[dir="ltr"] .custom-file-naked .custom-file-input {
  width: auto;
  height: auto;
  cursor: pointer;
  line-height: 1;
}
[dir="ltr"] .custom-file-naked .custom-file-label {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  color: inherit;
}
[dir="ltr"] .custom-file-naked .custom-file-label:after {
  display: none;
}

[dir="ltr"] .input-group-text .fab {
  font-size: 18px;
}

[dir="ltr"] .flatpickr-input[readonly] {
  background-color: #fff;
}

[dir="ltr"] .flatpickr-wrapper {
  display: block;
}

[dir="ltr"] .flatpickr-hidden-input {
  visibility: hidden;
  height: 0;
}

[dir="ltr"] .flatpickr-calendar-right .flatpickr-calendar {
  right: -1.5rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .flatpickr-calendar-right .flatpickr-calendar {
    right: 0;
  }
}

[dir="ltr"] .flatpickr-wrapper .flatpickr-input {
  height: 0;
  visibility: hidden;
  padding: 0;
}

[dir="ltr"] .input-group-text .material-icons {
  font-size: inherit;
}

[dir="ltr"] .input-group.input-group-merge .form-control {
  box-shadow: none;
}
[dir="ltr"]
  .input-group.input-group-merge
  .form-control:focus
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #1377c9;
  border-width: 1px;
  color: #1377c9;
}
[dir="ltr"]
  .input-group.input-group-merge
  .form-control.is-valid
  ~ [class*="input-group"]
  .input-group-text,
[dir="ltr"]
  .was-validated
  .input-group.input-group-merge
  .form-control:valid
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #17b15c;
  color: #17b15c;
}
[dir="ltr"]
  .input-group.input-group-merge
  .form-control.is-invalid
  ~ [class*="input-group"]
  .input-group-text,
[dir="ltr"]
  .was-validated
  .input-group.input-group-merge
  .form-control:invalid
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #bb3434;
  color: #bb3434;
}
[dir="ltr"] .input-group.input-group-merge .form-control-prepended {
  padding-left: 10px;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .input-group.input-group-merge .form-control-appended {
  padding-right: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group.input-group-merge .input-group-prepend {
  order: -1;
}
[dir="ltr"]
  .input-group.input-group-merge
  .input-group-prepend
  > .input-group-text {
  border-right-width: 0 !important;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[dir="ltr"]
  .input-group.input-group-merge
  .input-group-append
  > .input-group-text {
  border-left-width: 0 !important;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir="ltr"]
  .input-group.input-group-merge.input-group-rounded
  .form-control-prepended {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}
[dir="ltr"]
  .input-group.input-group-merge.input-group-rounded
  .form-control-appended {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}
[dir="ltr"]
  .input-group.input-group-merge.input-group-rounded
  .input-group-prepend
  > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}
[dir="ltr"]
  .input-group.input-group-merge.input-group-rounded
  .input-group-append
  > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

[dir="ltr"] .progress {
  box-shadow: none;
}

[dir="ltr"] .page .nav-tabs {
  padding-left: 30px;
  background: #ffffff;
}
[dir="ltr"] .page .nav-tabs a {
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  margin-right: 30px;
}

[dir="ltr"] .card-header-tabs-basic,
[dir="ltr"] .nav-tabs {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
[dir="ltr"] .card-header-tabs-basic > div,
[dir="ltr"] .nav-tabs > div {
  display: flex;
}
[dir="ltr"] .card-header-tabs-basic a,
[dir="ltr"] .nav-tabs a {
  padding: 0.5rem 0.75rem;
  color: rgba(53, 53, 53, 0.54);
  font-weight: 600;
}
[dir="ltr"] .card-header-tabs-basic a:hover,
[dir="ltr"] .nav-tabs a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.84);
}
[dir="ltr"] .card-header-tabs-basic .active,
[dir="ltr"] .nav-tabs .active {
  color: rgba(0, 0, 0, 0.84);
  border-bottom: 2px solid #1377c9;
}

[dir="ltr"] .nav-tabs-custom {
  z-index: 2;
  position: relative;
}
[dir="ltr"] .nav-tabs-custom .nav-item {
  margin-bottom: -1px;
  border-top-color: #1377c9;
}
[dir="ltr"] .nav-tabs-custom .nav-item + .nav-item {
  margin-left: 0.5rem;
}
[dir="ltr"] .nav-tabs-custom .nav-link {
  padding: 0.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.54);
  border-width: 1px;
  border-bottom-width: 0;
  border-color: transparent;
}
[dir="ltr"] .nav-tabs-custom .nav-link__count {
  font-weight: 500;
  font-size: 1.1rem;
}
[dir="ltr"] .nav-tabs-custom .nav-link.disabled {
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.54) !important;
  color: #fff;
}
[dir="ltr"] .nav-tabs-custom .nav-link.active,
[dir="ltr"] .nav-tabs-custom .nav-link:hover {
  color: rgba(0, 0, 0, 0.84);
}
[dir="ltr"] .nav-tabs-custom .nav-link:hover {
  border-color: transparent;
}
[dir="ltr"] .nav-tabs-custom .nav-link.active,
[dir="ltr"] .nav-tabs-custom .nav-item.show .nav-link {
  border-color: #efefef;
}

[dir="ltr"] .card-tab {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="ltr"] .list-group-small > .list-group-item {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

[dir="ltr"] .list-lessons {
  margin-bottom: 1.875rem;
}
[dir="ltr"] .list-lessons .list-group-item a {
  font-size: 1rem;
  color: #353535;
  font-weight: 600;
}
[dir="ltr"] .list-lessons .list-group-item:hover {
  background: #f9f9f9;
}
[dir="ltr"] .list-lessons .list-group-item:hover a {
  text-decoration: none;
  color: #1377c9;
}
[dir="ltr"] .list-lessons .list-group-item.active {
  background-color: #f9f9f9 !important;
  border: none;
  border-left: 2px solid #1377c9;
  background: none;
}
[dir="ltr"] .list-lessons .list-group-item.active a {
  color: #1377c9;
}

[dir="ltr"] .list-group.list-rankings .list-group-item {
  border-left: 0;
  border-right: 0;
}
[dir="ltr"] .list-group.list-rankings .list-group-item:first-of-type {
  border-top: 0;
}
[dir="ltr"] .list-group.list-rankings .list-group-item:last-of-type {
  border-bottom: 0;
}

[dir="ltr"] #course_content {
  font-size: 1.1rem;
  line-height: 1.5;
}
[dir="ltr"] #course_content > p {
  margin-bottom: 30px;
}
[dir="ltr"] #course_content > h4 {
  font-weight: bold;
  font-size: 1.5rem;
}
[dir="ltr"] #course_content > ul {
  margin: 30px 0;
  padding-left: 10px;
}
[dir="ltr"] #course_content > ul li {
  display: flex !important;
  align-items: center !important;
  list-style: none;
  margin: 0 0 7.5px;
}
[dir="ltr"] #course_content > ul li:before {
  font-family: "Material Icons";
  font-size: 1.6rem;
  position: relative;
  left: -5px;
  margin-right: 6px;
  color: #1377c9;
}
[dir="ltr"] #course_content > ul li.chevron:before {
  content: "\E5CC";
}
[dir="ltr"] #course_content > ul li.confirm:before {
  content: "\E5CA";
}

[dir="ltr"] .border {
  border: 1px solid #efefef !important;
}

[dir="ltr"] .border-top {
  border-top: 1px solid #efefef !important;
}

[dir="ltr"] .border-right {
  border-right: 1px solid #efefef !important;
}

[dir="ltr"] .border-bottom {
  border-bottom: 1px solid #efefef !important;
}

[dir="ltr"] .border-left {
  border-left: 1px solid #efefef !important;
}

[dir="ltr"] .border-0 {
  border: 0 !important;
}

[dir="ltr"] .border-top-0 {
  border-top: 0 !important;
}

[dir="ltr"] .border-right-0 {
  border-right: 0 !important;
}

[dir="ltr"] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir="ltr"] .border-left-0 {
  border-left: 0 !important;
}

[dir="ltr"] .rounded {
  border-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-0 {
  border-radius: 0 !important;
}

[dir="ltr"] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir="ltr"] .rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir="ltr"] .rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .border-sm {
    border: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-top-sm {
    border-top: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-right-sm {
    border-right: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-bottom-sm {
    border-bottom: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-left-sm {
    border-left: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-sm-0 {
    border: 0 !important;
  }

  [dir="ltr"] .border-top-sm-0 {
    border-top: 0 !important;
  }

  [dir="ltr"] .border-right-sm-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }

  [dir="ltr"] .border-left-sm-0 {
    border-left: 0 !important;
  }

  [dir="ltr"] .rounded-sm {
    border-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-sm {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-sm-0 {
    border-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-left-sm-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-right-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .border-md {
    border: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-top-md {
    border-top: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-right-md {
    border-right: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-bottom-md {
    border-bottom: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-left-md {
    border-left: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-md-0 {
    border: 0 !important;
  }

  [dir="ltr"] .border-top-md-0 {
    border-top: 0 !important;
  }

  [dir="ltr"] .border-right-md-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-bottom-md-0 {
    border-bottom: 0 !important;
  }

  [dir="ltr"] .border-left-md-0 {
    border-left: 0 !important;
  }

  [dir="ltr"] .rounded-md {
    border-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-right-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-md {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-left-md {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-md-0 {
    border-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-left-md-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-right-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .border-lg {
    border: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-top-lg {
    border-top: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-right-lg {
    border-right: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-bottom-lg {
    border-bottom: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-left-lg {
    border-left: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-lg-0 {
    border: 0 !important;
  }

  [dir="ltr"] .border-top-lg-0 {
    border-top: 0 !important;
  }

  [dir="ltr"] .border-right-lg-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }

  [dir="ltr"] .border-left-lg-0 {
    border-left: 0 !important;
  }

  [dir="ltr"] .rounded-lg {
    border-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-right-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-lg {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-left-lg {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-lg-0 {
    border-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-left-lg-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-right-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .border-xl {
    border: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-top-xl {
    border-top: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-right-xl {
    border-right: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-bottom-xl {
    border-bottom: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-left-xl {
    border-left: 1px solid #efefef !important;
  }

  [dir="ltr"] .border-xl-0 {
    border: 0 !important;
  }

  [dir="ltr"] .border-top-xl-0 {
    border-top: 0 !important;
  }

  [dir="ltr"] .border-right-xl-0 {
    border-right: 0 !important;
  }

  [dir="ltr"] .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }

  [dir="ltr"] .border-left-xl-0 {
    border-left: 0 !important;
  }

  [dir="ltr"] .rounded-xl {
    border-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-top-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-right-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-bottom-xl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-left-xl {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  [dir="ltr"] .rounded-xl-0 {
    border-radius: 0 !important;
  }

  [dir="ltr"] .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  [dir="ltr"] .rounded-left-xl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  [dir="ltr"] .rounded-right-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
[dir="ltr"] .custom-checkbox-toggle {
  width: 3rem;
  height: 1.5rem;
  padding-left: 0;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label {
  position: relative;
  width: 100%;
  height: 100%;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label::after,
[dir="ltr"] .custom-checkbox-toggle .custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.2s ease;
  border-radius: 1.5rem;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
  width: 100%;
  height: 100%;
  background-color: #e3ebf6;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label::after {
  width: 1.5rem;
  height: 100%;
  transform: scale(0.8);
  background-color: #fff;
}
[dir="ltr"]
  .custom-checkbox-toggle
  .custom-control-input:checked
  ~ .custom-control-label::after {
  right: 0;
  left: 1.5rem;
  background-color: #fff;
}

[dir="ltr"] .alert-soft-primary {
  color: #1377c9;
  background-color: rgba(19, 119, 201, 0.05);
  border-color: #bdd9f0;
}
[dir="ltr"] .alert-soft-primary hr {
  border-top-color: #a8cdeb;
}
[dir="ltr"] .alert-soft-primary .alert-link {
  color: #0f5b9a;
}

[dir="ltr"] .alert-soft-secondary {
  color: #262f36;
  background-color: rgba(38, 47, 54, 0.05);
  border-color: #c2c5c7;
}
[dir="ltr"] .alert-soft-secondary hr {
  border-top-color: #b5b8bb;
}
[dir="ltr"] .alert-soft-secondary .alert-link {
  color: #111518;
}

[dir="ltr"] .alert-soft-success {
  color: #17b15c;
  background-color: rgba(23, 177, 92, 0.05);
  border-color: #bee9d1;
}
[dir="ltr"] .alert-soft-success hr {
  border-top-color: #abe3c4;
}
[dir="ltr"] .alert-soft-success .alert-link {
  color: #118445;
}

[dir="ltr"] .alert-soft-info {
  color: #13c0c9;
  background-color: rgba(19, 192, 201, 0.05);
  border-color: #bdedf0;
}
[dir="ltr"] .alert-soft-info hr {
  border-top-color: #a8e7eb;
}
[dir="ltr"] .alert-soft-info .alert-link {
  color: #0f939a;
}

[dir="ltr"] .alert-soft-warning {
  color: #f0ca4d;
  background-color: rgba(240, 202, 77, 0.05);
  border-color: #fbf0cd;
}
[dir="ltr"] .alert-soft-warning hr {
  border-top-color: #f9e9b5;
}
[dir="ltr"] .alert-soft-warning .alert-link {
  color: #ecbc1e;
}

[dir="ltr"] .alert-soft-danger {
  color: #bb3434;
  background-color: rgba(187, 52, 52, 0.05);
  border-color: #ecc6c6;
}
[dir="ltr"] .alert-soft-danger hr {
  border-top-color: #e6b3b3;
}
[dir="ltr"] .alert-soft-danger .alert-link {
  color: #932929;
}

[dir="ltr"] .alert-soft-light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.05);
  border-color: #fdfdfe;
}
[dir="ltr"] .alert-soft-light hr {
  border-top-color: #ececf6;
}
[dir="ltr"] .alert-soft-light .alert-link {
  color: #dae0e5;
}

[dir="ltr"] .alert-soft-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.05);
  border-color: #c6c8ca;
}
[dir="ltr"] .alert-soft-dark hr {
  border-top-color: #b9bbbe;
}
[dir="ltr"] .alert-soft-dark .alert-link {
  color: #1d2124;
}

[dir="ltr"] .alert-soft-blue {
  color: #3687e4;
  background-color: rgba(54, 135, 228, 0.05);
  border-color: #c7ddf7;
}
[dir="ltr"] .alert-soft-blue hr {
  border-top-color: #b1cff4;
}
[dir="ltr"] .alert-soft-blue .alert-link {
  color: #1b6dcc;
}

[dir="ltr"] .alert-soft-teal {
  color: #1ea190;
  background-color: rgba(30, 161, 144, 0.05);
  border-color: #c0e5e0;
}
[dir="ltr"] .alert-soft-teal hr {
  border-top-color: #aeded7;
}
[dir="ltr"] .alert-soft-teal .alert-link {
  color: #16766a;
}

[dir="ltr"] .alert-soft-purple {
  color: #5163c5;
  background-color: rgba(81, 99, 197, 0.05);
  border-color: #ced3ef;
}
[dir="ltr"] .alert-soft-purple hr {
  border-top-color: #bbc2e9;
}
[dir="ltr"] .alert-soft-purple .alert-link {
  color: #394aaa;
}

[dir="ltr"] .alert-soft-dark-gray {
  color: #2a2a2a;
  background-color: rgba(42, 42, 42, 0.05);
  border-color: #c3c3c3;
}
[dir="ltr"] .alert-soft-dark-gray hr {
  border-top-color: #b6b6b6;
}
[dir="ltr"] .alert-soft-dark-gray .alert-link {
  color: #111111;
}

[dir="ltr"] .alert-soft-light-gray {
  color: rgba(0, 0, 0, 0.24);
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(242, 242, 242, 0.7872);
}
[dir="ltr"] .alert-soft-light-gray hr {
  border-top-color: rgba(229, 229, 229, 0.7872);
}
[dir="ltr"] .alert-soft-light-gray .alert-link {
  color: rgba(0, 0, 0, 0.24);
}

[dir="ltr"] .alert-soft-muted-light {
  color: #dbdfe4;
  background-color: rgba(219, 223, 228, 0.05);
  border-color: #f5f6f7;
}
[dir="ltr"] .alert-soft-muted-light hr {
  border-top-color: #e7e9ec;
}
[dir="ltr"] .alert-soft-muted-light .alert-link {
  color: #bec5ce;
}

[dir="ltr"] .alert-soft-facebook {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.05);
  border-color: #c8d1e2;
}
[dir="ltr"] .alert-soft-facebook hr {
  border-top-color: #b7c3d9;
}
[dir="ltr"] .alert-soft-facebook .alert-link {
  color: #2d4373;
}

[dir="ltr"] .alert-soft-twitter {
  color: #00aced;
  background-color: rgba(0, 172, 237, 0.05);
  border-color: #b8e8fa;
}
[dir="ltr"] .alert-soft-twitter hr {
  border-top-color: #a0e0f8;
}
[dir="ltr"] .alert-soft-twitter .alert-link {
  color: #0087ba;
}

[dir="ltr"] .alert-soft-vuejs {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.05);
  border-color: #caebdc;
}
[dir="ltr"] .alert-soft-vuejs hr {
  border-top-color: #b7e4d0;
}
[dir="ltr"] .alert-soft-vuejs .alert-link {
  color: #359268;
}

[dir="ltr"] .alert-soft-angular {
  color: #d32f2f;
  background-color: rgba(211, 47, 47, 0.05);
  border-color: #f3c5c5;
}
[dir="ltr"] .alert-soft-angular hr {
  border-top-color: #efb0b0;
}
[dir="ltr"] .alert-soft-angular .alert-link {
  color: #ab2424;
}

[dir="ltr"] .alert-soft-gulp {
  color: #cf4647;
  background-color: rgba(207, 70, 71, 0.05);
  border-color: #f2cbcb;
}
[dir="ltr"] .alert-soft-gulp hr {
  border-top-color: #edb7b7;
}
[dir="ltr"] .alert-soft-gulp .alert-link {
  color: #b32f30;
}

[dir="ltr"] .alert-soft-node {
  color: #699f63;
  background-color: rgba(105, 159, 99, 0.05);
  border-color: #d5e4d3;
}
[dir="ltr"] .alert-soft-node hr {
  border-top-color: #c6dac3;
}
[dir="ltr"] .alert-soft-node .alert-link {
  color: #54804f;
}

[dir="ltr"] .alert-soft-gitlab {
  color: #e65328;
  background-color: rgba(230, 83, 40, 0.05);
  border-color: #f8cfc3;
}
[dir="ltr"] .alert-soft-gitlab hr {
  border-top-color: #f5bdac;
}
[dir="ltr"] .alert-soft-gitlab .alert-link {
  color: #c43e17;
}

[dir="ltr"] .alert-soft-instagram {
  color: #3f729b;
  background-color: rgba(63, 114, 155, 0.05);
  border-color: #c9d8e3;
}
[dir="ltr"] .alert-soft-instagram hr {
  border-top-color: #b8ccda;
}
[dir="ltr"] .alert-soft-instagram .alert-link {
  color: #305777;
}

[dir="ltr"] .alert-light,
[dir="ltr"] .alert-soft-light {
  color: #818182;
  background-color: #f8f9fa;
  border-color: #e9ecef;
}
[dir="ltr"] .alert-light hr,
[dir="ltr"] .alert-soft-light hr {
  border-top-color: #e9ecef;
}

[dir="ltr"] .is-loading {
  position: relative;
  color: transparent !important;
}

[dir="ltr"] .is-loading:after,
[dir="ltr"] .loader {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: 1s is-loading linear infinite;
  animation: 1s is-loading linear infinite;
  border: 3px solid #353535;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

[dir="ltr"] .is-loading-sm:after,
[dir="ltr"] .loader-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

[dir="ltr"] .is-loading-lg:after,
[dir="ltr"] .loader-lg {
  width: 2rem;
  height: 2rem;
  border-width: 5px;
}

[dir="ltr"] .is-loading > * {
  opacity: 0 !important;
}

[dir="ltr"] .is-loading:after {
  position: absolute;
  top: calc(50% - 1.5rem / 2);
  left: calc(50% - 1.5rem / 2);
  content: "";
}

[dir="ltr"] .is-loading-sm:after {
  top: calc(50% - 1rem / 2);
  left: calc(50% - 1rem / 2);
}

[dir="ltr"] .is-loading-lg:after {
  top: calc(50% - 2rem / 2);
  left: calc(50% - 2rem / 2);
}

[dir="ltr"] .is-loading-primary:after,
[dir="ltr"] .btn-outline-primary.is-loading:after,
[dir="ltr"] .loader-primary {
  border-color: #1377c9;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-primary.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-secondary:after,
[dir="ltr"] .btn-outline-secondary.is-loading:after,
[dir="ltr"] .loader-secondary {
  border-color: #262f36;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-secondary.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-success:after,
[dir="ltr"] .btn-outline-success.is-loading:after,
[dir="ltr"] .loader-success {
  border-color: #17b15c;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-success.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-info:after,
[dir="ltr"] .btn-outline-info.is-loading:after,
[dir="ltr"] .loader-info {
  border-color: #13c0c9;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-info.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-warning:after,
[dir="ltr"] .btn-outline-warning.is-loading:after,
[dir="ltr"] .loader-warning {
  border-color: #f0ca4d;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-warning.is-loading:after {
  border-color: #212529;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-danger:after,
[dir="ltr"] .btn-outline-danger.is-loading:after,
[dir="ltr"] .loader-danger {
  border-color: #bb3434;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-danger.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-light:after,
[dir="ltr"] .btn-outline-light.is-loading:after,
[dir="ltr"] .loader-light {
  border-color: #f8f9fa;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-light.is-loading:after {
  border-color: #212529;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-dark:after,
[dir="ltr"] .btn-outline-dark.is-loading:after,
[dir="ltr"] .loader-dark {
  border-color: #343a40;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-dark.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-blue:after,
[dir="ltr"] .btn-outline-blue.is-loading:after,
[dir="ltr"] .loader-blue {
  border-color: #3687e4;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-blue.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-teal:after,
[dir="ltr"] .btn-outline-teal.is-loading:after,
[dir="ltr"] .loader-teal {
  border-color: #1ea190;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-teal.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-purple:after,
[dir="ltr"] .btn-outline-purple.is-loading:after,
[dir="ltr"] .loader-purple {
  border-color: #5163c5;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-purple.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-dark-gray:after,
[dir="ltr"] .btn-outline-dark-gray.is-loading:after,
[dir="ltr"] .loader-dark-gray {
  border-color: #2a2a2a;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-dark-gray.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-light-gray:after,
[dir="ltr"] .btn-outline-light-gray.is-loading:after,
[dir="ltr"] .loader-light-gray {
  border-color: rgba(0, 0, 0, 0.24);
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-light-gray.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-muted-light:after,
[dir="ltr"] .btn-outline-muted-light.is-loading:after,
[dir="ltr"] .loader-muted-light {
  border-color: #dbdfe4;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-muted-light.is-loading:after {
  border-color: #212529;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-facebook:after,
[dir="ltr"] .btn-outline-facebook.is-loading:after,
[dir="ltr"] .loader-facebook {
  border-color: #3b5998;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-facebook.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-twitter:after,
[dir="ltr"] .btn-outline-twitter.is-loading:after,
[dir="ltr"] .loader-twitter {
  border-color: #00aced;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-twitter.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-vuejs:after,
[dir="ltr"] .btn-outline-vuejs.is-loading:after,
[dir="ltr"] .loader-vuejs {
  border-color: #42b883;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-vuejs.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-angular:after,
[dir="ltr"] .btn-outline-angular.is-loading:after,
[dir="ltr"] .loader-angular {
  border-color: #d32f2f;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-angular.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-gulp:after,
[dir="ltr"] .btn-outline-gulp.is-loading:after,
[dir="ltr"] .loader-gulp {
  border-color: #cf4647;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-gulp.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-node:after,
[dir="ltr"] .btn-outline-node.is-loading:after,
[dir="ltr"] .loader-node {
  border-color: #699f63;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-node.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-gitlab:after,
[dir="ltr"] .btn-outline-gitlab.is-loading:after,
[dir="ltr"] .loader-gitlab {
  border-color: #e65328;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-gitlab.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

[dir="ltr"] .is-loading-instagram:after,
[dir="ltr"] .btn-outline-instagram.is-loading:after,
[dir="ltr"] .loader-instagram {
  border-color: #3f729b;
  border-bottom-color: transparent;
}

[dir="ltr"] .btn-instagram.is-loading:after {
  border-color: #fff;
  border-bottom-color: transparent;
}

@-webkit-keyframes is-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes is-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
[dir="ltr"] .loader-list {
  display: flex;
  align-items: center;
}
[dir="ltr"] .loader-list > .loader {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}

[dir="ltr"] .border-style-dashed {
  border-style: dashed !important;
}

[dir="ltr"] .border-bottom-2 {
  border-bottom: 2px solid #efefef;
}

[dir="ltr"] .text-body {
  color: #353535;
}
[dir="ltr"] .text-body[href]:hover {
  color: #353535;
}

[dir="ltr"] .text-underline {
  text-decoration: underline;
}

[dir="ltr"] .text-underline-0 {
  text-decoration: none;
}
[dir="ltr"] .text-underline-0:hover {
  text-decoration: none;
}

[dir="ltr"] .z-0 {
  z-index: 0;
  position: relative;
}

[dir="ltr"] .lh-12 {
  line-height: 1.2;
}

[dir="ltr"] .badge {
  box-sizing: border-box;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

[dir="ltr"] .badge-light-gray {
  color: rgba(102, 118, 138, 0.4);
}

[dir="ltr"] .badge-notifications {
  font-size: 0.75rem;
  padding: 0.25rem 0.4rem;
}

[dir="ltr"] .badge-soft-primary {
  color: #1169b2;
  background-color: rgba(19, 119, 201, 0.1);
}

[dir="ltr"] .badge-soft-secondary {
  color: #1c2227;
  background-color: rgba(38, 47, 54, 0.1);
}

[dir="ltr"] .badge-soft-success {
  color: #149a50;
  background-color: rgba(23, 177, 92, 0.1);
}

[dir="ltr"] .badge-soft-info {
  color: #11aab2;
  background-color: rgba(19, 192, 201, 0.1);
}

[dir="ltr"] .badge-soft-warning {
  color: #eec335;
  background-color: rgba(240, 202, 77, 0.1);
}

[dir="ltr"] .badge-soft-danger {
  color: #a72e2e;
  background-color: rgba(187, 52, 52, 0.1);
}

[dir="ltr"] .badge-soft-light {
  color: #e9ecef;
  background-color: rgba(248, 249, 250, 0.1);
}

[dir="ltr"] .badge-soft-dark {
  color: #292d32;
  background-color: rgba(52, 58, 64, 0.1);
}

[dir="ltr"] .badge-soft-blue {
  color: #207ae1;
  background-color: rgba(54, 135, 228, 0.1);
}

[dir="ltr"] .badge-soft-teal {
  color: #1a8c7d;
  background-color: rgba(30, 161, 144, 0.1);
}

[dir="ltr"] .badge-soft-purple {
  color: #3f53bd;
  background-color: rgba(81, 99, 197, 0.1);
}

[dir="ltr"] .badge-soft-dark-gray {
  color: #1d1d1d;
  background-color: rgba(42, 42, 42, 0.1);
}

[dir="ltr"] .badge-soft-light-gray {
  color: rgba(0, 0, 0, 0.24);
  background-color: rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .badge-soft-muted-light {
  color: #ccd2d9;
  background-color: rgba(219, 223, 228, 0.1);
}

[dir="ltr"] .badge-soft-facebook {
  color: #344e86;
  background-color: rgba(59, 89, 152, 0.1);
}

[dir="ltr"] .badge-soft-twitter {
  color: #0099d4;
  background-color: rgba(0, 172, 237, 0.1);
}

[dir="ltr"] .badge-soft-vuejs {
  color: #3ba576;
  background-color: rgba(66, 184, 131, 0.1);
}

[dir="ltr"] .badge-soft-angular {
  color: #c02929;
  background-color: rgba(211, 47, 47, 0.1);
}

[dir="ltr"] .badge-soft-gulp {
  color: #c83435;
  background-color: rgba(207, 70, 71, 0.1);
}

[dir="ltr"] .badge-soft-node {
  color: #5e9059;
  background-color: rgba(105, 159, 99, 0.1);
}

[dir="ltr"] .badge-soft-gitlab {
  color: #db4519;
  background-color: rgba(230, 83, 40, 0.1);
}

[dir="ltr"] .badge-soft-instagram {
  color: #386589;
  background-color: rgba(63, 114, 155, 0.1);
}

[dir="ltr"] .badge-lg {
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
}

[dir="ltr"] .avatar {
  flex-shrink: 0;
  font-size: 1rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 0;
}
[dir="ltr"] .avatar-course-img {
  width: 100%;
}
[dir="ltr"] .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
[dir="ltr"] .avatar-online::before,
[dir="ltr"] .avatar-online::after,
[dir="ltr"] .avatar-offline::before,
[dir="ltr"] .avatar-offline::after {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 20%;
  height: 20%;
  content: "";
  border-radius: 50%;
}
[dir="ltr"] .avatar-online::before,
[dir="ltr"] .avatar-offline::before {
  width: 22%;
  height: 22%;
  right: 4%;
  bottom: 4%;
  background-color: white;
}
[dir="ltr"] .avatar-online::after {
  background-color: #17b15c;
}
[dir="ltr"] .avatar-offline::after {
  background-color: #2a2a2a;
}
[dir="ltr"] .avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
}
[dir="ltr"] .avatar-xl,
[dir="ltr"] .avatar-xxl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}
[dir="ltr"] .avatar-lg {
  font-size: 1.33333rem;
  width: 4rem;
  height: 4rem;
}
[dir="ltr"] .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-weight: bold;
}
[dir="ltr"] .avatar-xs {
  font-size: 0.54167rem;
  width: 35px;
  height: 35px;
  font-weight: bold;
}
[dir="ltr"] .avatar-xxs {
  font-size: 0.54167rem;
  width: 20px;
  height: 20px;
  font-weight: bold;
}
[dir="ltr"] .avatar-xxs.avatar-online::before,
[dir="ltr"] .avatar-xxs.avatar-online::after,
[dir="ltr"] .avatar-xxs.avatar-offline::before,
[dir="ltr"] .avatar-xxs.avatar-offline::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 25%;
  height: 25%;
  content: "";
  border-radius: 50%;
}
@media (min-width: 768px) {
  [dir="ltr"] .avatar-xxl {
    font-size: 2.66667rem;
    width: 8rem;
    height: 8rem;
  }
}
[dir="ltr"] .avatar.avatar-4by3 {
  width: 4rem;
}
[dir="ltr"] .avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}
[dir="ltr"] .avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}
[dir="ltr"] .avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}
[dir="ltr"] .avatar-group {
  display: inline-flex;
}
[dir="ltr"] .avatar-group .avatar:hover {
  z-index: 1;
}
[dir="ltr"] .avatar-group .avatar-img,
[dir="ltr"] .avatar-group .avatar-title {
  border: 2px solid white;
}
[dir="ltr"] .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
[dir="ltr"] .avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}
[dir="ltr"] .avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}
[dir="ltr"] .avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}
[dir="ltr"] .avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}
[dir="ltr"] .avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

[dir="ltr"] .avatar-list > .avatar,
[dir="ltr"] .avatar-list > .avatar-group {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}

[dir="ltr"] .chart {
  position: relative;
  height: 300px;
}

[dir="ltr"] .chart-legend {
  display: flex;
  margin-top: 2.5rem;
  white-space: nowrap;
  justify-content: center;
}
[dir="ltr"] .chart-legend-item {
  display: flex;
  align-items: center;
  justify-content: start;
}
[dir="ltr"]
  .chart-legend:not(.chart-legend--vertical)
  .chart-legend-item
  + .chart-legend-item {
  margin-left: 1rem;
}
[dir="ltr"] .chart-legend--vertical {
  flex-direction: column;
}

[dir="ltr"] .chart-legend-indicator {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 1rem;
  border-radius: 50%;
}

[dir="ltr"] #chart-tooltip {
  z-index: 0;
  pointer-events: none;
}

[dir="ltr"] #chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

[dir="ltr"] .popover-header {
  border-bottom: 0;
}

[dir="ltr"] .popover-body-label,
[dir="ltr"] .popover-body-value {
  margin-left: 0.25rem;
}

[dir="ltr"] .popover-body-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

[dir="ltr"] .card-chart-stats {
  position: relative;
  padding-bottom: calc(80px - 1.25rem);
  overflow: hidden;
  z-index: 0;
}
[dir="ltr"] .card-chart-stats .chart {
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

[dir="ltr"] .dashboard-chart {
  width: calc(250px - 1.25rem * 2);
  height: calc(250px - 1.25rem * 2);
}
[dir="ltr"] .dashboard-chart .d-flex {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

[dir="ltr"] .page-item + .page-item {
  margin-left: 0.05rem;
}

[dir="ltr"] .page-link {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}
[dir="ltr"] .page-link:hover {
  background: #1377c9;
  color: #fff;
}

[dir="ltr"] .pagination-rounded .page-link {
  border-radius: 100px;
}
[dir="ltr"] .pagination-rounded .page-item + .page-item {
  margin-left: 0.625rem;
}
[dir="ltr"] .pagination-rounded .page-item:first-child .page-link,
[dir="ltr"] .pagination-rounded .page-item:last-child .page-link {
  border-radius: 100px;
}

[dir="ltr"] .pagination-light .page-item:not(.active) .page-link {
  background: transparent;
}
[dir="ltr"] .pagination-light .page-item:not(.active) .page-link:hover {
  color: #1377c9;
}
[dir="ltr"] .pagination-light .page-item .page-link {
  border-radius: 100px;
}
[dir="ltr"] .pagination-light .page-item:first-child .page-link,
[dir="ltr"] .pagination-light .page-item:last-child .page-link {
  border-radius: 100px;
}

[dir="ltr"] .page-separator {
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  margin: 0.5rem 0;
}
[dir="ltr"] .page-separator::before {
  content: "";
  height: 1px;
  background-color: #efefef;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
[dir="ltr"] .page-separator__text {
  display: inline-flex;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #2a2a2a;
  line-height: 0.9375rem;
  font-weight: bold;
  background-color: white;
  max-width: 90%;
}
[dir="ltr"] .page-separator__text:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------------*/
/*------------------------------------------------------------------
3. Apps
-------------------------------------------------------------------*/
[dir="ltr"] .trello {
  overflow: hidden;
}
[dir="ltr"] .trello .mdk-drawer-layout,
[dir="ltr"] .trello .mdk-header-layout,
[dir="ltr"] .trello .mdk-header-layout__content {
  height: 100%;
}
[dir="ltr"] .trello .page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
}
[dir="ltr"] .trello-container {
  flex: 1 1 0%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
[dir="ltr"] .trello-board {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
[dir="ltr"] .trello-board__tasks {
  display: inline-flex;
  align-items: start;
  width: 22rem;
  height: 100%;
}
[dir="ltr"] .trello-board__tasks:not(:last-child) {
  margin-right: 1.25rem;
}
[dir="ltr"] .trello-board__tasks .card {
  width: 100%;
  max-height: calc(100% - 1.5625rem);
}
[dir="ltr"] .trello-board__tasks .card .card-header {
  border-bottom: 2px solid #efefef;
}
[dir="ltr"] .trello-board__tasks .card-body {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .trello-board__tasks-list {
  min-height: 10px;
}
[dir="ltr"] .trello-board__tasks-item {
  margin-bottom: 0.625rem;
  border-color: rgba(53, 53, 53, 0.1) !important;
}
[dir="ltr"] .trello-board__tasks-item:hover {
  background: rgba(53, 53, 53, 0.03);
}

[dir="ltr"] .app-chat {
  overflow: hidden;
}
[dir="ltr"] .app-chat .mdk-drawer-layout,
[dir="ltr"] .app-chat .mdk-header-layout,
[dir="ltr"] .app-chat .mdk-header-layout__content {
  height: 100%;
}
[dir="ltr"] .app-chat .page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
}
[dir="ltr"] .app-chat-container {
  flex: 1 1 0%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

[dir="ltr"] .app-email {
  overflow: hidden;
}
[dir="ltr"] .app-email .mdk-drawer-layout,
[dir="ltr"] .app-email .mdk-header-layout,
[dir="ltr"] .app-email .mdk-header-layout__content {
  height: 100%;
}
[dir="ltr"] .app-email .page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
}
[dir="ltr"] .app-email-container {
  flex: 1 1 0%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
[dir="ltr"] .app-email-sidebar {
  max-width: 250px;
}
[dir="ltr"] .app-email .simplebar-placeholder {
  width: auto !important;
}

[dir="ltr"] .app-tickets {
  overflow: hidden;
}
[dir="ltr"] .app-tickets .mdk-drawer-layout,
[dir="ltr"] .app-tickets .mdk-header-layout,
[dir="ltr"] .app-tickets .mdk-header-layout__content {
  height: 100%;
}
[dir="ltr"] .app-tickets .page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
}
[dir="ltr"] .app-tickets-container {
  flex: 1 1 0%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/*-----------------------------------------------------------------*/
/*------------------------------------------------------------------
4. Plugin Overrides
-------------------------------------------------------------------*/
[dir="ltr"] .daterangepicker td.active,
[dir="ltr"] .daterangepicker td.active:hover {
  background-color: #1377c9;
}

[dir="ltr"] .daterangepicker .ranges li.active {
  background-color: #1377c9;
}

[dir="ltr"] #toast-container > div {
  opacity: 1;
  box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07),
    0 5px 15px 0 rgba(0, 0, 0, 0.07);
}
[dir="ltr"] #toast-container > div:hover {
  box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.12),
    0 5px 15px 0 rgba(0, 0, 0, 0.12);
}

[dir="ltr"] .toast-primary {
  background-color: #1377c9;
}

[dir="ltr"] .toast-secondary {
  background-color: #262f36;
}

[dir="ltr"] .toast-success {
  background-color: #17b15c;
}

[dir="ltr"] .toast-info {
  background-color: #13c0c9;
}

[dir="ltr"] .toast-warning {
  background-color: #f0ca4d;
}

[dir="ltr"] .toast-danger {
  background-color: #bb3434;
}

[dir="ltr"] .toast-light {
  background-color: #f8f9fa;
}

[dir="ltr"] .toast-dark {
  background-color: #343a40;
}

[dir="ltr"] .toast-blue {
  background-color: #3687e4;
}

[dir="ltr"] .toast-teal {
  background-color: #1ea190;
}

[dir="ltr"] .toast-purple {
  background-color: #5163c5;
}

[dir="ltr"] .toast-dark-gray {
  background-color: #2a2a2a;
}

[dir="ltr"] .toast-light-gray {
  background-color: rgba(0, 0, 0, 0.24);
}

[dir="ltr"] .toast-muted-light {
  background-color: #dbdfe4;
}

[dir="ltr"] .toast-facebook {
  background-color: #3b5998;
}

[dir="ltr"] .toast-twitter {
  background-color: #00aced;
}

[dir="ltr"] .toast-vuejs {
  background-color: #42b883;
}

[dir="ltr"] .toast-angular {
  background-color: #d32f2f;
}

[dir="ltr"] .toast-gulp {
  background-color: #cf4647;
}

[dir="ltr"] .toast-node {
  background-color: #699f63;
}

[dir="ltr"] .toast-gitlab {
  background-color: #e65328;
}

[dir="ltr"] .toast-instagram {
  background-color: #3f729b;
}

[dir="ltr"] .fc button {
  height: auto;
}

[dir="ltr"] .fc td {
  padding: 0 !important;
}

[dir="ltr"] .fc-event {
  line-height: 1.5;
  border-color: transparent;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}

[dir="ltr"] .fc-title {
  font-weight: 600;
}

[dir="ltr"] .fc-popover .fc-header {
  position: relative;
  padding: 0.25rem 0.5rem;
}
[dir="ltr"] .fc-popover .fc-header .fc-close {
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
}

[dir="ltr"] .external-event {
  padding: 0.25rem 0.5rem;
  color: white;
  margin-bottom: 0.5rem;
  display: flex;
  border-radius: 0.25rem;
  cursor: move;
}

[dir="ltr"] .preloader {
  height: 100%;
  width: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #343a40;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/*-----------------------------------------------------------------*/
/*------------------------------------------------------------------
5. Pages / Components
-------------------------------------------------------------------*/
[dir="ltr"] .dashboard-area-tabs__tab {
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .dashboard-area-tabs__tab:hover {
  text-decoration: none;
}
[dir="ltr"] .dashboard-area-tabs__tab .text-label-large {
  color: #dbdfe4;
}
[dir="ltr"] .dashboard-area-tabs__tab:not(.active) {
  background-color: #f8f9fa;
}
[dir="ltr"] .dashboard-area-tabs__tab:not(.active) .text-amount {
  color: #2a2a2a;
}
[dir="ltr"] .dashboard-area-tabs__tab.active .text-label-large {
  color: #1377c9;
}

[dir="ltr"] .dashboard-location-tabs__tab {
  margin-bottom: 10px;
  cursor: pointer;
}
[dir="ltr"] .dashboard-location-tabs__tab:not(.active) .progress-bar {
  background: rgba(0, 0, 0, 0.54) !important;
}

[dir="ltr"] .list-todo:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .list-todo li {
  padding-left: 1rem;
}
[dir="ltr"] .list-todo li:not(:last-child) {
  margin-bottom: 1rem;
}
[dir="ltr"] .list-todo .custom-control-input:checked ~ .custom-control-label {
  text-decoration: line-through;
}
[dir="ltr"] .list-todo .custom-control {
  padding-left: 2rem;
}
[dir="ltr"] .list-todo .custom-control-label::before,
[dir="ltr"] .list-todo .custom-control-label::after {
  left: -2rem;
}

[dir="ltr"] .list-skills li {
  display: flex;
  align-items: center;
}
[dir="ltr"] .list-skills li:not(:last-child) {
  margin-bottom: 1rem;
}
[dir="ltr"] .list-skills li > div + div {
  padding-left: 1rem;
}
[dir="ltr"] .list-skills li > div:first-child {
  width: 110px;
}
[dir="ltr"] .list-skills:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .layout-login {
  background-size: cover;
  background-image: url("../images/login/alexandre-godreau-431553-unsplash.jpg");
  background-repeat: no-repeat;
  position: relative;
}
[dir="ltr"] .layout-login__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(52, 58, 64, 0.5);
  z-index: -1;
  pointer-events: none;
}
[dir="ltr"] .layout-login__form {
  padding: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  [dir="ltr"] .layout-login {
    display: flex;
  }
  [dir="ltr"] .layout-login__form {
    min-width: calc(320px + 3rem * 2);
    padding: 3rem;
  }
}

[dir="ltr"] .layout-login-centered-boxed {
  height: initial;
}
[dir="ltr"] .layout-login-centered-boxed__form {
  padding: 2rem;
  /* position: relative; */
}
@media (min-width: 768px) {
  [dir="ltr"] .layout-login-centered-boxed {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  [dir="ltr"] .layout-login-centered-boxed__form {
    max-width: 56rem;
    min-width: calc(320px + 3rem * 2);
    padding: 3rem;
  }
}

[dir="ltr"] .stories-card {
  margin-bottom: 15px;
}
[dir="ltr"] .stories-card:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .stories-card__content {
  padding: 0.5rem;
}
[dir="ltr"] .stories-card__title {
  white-space: nowrap;
}
[dir="ltr"] .stories-card__title,
[dir="ltr"] .stories-card .card-title,
[dir="ltr"] .stories-card .card-title > a {
  max-width: 180px;
}
[dir="ltr"] .stories-card .card-title > a {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .stories-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #efefef;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  [dir="ltr"] .stories-card__tag {
    width: 100px;
  }
  [dir="ltr"] .stories-card__date {
    width: 140px;
  }
  [dir="ltr"] .stories-card__title,
  [dir="ltr"] .stories-card .card-title,
  [dir="ltr"] .stories-card .card-title > a {
    max-width: 300px;
  }
}
[dir="ltr"] .stories-cards {
  margin-bottom: 15px;
}
[dir="ltr"] .stories-card-popular {
  position: relative;
  overflow: hidden;
}
[dir="ltr"] .stories-card-popular__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 58, 64, 0.125);
}
[dir="ltr"] .stories-card-popular__content a {
  text-decoration: none;
}
[dir="ltr"] .stories-card-popular .card-img {
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}
[dir="ltr"] .stories-card-popular a {
  color: white;
}
[dir="ltr"] .stories-card-popular__title {
  position: absolute;
  left: 0;
  bottom: 0;
}
[dir="ltr"] .stories-card-popular__title .text-muted {
  color: rgba(255, 255, 255, 0.54) !important;
}

[dir="ltr"] .map {
  width: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

[dir="ltr"] .map-pin {
  width: 64px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: top center;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

[dir="ltr"] .map-pin span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

[dir="ltr"] .blue {
  background-image: url("../images/marker/blue.png");
}

[dir="ltr"] .jqvmap-zoomin,
[dir="ltr"] .jqvmap-zoomout {
  box-sizing: content-box;
  background: #1377c9;
  padding: 0.25rem;
}

[dir="ltr"] .jqvmap-label {
  z-index: 1;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  background: white;
  padding: 0.25rem 0.5rem;
  color: #353535;
}

[dir="ltr"] .pricing__title {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
}
[dir="ltr"] .pricing__amount {
  font-size: 3.4rem;
  line-height: 4.2rem;
  font-weight: 600;
  margin-right: 0.466rem;
}
[dir="ltr"] .pricing__currency {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 600;
}
[dir="ltr"] .pricing__duration {
  font-size: 0.933rem;
  letter-spacing: 1.4px;
  line-height: 1.066rem;
}
[dir="ltr"] .pricing__card--popular {
  background-color: #f6fafd;
  position: relative;
}
[dir="ltr"] .pricing__card--popular .pricing__card-badge {
  background-color: #ee4059;
  color: white;
  padding: 0.2rem 0.66rem;
  border-radius: 0.2rem 0.2rem 0 0;
  font-weight: 700;
  font-size: 0.66rem;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 0.8rem;
  position: absolute;
  top: -1.2rem;
  right: 1.2rem;
  display: inline-block;
  text-transform: uppercase;
}
[dir="ltr"] .pricing__features {
  letter-spacing: 1.4px;
  line-height: 1.86rem;
}
[dir="ltr"] .pricing__features li {
  padding-left: 1.466rem;
  position: relative;
}
[dir="ltr"] .pricing__features li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1377c9;
  border-radius: 100%;
  left: 0;
  top: 0.6rem;
  position: absolute;
}

[dir="ltr"] .dp-preview {
  position: relative;
  z-index: 0;
  text-decoration: none;
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
[dir="ltr"] .dp-preview__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  content: "";
  background-color: rgba(19, 119, 201, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}
[dir="ltr"] .dp-preview:hover .dp-preview__overlay {
  opacity: 1;
}

:root {
  --brand-blue: #1c6cab; /* Seekeel blue */
  --brand-green: #4caf50; /* Seekeel green */
  --brand-text: #0f1b2d;
}

/* Gradient navbar */
.navbar-seekeel {
  background-color:var(--brand-green);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
}

/* Links & icons on dark navbar */
.navbar-seekeel .navbar-brand,
.navbar-seekeel .nav-link,
.navbar-seekeel .material-icons {
  color: #fff !important;
}
.navbar-seekeel .nav-link:hover,
.navbar-seekeel .nav-link:focus {
  color: #eaf7ff !important;
}

/* Active underline */
.navbar-seekeel .nav-link.active,
.navbar-seekeel .nav-link.show {
  position: relative;
  color: #fff !important;
}
.navbar-seekeel .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
}

/* Toggler */
.navbar-seekeel .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}
.navbar-seekeel .navbar-toggler .material-icons {
  color: #fff;
}

/* Dropdown styling */
.navbar-seekeel .dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(16, 24, 40, 0.18);
  padding: 0.4rem 0;
}
.navbar-seekeel .dropdown-item {
  color: var(--brand-text);
  display: flex;
  align-items: center;
}
.navbar-seekeel .dropdown-item .material-icons {
  color: var(--brand-blue);
  opacity: 0.9;
}
.navbar-seekeel .dropdown-item:hover {
  background: rgba(28, 108, 171, 0.08);
}
.navbar-seekeel .dropdown-divider {
  margin: 0.4rem 0;
}

/* Avatar ring for better contrast on gradient */
.avatar-ring {
  background-color: white;
}

:root{
    --brand-blue:#1C6CAB; 
    --brand-green:#4CAF50; 
    --brand-blue-2:#2f86c6;  
    --brand-text:#0f1b2d;
  }

  /* ===== Hero / Banner ===== */
  .home-banner{
    background: linear-gradient(120deg, var(--brand-blue) 0%, var(--brand-blue-2) 40%, var(--brand-green) 100%);
    padding: 72px 0;
    position: relative;
  }
  .home-banner .btn{
    box-shadow: 0 6px 18px rgba(16,24,40,.12);
  }

  /* ===== Buttons ===== */
  .btn-primary{
    background-image: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
    border: 0;
    color:#fff;
  }
  .btn-primary:hover{ filter: brightness(1.05); }
  .btn-primary:active{ transform: translateY(1px) scale(.99); }

  .btn-outline-primary{
    color: var(--brand-blue);
    border-color: var(--brand-blue);
    background: transparent;
  }
  .btn-outline-primary:hover{
    color:#fff;
    background: var(--brand-blue);
    border-color: var(--brand-blue);
  }

  .btn-success{
    background-color: var(--brand-green);
    border-color: var(--brand-green);
  }
  .btn-success:hover{ filter: brightness(1.05); }

  /* ===== Brand utilities (leave Bootstrap defaults intact elsewhere) ===== */
  .text-primary{ color: var(--brand-blue) !important; }
  .bg-primary{ background-color: var(--brand-blue) !important; }
  .border-primary{ border-color: var(--brand-blue) !important; }

  .badge-success{
    background-color: var(--brand-green);
    color:#fff;
  }

  /* ===== Course cards ===== */
  .card__course .card-header.card-header-dark{
    /* keep your image overlay but give it a subtle brand tint */
    background-blend-mode: multiply;
  }
  .card__course .course__title{
    font-weight: 700;
  }
  .rating-link.active i{ color:#FFC107; } /* gold stars */

  /* ===== Category tiles (initial block uses .bg-primary already) ===== */
  .card__category .card-title{ font-weight: 700; }

  /* ===== “View” CTA bar under cards ===== */
  .card__course a.bg-primary{
    background-image: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
    border:0;
  }

  /* ===== Feature avatars that use .bg-primary ===== */
  .avatar .bg-primary{
    background-image: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
    border: none !important;
  }

  /* Small polish */
  .bold{ font-weight: 800 !important; }
  .page__container h2.bold{ color: var(--brand-text); }