@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: normal;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: table;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
  line-height: 1.5;
  display: table-caption;
  caption-side: bottom;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

.dropdown-menu-right {
  right: 0;
  left: auto;
}

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.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;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/*!
 * Bootstrap Docs (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see https://creativecommons.org/licenses/by/3.0/.
 */
.bd-navbar {
  min-height: 4rem;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .bd-navbar {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bd-navbar .navbar-nav-scroll {
    max-width: 100%;
    height: 2.5rem;
    margin-top: 0.25rem;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .bd-navbar .navbar-nav-scroll .navbar-nav {
    padding-bottom: 2rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  @supports (position: sticky) {
    .bd-navbar {
      position: sticky;
      top: 0;
      z-index: 1071;
    }
  }
}
.bd-navbar .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #cbbde2;
}
.bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}
.bd-navbar .navbar-nav .nav-link.active {
  font-weight: 500;
}
.bd-navbar .navbar-nav-svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}
.bd-navbar .dropdown-menu {
  font-size: 0.875rem;
}
.bd-navbar .dropdown-item.active {
  font-weight: 500;
  color: #212529;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' 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: 0.4rem 0.6rem;
  background-size: 0.75rem 0.75rem;
}

.bd-masthead {
  position: relative;
  padding: 3rem 15px;
}
.bd-masthead h1 {
  line-height: 1;
}
.bd-masthead .btn {
  width: 100%;
  padding: 0.8rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.bd-masthead .carbonad {
  margin-top: 0 !important;
  margin-bottom: -3rem !important;
}
@media (min-width: 576px) {
  .bd-masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .bd-masthead .carbonad {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .bd-masthead h1 {
    font-size: 4rem;
  }
  .bd-masthead .carbonad {
    margin-top: 3rem !important;
  }
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.masthead-followup .bd-clipboard {
  display: none;
}
.masthead-followup .highlight {
  padding: 0.5rem 0;
  background-color: transparent;
}

#carbonads {
  position: static;
  display: block;
  max-width: 400px;
  padding: 15px 15px 15px 160px;
  margin: 2rem 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
}
#carbonads a {
  color: #333;
  text-decoration: none;
}
@media (min-width: 576px) {
  #carbonads {
    max-width: 330px;
    border-radius: 4px;
  }
}

.carbon-img {
  float: left;
  margin-left: -145px;
}

.carbon-poweredby {
  display: block;
  color: #777 !important;
}

.bd-content {
  order: 1;
}
.bd-content > h2[id],
.bd-content > h3[id],
.bd-content > h4[id] {
  pointer-events: none;
}
.bd-content > h2[id] > div,
.bd-content > h2[id] > a,
.bd-content > h3[id] > div,
.bd-content > h3[id] > a,
.bd-content > h4[id] > div,
.bd-content > h4[id] > a {
  pointer-events: auto;
}
.bd-content > h2[id]::before,
.bd-content > h3[id]::before,
.bd-content > h4[id]::before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  visibility: hidden;
  content: "";
}
.bd-content > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .bd-content > table {
    display: block;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .bd-content > table.table-bordered {
    border: 0;
  }
}
.bd-content > table > thead > tr > th,
.bd-content > table > thead > tr > td,
.bd-content > table > tbody > tr > th,
.bd-content > table > tbody > tr > td,
.bd-content > table > tfoot > tr > th,
.bd-content > table > tfoot > tr > td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.bd-content > table > thead > tr > th > p:last-child,
.bd-content > table > thead > tr > td > p:last-child,
.bd-content > table > tbody > tr > th > p:last-child,
.bd-content > table > tbody > tr > td > p:last-child,
.bd-content > table > tfoot > tr > th > p:last-child,
.bd-content > table > tfoot > tr > td > p:last-child {
  margin-bottom: 0;
}
.bd-content > table td:first-child > code {
  white-space: nowrap;
}

.bd-content > h2:not(:first-child) {
  margin-top: 3rem;
}
.bd-content > h3 {
  margin-top: 1.5rem;
}
.bd-content > ul li,
.bd-content > ol li {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .bd-content > ul,
.bd-content > ol,
.bd-content > p {
    max-width: 80%;
  }
}

.bd-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
@media (min-width: 576px) {
  .bd-title {
    font-size: 3rem;
  }
}

.bd-lead {
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 576px) {
  .bd-lead {
    max-width: 80%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.bd-text-purple {
  color: #563d7c;
}

.bd-text-purple-bright {
  color: #7952b3;
}

#skippy {
  display: block;
  padding: 1em;
  color: #fff;
  background-color: #563d7c;
  outline: 0;
}
#skippy .skiplink-text {
  padding: 0.5em;
  outline: 1px dotted;
}

.bd-toc {
  order: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
}
@supports (position: sticky) {
  .bd-toc {
    position: sticky;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
  }
}

.section-nav {
  padding-left: 0;
  border-left: 1px solid #eee;
}
.section-nav ul {
  padding-left: 1rem;
}
.section-nav ul ul {
  display: none;
}

.toc-entry {
  display: block;
}
.toc-entry a {
  display: block;
  padding: 0.125rem 1.5rem;
  color: #99979c;
}
.toc-entry a:hover {
  color: #007bff;
  text-decoration: none;
}

.bd-sidebar {
  order: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bd-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  @supports (position: sticky) {
    .bd-sidebar {
      position: sticky;
      top: 4rem;
      z-index: 1000;
      height: calc(100vh - 4rem);
    }
  }
}
@media (min-width: 1200px) {
  .bd-sidebar {
    flex: 0 1 320px;
  }
}

.bd-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  @supports (position: sticky) {
    .bd-links {
      max-height: calc(100vh - 9rem);
      overflow-y: auto;
    }
  }
}
@media (min-width: 768px) {
  .bd-links {
    display: block !important;
  }
}

.bd-search {
  position: relative;
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bd-search .form-control:focus {
  border-color: #7952b3;
  box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
}

.bd-search-docs-toggle {
  line-height: 1;
  color: #212529;
}

.bd-sidenav {
  display: none;
}

.bd-toc-link {
  display: block;
  padding: 0.25rem 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.bd-toc-link:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

.bd-toc-item.active {
  margin-bottom: 1rem;
}
.bd-toc-item.active:not(:first-child) {
  margin-top: 1rem;
}
.bd-toc-item.active > .bd-toc-link {
  color: rgba(0, 0, 0, 0.85);
}
.bd-toc-item.active > .bd-toc-link:hover {
  background-color: transparent;
}
.bd-toc-item.active > .bd-sidenav {
  display: block;
}

.bd-sidebar .nav > li > a {
  display: block;
  padding: 0.25rem 1.5rem;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.65);
}

.bd-sidebar .nav > li > a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  background-color: transparent;
}

.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
}

.bd-footer {
  font-size: 85%;
  text-align: center;
  background-color: #f7f7f7;
}
.bd-footer a {
  font-weight: 500;
  color: #495057;
}
.bd-footer a:hover, .bd-footer a:focus {
  color: #007bff;
}
.bd-footer p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .bd-footer {
    text-align: left;
  }
}

.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem;
}
.bd-footer-links li {
  display: inline-block;
}
.bd-footer-links li + li {
  margin-left: 1rem;
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}

.example-container {
  width: 800px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.example-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.example-content-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .example-content-main {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .example-content-main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.example-content-secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .example-content-secondary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .example-content-secondary {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.bd-example-container {
  min-width: 16rem;
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
}

.bd-example-container-header {
  height: 3rem;
  margin-bottom: 0.5rem;
  background-color: white;
  border-radius: 0.25rem;
}

.bd-example-container-sidebar {
  float: right;
  width: 4rem;
  height: 8rem;
  background-color: #80bdff;
  border-radius: 0.25rem;
}

.bd-example-container-body {
  height: 8rem;
  margin-right: 4.5rem;
  background-color: #957bbe;
  border-radius: 0.25rem;
}

.bd-example-container-fluid {
  max-width: none;
}

.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #f8f9fa;
  border-width: 0.2rem 0 0;
}
.bd-example::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 576px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}
.bd-example + .highlight,
.bd-example + .clipboard + .highlight {
  margin-top: 0;
}
.bd-example + p {
  margin-top: 2rem;
}
.bd-example .pos-f-t {
  position: relative;
  margin: -1rem;
}
@media (min-width: 576px) {
  .bd-example .pos-f-t {
    margin: -1.5rem;
  }
}
.bd-example .custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir";
}
.bd-example > .form-control + .form-control {
  margin-top: 0.5rem;
}
.bd-example > .nav + .nav,
.bd-example > .alert + .alert,
.bd-example > .navbar + .navbar,
.bd-example > .progress + .progress,
.bd-example > .progress + .btn {
  margin-top: 1rem;
}
.bd-example > .dropdown-menu:first-child {
  position: static;
  display: block;
}
.bd-example > .form-group:last-child {
  margin-bottom: 0;
}
.bd-example > .close {
  float: none;
}

.bd-example-type .table .type-info {
  color: #999;
  vertical-align: middle;
}
.bd-example-type .table td {
  padding: 1rem 0;
  border-color: #eee;
}
.bd-example-type .table tr:first-child td {
  border-top: 0;
}
.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.bd-example-bg-classes p {
  padding: 1rem;
}

.bd-example > img + img {
  margin-left: 0.5rem;
}

.bd-example > .btn-group {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.bd-example > .btn-toolbar + .btn-toolbar {
  margin-top: 0.5rem;
}

.bd-example-control-sizing select,
.bd-example-control-sizing input[type=text] + input[type=text] {
  margin-top: 0.5rem;
}

.bd-example-form .input-group {
  margin-bottom: 0.5rem;
}

.bd-example > textarea.form-control {
  resize: vertical;
}

.bd-example > .list-group {
  max-width: 400px;
}

.bd-example .fixed-top,
.bd-example .sticky-top {
  position: static;
  margin: -1rem -1rem 1rem;
}
.bd-example .fixed-bottom {
  position: static;
  margin: 1rem -1rem -1rem;
}
@media (min-width: 576px) {
  .bd-example .fixed-top,
.bd-example .sticky-top {
    margin: -1.5rem -1.5rem 1rem;
  }
  .bd-example .fixed-bottom {
    margin: 1rem -1.5rem -1.5rem;
  }
}

.bd-example .pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal {
  z-index: 1072;
}
.modal .tooltip,
.modal .popover {
  z-index: 1073;
}

.modal-backdrop {
  z-index: 1071;
}

.bd-example-modal {
  background-color: #fafafa;
}
.bd-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.bd-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}

.bd-example-tabs .nav-tabs {
  margin-bottom: 1rem;
}

.bd-example-popover-static {
  padding-bottom: 1.5rem;
  background-color: #f9f9f9;
}
.bd-example-popover-static .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 1.25rem;
}

.tooltip-demo a {
  white-space: nowrap;
}

.bd-example-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}

.bd-example-border-utils [class^=border] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f5f5;
}

.bd-example-border-utils-0 [class^=border] {
  border: 1px solid #dee2e6;
}

.highlight {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 576px) {
  .highlight {
    padding: 1.5rem;
  }
}

.bd-content .highlight {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .bd-content .highlight {
    margin-right: 0;
    margin-left: 0;
  }
}

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #212529;
}

.btn-bd-primary {
  font-weight: 500;
  color: #7952b3;
  border-color: #7952b3;
}
.btn-bd-primary:hover, .btn-bd-primary:active {
  color: #fff;
  background-color: #7952b3;
  border-color: #7952b3;
}
.btn-bd-primary:focus {
  box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
}

.btn-bd-download {
  font-weight: 500;
  color: #ffe484;
  border-color: #ffe484;
}
.btn-bd-download:hover, .btn-bd-download:active {
  color: #2a2730;
  background-color: #ffe484;
  border-color: #ffe484;
}
.btn-bd-download:focus {
  box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.25);
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-info h4 {
  color: #5bc0de;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-warning h4 {
  color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-danger h4 {
  color: #d9534f;
}

.bd-examples .img-thumbnail {
  margin-bottom: 0.75rem;
}

.bd-examples h4 {
  margin-bottom: 0.25rem;
}

.bd-examples p {
  margin-bottom: 1.25rem;
}

@media (max-width: 480px) {
  .bd-examples {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .bd-examples > [class^=col-] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.bd-browser-bugs td p {
  margin-bottom: 0;
}
.bd-browser-bugs th:first-child {
  width: 18%;
}

.bd-brand-logos {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  color: #563d7c;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}

.bd-brand-item {
  padding: 4rem 0;
  text-align: center;
}

.bd-brand-item + .bd-brand-item {
  border-top: 1px solid #fff;
}

.bd-brand-logos .inverse {
  color: #fff;
  background-color: #563d7c;
}

.bd-brand-item h1,
.bd-brand-item h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.bd-brand-item .bd-booticon {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bd-brand-item {
    display: table-cell;
    width: 1%;
  }

  .bd-brand-item + .bd-brand-item {
    border-top: 0;
    border-left: 1px solid #fff;
  }

  .bd-brand-item h1 {
    font-size: 4rem;
  }
}
.color-swatches {
  margin: 0 -5px;
  overflow: hidden;
}

.color-swatch {
  float: left;
  width: 4rem;
  height: 4rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .color-swatch {
    width: 6rem;
    height: 6rem;
  }
}

.color-swatches .bd-purple {
  background-color: #563d7c;
}
.color-swatches .bd-purple-light {
  background-color: #cbbde2;
}
.color-swatches .bd-purple-lighter {
  background-color: #e5e1ea;
}
.color-swatches .bd-gray {
  background-color: #f9f9f9;
}

.swatch-blue {
  color: #fff;
  background-color: #007bff;
}

.swatch-indigo {
  color: #fff;
  background-color: #6610f2;
}

.swatch-purple {
  color: #fff;
  background-color: #6f42c1;
}

.swatch-pink {
  color: #fff;
  background-color: #e83e8c;
}

.swatch-red {
  color: #fff;
  background-color: #dc3545;
}

.swatch-orange {
  color: #212529;
  background-color: #fd7e14;
}

.swatch-yellow {
  color: #212529;
  background-color: #ffc107;
}

.swatch-green {
  color: #fff;
  background-color: #28a745;
}

.swatch-teal {
  color: #fff;
  background-color: #20c997;
}

.swatch-cyan {
  color: #fff;
  background-color: #17a2b8;
}

.swatch-white {
  color: #212529;
  background-color: #fff;
}

.swatch-gray {
  color: #fff;
  background-color: #6c757d;
}

.swatch-gray-dark {
  color: #fff;
  background-color: #343a40;
}

.swatch-primary {
  color: #fff;
  background-color: #007bff;
}

.swatch-secondary {
  color: #fff;
  background-color: #6c757d;
}

.swatch-success {
  color: #fff;
  background-color: #28a745;
}

.swatch-info {
  color: #fff;
  background-color: #17a2b8;
}

.swatch-warning {
  color: #212529;
  background-color: #ffc107;
}

.swatch-danger {
  color: #fff;
  background-color: #dc3545;
}

.swatch-light {
  color: #212529;
  background-color: #f8f9fa;
}

.swatch-dark {
  color: #fff;
  background-color: #343a40;
}

.swatch-100 {
  color: #212529;
  background-color: #f8f9fa;
}

.swatch-200 {
  color: #212529;
  background-color: #e9ecef;
}

.swatch-300 {
  color: #212529;
  background-color: #dee2e6;
}

.swatch-400 {
  color: #212529;
  background-color: #ced4da;
}

.swatch-500 {
  color: #212529;
  background-color: #adb5bd;
}

.swatch-600 {
  color: #fff;
  background-color: #6c757d;
}

.swatch-700 {
  color: #fff;
  background-color: #495057;
}

.swatch-800 {
  color: #fff;
  background-color: #343a40;
}

.swatch-900 {
  color: #fff;
  background-color: #212529;
}

.bd-clipboard {
  position: relative;
  display: none;
  float: right;
}
.bd-clipboard + .highlight {
  margin-top: 0;
}

.btn-clipboard {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 75%;
  color: #818a91;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}
.btn-clipboard:hover {
  color: #fff;
  background-color: #027de7;
}

@media (min-width: 768px) {
  .bd-clipboard {
    display: block;
  }
}
.hll {
  background-color: #ffc;
}

.c {
  color: #999;
}

.k {
  color: #069;
}

.o {
  color: #555;
}

.cm {
  color: #999;
}

.cp {
  color: #099;
}

.c1 {
  color: #999;
}

.cs {
  color: #999;
}

.gd {
  background-color: #fcc;
  border: 1px solid #c00;
}

.ge {
  font-style: italic;
}

.gr {
  color: #f00;
}

.gh {
  color: #030;
}

.gi {
  background-color: #cfc;
  border: 1px solid #0c0;
}

.go {
  color: #aaa;
}

.gp {
  color: #009;
}

.gu {
  color: #030;
}

.gt {
  color: #9c6;
}

.kc {
  color: #069;
}

.kd {
  color: #069;
}

.kn {
  color: #069;
}

.kp {
  color: #069;
}

.kr {
  color: #069;
}

.kt {
  color: #078;
}

.m {
  color: #f60;
}

.s {
  color: #d44950;
}

.na {
  color: #4f9fcf;
}

.nb {
  color: #366;
}

.nc {
  color: #0a8;
}

.no {
  color: #360;
}

.nd {
  color: #99f;
}

.ni {
  color: #999;
}

.ne {
  color: #c00;
}

.nf {
  color: #c0f;
}

.nl {
  color: #99f;
}

.nn {
  color: #0cf;
}

.nt {
  color: #2f6f9f;
}

.nv {
  color: #033;
}

.ow {
  color: #000;
}

.w {
  color: #bbb;
}

.mf {
  color: #f60;
}

.mh {
  color: #f60;
}

.mi {
  color: #f60;
}

.mo {
  color: #f60;
}

.sb {
  color: #c30;
}

.sc {
  color: #c30;
}

.sd {
  font-style: italic;
  color: #c30;
}

.s2 {
  color: #c30;
}

.se {
  color: #c30;
}

.sh {
  color: #c30;
}

.si {
  color: #a00;
}

.sx {
  color: #c30;
}

.sr {
  color: #3aa;
}

.s1 {
  color: #c30;
}

.ss {
  color: #fc3;
}

.bp {
  color: #366;
}

.vc {
  color: #033;
}

.vg {
  color: #033;
}

.vi {
  color: #033;
}

.il {
  color: #f60;
}

.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999;
}

.language-bash::before,
.language-sh::before {
  color: #009;
  content: "$ ";
  user-select: none;
}

.language-powershell::before {
  color: #009;
  content: "PM> ";
  user-select: none;
}

.anchorjs-link {
  font-weight: 400;
  color: rgba(0, 123, 255, 0.5);
  transition: color 0.16s linear;
}
.anchorjs-link:hover {
  color: #007bff;
  text-decoration: none;
}

.algolia-autocomplete {
  display: block !important;
  flex: 1;
}
.algolia-autocomplete .ds-dropdown-menu {
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0.75rem 0 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
@media (min-width: 768px) {
  .algolia-autocomplete .ds-dropdown-menu {
    width: 175%;
  }
}
.algolia-autocomplete .ds-dropdown-menu::before {
  display: none !important;
}
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
  padding: 0 !important;
  overflow: visible !important;
  background-color: transparent !important;
  border: 0 !important;
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
  margin-top: 0 !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion {
  padding: 0 !important;
  overflow: visible !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
  padding: 0.125rem 1rem !important;
  margin-top: 0 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #7952b3 !important;
  border-bottom: 0 !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
  float: none !important;
  padding-top: 0 !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  text-align: left !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--content {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--content::before {
  display: none !important;
}
.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
  padding-top: 0.75rem !important;
  margin-top: 0.75rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column {
  display: none !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--title {
  display: block;
  padding: 0.25rem 1rem !important;
  margin-bottom: 0 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--text {
  padding: 0 1rem 0.5rem !important;
  margin-top: -0.25rem;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.25 !important;
}
.algolia-autocomplete .algolia-docsearch-footer {
  float: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0.75rem 1rem 0;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  color: #767676 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.algolia-autocomplete .algolia-docsearch-footer--logo {
  display: inline !important;
  overflow: visible !important;
  color: inherit !important;
  text-indent: 0 !important;
  background: none !important;
}
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  color: #5f2dab;
  background-color: rgba(154, 132, 187, 0.12);
}
.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
  box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
}
.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
  background-color: rgba(208, 189, 236, 0.15) !important;
}

/*!
 * Bootstrap Table of Contents v1.0.0 (http://afeld.github.io/bootstrap-toc/)
 * Copyright 2015 Aidan Feldman
 * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */
/* modified from https://github.com/twbs/bootstrap/blob/94b4076dd2efba9af71f0b18d4ee4b163aa9e0dd/docs/assets/css/src/docs.css#L548-L601 */
/* All levels of nav */
nav[data-toggle=toc] .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}

nav[data-toggle=toc] .nav > li > a:hover,
nav[data-toggle=toc] .nav > li > a:focus {
  padding-left: 19px;
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #563d7c;
}

nav[data-toggle=toc] .nav-link.active,
nav[data-toggle=toc] .nav-link.active:hover,
nav[data-toggle=toc] .nav-link.active:focus {
  padding-left: 18px;
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-left: 2px solid #563d7c;
}

/* Nav: second level (shown on .active) */
nav[data-toggle=toc] .nav-link + ul {
  display: none;
  /* Hide by default, but at >768px, show it */
  padding-bottom: 10px;
}

nav[data-toggle=toc] .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: normal;
}

nav[data-toggle=toc] .nav .nav > li > a:hover,
nav[data-toggle=toc] .nav .nav > li > a:focus {
  padding-left: 29px;
}

nav[data-toggle=toc] .nav .nav > li > .active,
nav[data-toggle=toc] .nav .nav > li > .active:hover,
nav[data-toggle=toc] .nav .nav > li > .active:focus {
  padding-left: 28px;
  font-weight: 500;
}

nav[data-toggle=toc] .nav-link.active + ul {
  display: block;
}

@font-face {
  font-family: "Gotham-Light";
  font-style: normal;
  src: local("../fonts/Gotham/Gotham-Light.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Light.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  src: local("../fonts/Gotham/Gotham-Book.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Medium";
  src: local("../fonts/Gotham/Gotham-Medium.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  src: local("../fonts/Gotham/Gotham-Bold.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Medium.woff") format("woff");
}
@font-face {
  font-family: "Monaco";
  font-style: normal;
  src: local("../fonts/monaco/Monaco.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/monaco/Monaco.woff") format("woff");
}
.btn {
  cursor: pointer;
  background: #00a2ff;
  color: #FFF;
  padding: 12px 24px;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #FFF;
  background: #0091e6;
  outline: none;
  outline-offset: 0;
}
.btn:hover {
  color: #FFF;
  background: #32b4ff;
}
.btn.disable {
  padding: 10px 45px;
  border: 1px solid #f2f2f2;
  background: #E9E9E9;
}
.btn.disable span {
  color: #cdd4d8;
}

.primary-btn {
  cursor: pointer;
  border: 0;
  color: #FFF;
  padding: 14px 24px;
  text-transform: uppercase;
  background: #00a2ff;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  margin: 14px 0 14px 0;
  line-height: 1.2;
}
.primary-btn:focus, .primary-btn.focus, .primary-btn:active:focus, .primary-btn:active.focus, .primary-btn.active:focus, .primary-btn.active.focus {
  background: #0091e6;
  color: #FFF;
}
.primary-btn:hover {
  border: 0;
  color: #FFF;
  background: #32b4ff;
}
.primary-btn.btn-default[disabled] {
  color: #FFF;
  background: #E9E9E9;
}

.secondary-btn {
  cursor: pointer;
  border: 1px solid #00a2ff;
  color: #00a2ff;
  padding: 12px 24px;
  text-transform: uppercase;
  background: #FFF;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  line-height: 1.2;
}
.secondary-btn:focus, .secondary-btn.focus, .secondary-btn:active:focus, .secondary-btn:active.focus, .secondary-btn.active:focus, .secondary-btn.active.focus {
  background: #FFF;
  color: #00a2ff;
}
.secondary-btn:hover {
  background: #FFF;
  color: #00a2ff;
}
.secondary-btn.btn-default[disabled] {
  color: #FFF;
  background: #E9E9E9;
}

html, body {
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  font-size: 14px;
  color: #444C56;
  line-height: 28px;
}
@media print {
  html .no-print, html .no-print *, body .no-print, body .no-print * {
    display: none !important;
  }
}

body {
  background-color: #00385b;
}

ul li {
  list-style: none;
}

b, strong {
  font-family: "Gotham-Bold";
  font-weight: 700;
}

label {
  margin-bottom: 0;
  line-height: 1.2;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #00a2ff;
  /*@include GothamBook();*/
  outline: 0 !important;
  text-decoration: none !important;
}
a:hover {
  color: #32b4ff;
}

h1 {
  color: #444C56;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
}

h2 {
  color: #444C56;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
}

h3 {
  color: #444C56;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

h4 {
  color: #444C56;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

h5 {
  color: #444C56;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

h6 {
  color: #444C56;
  font-family: "Gotham-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

p {
  color: #444C56;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}

.events-button {
  font-size: 16px;
}

hr {
  border-color: #dddddd;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: 0 none;
}

pre {
  -moz-tab-size: 4;
  /* Firefox 4+ */
  -o-tab-size: 4;
  /* Opera 11.5 & 12.1 only */
  tab-size: 4;
  /* Chrome 21+, Safari 6.1+, Opera 15+ */
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.mlxl {
  margin-left: 20px;
}

.mll {
  margin-left: 15px;
}

.mlm {
  margin-left: 10px;
}

.mls {
  margin-left: 5px;
}

.mrxl {
  margin-right: 20px;
}

.mrl {
  margin-right: 15px;
}

.mrm {
  margin-right: 10px;
}

.mrs {
  margin-right: 5px;
}

.mtxl {
  margin-top: 20px;
}

.mtl {
  margin-top: 15px;
}

.mtm {
  margin-top: 10px;
}

.mts {
  margin-top: 5px;
}

.mbxl {
  margin-bottom: 20px;
}

.mbl {
  margin-bottom: 15px;
}

.mbm {
  margin-bottom: 10px;
}

.mbs {
  margin-bottom: 5px;
}

.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.plxl {
  padding-left: 20px;
}

.pll {
  padding-left: 15px;
}

.plm {
  padding-left: 10px;
}

.pls {
  padding-left: 5px;
}

.prxl {
  padding-right: 20px;
}

.prl {
  padding-right: 15px;
}

.prm {
  padding-right: 10px;
}

.prs {
  padding-right: 5px;
}

.ptxl {
  padding-top: 20px;
}

.ptl {
  padding-top: 15px;
}

.ptm {
  padding-top: 10px;
}

.pts {
  padding-top: 5px;
}

.pbxl {
  padding-bottom: 20px;
}

.pbl {
  margin-bottom: 15px;
}

.pbm {
  padding-bottom: 10px;
}

.pbs {
  padding-bottom: 5px;
}

.error {
  color: #00a2ff;
  font-size: 16px;
  text-shadow: none;
  font-weight: normal;
}

.hidden-elem {
  display: none;
}

code {
  padding: 2px 6px;
  border: 1px solid #e9edf0;
  color: #444C56;
  font-size: 14px;
  background-color: #fbfcfd;
  font-family: "Monaco";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  /*margin-right: 10px;*/
  line-height: 19px;
  display: inline-block;
}
code:last-child {
  margin-right: 0;
}
code .bracket {
  color: #444C56;
}
code a {
  color: #00a2ff;
}

.helpful-section {
  background: #f2f4f5;
  border: 1px solid #cdd4d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 21px 0;
  margin-top: 50px;
}
.helpful-section .txt {
  margin-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.helpful-section .txt span {
  color: #444C56;
  font-size: 20px;
}
.helpful-section .secondary-btn {
  color: #00a2ff;
  border: 1px solid #cdd4d8;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 25px;
  width: 120px;
  margin-right: 12px;
  font-size: 12px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  text-transform: uppercase;
}
.helpful-section .secondary-btn:last-child {
  margin-right: 0;
}
.helpful-section .secondary-btn:focus, .helpful-section .secondary-btn.focus {
  border: 1px solid #cdd4d8;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.alert-info {
  background-color: rgba(245, 166, 35, 0.14);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 24px;
}
.alert-info span {
  display: inline-block;
}

.alert {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
.alert p:last-child {
  margin-bottom: 0;
}

.tags-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0 0;
}
.tags-wrap .lbl {
  font-size: 12px;
  line-height: 15px;
  color: #9b9b9b;
  text-transform: uppercase;
}
.tags-wrap .tags-list {
  padding-left: 5px;
  margin-bottom: 0;
}
.tags-wrap li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #9b9b9b;
  background: #f2f4f5;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}

.custom-tabs .nav-tabs-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-bottom: 1px solid #ced4da;
}
.custom-tabs .nav-tabs {
  background-color: #FFF;
  padding: 0;
  border-bottom: 0;
}
.custom-tabs .nav-tabs li {
  font-size: 14px;
  line-height: 24px;
  list-style: none;
}
.custom-tabs .nav-tabs li .active {
  color: #00a2ff;
  font-family: "Gotham-Medium";
  font-weight: 500;
  border: 0;
  border-bottom: 2px solid #32b4ff;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.custom-tabs .nav-tabs a {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #444C56;
  padding: 12px 8px 12px;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.custom-tabs .nav-tabs a:hover {
  color: #00a2ff;
  border-color: #00a2ff;
  background: transparent;
}
.custom-tabs .tab-content {
  padding: 25px 0 0 0;
}
.custom-tabs .tab-content h5 {
  display: inline-block;
  color: #00a2ff;
  font-family: "Gotham-Medium";
  font-weight: 500;
  margin: 0;
}

.markdown-field-data {
  color: #444c56;
  line-height: 28px;
  font-size: 16px;
}
.markdown-field-data li {
  color: #444c56;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
}
.markdown-field-data p {
  color: #444c56;
  line-height: 28px;
  font-size: 16px;
}
.markdown-field-data .prettyprint p {
  margin-bottom: 0;
}
.markdown-field-data .alert {
  color: #444c56;
  line-height: 28px;
  font-size: 16px;
}
.markdown-field-data .alert li {
  color: #444c56;
  line-height: 28px;
  font-size: 16px;
}

.list-indent {
  margin-left: 40px !important;
  max-width: 98%;
  max-width: calc(100% - 40px) !important;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #FFF;
}

/*.container-fluid {
	background-color: $white;
}*/
.header-wrap {
  background: #FFF;
  position: sticky;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: 0 auto;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.header {
  background-color: #FFF;
  padding: 0 0 0 32px;
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.header .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 35%;
}
.header .logo a {
  background-image: url("../images/logo.png");
  width: 200px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .toggler-icon {
  color: #9caab2;
  font-size: 30px;
  cursor: pointer;
  padding: 18px 0;
}
.header .m-search-icon {
  cursor: pointer;
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/search-icon.svg");
  width: 17px;
  height: 19px;
  display: none;
  background-repeat: no-repeat;
}
.header .search-close {
  display: none;
}
.header .bd-sidebar {
  display: none !important;
}
.header .dwd-link {
  font-family: "Gotham-Medium";
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 60px;
}
.header .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .wrap .navbar-collapse {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.header .wrap .navbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .nav-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .bd-navbar-nav .nav-item {
  margin-right: 16px;
}
.header .bd-navbar-nav .nav-item > a {
  color: #444C56;
  font-size: 14px;
  padding: 17px 6px;
}
.header .bd-navbar-nav .nav-item > a:hover {
  color: #32b4ff;
}
.header .bd-navbar-nav .nav-item > a:focus {
  color: inherit;
}
.header .bd-navbar-nav .nav-item > a.active {
  color: #444C56;
  border-bottom: 2px solid #32b4ff;
}
.header .bd-navbar-nav .nav-item > a.active:hover {
  color: #32b4ff;
}
.header .bd-navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.header .bd-navbar-nav .nav-item .r-arrow {
  display: none;
}
.header .actions-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .search-box {
  border-left: 1px solid #cdd4d8;
  height: 64px;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 15px;
  padding-left: 15px;
  min-width: 300px;
  position: relative;
}
.header .search-box .form-control {
  color: #444C56;
  border: 0;
  border-radius: 0;
  transition: inherit;
  font-size: 14px;
  padding-left: 26px;
}
.header .search-box .form-control::-moz-placeholder {
  color: #cdd4d8;
  opacity: 1;
}
.header .search-box .form-control:-ms-input-placeholder {
  color: #cdd4d8;
}
.header .search-box .form-control::-webkit-input-placeholder {
  color: #cdd4d8;
}
.header .search-box .form-control:focus {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  transition: inherit;
}
.header .search-box .btn-submit {
  background: transparent;
  border: none;
  position: absolute;
  top: 21px;
  left: 17px;
  height: 22px;
  color: #838E95;
  padding-left: 2px;
  padding-right: 0;
}
.header .search-box .btn-submit:focus {
  outline: none;
}
.header .search-box .btn-submit .fa-search {
  color: #cdd4d8;
}
.header .search-box .btn-submit .search-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/search-icon.svg");
  width: 17px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
}
.header .search-content {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
}
.header .search-content .search-content-inner {
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  min-width: 240px;
  border: 1px solid #cdd4d8;
  padding: 15px;
  position: relative;
}
.header .search-content .search-content-inner:after, .header .search-content .search-content-inner:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header .search-content .search-content-inner:after {
  border-color: transparent;
  border-bottom-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}
.header .search-content .search-content-inner:before {
  border-color: transparent;
  border-bottom-color: #cdd4d8;
  border-width: 11px;
  margin-left: -11px;
}
.header .search-content .inner-scroll {
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .search-content .categories {
  border-bottom: 2px solid #cdd4d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header .search-content .categories:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.header .search-content .lbl {
  color: #9caab2;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 8px;
}
.header .search-content ul {
  padding: 0;
  margin: 0;
}
.header .search-content li {
  font-size: 14px;
  line-height: 24px;
  margin: 0 -15px;
  padding: 0 25px;
}
.header .search-content li:hover {
  background-color: #e0e8ec;
}

.footer {
  color: #FFF;
  background-color: #00385b;
  min-height: 100px;
}
.footer p {
  color: #FFF;
  font-size: 14px;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer-logo {
  display: inline-block;
}
.footer .footer-info {
  padding: 25px 32px;
}
.footer .footer-info .info {
  max-width: 400px;
}
.footer .footer-info h5 {
  color: #FFF;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.footer .footer-info .links-list li {
  margin-bottom: 10px;
  line-height: 24px;
}
.footer .footer-info .links-list a {
  color: #9caab2;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.footer .footer-info .links-list a:hover {
  color: #00a2ff;
}
.footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer ul li {
  font-size: 14px;
}
.footer .social-links li {
  display: inline-block;
  margin-right: 5px;
}
.footer .social-links .social-icon {
  border: 1px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.footer .social-links img {
  height: 32px;
  width: 32px;
}
.footer .social-links .fa {
  color: #FFF;
}
.footer .inner {
  border-top: 1px solid #3e6782;
  padding: 0 32px;
}
.footer .inner .dwd-studio-link {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.footer .inner .dwd-studio-link span {
  vertical-align: middle;
}
.footer .inner .dwd-studio-link img {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.footer .inner .r-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  border-left: 1px solid #3e6782;
  padding-left: 30px;
  font-size: 14px;
}
.footer .inner .r-links .online-friends {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.footer .inner .r-links a {
  color: #fff;
}
.footer .inner .r-links .user-img img {
  width: 30px;
  height: 30px;
}

.bd-sidebar-wrap {
  background: #f8f8f8;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.bd-sidebar-wrap .flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.bd-sidebar-wrap .toggle-sidebar {
  border-bottom: 1px solid #cdd4d8;
  display: block;
}
.bd-sidebar-wrap .toggle-sidebar .arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.bd-sidebar-wrap .toggle-sidebar .arrow-r {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/collapse-right-icon.svg");
}
.bd-sidebar-wrap .toggle-sidebar .arrow-l {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/collapse-left-icon.svg");
}
.bd-sidebar-wrap .toggle-sidebar .txt {
  vertical-align: middle;
}
.bd-sidebar-wrap .toggle-sidebar a {
  color: #444C56;
  padding: 10px 32px 8px 32px;
  display: block;
  text-transform: uppercase;
}
.bd-sidebar-wrap .toggle-sidebar.sm-toggle {
  display: none;
}
.bd-sidebar-wrap .slide-sidebar {
  min-width: 277px;
  max-width: 277px;
  margin-right: 0;
}
.bd-sidebar-wrap.collapsed-sidebar .sm-toggle {
  cursor: pointer;
  padding: 0;
  display: block;
  order: 2;
  margin-right: 0;
  border-bottom: 0;
}
.bd-sidebar-wrap.collapsed-sidebar .sm-toggle a {
  padding: 13px 15px;
  border-bottom: 1px solid #cdd4d8;
  display: block;
  line-height: 1.5;
}
.bd-sidebar-wrap .search-box-wrap .btn-submit .search-icon {
  background-image: url("../images/filter-icon.png");
  width: 22px;
  height: 20px;
}
.bd-sidebar-wrap .nav-tabs {
  border-bottom: 1px solid #cdd4d8;
  margin: 0 32px;
}
.bd-sidebar-wrap .nav-tabs li {
  line-height: 16px;
}
.bd-sidebar-wrap .nav-tabs li a {
  color: #9b9b9b;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 12px;
  padding: 4px 21px;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
}
.bd-sidebar-wrap .nav-tabs li:hover a {
  color: #444C56;
}
.bd-sidebar-wrap .nav-tabs li:last-child a {
  margin-right: 0;
}
.bd-sidebar-wrap .nav-tabs li .active {
  color: #444C56;
  border-bottom: 2px solid #32b4ff;
}
.bd-sidebar-wrap .bd-sidebar .bd-links .bd-toc-item-wrap:first-child {
  margin-top: 10px;
}

.no-slide .slide-sidebar .toggle-sidebar {
  display: none;
}

.bd-sidebar {
  background: #f8f8f8;
  border: 0;
  flex-basis: inherit;
  flex-shrink: inherit;
  flex-grow: inherit;
}
.bd-sidebar .bd-search {
  border-bottom: none;
  padding: 32px 32px 0 32px;
  margin: 0;
}
.bd-sidebar .bd-search input:focus {
  border-color: #32b4ff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.bd-sidebar .back-icon {
  display: none;
}
.bd-sidebar .bd-links {
  padding-top: 0;
  margin: 0;
}
.bd-sidebar .bd-links .bd-toc-item-wrap:first-child {
  margin-top: 40px;
}
.bd-sidebar .bd-toc-link {
  color: #444C56;
  font-size: 14px;
  line-height: 34px;
  padding: 0 32px;
  text-transform: uppercase;
  transition: 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bd-sidebar .bd-toc-link .rotate-icon {
  color: #9caab2;
  font-size: 20px;
}
.bd-sidebar .bd-toc-link .fa-angle-down {
  vertical-align: middle;
  margin-right: 12px;
}
.bd-sidebar .bd-toc-link span {
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bd-sidebar .has-open .bd-toc-link .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bd-sidebar .bd-toc-item-wrap {
  margin-bottom: 28px;
}
.bd-sidebar .bd-toc-heading {
  color: #9caab2;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  border-bottom: 1px solid #cdd4d8;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 5px;
}
.bd-sidebar .bd-toc-item {
  margin-bottom: 5px;
}
.bd-sidebar .bd-toc-item .active {
  background-color: #e0e8ec;
}
.bd-sidebar .bd-toc-item .sub-nav {
  margin: 5px 0 0;
  padding: 0;
}
.bd-sidebar .bd-toc-item .sub-nav li {
  line-height: 1.2;
}
.bd-sidebar .bd-toc-item .sub-nav a {
  display: block;
  color: #444C56;
  font-size: 14px;
  padding: 8px 20px 8px 75px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bd-sidebar .bd-toc-item .sub-nav a:hover {
  background-color: #e0e8ec;
}
.bd-sidebar .bd-toc-item .sub-nav.sub-nav-top-level a {
  padding-left: 32px;
}

.search-box-wrap {
  position: relative;
  width: 100%;
}
.search-box-wrap input {
  color: #444C56;
  font-size: 13px;
  padding-right: 30px;
  min-height: 33px;
}
.search-box-wrap input::-moz-placeholder {
  color: #cdd4d8;
  opacity: 1;
}
.search-box-wrap input:-ms-input-placeholder {
  color: #cdd4d8;
}
.search-box-wrap input::-webkit-input-placeholder {
  color: #cdd4d8;
}
.search-box-wrap input:focus {
  border-color: #32b4ff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.search-box-wrap .btn-submit {
  background: transparent;
  border: none;
  position: absolute;
  top: 7px;
  right: 10px;
  height: 22px;
  color: #838E95;
  padding-left: 2px;
  padding-right: 0;
}
.search-box-wrap .btn-submit:focus {
  outline: none;
}
.search-box-wrap .btn-submit .search-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/search-icon.svg");
  width: 17px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
}

.code-block {
  border: 1px solid #c6d1d8;
  margin: 12px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.code-block.dark-theme .expandable-area .expanded-button .theme-icons .light-theme-icon:before {
  background-color: #667580;
}
.code-block .expandable-area {
  display: flex;
  position: absolute;
  float: right;
  top: 4px;
  right: 18px;
  z-index: 1;
  height: 26px;
  width: 26px;
  margin: auto;
  direction: rtl;
  border-radius: 5px;
  transition: width, 0.1s;
  -webkit-transition: width, 0.1s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.code-block .expandable-area:hover {
  width: 87px;
}
.code-block .expandable-area .expanded-button {
  height: 29px;
  display: block;
  width: 29px;
  margin-right: 0px;
  padding: 5px;
}
.code-block .expandable-area .expanded-button:hover {
  background: rgba(90, 90, 90, 0.7);
  color: white;
}
.code-block .expandable-area .expanded-button:hover .expand-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Ctitle%3EExpand_icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols'%3E%3Cg id='Table-header-dark' transform='translate(-720.000000, -10.000000)'%3E%3Cg id='Expand_icon_light' transform='translate(720.000000, 10.000000)'%3E%3Cg id='external-link' transform='translate(1.000000, 1.000000)'%3E%3Cpath id='Shape' class='st0' d='M14,10.5v5.6c0,1-0.8,1.9-1.9,1.9H1.9c-1,0-1.9-0.8-1.9-1.9V5.9C0,4.8,0.8,4,1.9,4h5.6'/%3E%3Cpolyline id='Shape_1_' class='st0' points='13,0 18,0 18,5 '/%3E%3Cpath id='Shape_2_' class='st0' d='M8.8,9.2L18,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.code-block .expandable-area .expanded-button:hover .copy-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Ctitle%3ECopy Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols'%3E%3Cg id='Table-bottom-dark' transform='translate(-12.000000, -10.000000)'%3E%3Cg id='Copy_icon' transform='translate(12.000000, 10.000000)'%3E%3Cg id='copy' transform='translate(7.000000, 7.000000)'%3E%3Cpath id='Rectangle-path' class='st0' d='M2,0h8c1.1,0,2,0.9,2,2v8c0,1.1-0.9,2-2,2H2c-1.1,0-2-0.9-2-2V2C0,0.9,0.9,0,2,0z'/%3E%3C/g%3E%3Cpath id='Rectangle-path-Copy' class='st0' d='M3,13c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h8c1.1,0,2,0.9,2,2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.code-block .expandable-area .expanded-button:hover .theme-icons {
  margin: 0 auto;
  border-color: #FFF;
}
.code-block .expandable-area .expanded-button:hover .theme-icons .light-theme-icon:before {
  background-color: #FFF;
}
.code-block .expandable-area .expanded-button:hover .theme-icons .dark-theme-icon:before {
  background-color: #FFF;
}
.code-block .expandable-area .expanded-button div {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  float: right;
}
.code-block .expandable-area .expanded-button .copy-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23667580;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Ctitle%3ECopy Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols'%3E%3Cg id='Table-bottom-dark' transform='translate(-12.000000, -10.000000)'%3E%3Cg id='Copy_icon' transform='translate(12.000000, 10.000000)'%3E%3Cg id='copy' transform='translate(7.000000, 7.000000)'%3E%3Cpath id='Rectangle-path' class='st0' d='M2,0h8c1.1,0,2,0.9,2,2v8c0,1.1-0.9,2-2,2H2c-1.1,0-2-0.9-2-2V2C0,0.9,0.9,0,2,0z'/%3E%3C/g%3E%3Cpath id='Rectangle-path-Copy' class='st0' d='M3,13c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h8c1.1,0,2,0.9,2,2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.code-block .expandable-area .expanded-button .expand-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2366757F;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Ctitle%3EExpand_icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols'%3E%3Cg id='Table-header-dark' transform='translate(-720.000000, -10.000000)'%3E%3Cg id='Expand_icon_light' transform='translate(720.000000, 10.000000)'%3E%3Cg id='external-link' transform='translate(1.000000, 1.000000)'%3E%3Cpath id='Shape' class='st0' d='M14,10.5v5.6c0,1-0.8,1.9-1.9,1.9H1.9c-1,0-1.9-0.8-1.9-1.9V5.9C0,4.8,0.8,4,1.9,4h5.6'/%3E%3Cpolyline id='Shape_1_' class='st0' points='13,0 18,0 18,5 '/%3E%3Cpath id='Shape_2_' class='st0' d='M8.8,9.2L18,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: scale(1, -1);
}
.code-block .expandable-area .expanded-button .expand-button.retract {
  transform: scale(1, 1);
}
.code-block .expandable-area .expanded-button .theme-icons {
  border-color: #667580;
  background-color: #667580;
}
.code-block .expandable-area .expanded-button .theme-icons .light-theme-icon:before {
  background-color: #ccc;
}
.code-block .text {
  width: 100%;
}
.code-block .prettyprint.expanded {
  max-height: 3000px;
  transition: max-height 0.5s ease-in;
}
.code-block .prettyprint {
  background-color: transparent;
  border-left: 0 !important;
  border-right: 0 !important;
  margin-bottom: 0;
  padding: 0;
  max-height: 400px;
  transition: max-height 0.15s ease-out;
  overflow-y: auto;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}
.code-block .prettyprint ol {
  position: relative;
  margin-bottom: 0;
  padding-left: 53px;
  /*counter-reset: list;*/
  /*list-style: none;*/
}
.code-block .prettyprint ol li {
  /*counter-increment: list;*/
  position: relative;
  padding: 5px 0px 5px 0px;
  word-wrap: break-word;
  /*list-style-type: none;*/
  /*&:before {
  	content: counter(list);
     right: 100%;
     margin-right: 12px;
  			position: absolute;
  }*/
}
.code-block .prettyprint ol li span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.code-block .prettyprint ol li span:first-child {
  padding-left: 5px;
}
.code-block .prettyprint ol li span:first-child.highlighted {
  padding-left: 0px;
}
.code-block .prettyprint ol li span:last-child.highlighted {
  padding-right: 5px;
}
.code-block .prettyprint ol li:first-child {
  padding-top: 10px;
}
.code-block .prettyprint ol li:last-child {
  padding-bottom: 10px;
}
.code-block .prettyprint ol:before {
  content: "";
  border-left: 1px solid #c6d1d8;
  height: 100%;
  position: absolute;
  left: 45px;
}
.code-block .prettyprint .type span {
  color: #Fc1e70;
}
.code-block .prettyprint .int span {
  color: #82c700;
}
.code-block .prettyprint .nocode {
  color: #228B22;
}
.code-block .prettyprint[class*=linenums] ol li {
  list-style: decimal;
}
.code-block .prettyprint.no-lines ol {
  list-style: none;
  padding-left: 10px;
}
.code-block a.nav-item {
  text-transform: none;
}
.code-block a {
  color: #667580;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
}
.code-block .expand-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 6px 10px;
}
.code-block .inactive-link {
  pointer-events: none;
  cursor: default;
}
.code-block .actions-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 6px 10px;
}
.code-block .theme-name {
  vertical-align: middle;
  margin-right: 5px;
}
.code-block .light-theme-highlight {
  background-color: #ffec9f;
}
.code-block .dark-theme-highlight {
  background-color: #562c90;
}
.code-block .theme-icons {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #66757f;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  width: 20px;
  overflow: hidden;
}
.code-block .theme-icons .icon:before, .code-block .theme-icons .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.code-block .theme-icons .light-theme-icon:before {
  right: 20%;
  background-color: #FFF;
  bottom: 0;
}
.code-block .theme-icons .dark-theme-icon:after {
  left: 20%;
  background-color: #66757f;
  top: 0;
}
.code-block .txt {
  vertical-align: middle;
  margin: 0 5px;
}
.code-block .inline-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.code-block.light-theme {
  background-color: #FFF !important;
  color: #667580;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.code-block.light-theme .prettyprint {
  border-top: 1px solid #c6d1d8 !important;
  border-bottom: 1px solid #c6d1d8 !important;
}
.code-block.light-theme a {
  color: #667580;
}
.code-block.light-theme ol:before {
  border-color: #c6d1d8;
}
.code-block.light-theme li {
  color: #007f7f;
}
.code-block.light-theme .theme-icons {
  border-color: #66757f;
}
.code-block.light-theme .expand-collapse-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/expand-icon-dark.svg");
}
.code-block.light-theme .copy-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/copy-icon-dark.svg");
}
.code-block.dark-theme {
  background-color: #252525 !important;
  color: #FFF;
}
.code-block.dark-theme .prettyprint {
  border-top: 1px solid #4a4a4a !important;
  border-bottom: 1px solid #4a4a4a !important;
}
.code-block.dark-theme a {
  color: #FFF;
}
.code-block.dark-theme .dark-theme-icon:after {
  background-color: #252525;
}
.code-block.dark-theme ol:before {
  border-color: #4a4a4a;
}
.code-block.dark-theme li {
  color: #ffc600;
  background-color: #252525;
}
.code-block.dark-theme .theme-icons {
  border-color: #FFF;
}
.code-block.dark-theme .expand-collapse-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/expand-icon-white.svg");
}
.code-block.dark-theme .copy-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/copy-icon-white.svg");
}
.code-block.dark-theme .com {
  color: #666666;
}
.code-block.dark-theme .str {
  color: #adf195;
}
.code-block.dark-theme .kwd {
  color: #f86d7c;
}
.code-block.dark-theme .pun {
  color: #ccc;
}
.code-block.dark-theme .pln {
  color: #84d6f7;
}
.code-block.dark-theme ::-moz-selection {
  /* Code for Firefox */
  color: #999999;
  background: #2a2a2a;
}
.code-block.dark-theme ::selection {
  color: #999999;
  background: #2a2a2a;
}
.code-block .prettyprint.no-border {
  border-top: none !important;
  border-bottom: none !important;
}
.code-block .com {
  color: #007f09;
}
.code-block .str {
  color: #7f007f;
}
.code-block .kwd {
  color: #00007f;
}
.code-block .pun {
  color: #7f7f00;
}
.code-block ::-moz-selection {
  /* Code for Firefox */
  color: #FFF;
  background: #6ea1f1;
}
.code-block ::selection {
  color: #FFF;
  background: #6ea1f1;
}

.fullscreen-view {
  overflow-y: hidden;
}
.fullscreen-view.code-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.fullscreen-view .prettyprint {
  max-height: 90%;
}
.fullscreen-view .actions-panel {
  padding: 0;
  align-items: center;
}
.fullscreen-view .actions-panel .copy {
  margin: 7px 30px auto 10px;
}
.fullscreen-view.code-block.light-theme .expand-collapse-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/collapse-icon-dark.svg");
}
.fullscreen-view.code-block.dark-theme .expand-collapse-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/collapse-icon-light.svg");
}

.pagination-holder {
  text-align: center;
}
.pagination-holder a {
  color: #00a2ff !important;
  display: inline-block;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  margin-right: 10px;
  line-height: 24px;
}
.pagination-holder .jp-current {
  background: #00a2ff;
  color: #FFF !important;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.pagination-holder .jp-previous {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/l-arrow.svg");
  width: 25px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.pagination-holder .jp-previous.jp-disabled {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
}
.pagination-holder .jp-next {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/r-arrow.svg");
  width: 25px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.custom-select-box.select2-container .select2-choice {
  color: #66757f;
  background: #FFF;
  border: 1px solid #ccc;
  max-height: 32px;
  line-height: 14px;
  width: 230px;
  padding: 5px 7px;
  height: 30px;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.custom-select-box.select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}
.custom-select-box.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: 0;
  right: 10px;
}
.custom-select-box.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/down-arrow.png") no-repeat center center !important;
}

.custom-select-dropdown {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
}
.custom-select-dropdown .select2-results {
  display: block;
  color: #444C56;
  padding: 0;
  margin: 5px 0;
  line-height: 24px;
}
.custom-select-dropdown .select2-results .select2-result {
  color: #444C56;
}
.custom-select-dropdown .select2-results .select2-result.select2-highlighted {
  background-color: #f2f4f5;
}
.custom-select-dropdown .select2-results .select2-result:hover {
  background-color: #f2f4f5;
}
.custom-select-dropdown.select2-drop-active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.custom-dropdown.dropdown {
  margin: 8px 0;
}
.custom-dropdown.dropdown .btn {
  color: #66757f;
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  margin-right: 10px;
  max-height: 32px;
  line-height: 14px;
  width: 230px;
  padding: 5px 7px;
}
.custom-dropdown.dropdown .btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.custom-dropdown.dropdown .btn:after {
  content: none;
}
.custom-dropdown.dropdown .fa-angle-down {
  font-size: 18px;
  color: #999;
}
.custom-dropdown.dropdown .dropdown-menu {
  min-width: 230px;
  border-color: #cdd4d8;
  border-top: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 5px 0;
}
.custom-dropdown.dropdown .dropdown-menu li {
  line-height: 24px;
}
.custom-dropdown.dropdown .dropdown-menu a {
  display: block;
  color: #444C56;
  padding: 2px 7px;
}
.custom-dropdown.dropdown .dropdown-menu a:hover {
  background-color: #f2f4f5;
}

.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  z-index: 999992;
}
.modal-open .modal-backdrop {
  z-index: 999991;
}

.nav-tabs-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f2f2f2;
}
.nav-tabs-wrap .nav-tabs {
  background-color: #f2f2f2;
  padding: 0 15px;
  border-bottom: 0;
}
.nav-tabs-wrap .nav-tabs li.nav-item {
  font-size: 16px;
  line-height: 1.2;
  list-style: none;
  list-style-type: none !important;
}
.nav-tabs-wrap .nav-tabs li.nav-item .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #444C56 !important;
  padding: 12px 8px 12px;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs-wrap .nav-tabs li.nav-item .nav-link:hover, .nav-tabs-wrap .nav-tabs li.nav-item .nav-link:focus {
  border-color: #f2f2f2;
  color: #00a2ff !important;
  background: transparent;
}
.nav-tabs-wrap .nav-tabs li.nav-item .nav-link.active {
  border: 0;
  font-family: "Gotham-Medium";
  font-weight: 500;
  border-bottom: 2px solid #32b4ff;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.sub-pages h1 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 17px;
  word-wrap: break-word;
}
.sub-pages h2 {
  font-size: 24px;
  line-height: 36px;
  word-wrap: break-word;
}
.sub-pages h3 {
  font-size: 20px;
  line-height: 32px;
  word-wrap: break-word;
}
.sub-pages h4 {
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
}
.sub-pages h5, .sub-pages h6 {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.sub-pages .l-content {
  /*margin-right: 10px;*/
  /*max-width: 756px;*/
}

.home h2 {
  padding-top: 0;
  line-height: 56px;
  max-width: 80%;
}
.home .section {
  padding: 50px 0 0;
}
.home .section:first-child {
  padding-top: 0;
}
.home .section .section-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home .section .sm-title {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.home .section .learn-more {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "Gotham-Medium";
  font-weight: 500;
}
.home .pd-b {
  padding-bottom: 50px;
}
.home .home-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.featured-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 600px;
  overflow: hidden;
}
.featured-banner .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  width: 50%;
}
.featured-banner .column:nth-child(1) {
  margin-right: 4px;
}
.featured-banner .column:nth-child(2) {
  margin-left: 4px;
}
.featured-banner .column .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.featured-banner .column .item:nth-child(1) {
  margin-bottom: 3px;
}
.featured-banner .column .item:nth-child(2) {
  margin-top: 3px;
}
.featured-banner .column .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
}
.featured-banner .column .box-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  min-height: 295px;
}
.featured-banner .column.single-item .item {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.featured-banner .column.multiple-item .item {
  height: 50%;
}
.featured-banner .column img {
  width: 100%;
  height: 100%;
  display: block;
}
.featured-banner .item a {
  display: block;
  width: 100%;
}
.featured-banner .details {
  position: absolute;
  bottom: 0;
  color: #FFF;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 30px 5px 15px;
}
.featured-banner .details h2, .featured-banner .details h3, .featured-banner .details h4, .featured-banner .details h5 {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.featured-banner .details h3 {
  font-size: 24px;
  line-height: 36px;
}
.featured-banner .details p {
  color: #FFF;
  margin: 0 0 5px;
}
.featured-banner .details .desc {
  font-size: 16px;
  line-height: 28px;
}
.featured-banner .details .desc p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.featured-banner .details .img-category {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.news-n-announcements .img {
  width: 100%;
}
.news-n-announcements p {
  font-size: 14px;
  line-height: 24px;
}
.news-n-announcements h3 {
  color: #00a2ff;
  font-size: 30px;
  font-family: "Gotham-Medium";
  font-weight: 500;
}
.news-n-announcements .recent-announcements {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
}
.news-n-announcements .recent-announcements li {
  border-bottom: 1px solid #ccc;
  padding: 10px 25px 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.main-container code h3 {
  color: #00a2ff;
  font-size: 14px;
  font-family: "Monaco";
  font-weight: normal;
  line-height: 19px;
  /*display: inline-block;*/
  margin: 0;
}

.carousel.home-carousel-wrap .carousel-control-prev,
.carousel.home-carousel-wrap .carousel-control-next {
  top: calc(50% - 28px);
}

.focus-on-gameplay {
  background-color: #f2f2f2;
}
.focus-on-gameplay .card {
  text-align: center;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px #ccc;
  -moz-box-shadow: 0 0 15px #ccc;
  padding: 20px 10px;
  min-height: auto;
}
.focus-on-gameplay .card h4 {
  margin-bottom: 15px;
}

.parents-n-educators {
  padding-top: 50px;
  background: #f2f2f2;
}
.parents-n-educators .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.parents-n-educators .inner .wrap {
  max-width: 375px;
  margin-right: 60px;
}
.parents-n-educators .inner .wrap:last-child {
  margin-right: 0;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  bottom: inherit;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  top: calc(50% - 60px);
}
.carousel .carousel-control-prev {
  left: 25px;
}
.carousel .carousel-control-next {
  right: 25px;
}
.carousel .carousel-control-prev-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/arrow_l.svg");
  width: 15px;
  height: 25px;
  margin-left: -5px;
}
.carousel .carousel-control-prev-icon:focus {
  outline: none;
}
.carousel .carousel-control-next-icon {
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/arrow_r.svg");
  width: 15px;
  height: 25px;
  margin-right: -5px;
}
.carousel .carousel-control-next-icon:focus {
  outline: none;
}
.carousel .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.carousel .carousel-indicators li.active {
  background-color: #FFF;
}

.home-carousel-wrap .carousel-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  color: #FFF;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 19px 30px 19px 15px;
}
.home-carousel-wrap .carousel-details p {
  color: #FFF;
}
.home-carousel-wrap .carousel-details h2, .home-carousel-wrap .carousel-details h3, .home-carousel-wrap .carousel-details h4, .home-carousel-wrap .carousel-details h5, .home-carousel-wrap .carousel-details h6 {
  color: #FFF;
}
.home-carousel-wrap .l-details {
  width: 35%;
}
.home-carousel-wrap .r-details {
  text-align: right;
}
.home-carousel-wrap .r-details h5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Gotham-Medium";
  font-weight: 500;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.home-carousel-wrap .sm-title {
  font-size: 12px;
  line-height: 14px;
}
.home-carousel-wrap .play-btn {
  min-width: 280px;
}

.creators-stories-carousel .carousel-indicators {
  bottom: 0;
}
.creators-stories-carousel .carousel-indicators li {
  border: 1px solid #00a2ff;
}
.creators-stories-carousel .carousel-indicators li.active {
  background-color: #00a2ff;
}
.creators-stories-carousel .carousel-item {
  text-align: center;
}
.creators-stories-carousel .desc {
  padding-bottom: 60px;
}
.creators-stories-carousel .carousel-item-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.creators-stories-carousel .img-wrap {
  display: inline-block;
}
.creators-stories-carousel .img-wrap img {
  border: 1px solid #00a2ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  padding: 3px;
}
.creators-stories-carousel .img-wrap-square {
  display: inline-block;
}
.creators-stories-carousel .img-wrap-square img {
  width: 94px;
  height: 94px;
  padding: 3px;
}
.creators-stories-carousel h6 {
  margin: 10px 0 30px;
}
.creators-stories-carousel .carousel-control-prev,
.creators-stories-carousel .carousel-control-next {
  background-color: #cdd4d8;
}

.bd-toc-wrap {
  margin-top: 40px;
  order: 2;
}

.bd-toc {
  top: 120px;
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-left: 35px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  position: -webkit-sticky;
  min-height: 150px;
}
.bd-toc .flex-wrapper {
  position: relative;
}
.bd-toc .navbar-nav {
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  width: 200px;
}
.bd-toc .toggle-toc {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  display: inline-block;
  color: #00a0ff;
  font-size: 10px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  line-height: 24px;
  background: rgba(0, 162, 255, 0.1);
  padding: 5px 10px;
  position: absolute;
  top: 56px;
  margin-left: -69px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 105px;
}
.bd-toc .toggle-toc .fa {
  font-size: 13px;
  margin-right: 3px;
  vertical-align: middle;
}
.bd-toc .toc-nav {
  padding: 20px 0 0;
  max-width: 224px;
  display: inline-block;
  overflow-y: auto;
}
.bd-toc .toc-nav .inner-toc-nav {
  border-left: 4px solid #00a2ff;
  min-height: 105px;
}
.bd-toc .toc-nav nav[data-toggle=toc] {
  margin-bottom: 20px;
}
.bd-toc .toc-nav nav[data-toggle=toc] li {
  line-height: 20px;
  margin-bottom: 12px;
  word-wrap: break-word;
}
.bd-toc .toc-nav nav[data-toggle=toc] li:before, .bd-toc .toc-nav nav[data-toggle=toc] li:after {
  content: "";
  display: table;
}
.bd-toc .toc-nav nav[data-toggle=toc] li:after {
  clear: both;
}
.bd-toc .toc-nav nav[data-toggle=toc] li:last-child {
  margin-bottom: 0;
}
.bd-toc .toc-nav nav[data-toggle=toc] a {
  color: #9b9b9b;
  padding: 0 0 0 10px;
  word-break: break-word;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.bd-toc .toc-nav nav[data-toggle=toc] a:hover {
  color: #32b4ff;
}
.bd-toc .toc-nav nav[data-toggle=toc] .active {
  color: #00a2ff;
}
.bd-toc .toc-nav .toc-content {
  color: #9caab2;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 12px;
  padding-top: 9px;
}
.bd-toc .toc-nav .toc-content a {
  color: #9caab2;
  padding: 0 0 0 10px;
}
.bd-toc .toc-nav .toc-content a:hover {
  color: #9caab2;
}
.bd-toc.expand-collapse {
  overflow-y: hidden;
  margin-right: 0;
}
.bd-toc.expand-collapse .toggle-toc .fa {
  transform: rotate(-180deg);
}
.bd-toc nav[data-toggle=toc] .nav .nav {
  margin: 12px 5px 0 0;
  padding-bottom: 0;
  padding-left: 24px;
  display: block;
}
.bd-toc nav[data-toggle=toc] .nav .nav:before, .bd-toc nav[data-toggle=toc] .nav .nav:after {
  content: "";
  display: table;
}
.bd-toc nav[data-toggle=toc] .nav .nav:after {
  clear: both;
}
.bd-toc nav[data-toggle=toc] .nav .nav > li > a {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0;
}
.bd-toc nav[data-toggle=toc] .nav .nav-link + ul {
  display: block;
}
.bd-toc nav[data-toggle=toc] .nav .nav-link.active + ul {
  display: block;
}
.bd-toc nav[data-toggle=toc] .nav-link.active,
.bd-toc nav[data-toggle=toc] .nav-link.active:focus,
.bd-toc nav[data-toggle=toc] .nav-link.active:hover {
  border-left: 0;
  padding: 0 0 0 10px;
  font-weight: 400;
}
.bd-toc nav[data-toggle=toc] .nav > li > a:focus,
.bd-toc nav[data-toggle=toc] .nav > li > a:hover {
  border-left: 0;
  padding: 0 0 0 10px;
  font-weight: 400;
}
.bd-toc nav[data-toggle=toc] .nav .nav > li > a:focus,
.bd-toc nav[data-toggle=toc] .nav .nav > li > a:hover {
  border-left: 0;
  padding: 0;
  font-weight: 400;
}

.bd-sidebar {
  background: #f8f8f8;
  /*max-width: 320px;*/
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  /*max-width: 600px;*/
}
.breadcrumb .breadcrumb-item {
  color: #9caab2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a {
  color: #9caab2;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9caab2;
  content: ">";
}
.breadcrumb .expand-icon {
  display: none;
}
.breadcrumb.breadcrumb-collapse .breadcrumb-item {
  display: none;
}
.breadcrumb.breadcrumb-collapse .breadcrumb-item:first-child {
  display: inline-block;
}
.breadcrumb.breadcrumb-collapse .breadcrumb-item:first-child a:after {
  content: ">";
  color: #9caab2;
  padding-left: 0.5rem;
}
.breadcrumb.breadcrumb-collapse .breadcrumb-item:first-child .expand-icon {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.breadcrumb.breadcrumb-collapse .breadcrumb-item.active {
  display: inline-block;
}

.inherited-wrap {
  margin-top: 10px;
}
.inherited-wrap .inherited-lbl {
  font-size: 16px;
  line-height: 24px;
  color: #444c56;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.inherited-wrap .show-hide a {
  color: #00a0ff;
  font-size: 16px;
  line-height: 24px;
}
.inherited-wrap .show-hide a:hover {
  color: #00a0ff;
}
.inherited-wrap .show-hide a span, .inherited-wrap .show-hide a .fa {
  vertical-align: middle;
}
.inherited-wrap.show-hide-tbl .show-wrap {
  display: inline;
}
.inherited-wrap.show-hide-tbl .hide-wrap {
  display: none;
}
.inherited-wrap .show-wrap {
  display: none;
}
.inherited-wrap .hide-wrap {
  display: inline;
}

.table {
  border: 1px solid #dee2e6;
  margin-bottom: 24px;
}
.table .arguments-wrap {
  color: #667580;
}
.table .arguments-wrap .argument .type {
  color: #49A078;
}
.table .api-tag {
  color: #667580;
}
.table .api-tag span {
  border-bottom: 1px dashed #667580;
  text-transform: lowercase;
}
.table .table-row td {
  display: block;
}
.table .table-row td:first-child {
  background: #F2F2F2;
  border-bottom: 1px solid #C6D1D8;
  padding: 5px 16px;
}
.table .table-row td code {
  font-size: 12px;
  line-height: 12px;
  padding: 3px 3px 1px 3px;
  margin: 0px 1px 0px 0px;
}
.table .table-row td code h3 {
  font-size: 14px;
  line-height: 19px;
}
.table .table-row td code a {
  color: #6761A8;
  font-family: "Monaco";
}
.table .table-row td code a:hover {
  color: #6761A8;
}
.table .table-row .type {
  color: #49A078;
}
.table .table-row .type a {
  color: #49A078;
}
.table .table-row .type a:hover {
  color: #49A078;
}
.table .description p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}
.table thead {
  border: 1px solid #cdd4d8;
  border-bottom: 0;
}
.table thead td {
  background: #f2f4f5;
  border: 0;
  line-height: 1;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  padding: 13px 16px;
}
.table td {
  font-size: 14px !important;
  line-height: 22px;
  padding: 5px 16px 5px 16px;
}
.table td ul, .table td ol {
  padding-left: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 0px;
}
.table td li {
  font-size: 14px !important;
  line-height: 22px;
}
.table td h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  word-wrap: break-word;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
}

.table.tbl-items {
  border: 0;
  margin-bottom: 8px;
}
.table.tbl-items:last-child {
  margin-bottom: 0;
}
.table.tbl-items thead {
  border: 1px solid #cdd4d8;
  border-bottom: 0;
}
.table.tbl-items thead td {
  background: #f2f4f5;
  border: 0;
  line-height: 1;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  padding: 13px 16px;
}
.table.tbl-items tbody {
  border: 1px solid #cdd4d8;
}
.table.tbl-items tr {
  border-bottom: 1px solid #cdd4d8;
}
.table.tbl-items tr:last-child {
  border-bottom: 0;
}
.table.tbl-items th {
  background: #f2f4f5;
  border: 0;
  line-height: 1;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  padding: 13px 16px;
}
.table.tbl-items .type code {
  color: #82c700;
}
.table.tbl-items .deprecated code {
  text-decoration: line-through;
}
.table.tbl-items td {
  border: 0;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
}
.table.tbl-items td h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  word-wrap: break-word;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
}
.table.tbl-items td.description code {
  margin-bottom: 3px;
}
.table.tbl-items .td-col-1 {
  width: 30%;
}
.table.tbl-items .td-col-2 {
  width: 25%;
  max-width: 204px;
}
.table.tbl-items .property-item {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.table.tbl-items .property-item:last-child {
  margin-bottom: 0;
}
.table.tbl-items .label {
  width: 130px;
  display: none;
  line-height: 1;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
}

.bd-content {
  padding: 15px 25px 60px 25px;
  min-height: 600px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bd-content .block {
  padding: 10px 0;
}
.bd-content > ul, .bd-content > ol, .bd-content > p {
  max-width: 100%;
}
.bd-content p {
  margin-bottom: 12px;
}
.bd-content p img {
  max-width: 100%;
}
.bd-content ul li {
  list-style-type: disc;
  font-size: 16px;
}
.bd-content .top-heading-wrap {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bd-content .top-heading-wrap.deprecated-wrapper h1 {
  margin-bottom: 0;
}
.bd-content .top-heading-wrap .deprecated-switch .txt {
  display: inline-block;
  color: #9caab2;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  margin-right: 5px;
}
.bd-content .top-heading-wrap .deprecated-switch input {
  opacity: 0;
  position: absolute;
  top: 7px;
  right: 2px;
}
.bd-content .top-heading-wrap .deprecated-switch label {
  width: 15px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #9CAAB2;
  border-radius: 30px;
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
}
.bd-content .top-heading-wrap .deprecated-switch label:after {
  left: 1px;
  width: 6px;
  height: 6px;
  top: 1px;
  content: "";
  position: absolute;
  background: #FFF;
  border-radius: 50%;
}
.bd-content .top-heading-wrap .deprecated-switch input:checked + label {
  background: #00A2FF;
}
.bd-content .top-heading-wrap .deprecated-switch input:checked + label:after {
  left: auto;
  right: 1px;
  top: 1px;
}
.bd-content.no-toc {
  margin-right: 80px;
}

.markdown-field-data {
  word-wrap: break-word;
}
.markdown-field-data:before, .markdown-field-data:after {
  content: "";
  display: table;
}
.markdown-field-data:after {
  clear: both;
}
.markdown-field-data img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
.markdown-field-data img.list-indent {
  max-width: calc(100% - 40px);
}
.markdown-field-data a {
  word-wrap: break-word;
}
.markdown-field-data.description p {
  margin-bottom: 6px;
}

.api-content .page-section h2 {
  margin-top: 25px;
}
.api-content .custom-lbl {
  font-family: "Gotham-Medium";
  font-weight: 500;
  /*width: 100px;*/
}

.prev-next-wrap {
  line-height: 21px;
  margin-top: 25px;
}
.prev-next-wrap:before, .prev-next-wrap:after {
  content: "";
  display: table;
}
.prev-next-wrap:after {
  clear: both;
}
.prev-next-wrap a {
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  text-transform: uppercase;
}
.prev-next-wrap .l-left {
  float: left;
}
.prev-next-wrap .r-left {
  float: right;
}

.share-links-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 30px;
  padding: 5px 0;
}
.share-links-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 30px;
  color: #00a2ff;
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: 500;
}
.share-links-wrap a img {
  margin-right: 8px;
}

.alphabetical-index {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.alphabetical-index h5 {
  color: #9caab2;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}
.alphabetical-index .idx-col {
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
}
.alphabetical-index .idx-col ul {
  padding-left: 0;
}
.alphabetical-index .idx-col li {
  color: #444C56;
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word;
  list-style: none;
}
.alphabetical-index .idx-col li a {
  color: #444C56;
}
.alphabetical-index .idx-col li a:hover {
  color: #32b4ff;
}

.learn-roblox-pages .video-section-wrap {
  max-height: 420px;
}
.learn-roblox-pages .video-section-wrap.only-video {
  background: #f8f8f8;
}
.learn-roblox-pages .video-section-wrap .recommended-videos {
  padding: 25px 10px 12px 20px;
}
.learn-roblox-pages .video-section-wrap .recommended-videos .videos-lists {
  overflow-y: auto;
  max-height: 352px;
}
.learn-roblox-pages .video-section-wrap .video-iframe {
  height: 420px;
}
.learn-roblox-pages .video-section-wrap .videos-heading {
  color: #ccc;
  font-size: 12px;
  line-height: 15px;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.learn-roblox-pages .video-section-wrap .media img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}
.learn-roblox-pages .video-section-wrap .media p {
  font-size: 14px;
  line-height: 24px;
}
.learn-roblox-pages .intro {
  border-bottom: 2px solid #ccc;
  margin: 0;
  padding-bottom: 20px;
}
.learn-roblox-pages .intro h1 {
  color: #00a2ff;
  margin-bottom: 5px;
}
.learn-roblox-pages .intro .begin-link {
  color: #00a2ff;
  line-height: 21px;
  font-family: "Gotham-Medium";
  font-weight: 500;
  text-transform: uppercase;
}
.learn-roblox-pages .intro .lead {
  color: #444C56;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 12px;
}
.learn-roblox-pages .intro .img-fluid {
  height: 240px;
  width: auto;
}
.learn-roblox-pages .timestamp-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.learn-roblox-pages .timestamp {
  color: #cdd4d8;
}
.learn-roblox-pages .time {
  color: #cdd4d8;
  border: 1px solid #cdd4d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 8px;
}
.learn-roblox-pages .learning-materials h4 {
  padding: 15px 0;
  margin: 0;
}
.learn-roblox-pages .learning-materials-content .mob-dropdown {
  display: none;
}
.learn-roblox-pages .learning-materials-content .custom-select-box {
  margin-right: 10px;
}
.learn-roblox-pages .learning-materials-content .tab-content {
  padding: 25px 0 0 0;
}
.learn-roblox-pages .learning-materials-content .tab-content .heading-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #cdd4d8;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham-Book", "Arial", Sans-Serif;
  font-weight: 400;
  margin: 0 0 5px;
}
.learn-roblox-pages .learning-materials-content .tab-content .learning-type {
  text-transform: uppercase;
}
.learn-roblox-pages .learning-materials-content .tab-content .inner-wrap {
  padding: 10px;
}
.learn-roblox-pages .learning-materials-content .tab-content .inner-wrap:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
  -moz-box-shadow: 0 0 8px #ccc;
}
.learn-roblox-pages .learning-materials-content .tab-content .load-more a {
  color: #00a2ff;
  text-transform: uppercase;
  font-family: "Gotham-Medium";
  font-weight: 500;
}
.learn-roblox-pages .learning-materials-content .tab-content .load-more .arrow-down {
  background-image: url("../images/arrow_d.png");
  display: inline-block;
  width: 19px;
  height: 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
.learn-roblox-pages .learning-materials-content .tab-content h5 {
  color: #00a2ff;
  font-family: "Gotham-Medium";
  font-weight: 500;
  margin: 0;
  display: block;
  font-size: 20px;
  line-height: 32px;
  word-wrap: break-word;
}
.learn-roblox-pages .learning-materials-content .tab-content .image-icon {
  width: 100%;
  height: 124px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 8px;
}
.learn-roblox-pages .learning-materials-content .tab-content .desc {
  color: #444c56;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  word-wrap: break-word;
}
.learn-roblox-pages .learning-materials-content .tab-content .img-fluid {
  width: 100%;
  margin-bottom: 8px;
  height: 124px;
}
.learn-roblox-pages .bd-toc-item .bd-toc-link:hover {
  background-color: #e0e8ec;
}
.learn-roblox-pages .bd-sidebar .bd-toc-link {
  transition: none;
}
.learn-roblox-pages .bd-sidebar .bd-links .bd-toc-item-wrap:first-child {
  margin-top: 40px;
}

.generic-pages .timestamp-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  float: right;
}
.generic-pages .timestamp {
  color: #cdd4d8;
}
.generic-pages .time {
  padding: 1px 8px;
}
.generic-pages .time .icon {
  width: 16px;
  height: 16px;
  position: relative;
  right: 5px;
  bottom: 1px;
}
.generic-pages .bd-sidebar .bd-toc-link {
  transition: none;
}
.generic-pages .bd-sidebar .bd-links .bd-toc-item-wrap:first-child {
  margin-top: 40px;
}

.related-articles {
  margin: 50px 0 0;
}
.related-articles h3 {
  color: #00a2ff;
}
.related-articles img {
  width: 100%;
}
.related-articles .related-article-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  display: block;
  background-position: center center;
  margin-bottom: 8px;
}

.gdpr-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*position: sticky;
  position: -webkit-sticky;*/
  /*	position: fixed;
    left: 0;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
  	top: 0;
  	z-index: 1071;*/
  max-height: 65px;
  padding: 12px 0;
  background-color: #f8f8f8;
  transition: 0.5s;
}
.gdpr-panel .secondary-btn {
  background-color: transparent;
  margin: 0 15px;
}
.gdpr-panel .btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px;
}

.search-container {
  max-width: 792px;
  margin: 0 auto;
}
.search-container .search-results {
  margin: 40px 0 0;
}
.search-container .search-box-wrap .btn-submit {
  top: 9px;
}
.search-container .search-box-wrap .form-control {
  padding: 5px 30px 5px 10px;
  font-size: 16px;
}
.search-container .search-lists {
  padding: 0;
}
.search-container .search-lists .type {
  color: #9caab2;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 5px;
}
.search-container .search-lists h5 {
  font-size: 20px;
  line-height: 32px;
  word-wrap: break-word;
  max-width: 100%;
}
.search-container .search-lists p {
  color: #0e191d;
  font-size: 14px;
  margin-bottom: 0;
}
.search-container .search-lists li {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 15px;
  padding-bottom: 15px;
  list-style: none;
  word-wrap: break-word;
}
.search-container .search-lists li em {
  font-family: "Gotham-Medium";
  font-weight: 500;
  font-style: normal;
}

.slide-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-not-found {
  margin-top: 25px;
}
.page-not-found .btn {
  min-width: 368px;
  margin-top: 38px;
}

.custom-modal .modal-dialog {
  max-width: 550px;
}
.custom-modal .modal-header {
  border-bottom: 0;
  position: relative;
  padding: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.custom-modal .modal-footer {
  padding: 15px 30px 20px;
  border-top: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.custom-modal .modal-body {
  margin: 25px 30px 15px;
  padding: 0;
  word-wrap: break-word;
}
.custom-modal .modal-content {
  background: #f5f7f8;
}
.custom-modal .modal-header-text {
  color: #444C56;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 17px;
  word-wrap: break-word;
  font-family: "Gotham-Bold";
  font-weight: 700;
}
.custom-modal h1 {
  font-size: 32px;
  line-height: 48px;
}
.custom-modal .close {
  outline: none;
  padding-bottom: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
.custom-modal .close span {
  color: #666;
  font-size: 35px;
  font-weight: 400;
}
.custom-modal .btn {
  line-height: 1.2;
  margin: 0;
  height: 40px;
  padding: 12px 24px;
  width: 125px;
}
.custom-modal .secondary-btn {
  background-color: transparent;
}
.custom-modal .secondary-btn:focus, .custom-modal .secondary-btn:active {
  background-color: transparent;
}

.gdpr-modal .modal-content {
  background: #FFF;
}
.gdpr-modal .modal-footer {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.gdpr-modal .privacy-content {
  max-height: 220px;
  overflow-y: auto;
}

.gdpr-in .bd-toc {
  top: 134px;
}

.ie .bd-toc {
  position: static;
  max-height: inherit !important;
}

.api-index-page .bd-content {
  overflow: hidden;
}

.popover {
  color: #FFF;
  background: #444c56;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  max-width: 315px;
}
.popover .popover-body {
  color: #FFF;
  padding: 5px 8px;
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #444c56;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #444c56;
}

.bd-toc-hide {
  display: none !important;
}

.no-data-found {
  margin: 0 32px;
  text-align: center;
  font-size: 14px;
}

:target::before {
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-top: 75px;
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

/** 
custom search page changes
**/
.search-container .search-box-wrap .form-control {
  width: inherit;
}
.search-container .st-page:before, .search-container .st-page:after {
  content: "";
  display: table;
}
.search-container .st-page:after {
  clear: both;
}
.search-container .st-page .st-prev {
  float: left;
}
.search-container .st-page .st-next {
  float: right;
}
.search-container .st-page .st-prev, .search-container .st-page .st-next {
  cursor: pointer;
  background: #00a2ff;
  color: #FFF;
  padding: 12px 24px;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  min-width: 135px;
  text-align: center;
  font-family: "Gotham-Medium";
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;
}
.search-container .st-page .st-prev:focus, .search-container .st-page .st-prev.focus, .search-container .st-page .st-prev:active:focus, .search-container .st-page .st-prev:active.focus, .search-container .st-page .st-prev.active:focus, .search-container .st-page .st-prev.active.focus, .search-container .st-page .st-next:focus, .search-container .st-page .st-next.focus, .search-container .st-page .st-next:active:focus, .search-container .st-page .st-next:active.focus, .search-container .st-page .st-next.active:focus, .search-container .st-page .st-next.active.focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #FFF;
  background: #0091e6;
  outline: none;
  outline-offset: 0;
}
.search-container .st-page .st-prev:hover, .search-container .st-page .st-next:hover {
  color: #FFF;
  background: #32b4ff;
}
.search-container .st-page .st-prev.disable, .search-container .st-page .st-next.disable {
  padding: 10px 45px;
  border: 1px solid #f2f2f2;
  background: #E9E9E9;
}
.search-container .st-page .st-prev.disable span, .search-container .st-page .st-next.disable span {
  color: #cdd4d8;
}

.custom-tabs .nav-tabs li {
  list-style-type: none;
}

#all-results ul li {
  list-style-type: none;
}

.swiftype-widget .autocomplete {
  display: block;
  position: fixed !important;
  top: 80px !important;
  left: 0;
  z-index: 99998 !important;
  background-color: #fff;
  border-radius: 5px;
  width: 260px !important;
  border: 1px solid #dcd4d4;
}
.swiftype-widget .autocomplete:after, .swiftype-widget .autocomplete:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.swiftype-widget .autocomplete:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.swiftype-widget .autocomplete:before {
  border-color: transparent;
  border-bottom-color: #dcd4d4;
  border-width: 11px;
  margin-left: -11px;
}
.swiftype-widget .autocomplete > div {
  max-height: 250px;
  overflow-y: auto;
  padding: 10px 0;
}
.swiftype-widget .autocomplete > div ul {
  padding: 0px 0 10px 0px;
  border-bottom: 1px solid #dcd4d4;
  margin-bottom: 5px;
}
.swiftype-widget .autocomplete > div ul:last-child {
  border-bottom: none;
}
.swiftype-widget .autocomplete > div ul li {
  width: 100%;
}
.swiftype-widget .autocomplete > div ul li a {
  font-size: 14px;
  line-height: 27px;
  color: #444C56;
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.swiftype-widget .autocomplete > div ul li a:hover {
  background-color: #e0e8ec;
}
.swiftype-widget .autocomplete > div span {
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 11px;
  color: #c7c3c3;
}
.swiftype-widget .autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gdpr-in .swiftype-widget .autocomplete {
  top: 140px !important;
}

@media screen and (max-width: 1280px) {
  .header .logo a {
    width: 140px;
    height: 25px;
  }
  .header .search-box {
    max-width: 200px;
    min-width: inherit;
  }
  .header .dwd-link {
    font-size: 12px;
    margin-left: 30px;
  }
  .header .navbar-nav {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header .navbar-nav .nav-item {
    margin-right: 5px;
  }
  .header .navbar-nav .nav-link {
    text-align: center;
  }

  .bd-toc {
    top: 65px;
  }

  .featured-banner .details h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  .featured-banner .details .desc p {
    line-height: 1.3;
    margin: 0;
  }

  .learn-roblox-pages .bd-content {
    padding: 40px 30px 60px 30px;
  }
  .learn-roblox-pages .video-section-wrap {
    max-height: 350px;
  }
  .learn-roblox-pages .video-section-wrap .video-iframe {
    height: 350px;
  }
  .learn-roblox-pages .video-section-wrap .recommended-videos .videos-lists {
    max-height: 283px;
  }

  .custom-select-box.select2-container .select2-choice {
    width: 180px;
  }

  .swiftype-widget .autocomplete {
    width: 180px !important;
  }
}
@media screen and (max-width: 1200px) {
  .home-carousel-wrap .carousel-details {
    top: 0;
    padding: 19px 100px 19px 100px;
  }

  .focus-on-gameplay .card-deck .card {
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    margin-bottom: 30px;
  }

  .bd-content .top-heading-wrap.deprecated-wrapper {
    display: block;
  }

  /*.bd-sidebar-wrap {
  	.slide-sidebar {
      min-width: 260px;
      max-width: 260px;
  	}
     &.collapsed-sidebar {
     	margin-right: 0;
     	.slide-sidebar {
      	margin-left: -260px;
  		}
     }
   }*/
}
@media screen and (max-width: 1024px) {
  .home-carousel-wrap .r-details h5 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-carousel-wrap .r-details h5 span {
    display: block;
    margin-bottom: 5px;
  }
  .home-carousel-wrap .r-details h5 .sm-title {
    margin-bottom: 8px;
  }

  .featured-banner .column .item {
    height: auto !important;
  }
  .featured-banner .column.single-item .box-image {
    min-height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .focus-on-gameplay .card-deck {
    display: block;
  }
  .focus-on-gameplay .card-deck .card {
    display: block;
    margin-bottom: 30px;
    min-height: auto;
  }
  .focus-on-gameplay .card-deck .card:last-child {
    margin-bottom: 0;
  }

  body {
    background-color: #FFF;
  }

  .header {
    padding: 0 20px;
    min-height: inherit;
  }
  .header .logo {
    width: auto;
    padding: 18px 0;
  }
  .header .bd-navbar-nav .nav-item {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1.4;
  }
  .header .bd-navbar-nav .nav-item > a {
    text-align: left;
    padding: 10px 15px;
    margin-left: 20px;
  }
  .header .bd-navbar-nav .nav-item > a:hover {
    color: #444C56;
    background-color: #cdd4d8;
  }
  .header .bd-navbar-nav .nav-item > a.active {
    color: #444C56;
    border-bottom: 0;
  }
  .header .bd-navbar-nav .nav-item > a.active:hover {
    color: #444C56;
  }
  .header .bd-navbar-nav .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .header .has-sidebar:hover .r-arrow {
    display: inline-block;
  }
  .header .dwd-link {
    margin-left: 35px;
  }
  .header .actions-wrap .dwd-link {
    display: none;
  }
  .header .nav-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .header .closebtn {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 1.2;
    font-size: 36px;
    color: #9caab2;
  }
  .header .navbar-nav {
    width: 100%;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .header .navbar-nav a {
    color: #444C56;
    padding: 0 15px;
  }
  .header .home-link {
    width: 100%;
    background: #f2f2f2;
    margin: 0;
    padding: 15px;
  }
  .header .home-link a {
    color: #444C56;
  }
  .header .search-box {
    height: auto;
    margin-left: 0;
    padding: 18px 0 18px 5px;
  }
  .header .search-box .btn-submit {
    top: 21px;
    left: 9px;
  }
  .header .search-box form {
    width: 100%;
  }
  .header .bd-links {
    margin: 0;
    max-height: 85%;
    overflow-y: auto;
  }
  .header .wrap {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .header .wrap .navbar-inner {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: 0.5s;
    overflow-x: hidden;
    z-index: 2;
  }
  .header .bd-toc-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .sidebar-visible {
    background-color: #FFF;
    position: absolute;
    display: block !important;
    width: 250px;
    left: 0;
    height: 100%;
    top: 0;
  }
  .header .sidebar-visible .back-icon {
    display: block;
    padding: 15px;
    background: #f8f8f8;
  }
  .header .sidebar-visible .back-icon span {
    cursor: pointer;
    padding: 0;
  }
  .header .sidebar-visible .back-icon span:hover {
    background-color: transparent;
  }
  .header .bd-sidebar .bd-search {
    padding: 25px 15px 0;
    margin: 0;
  }
  .header .bd-toc-item .sub-nav a {
    padding: 8px 55px;
  }

  .code-block .prettyprint {
    max-height: 250px;
  }

  .learn-roblox-pages .bd-content {
    padding: 40px 25px;
  }
  .learn-roblox-pages .learn-content-inner {
    word-wrap: break-word;
  }
  .learn-roblox-pages .intro h1 {
    margin-top: 20px;
  }

  .news-n-announcements .container {
    max-width: inherit;
    padding: 0 30px;
  }

  .home .section .learn-more {
    margin-bottom: 40px;
    margin-top: 25px;
  }

  .home-carousel-wrap .carousel-item img {
    height: 350px;
  }
  .home-carousel-wrap .carousel-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  .home-carousel-wrap .carousel-details .l-details {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-carousel-wrap .carousel-details .r-details {
    text-align: center;
  }

  .carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 35px;
    height: 35px;
  }
  .carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    width: 10px;
  }

  .learn-roblox-pages .intro .col-grid {
    padding-right: 0;
    padding-left: 0;
  }
  .learn-roblox-pages .intro .img-fluid {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .swiftype-widget .autocomplete {
    width: 200px !important;
  }

  .gdpr-panel {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: inherit;
  }
  .gdpr-panel .btn-grp {
    margin-top: 10px;
  }

  .gdpr-in .swiftype-widget .autocomplete {
    top: 180px !important;
  }
  .gdpr-in .bd-toc {
    top: 175px;
  }

  .creators-stories-carousel .carousel-item-wrap {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .bd-sidebar {
    position: static;
    top: 0;
    height: auto;
  }

  .bd-links {
    max-height: inherit;
    overflow: hidden;
  }

  /*.gdpr-in {
  	.header {
  		top: 64px;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .inherited-wrap .inherited-lbl strong {
    max-width: 200px;
  }
  .inherited-wrap .show-hide a {
    font-size: 12px;
  }

  h3 {
    line-height: 42px;
  }

  .table-responsive {
    max-height: 600px;
  }

  .carousel-indicators {
    bottom: 0;
  }

  .d-media {
    display: block;
  }

  .learn-roblox-pages .video-section-wrap {
    max-height: inherit;
  }
  .learn-roblox-pages .video-section-wrap .pd-r-0 {
    padding-right: 15px;
  }
  .learn-roblox-pages .video-section-wrap .pd-l-0 {
    padding-left: 15px;
  }
  .learn-roblox-pages .video-section-wrap .video-iframe {
    height: 280px;
  }
  .learn-roblox-pages .video-section-wrap .recommended-videos .videos-lists {
    max-height: 200px;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-menu.show {
    display: block;
  }
  .learn-roblox-pages .learning-materials-content .nav-tabs-wrap {
    padding: 10px 5px 10px 10px;
    background: #FFF;
    display: block;
  }
  .learn-roblox-pages .learning-materials-content .mob-dropdown {
    display: inline-block;
    font-size: 16px;
    color: #444C56;
  }
  .learn-roblox-pages .learning-materials-content .mob-dropdown .caret {
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 4px;
    background: url("../images/down-arrow.png") no-repeat center center !important;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-wrap {
    position: relative;
    margin-bottom: 10px;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-wrap .nav-tabs {
    display: none;
    position: absolute;
    z-index: 1;
    left: -10px;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-wrap .nav-tabs.show-dropdown {
    display: block;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0;
    overflow: hidden;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-wrap .nav-tabs.show-dropdown li a {
    display: block;
    margin-right: 0;
    @inlcude GothamBook();
    padding: 12px 15px 12px;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-wrap .nav-tabs.show-dropdown li .active {
    color: #00a2ff;
    border-bottom: 0;
    background-color: #f2f4f5;
  }
  .learn-roblox-pages .learning-materials-content .dropdown-wrap .nav-tabs.show-dropdown li:hover {
    background-color: #f2f4f5;
  }

  .container {
    max-width: inherit;
    padding: 0 30px;
  }

  .mob-hidden-title {
    visibility: hidden;
    height: 5px;
    margin: 0 !important;
  }

  .header {
    padding: 18px 20px;
    position: relative;
  }
  .header .m-search-icon {
    display: inline-block;
  }
  .header .toggler-icon {
    padding: 0;
  }
  .header .logo {
    padding: 0;
  }
  .header .search-box {
    border-left: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #FFF;
    max-width: 0;
    padding: 0;
  }
  .header .search-box.expanded {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  .header .search-box.expanded .search-close {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    line-height: 1;
    font-size: 36px;
    color: #cdd4d8;
  }
  .header .search-box.expanded .btn-submit {
    display: inline-block;
    top: 22px;
    left: 15px;
  }
  .header .search-box.expanded .form-control {
    display: inline-block;
  }
  .header .search-box .btn-submit {
    display: none;
  }
  .header .search-box .form-control {
    font-size: 16px;
    display: none;
    padding-left: 45px;
    padding-right: 35px;
  }

  .footer .footer-info .info {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .footer .social-links img {
    height: 29px;
    width: 29px;
  }

  .featured-banner {
    display: block;
    max-height: inherit;
    -webkit-flex-direction: inherit;
    -moz-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .featured-banner .single-item .box .box-image {
    min-height: 560px;
  }
  .featured-banner .column {
    display: block;
    -webkit-flex-direction: inherit;
    -moz-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    width: 100%;
    margin-right: 0;
  }
  .featured-banner .column .box {
    height: auto;
    display: block;
    margin-bottom: 4px;
  }
  .featured-banner .column .item {
    display: block;
    height: auto;
  }
  .featured-banner .column .item img {
    height: 300px;
  }
  .featured-banner .column.multiple-item {
    height: auto;
  }
  .featured-banner .column.multiple-item .item {
    height: auto;
  }
  .featured-banner .column:nth-child(1) {
    margin-right: 0;
  }
  .featured-banner .column:nth-child(2) {
    margin-left: 0;
  }
  .featured-banner .details h3 {
    font-size: 32px;
    line-height: 48px;
  }

  .page-not-found .btn {
    min-width: inherit;
  }

  .m-heading {
    padding: 15px 15px 0px 15px;
  }
  .m-heading .breadcrumb {
    margin-bottom: 0px;
  }
  .m-heading.deprecated-wrapper h1 {
    margin-bottom: 0;
  }
  .m-heading .deprecated-switch {
    margin-bottom: 25px;
  }
  .m-heading .deprecated-switch .txt {
    display: inline-block;
    color: #9caab2;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    margin-right: 5px;
  }
  .m-heading .deprecated-switch input {
    opacity: 0;
    position: absolute;
    top: 7px;
    right: 2px;
  }
  .m-heading .deprecated-switch label {
    width: 15px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #9CAAB2;
    border-radius: 30px;
    transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
  }
  .m-heading .deprecated-switch label:after {
    left: 1px;
    width: 6px;
    height: 6px;
    top: 1px;
    content: "";
    position: absolute;
    background: #FFF;
    border-radius: 50%;
  }
  .m-heading .deprecated-switch input:checked + label {
    background: #00A2FF;
  }
  .m-heading .deprecated-switch input:checked + label:after {
    left: auto;
    right: 1px;
    top: 1px;
  }

  .alphabetical-index {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .bd-toc {
    order: 1;
    -webkit-order: 1;
    top: inherit !important;
    height: auto !important;
    position: static;
    max-height: 250px !important;
    max-width: 90%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: auto !important;
  }
  .bd-toc .toggle-toc {
    display: none;
    margin-right: 0;
  }
  .bd-toc .toc-nav {
    padding: 0;
  }
  .bd-toc .toc-nav .inner-toc-nav {
    min-height: 55px;
  }
  .bd-toc .toc-nav nav[data-toggle=toc] {
    margin-bottom: 0;
  }

  .bd-toc-wrap {
    margin-top: 0px;
    margin-left: 0 !important;
  }
  .bd-toc-wrap .bd-toc {
    min-height: inherit;
  }

  .bd-content {
    order: 2;
    -webkit-order: 2;
    padding: 40px 15px;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .bd-content .api-content {
    margin: 0 10px;
  }
  .bd-content .api-content p {
    word-wrap: break-word;
  }
  .bd-content.with-toc {
    padding-top: 20px;
  }

  .home-carousel-wrap .carousel-item img {
    height: 450px;
  }

  .creators-stories-carousel .carousel-item-wrap {
    padding: 0 50px;
    max-width: 600px;
  }

  .parents-n-educators .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .parents-n-educators .inner .wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .parents-n-educators .inner .wrap:last-child .learn-more {
    margin-bottom: 0;
  }

  .focus-on-gameplay .box {
    min-height: inherit;
  }

  .table.tbl-items thead {
    display: none;
  }
  .table.tbl-items .code-wrap {
    display: block;
    margin-bottom: 5px;
  }
  .table.tbl-items .code-wrap:last-child {
    margin-bottom: 0;
  }
  .table.tbl-items tbody {
    border: 0;
  }
  .table.tbl-items tbody tr {
    border: 0;
    border-bottom: 0;
  }
  .table.tbl-items tbody tr:after {
    content: "";
    margin-bottom: 24px;
    display: block;
  }
  .table.tbl-items tbody tr:last-child:after {
    content: none;
  }
  .table.tbl-items tbody h3 {
    word-break: break-word;
  }
  .table.tbl-items tbody td {
    display: block;
    border: 1px solid #cdd4d8;
    border-bottom: 0;
  }
  .table.tbl-items tbody td:before, .table.tbl-items tbody td:after {
    content: "";
    display: table;
  }
  .table.tbl-items tbody td:after {
    clear: both;
  }
  .table.tbl-items tbody td.td-col-1, .table.tbl-items tbody td.td-col-2 {
    width: 100%;
    max-width: inherit;
  }
  .table.tbl-items tbody td.td-col-1:before, .table.tbl-items tbody td.td-col-1:after, .table.tbl-items tbody td.td-col-2:before, .table.tbl-items tbody td.td-col-2:after {
    content: "";
    display: table;
  }
  .table.tbl-items tbody td.td-col-1:after, .table.tbl-items tbody td.td-col-2:after {
    clear: both;
  }
  .table.tbl-items tbody td:last-child {
    border-bottom: 1px solid #cdd4d8;
  }
  .table.tbl-items tbody .label {
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin: 3px 0 0;
  }
  .table.tbl-items tbody .r-side {
    overflow: hidden;
  }
  .table.tbl-items tbody .label-less {
    border: 1px solid #cdd4d8;
  }
  .table.tbl-items tbody .label-less .lbl {
    width: 130px !important;
  }
  .table.tbl-items tbody .label-less td {
    display: table-cell;
    border: 0;
  }
  .table.tbl-items tbody .label-less td.td-col-1, .table.tbl-items tbody .label-less td.td-col-2 {
    width: 28%;
  }
  .table.tbl-items tbody .label-less td:last-child {
    border-bottom: 0;
  }

  .swiftype-widget .autocomplete {
    width: 100% !important;
    border: 0;
    box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    top: 70px !important;
  }
  .swiftype-widget .autocomplete:before {
    content: none;
  }

  .gdpr-in .swiftype-widget .autocomplete {
    top: 164px !important;
  }
}
@media screen and (max-width: 640px) {
  .home-carousel-wrap .carousel-details {
    padding: 19px 48px 19px 48px;
  }
  .home-carousel-wrap .carousel-details .l-details {
    margin-bottom: 0;
  }
  .home-carousel-wrap .play-btn {
    min-width: inherit;
    padding: 11px 50px;
  }
  .home-carousel-wrap .r-details h5 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carousel .carousel-control-prev {
    left: 10px;
  }
  .carousel .carousel-control-next {
    right: 10px;
  }

  .prev-next-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prev-next-wrap .l-left {
    float: none;
    margin-bottom: 20px;
  }
  .prev-next-wrap .r-left {
    float: none;
  }

  .helpful-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .creators-stories-carousel .desc {
    min-height: 235px;
  }

  .footer .company, .footer .developers {
    -webkit-flex-direction: 0 0 100%;
    -moz-flex-direction: 0 0 100%;
    -ms-flex-direction: 0 0 100%;
    flex-direction: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .alphabetical-index {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .code-block .txt {
    display: none;
  }
  .code-block .theme-name {
    display: none;
  }

  .gdpr-panel span {
    margin: 0 15px;
    text-align: center;
  }
  .gdpr-panel .btn-grp {
    margin: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gdpr-panel .secondary-btn {
    margin: 0 0 10px;
  }

  .gdpr-in .swiftype-widget .autocomplete {
    top: 250px !important;
  }
}
.lightbox {
  border-radius: 0.25rem;
  cursor: zoom-in;
  transition: 0.3s;
}

.lightbox:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal content (image) */
.modal-content {
  margin: auto;
  display: block;
  cursor: zoom-out;
  width: inherit;
  border: 0px;
  border-radius: 0px;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The close button */
.close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  text-shadow: none;
}

.close:hover,
.close:focus {
  color: #fff;
  cursor: pointer;
}

/* Reduced padding on smaller screens */
@media only screen and (max-width: 700px) {
  .modal {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .close {
    top: 5px;
    right: 10px;
  }
}
kbd {
  background: white;
  border: 1px solid;
  border-color: #ddd #bbb #ddd;
  border-bottom-width: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #f9f9f9;
  padding: 1px 3px;
  font-family: inherit;
  font-size: 0.85em;
  color: #000;
  white-space: nowrap;
}

.clock-icon {
  display: inline-block;
  background-image: url("../images/duration-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  right: 5px;
  bottom: -2px;
}

.icon {
  width: 16px;
  height: 16px;
  right: 5px;
  margin-left: 5px;
}

.float-right {
  float: right;
}

.mediawiki p {
  max-width: 100%;
}

#main-nav {
  background-color: #2874BD;
}

.mediawiki code {
  color: #000000;
}

.mediawiki #main-nav .dropdown-menu {
  left: 8px;
  margin-top: -4px;
}

.mediawiki #main-nav .dropdown-item {
  padding: 0.25rem 0.75rem;
}

#main-nav .nav-item .nav-link {
  color: white;
  border-bottom: 2px solid #2874BD;
  margin: 0 10px;
}

#main-nav .nav-item a:hover {
  border-bottom: 2px solid white;
}

#hero.jumbotron {
  background-image: url("../images/banner.html");
  background-size: cover;
  margin-bottom: 0;
  border-radius: 0;
}

#why.jumbotron {
  background-color: #EEF5FF;
  padding: 2rem;
}

.page-footer {
  color: white;
  background-color: #2874BD;
  padding-bottom: 100px;
}

.page-footer img {
  width: 250px;
  padding: 0 0 20px 0;
}

.page-footer a {
  color: white;
}

.page-footer #info {
  padding-top: 20px;
  font-size: 0.8em;
}

.page-footer ul {
  margin: 0px;
}

#resources h3, #announce h3 {
  margin-bottom: 20px;
}

#resources ol {
  margin-left: 0;
  padding-left: 0;
}

#resources li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#resources p a {
  font-weight: normal;
}

#resources a {
  font-weight: bold;
}

#links {
  padding-bottom: 50px;
}

.no-container .mw-body-content {
  margin-top: 0px;
}

.mw-body-content {
  margin-top: 20px;
}

.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {
  margin-left: 0;
}

.studio-mode .studio-mode-hidden {
  display: none;
}

.studio-mode.mw-body-content {
  margin-top: 0;
}

/* LESSON CSS */
/*Custom Boostrap Colors*/
.codeChallengeColor {
  color: white;
  background-color: rebeccapurple;
}

/*2 Image Transition */
#cf {
  position: relative;
  width: 400px;
  height: 250px;
}

#cf img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity ease-in-out;
  -moz-transition: opacity ease-in-out;
  -o-transition: opacity ease-in-out;
  transition: opacity ease-in-out;
  margin: 0;
  padding: 0;
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#cf img.top {
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
}

/* END 2 image Transition */
.card-img {
  filter: brightness(65%);
}

/* EDU Pages */
.page-Education_Main_Page .hero {
  padding: 30px 0 0 0;
}

.page-Education_Main_Page .hero .container {
  background-image: url("../../../images.contentstack.io/v3/assets/bltc2ad39afa86662c8/blt9f5d577a40e9c04d/5b5a3a7b79764a371d226ef2/whiteboard.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-Education_Main_Page .hero .inner {
  background-image: url("../../../images.contentstack.io/v3/assets/bltc2ad39afa86662c8/blt12ac1035c5891618/5b5a3a7b4f5e9b551d22fb60/student.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px 313px;
  padding-bottom: 0rem;
  padding-top: 50px;
  padding-left: 50px;
  min-height: 316px;
  height: inherit;
  position: relative;
  bottom: 0;
  z-index: 100;
  margin-right: -15px;
}

.page-Education_Main_Page .hero p {
  max-width: 100%;
}

/* Callout Styling */
.card.warning {
  border-color: #EA526F;
}

.card.warning .card-header {
  background-color: #EA526F;
  background-repeat: no-repeat;
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/reminder_icon.svg");
  background-position: 15px 15px;
  padding-left: 50px;
}

.card.info {
  border-color: #82C700;
}

.card.info .card-header {
  background-color: #82C700;
  background-repeat: no-repeat;
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/information_icon.svg");
  background-position: 15px 15px;
  padding-left: 50px;
}

.card.quest {
  border-color: #6761A8;
}

.card.quest .card-header {
  background-color: #6761A8;
  background-repeat: no-repeat;
  background-image: url("https://dk135eecbplh9.cloudfront.net/public/images/quest_icon.svg");
  background-position: 15px 15px;
  padding-left: 50px;
}

.card .btn-expand, .card .btn-collapse {
  color: white;
  font-weight: lighter;
}

.btn-expand:hover, .card .btn-collapse:hover {
  color: white;
  text-decoration: none;
  font-weight: lighter;
}

.card .card-header.collapsed .btn-collapse {
  display: none;
}

.card .card-header.collapsed .btn-expand {
  display: block;
}

.card .card-header .btn-collapse {
  display: block;
}

.card .card-header .btn-expand {
  display: none;
}

.multi-nested-list {
  padding: 0;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.multi-nested-list.search-filter {
  max-height: inherit !important;
}
.multi-nested-list.search-filter .hasSubmenu {
  padding-bottom: 16px !important;
}
.multi-nested-list ul {
  padding: 0;
  margin-left: 30px;
  margin-top: 13px !important;
}
.multi-nested-list > li > a.addBorderBefore:before {
  content: none;
}
.multi-nested-list .hasSubmenu {
  padding-bottom: 0 !important;
}
.multi-nested-list li {
  list-style-type: none;
  position: relative;
  top: 0;
  bottom: 0;
  padding-bottom: 16px;
  line-height: 20px;
}
.multi-nested-list li ul li {
  position: relative;
  top: 3px;
  bottom: 0;
  padding-bottom: 16px;
}
.multi-nested-list li ul li:last-child {
  padding-bottom: 8px;
}
.multi-nested-list li ul li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 0;
  position: absolute;
  left: 0em;
  top: 28px;
  border-top: 1px dashed #cdd4d8;
}
.multi-nested-list li.active > a {
  color: #00a2ff;
}
.multi-nested-list a {
  color: #444C56;
  font-size: 14px;
  margin: 0 0 0 38px;
  padding-right: 5px;
  position: relative;
  top: 18px;
  display: block;
}
.multi-nested-list a:after {
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: inline-block;
  left: -10px;
  position: absolute;
  top: 9px;
}
.multi-nested-list a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-nested-list a:hover {
  color: #00a2ff;
  text-decoration: none;
}
.multi-nested-list a.addBorderBefore:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 26px;
  position: absolute;
  left: -38px;
  top: -17px;
  border-left: 1px dashed #cdd4d8;
}
.multi-nested-list li ul li:last-child:after,
.multi-nested-list li:last-child:after {
  content: "";
  display: block;
  width: 1em;
  height: 20px;
  position: relative;
  background: #f8f8f8;
  top: 16px;
  left: -1px;
  margin-top: -7px;
}

.mw-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}
.mw-btn .mw-btn-indicator, .mw-btn .mw-btn-title {
  max-width: 200px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: lighter;
}
.mw-btn .mw-btn-indicator {
  font-size: 1rem;
}
.mw-btn .mw-btn-title {
  font-size: 1.2rem;
  display: table;
  margin-top: -5px;
  font-weight: 600;
}

.mw-btn-text-primary {
  text-align: right;
}

.mw-btn-text-secondary {
  text-align: left;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mw-btn {
    transition: none;
  }
}
.mw-btn:hover, .mw-btn:focus {
  text-decoration: none;
}

.mw-btn:focus, .mw-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mw-btn.disabled, .mw-btn:disabled {
  opacity: 0.65;
}

.mw-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.mw-btn:not(:disabled):not(.disabled):active, .mw-btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.mw-btn.disabled,
fieldset:disabled a.mw-btn {
  pointer-events: none;
}

.mw-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mw-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.mw-btn-primary:focus, .mw-btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mw-btn-primary.disabled, .mw-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mw-btn-primary:not(:disabled):not(.disabled):active, .mw-btn-primary:not(:disabled):not(.disabled).active,
.show > .mw-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.mw-btn-primary:not(:disabled):not(.disabled):active:focus, .mw-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mw-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mw-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.mw-btn-secondary:focus, .mw-btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mw-btn-secondary.disabled, .mw-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mw-btn-secondary:not(:disabled):not(.disabled):active, .mw-btn-secondary:not(:disabled):not(.disabled).active,
.show > .mw-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.mw-btn-secondary:not(:disabled):not(.disabled):active:focus, .mw-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mw-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mw-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.mw-btn-success:focus, .mw-btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mw-btn-success.disabled, .mw-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mw-btn-success:not(:disabled):not(.disabled):active, .mw-btn-success:not(:disabled):not(.disabled).active,
.show > .mw-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.mw-btn-success:not(:disabled):not(.disabled):active:focus, .mw-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mw-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mw-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.mw-btn-info:focus, .mw-btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mw-btn-info.disabled, .mw-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mw-btn-info:not(:disabled):not(.disabled):active, .mw-btn-info:not(:disabled):not(.disabled).active,
.show > .mw-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.mw-btn-info:not(:disabled):not(.disabled):active:focus, .mw-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mw-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mw-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.mw-btn-warning:focus, .mw-btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mw-btn-warning.disabled, .mw-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mw-btn-warning:not(:disabled):not(.disabled):active, .mw-btn-warning:not(:disabled):not(.disabled).active,
.show > .mw-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.mw-btn-warning:not(:disabled):not(.disabled):active:focus, .mw-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mw-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mw-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.mw-btn-danger:focus, .mw-btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mw-btn-danger.disabled, .mw-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mw-btn-danger:not(:disabled):not(.disabled):active, .mw-btn-danger:not(:disabled):not(.disabled).active,
.show > .mw-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.mw-btn-danger:not(:disabled):not(.disabled):active:focus, .mw-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mw-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mw-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.mw-btn-light:focus, .mw-btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mw-btn-light.disabled, .mw-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mw-btn-light:not(:disabled):not(.disabled):active, .mw-btn-light:not(:disabled):not(.disabled).active,
.show > .mw-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.mw-btn-light:not(:disabled):not(.disabled):active:focus, .mw-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mw-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mw-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.mw-btn-dark:focus, .mw-btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mw-btn-dark.disabled, .mw-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mw-btn-dark:not(:disabled):not(.disabled):active, .mw-btn-dark:not(:disabled):not(.disabled).active,
.show > .mw-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.mw-btn-dark:not(:disabled):not(.disabled):active:focus, .mw-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mw-btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.mw-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mw-btn-outline-primary:focus, .mw-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mw-btn-outline-primary.disabled, .mw-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.mw-btn-outline-primary:not(:disabled):not(.disabled):active, .mw-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mw-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mw-btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.mw-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mw-btn-outline-secondary:focus, .mw-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mw-btn-outline-secondary.disabled, .mw-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.mw-btn-outline-secondary:not(:disabled):not(.disabled):active, .mw-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mw-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mw-btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.mw-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mw-btn-outline-success:focus, .mw-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mw-btn-outline-success.disabled, .mw-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.mw-btn-outline-success:not(:disabled):not(.disabled):active, .mw-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mw-btn-outline-success:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mw-btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.mw-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mw-btn-outline-info:focus, .mw-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mw-btn-outline-info.disabled, .mw-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.mw-btn-outline-info:not(:disabled):not(.disabled):active, .mw-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mw-btn-outline-info:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mw-btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.mw-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mw-btn-outline-warning:focus, .mw-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mw-btn-outline-warning.disabled, .mw-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.mw-btn-outline-warning:not(:disabled):not(.disabled):active, .mw-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mw-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mw-btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.mw-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mw-btn-outline-danger:focus, .mw-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mw-btn-outline-danger.disabled, .mw-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.mw-btn-outline-danger:not(:disabled):not(.disabled):active, .mw-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mw-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mw-btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.mw-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mw-btn-outline-light:focus, .mw-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mw-btn-outline-light.disabled, .mw-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.mw-btn-outline-light:not(:disabled):not(.disabled):active, .mw-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mw-btn-outline-light:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mw-btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.mw-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mw-btn-outline-dark:focus, .mw-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mw-btn-outline-dark.disabled, .mw-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.mw-btn-outline-dark:not(:disabled):not(.disabled):active, .mw-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .mw-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mw-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .mw-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .mw-btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mw-btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.mw-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.mw-btn-link:focus, .mw-btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.mw-btn-link:disabled, .mw-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.mw-btn-lg, .mw-btn-group-lg > .mw-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.mw-btn-sm, .mw-btn-group-sm > .mw-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.mw-btn-block {
  display: block;
  width: 100%;
}

.mw-btn-block + .mw-btn-block {
  margin-top: 0.5rem;
}

input[type=submit].mw-btn-block,
input[type=reset].mw-btn-block,
input[type=button].mw-btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.mw-btn-group,
.mw-btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.mw-btn-group > .mw-btn,
.mw-btn-group-vertical > .mw-btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.mw-btn-group > .mw-btn:hover,
.mw-btn-group-vertical > .mw-btn:hover {
  z-index: 1;
}

.mw-btn-group > .mw-btn:focus, .mw-btn-group > .mw-btn:active, .mw-btn-group > .mw-btn.active,
.mw-btn-group-vertical > .mw-btn:focus,
.mw-btn-group-vertical > .mw-btn:active,
.mw-btn-group-vertical > .mw-btn.active {
  z-index: 1;
}

.mw-btn-group .mw-btn + .mw-btn,
.mw-btn-group .mw-btn + .mw-btn-group,
.mw-btn-group .mw-btn-group + .mw-btn,
.mw-btn-group .mw-btn-group + .mw-btn-group,
.mw-btn-group-vertical .mw-btn + .mw-btn,
.mw-btn-group-vertical .mw-btn + .mw-btn-group,
.mw-btn-group-vertical .mw-btn-group + .mw-btn,
.mw-btn-group-vertical .mw-btn-group + .mw-btn-group {
  margin-left: -1px;
}

.mw-btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mw-btn-toolbar .input-group {
  width: auto;
}

.mw-btn-group > .mw-btn:first-child {
  margin-left: 0;
}

.mw-btn-group > .mw-btn:not(:last-child):not(.dropdown-toggle),
.mw-btn-group > .mw-btn-group:not(:last-child) > .mw-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mw-btn-group > .mw-btn:not(:first-child),
.mw-btn-group > .mw-btn-group:not(:first-child) > .mw-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.mw-btn-sm + .dropdown-toggle-split, .mw-btn-group-sm > .mw-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.mw-btn-lg + .dropdown-toggle-split, .mw-btn-group-lg > .mw-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.mw-btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.mw-btn-group-vertical .mw-btn,
.mw-btn-group-vertical .mw-btn-group {
  width: 100%;
}

.mw-btn-group-vertical > .mw-btn + .mw-btn,
.mw-btn-group-vertical > .mw-btn + .mw-btn-group,
.mw-btn-group-vertical > .mw-btn-group + .mw-btn,
.mw-btn-group-vertical > .mw-btn-group + .mw-btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.mw-btn-group-vertical > .mw-btn:not(:last-child):not(.dropdown-toggle),
.mw-btn-group-vertical > .mw-btn-group:not(:last-child) > .mw-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mw-btn-group-vertical > .mw-btn:not(:first-child),
.mw-btn-group-vertical > .mw-btn-group:not(:first-child) > .mw-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mw-btn-group-toggle > .mw-btn,
.mw-btn-group-toggle > .mw-btn-group > .mw-btn {
  margin-bottom: 0;
}

.mw-btn-group-toggle > .mw-btn input[type=radio],
.mw-btn-group-toggle > .mw-btn input[type=checkbox],
.mw-btn-group-toggle > .mw-btn-group > .mw-btn input[type=radio],
.mw-btn-group-toggle > .mw-btn-group > .mw-btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.helpWidget {
  position: fixed;
  top: 92%;
  right: 2%;
}

#lesson-sidebar p,
#lesson-page ol,
#lesson-page p {
  max-width: 100%;
}

.mw-content-ltr #lesson-page ol.breadcrumb {
  margin: 0;
  padding: 0.75rem 1rem;
}

#lesson-sidebar #toc {
  border: 0;
  background: none;
  margin-top: 0;
}

#lesson-sidebar #toc ul ul {
  margin: 0 0 0 1em;
}

#lesson-sidebar #accordion {
  margin-bottom: 1em;
}

#lesson-sidebar h4 {
  color: #666;
  font-size: 0.85em;
  margin-bottom: 0;
}

/* Creator Challenge Landing Page */
#creator-challenge p {
  max-width: 100%;
}

#creator-challenge .inner {
  background-image: url("../../../images.contentstack.io/v3/assets/bltc2ad39afa86662c8/blt737ee2032a2d4ef4/5b5f7f0d2cb1942f3dca53d6/BlueBG.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 0rem;
  padding-left: 300px;
  min-height: 316px;
  height: inherit;
  position: relative;
  bottom: 0;
}

#creator-challenge .promo-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: black;
  margin-bottom: 10px;
}

#creator-challenge .jumbotron {
  background-image: url("../../../images.contentstack.io/v3/assets/bltc2ad39afa86662c8/blt4a88e243df1b7388/5b5f7f0d007926143d17c833/VolcanoBG-3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow: 1px 1px #000000;
  padding: 2rem 2rem 0 2rem;
  min-height: 474px;
}

#creator-challenge .jumbotron .container {
  height: 442px;
}

#creator-challenge .jumbotron h2 {
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0;
}

#creator-challenge .lead {
  color: white;
  font-size: 0.9em;
}

#creator-challenge .prizes {
  list-style: none;
}

#creator-challenge #jw2-logo {
  margin-bottom: 30px;
}

#creator-challenge .prizes li {
  float: left;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

#creator-challenge .prizes img {
  width: 100px;
}

#creator-challenge .intro {
  font-size: 1.2em;
}

#creator-challenge .tasks {
  margin-bottom: 20px;
}

#creator-challenge .copyright {
  margin-top: 30px;
  font-size: 0.8em;
}

.lesson-content {
  margin-bottom: 40px;
}

.lesson-content .badge-awarded {
  background-image: url("../../../images.contentstack.io/v3/assets/bltc2ad39afa86662c8/blta3dd1a803ba36feb/5b69cfee6885af2a475d71fd/BadgeBG.png");
  width: 230px;
  height: 218px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.quiz-page {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lesson-content .badge-awarded img {
  padding-top: 45px;
  margin-left: 45px;
}

.card-header.collapsed {
  cursor: pointer;
}

@media only screen and (max-width: 1000px) and (min-width: 580px) {
  #lesson-sidebar .btn {
    width: 100%;
    margin-bottom: 15px;
    clear: both;
  }
}
@media only screen and (max-width: 750px) {
  #creator-challenge .jumbotron {
    padding: 2rem 0 0 0;
  }

  #creator-challenge .jumbotron .container {
    padding-left: 0;
    padding-right: 0;
  }

  #creator-challenge .jumbotron .promo-text {
    width: 100%;
  }

  #creator-challenge .jumbotron .inner {
    padding-left: 0;
  }

  #creator-challenge .jumbotron p.lead {
    display: none;
  }

  #creator-challenge .jumbotron h2 {
    font-size: 1.75em;
    margin-bottom: 15px;
  }
}
.bg-optionalChallenge {
  background-color: rebeccapurple;
}

.border-optionalChallenge {
  border-color: rebeccapurple !important;
}

.border-none {
  border-color: transparent !important;
}

.light-theme.dark-theme .nav-item.nav-link {
  border: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-color: #353535 !important;
  color: #A7AAAA !important;
}
.light-theme.dark-theme .nav-item.nav-link.active, .light-theme.dark-theme .nav-item.nav-link.active:hover {
  background-color: #252525 !important;
  color: #E5E5E5 !important;
}
.light-theme.dark-theme .nav-item.nav-link:hover {
  background-color: #2A2A2A !important;
}
.light-theme.dark-theme .highlighted {
  background-color: #50338C !important;
}
.light-theme .nav-item.nav-link {
  border: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-color: #F2F2F2 !important;
  color: #000 !important;
}
.light-theme .nav-item.nav-link.active, .light-theme .nav-item.nav-link.active:hover {
  background-color: #FFFFFF !important;
}
.light-theme .nav-item.nav-link:hover {
  background-color: #F5F5F5 !important;
}
.light-theme .local-code-theme-toggle {
  float: right;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 1;
}
.light-theme .local-code-theme-toggle .theme-name {
  opacity: 0;
}
.light-theme .local-code-theme-toggle:hover {
  opacity: 1;
}
.light-theme .local-code-theme-toggle:hover .theme-name {
  opacity: 1;
}
.light-theme .tab-pane {
  padding-top: 1px !important;
}
.light-theme .highlighted {
  background-color: #FCEBA5 !important;
}

.prereq {
  font-size: 14px !important;
}

.thead-example {
  background-color: #8985d0;
  color: white;
}

.text-highlight {
  background-color: #fff2cc;
  color: #ff0000;
  font-weight: bold;
}

table td.text-example {
  font-size: 18px;
  font-style: italic;
}

.table thead tr th {
  padding: 0.75rem 16px;
}

.table.table-sm thead tr th {
  padding: 0.3rem 16px;
}

@font-face {
  font-family: "Gotham-Light";
  font-style: normal;
  src: local("../fonts/Gotham/Gotham-Light.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Light.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  src: local("../fonts/Gotham/Gotham-Book.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Medium";
  src: local("../fonts/Gotham/Gotham-Medium.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  src: local("../fonts/Gotham/Gotham-Bold.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Medium.woff") format("woff");
}
.lesson-plan ul, .lesson-plan li, .lesson-plan .markdown-field-data, .lesson-plan p, .lesson-plan b, .lesson-plan .override-font, .lesson-plan code {
  font-family: "Gotham-Book" !important;
  line-height: 24px !important;
  font-size: 16px;
}
.lesson-plan ul .activity-text, .lesson-plan li .activity-text, .lesson-plan .markdown-field-data .activity-text, .lesson-plan p .activity-text, .lesson-plan b .activity-text, .lesson-plan .override-font .activity-text, .lesson-plan code .activity-text {
  font-size: 12px;
}
.lesson-plan .table-elements {
  width: 100%;
  display: table;
}
.lesson-plan .table-elements .table-row {
  display: table-row;
}
.lesson-plan .table-elements .table-row .column {
  display: table-cell;
  vertical-align: top !important;
  float: left;
}
.lesson-plan .table-elements .table-row .left {
  width: 47.5%;
  max-width: 50%;
  margin-right: 25px;
}
.lesson-plan .table-elements .table-row .left:empty {
  margin-right: 0px;
}
.lesson-plan .table-elements .table-row .right {
  width: 47.5%;
  max-width: 100%;
}
.lesson-plan .lesson-title {
  margin-bottom: 0px;
}
.lesson-plan .author {
  display: inline-block;
  color: #9caab2;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
}
.lesson-plan .thumbnail {
  max-height: 250px;
  background-color: transparent;
}
.lesson-plan .label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: bold !important;
  line-height: 24px;
  margin-top: 10px;
}
.lesson-plan .label *, .lesson-plan .label *::before, .lesson-plan .label *::after {
  box-sizing: border-box;
}
.lesson-plan .metrics {
  margin-bottom: 10px;
}
.lesson-plan .vertical-space {
  margin-top: 15px;
  margin-bottom: 15px;
}
.lesson-plan .age {
  color: #82C882 !important;
  border: 1px solid #82C882;
}
.lesson-plan .default {
  color: black !important;
  border: 1px solid #cdd4d8;
}
.lesson-plan .icon {
  width: 16px;
  height: 16px;
  position: relative;
  right: 5px;
  margin-left: 5px;
}
.lesson-plan .duration-icon {
  display: inline-block;
  background-image: url("../images/duration-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 10px;
  bottom: -3px;
}
.lesson-plan .print-icon {
  display: inline-block;
  background-image: url("../images/print-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 10px;
  bottom: -3px;
}
@media print {
  .lesson-plan .print-icon .no-print, .lesson-plan .print-icon .no-print * {
    display: none !important;
  }
}
.lesson-plan .language-icon {
  display: inline-block;
  background-image: url("../images/language-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 10px;
  bottom: -3px;
}
.lesson-plan .print {
  background: none transparent;
  border: none;
  vertical-align: top !important;
  float: right;
  cursor: pointer;
}
.lesson-plan .table-heading {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 24px !important;
  color: white !important;
}
.lesson-plan .left {
  float: left;
}
.lesson-plan .right {
  float: right;
}
.lesson-plan .creative-commons {
  color: darkgray;
}
.lesson-plan .line-separator {
  margin-bottom: 10px !important;
  margin-top: 5px !important;
  height: 2px;
  background-color: gray;
}

.printable-content {
  background-color: white;
  @CHARSET "UTF-8";
}
.printable-content .page-break {
  page-break-after: always;
  page-break-inside: avoid;
  clear: both;
}
.printable-content .page-break-before {
  page-break-before: always;
  page-break-inside: avoid;
  clear: both;
}

.language-dropdown {
  padding-bottom: 40px;
}
.language-dropdown div {
  bottom: 0px;
  box-sizing: border-box;
  color: #191919;
  float: left;
  height: 38px;
  left: 0px;
  min-height: 1px;
  position: relative;
  right: 0px;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  top: 0px;
  width: 242.5px;
  column-rule-color: #191919;
  perspective-origin: 121.25px 19px;
  transform-origin: 121.25px 19px;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown div::after {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown div::before {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown select {
  background-position: 98% 3px;
  color: #191919;
  height: 36px;
  min-width: 105px;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  width: 200px;
  column-rule-color: #191919;
  caret-color: #191919;
  background: white none no-repeat scroll 98% 3px/auto padding-box border-box;
  border: 0px none #191919;
  border-radius: 3px 3px 3px 3px;
  font: normal normal 300 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
  padding: 0px 22px 0px 9px;
}
.language-dropdown select::after {
  box-sizing: border-box;
  color: #191919;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown select::before {
  box-sizing: border-box;
  color: #191919;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown option {
  color: #191919;
  cursor: default;
  height: 36px;
  min-height: 19.2px;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 200px;
  column-rule-color: #191919;
  caret-color: #191919;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
  padding: 0px 22px 0px 9px;
}
.language-dropdown option::after {
  color: #191919;
  cursor: default;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown option::before {
  color: #191919;
  cursor: default;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .icon-arrow {
  background-position: 0px -272px;
  box-sizing: border-box;
  color: #191919;
  display: block;
  height: 16px;
  position: absolute;
  right: 12px;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  top: 9px;
  vertical-align: middle;
  width: 16px;
  column-rule-color: #191919;
  caret-color: #191919;
  background: rgba(0, 0, 0, 0) url("https://www.roblox.com/images/Shared/generic_01312019.svg") no-repeat scroll 0px -272px/32px padding-box border-box;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .icon-arrow::after {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .icon-arrow::before {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .input-group-btn {
  bottom: 0px;
  box-sizing: border-box;
  color: #191919;
  display: inline-block;
  height: 38px;
  left: 0px;
  position: relative;
  right: 0px;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  top: 0px;
  vertical-align: middle;
  white-space: nowrap;
  width: 242.5px;
  column-rule-color: #191919;
  perspective-origin: 121.25px 19px;
  transform-origin: 121.25px 19px;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .input-group-btn::after {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .input-group-btn::before {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .input-dropdown-btn {
  color: #191919;
  cursor: pointer;
  display: block;
  height: 38px;
  min-height: 0px;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  vertical-align: middle;
  white-space: nowrap;
  width: 242.5px;
  column-rule-color: #191919;
  perspective-origin: 121.25px 19px;
  transform-origin: 121.25px 19px;
  user-select: none;
  caret-color: #191919;
  border: 1px solid #b8b8b8;
  border-radius: 3px 3px 3px 3px;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
  padding: 5px 12px;
}
.language-dropdown .input-dropdown-btn::after {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .input-dropdown-btn::before {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown #icon-globe {
  background-position: 0px -1300px;
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  vertical-align: sub;
  white-space: nowrap;
  width: 20px;
  column-rule-color: #191919;
  perspective-origin: 10px 10px;
  transform-origin: 10px 10px;
  user-select: none;
  caret-color: #191919;
  background: rgba(0, 0, 0, 0) url("https://www.roblox.com/images/Shared/generic_01312019.svg") no-repeat scroll 0px -1300px/40px padding-box border-box;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 3px 6px 0px 0px;
  outline: #191919 none 0px;
}
.language-dropdown #icon-globe::after {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown #icon-globe::before {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .rbx-selection-label {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  display: block;
  float: left;
  height: 26px;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 60.5781px;
  column-rule-color: #191919;
  perspective-origin: 30.2812px 13px;
  transform-origin: 30.2812px 13px;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/26px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .rbx-selection-label::after {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/26px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .rbx-selection-label::before {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 300 normal 16px/26px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .icon-down-16x16 {
  background-position: 0px -272px;
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  vertical-align: middle;
  white-space: nowrap;
  width: 16px;
  column-rule-color: #191919;
  perspective-origin: 8px 8px;
  transform-origin: 8px 8px;
  user-select: none;
  caret-color: #191919;
  background: rgba(0, 0, 0, 0) url("https://www.roblox.com/images/Shared/generic_01312019.svg") no-repeat scroll 0px -272px/32px padding-box border-box;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 5px 0px 0px;
  outline: #191919 none 0px;
}
.language-dropdown .icon-down-16x16::after {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .icon-down-16x16::before {
  box-sizing: border-box;
  color: #191919;
  cursor: pointer;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  user-select: none;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/18px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .dropdown-menu {
  box-shadow: rgba(25, 25, 25, 0.15) 0px -5px 20px 0px;
  box-sizing: border-box;
  color: #191919;
  display: none;
  float: left;
  left: 0px;
  max-height: 266px;
  min-width: 105px;
  position: absolute;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 100%;
  z-index: 1020;
  column-rule-color: #191919;
  caret-color: #191919;
  background: white none repeat scroll 0% 0%/auto padding-box padding-box;
  border: 0px none #191919;
  border-radius: 4px 4px 4px 4px;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  margin: 0px;
  outline: #191919 none 0px;
  overflow: hidden auto;
  padding: 0px;
}
.language-dropdown .dropdown-menu::after {
  box-sizing: border-box;
  color: #191919;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown .dropdown-menu::before {
  box-sizing: border-box;
  color: #191919;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown li {
  box-sizing: border-box;
  color: #191919;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 100%;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown li::after {
  box-sizing: border-box;
  color: #191919;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown li::before {
  box-sizing: border-box;
  color: #191919;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown .locale-option {
  box-sizing: border-box;
  clear: both;
  color: #191919;
  display: block;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.8571px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
  padding: 10px 12px;
}
.language-dropdown .locale-option:after {
  box-sizing: border-box;
  color: #191919;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.8571px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown .locale-option:before {
  box-sizing: border-box;
  color: #191919;
  text-align: left;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.8571px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  list-style: none outside none;
  outline: #191919 none 0px;
}
.language-dropdown .show::after {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .show::before {
  box-sizing: border-box;
  color: #191919;
  text-align: center;
  text-decoration: none solid #191919;
  text-size-adjust: 100%;
  white-space: nowrap;
  column-rule-color: #191919;
  caret-color: #191919;
  border: 0px none #191919;
  font: normal normal 400 normal 16px/22.4px "HCo Gotham SSm", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: #191919 none 0px;
}
.language-dropdown .show .dropdown-menu {
  display: block;
  background-color: #fff;
}
.language-dropdown .input-group-btn .input-dropdown-btn:hover, .language-dropdown .show .input-dropdown-btn {
  background-color: #00A2FF;
  border-color: #00A2FF;
  color: #fff;
  cursor: pointer;
}
.language-dropdown .input-group-btn .input-dropdown-btn:hover #icon-globe, .language-dropdown .show #icon-globe {
  background: rgba(0, 0, 0, 0) url(https://www.roblox.com/images/Shared/generic_01312019.svg) no-repeat scroll -20px -1300px/40px padding-box border-box;
}
.language-dropdown .input-group-btn .input-dropdown-btn:hover .rbx-selection-label, .language-dropdown .show .rbx-selection-label {
  color: #fff;
}
.language-dropdown .input-group-btn .dropdown-menu li a:hover, .language-dropdown .input-group-btn .dropdown-menu li a:focus, .language-dropdown .input-group-btn .dropdown-menu li a.active {
  box-shadow: 4px 0 0 0 #00A2FF inset;
  cursor: pointer;
  outline: 0 none;
  border: 0 none;
}
.language-dropdown .input-group-btn .dropdown-menu li a:hover, .language-dropdown .input-group-btn .dropdown-menu li a:focus {
  background-color: #F2F2F2;
}
.language-dropdown .input-group-btn .dropdown-menu li a:hover, .language-dropdown .input-group-btn .dropdown-menu li a:focus, .language-dropdown .input-group-btn .dropdown-menu li a.active {
  background-color: #F2F2F2;
  box-shadow: 4px 0 0 0 #00A2FF inset;
}
.language-dropdown .dropdown-menu li a:hover, .language-dropdown .dropdown-menu li a:focus {
  text-decoration: none;
}
.language-dropdown a:hover, .language-dropdown a:focus {
  cursor: pointer;
}
.language-dropdown a, .language-dropdown a:link, .language-dropdown a:hover, .language-dropdown a:focus, .language-dropdown a:visited, .language-dropdown a:active {
  text-decoration: none;
  color: inherit;
}
.language-dropdown a, .language-dropdown a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
}

.sub-nav .toc-item-DevForum {
  display: inline-block;
  background-image: url("../images/devforum-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-nav .toc-item-Medium {
  display: inline-block;
  background-image: url("../images/medium-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-nav .toc-item-None {
  display: none;
}
.sub-nav .toc-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  float: left;
  left: 75px;
  margin-right: 5px;
}

.markdown-field-data .table-responsive {
  display: inline;
}

.education-card {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  display: flex;
}

.rich_video {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.rich_video video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.rich_video_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@font-face {
  font-family: gotham;
  src: local("../fonts/Gotham/Gotham-Book.woff"), url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Book.woff") format("woff");
}
.event_template_one {
  margin: 0;
  font-family: gotham !important;
  color: white !important;
  line-height: 1.21 !important;
}
.event_template_one p {
  font-family: gotham;
  color: white;
  line-height: 1.21;
  font-size: 12px;
  margin-bottom: 0px;
}
.event_template_one .unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.event_template_one .hidden {
  display: none;
}
.event_template_one .event-container {
  padding: 12px;
}
.event_template_one .event-container.black {
  background-color: #000000;
}
.event_template_one .event-container.dark-gray {
  background-color: #111111;
}
.event_template_one .event-container.gray {
  background-color: #222222;
}
.event_template_one .event-container.light-gray {
  background-color: #333333;
}
.event_template_one .event-container.white {
  background-color: #ffffff;
}
.event_template_one .event-header {
  width: 100%;
  height: 50px;
  background-color: #111111;
}
.event_template_one .event-header .nav {
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-header .nav {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-header .nav {
    width: 100%;
  }
}
.event_template_one .event-header .nav .roblox-logo {
  height: 100%;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://dk135eecbplh9.cloudfront.net/images/roblox_logo_11212016.svg");
}
.event_template_one .section-title.header {
  width: 100%;
  background-color: #111111;
  padding: 42px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 42px;
}
.event_template_one .hero-image {
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid transparent;
  background-size: cover;
  height: 800px;
}
.event_template_one .event-section.title-section {
  display: flex;
  width: 980px;
  margin: 48px auto;
}
.event_template_one .event-section.title-section.hero-image {
  height: 800px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.title-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.title-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.title-section {
    flex-direction: column-reverse;
  }
}
.event_template_one .event-section.title-section .left-section {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
.event_template_one .event-section.title-section .left-section .section-title {
  font-size: 48px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.title-section .left-section .section-title {
    font-size: 43.6363636364px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.title-section .left-section .section-title {
    font-size: 40px;
  }
}
.event_template_one .event-section.title-section .left-section .section-about {
  margin: 12px 12px 0 0;
  font-size: 14px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.title-section .left-section .section-about {
    font-size: 12.7272727273px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.title-section .left-section .section-about {
    font-size: 11.6666666667px;
  }
}
.event_template_one .event-section.title-section .right-section {
  width: 50%;
}
@media (max-width: 600px) {
  .event_template_one .event-section.title-section .right-section {
    margin: 0 auto;
  }
}
.event_template_one .event-section.title-section .right-section .section-image {
  margin: 0 0 0 12px;
}
.event_template_one .event-section.title-section .right-section .section-image .page-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 400px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.title-section .right-section .section-image .page-image {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.title-section .right-section .section-image .page-image {
    height: 250px;
    width: 250px;
  }
}
.event_template_one .event-section.video-section {
  display: flex;
  flex-direction: column;
  width: 980px;
  margin: 48px auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.video-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.video-section {
    width: 100%;
  }
}
.event_template_one .event-section.video-section .section-title {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  font-size: 32px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.video-section .section-title {
    font-size: 29.0909090909px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.video-section .section-title {
    font-size: 26.6666666667px;
  }
}
.event_template_one .event-section.video-section .section-video {
  text-align: center;
  margin: 12px 0;
}
.event_template_one .event-section.video-section .section-video iframe {
  width: 720px;
  height: 480px;
}
@media (max-width: 600px) {
  .event_template_one .event-section.video-section .section-video iframe {
    width: 100%;
    height: 200px;
  }
}
.event_template_one .event-section.video-section .section-carousel .carousel {
  display: flex;
  padding: 24px 0;
  position: relative;
  min-width: 1000px;
}
.event_template_one .event-section.video-section .section-carousel .carousel .carousel-video {
  margin: 12px;
  border-radius: 5px;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}
.event_template_one .event-section.video-section .section-carousel .carousel .carousel-video iframe {
  width: 720px;
  height: 480px;
}
@media (max-width: 600px) {
  .event_template_one .event-section.video-section .section-carousel .carousel .carousel-video iframe {
    width: 100%;
    height: 200px;
  }
}
.event_template_one .event-section.video-section .about-carousel {
  margin: 12px;
  font-size: 12px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.video-section .about-carousel {
    font-size: 10.9090909091px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.video-section .about-carousel {
    font-size: 10px;
  }
}
.event_template_one .event-section.video-section .carousel-content {
  display: flex;
}
.event_template_one .event-section.video-section .carousel-content .left-carousel, .event_template_one .event-section.video-section .carousel-content .right-carousel {
  align-self: center;
  font-size: 36px;
  margin: 0px 12px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #333333;
}
.event_template_one .event-section.video-section .carousel-content .carousel-container {
  overflow: hidden;
}
.event_template_one .event-section.asset-section {
  display: flex;
  flex-direction: column;
  width: 980px;
  margin: 48px auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.asset-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.asset-section {
    width: 100%;
  }
}
.event_template_one .event-section.asset-section .section-title {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  font-size: 32px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.asset-section .section-title {
    font-size: 29.0909090909px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.asset-section .section-title {
    font-size: 26.6666666667px;
  }
}
.event_template_one .event-section.asset-section .section-carousel {
  background-color: #555555;
}
.event_template_one .event-section.asset-section .section-carousel .carousel {
  display: flex;
  padding: 24px 0;
  background-color: #555555;
  position: relative;
  min-width: 1000px;
}
.event_template_one .event-section.asset-section .section-carousel .carousel .item-image .item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.event_template_one .event-section.asset-section .section-carousel .carousel .item-about {
  margin: 12px;
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.asset-section .section-carousel .carousel .item-about {
    font-size: 14.5454545455px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.asset-section .section-carousel .carousel .item-about {
    font-size: 13.3333333333px;
  }
}
.event_template_one .event-section.asset-section .section-carousel .about-carousel {
  margin: 12px;
  font-size: 12px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.asset-section .section-carousel .about-carousel {
    font-size: 10.9090909091px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.asset-section .section-carousel .about-carousel {
    font-size: 10px;
  }
}
.event_template_one .event-section.asset-section .section-carousel .carousel-content {
  display: flex;
}
.event_template_one .event-section.asset-section .section-carousel .carousel-content .left-carousel, .event_template_one .event-section.asset-section .section-carousel .carousel-content .right-carousel {
  align-self: center;
  font-size: 36px;
  margin: 0px 12px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #333333;
}
.event_template_one .event-section.asset-section .section-carousel .carousel-content .carousel-container {
  overflow: hidden;
}
.event_template_one .event-section.game-section {
  display: flex;
  flex-direction: column;
  width: 980px;
  margin: 48px auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.game-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.game-section {
    width: 100%;
  }
}
.event_template_one .event-section.game-section .section-title {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  font-size: 32px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.game-section .section-title {
    font-size: 29.0909090909px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.game-section .section-title {
    font-size: 26.6666666667px;
  }
}
.event_template_one .event-section.game-section .section-carousel {
  background-color: #555555;
}
.event_template_one .event-section.game-section .section-carousel .carousel {
  display: flex;
  padding: 24px 0;
  background-color: #555555;
  position: relative;
  min-width: 1000px;
}
.event_template_one .event-section.game-section .section-carousel .carousel .carousel-game {
  margin: 12px 0;
}
.event_template_one .event-section.game-section .section-carousel .carousel .carousel-game .game-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 3px;
}
.event_template_one .event-section.game-section .section-carousel .about-carousel {
  margin: 12px;
  font-size: 12px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.game-section .section-carousel .about-carousel {
    font-size: 10.9090909091px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.game-section .section-carousel .about-carousel {
    font-size: 10px;
  }
}
.event_template_one .event-section.game-section .section-carousel .carousel-content {
  display: flex;
}
.event_template_one .event-section.game-section .section-carousel .carousel-content .left-carousel, .event_template_one .event-section.game-section .section-carousel .carousel-content .right-carousel {
  align-self: center;
  font-size: 36px;
  margin: 0px 12px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #333333;
}
.event_template_one .event-section.game-section .section-carousel .carousel-content .carousel-container {
  overflow: hidden;
}
.event_template_one .event-section.avatar-section {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.avatar-section {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.avatar-section {
    width: 100%;
  }
}
.event_template_one .event-section.avatar-section .section-title {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  font-size: 32px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.avatar-section .section-title {
    font-size: 29.0909090909px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.avatar-section .section-title {
    font-size: 26.6666666667px;
  }
}
.event_template_one .event-section.avatar-section .section-carousel .carousel {
  display: flex;
  padding: 24px 0;
  position: relative;
  min-width: 1000px;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel .carousel-avatar {
  margin: 12px;
  background-color: black;
  border-radius: 5px;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel .carousel-avatar .avatar-image {
  width: 250px;
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel .carousel-avatar .avatar-name {
  color: white;
  font-weight: 600;
  font-size: 18px;
  background-color: #111111;
  padding-top: 12px;
  text-align: center;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel .carousel-avatar .avatar-desc {
  padding: 12px;
  text-align: left;
  color: #9b9b9b;
  background-color: #111111;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel .carousel-avatar a {
  text-decoration: none;
}
.event_template_one .event-section.avatar-section .section-carousel .about-carousel {
  margin: 12px;
  font-size: 12px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.avatar-section .section-carousel .about-carousel {
    font-size: 10.9090909091px;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.avatar-section .section-carousel .about-carousel {
    font-size: 10px;
  }
}
.event_template_one .event-section.avatar-section .section-carousel .carousel-content {
  display: flex;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel-content .left-carousel, .event_template_one .event-section.avatar-section .section-carousel .carousel-content .right-carousel {
  align-self: center;
  font-size: 36px;
  margin: 0px 12px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #333333;
}
.event_template_one .event-section.avatar-section .section-carousel .carousel-content .carousel-container {
  overflow: hidden;
}
.event_template_one .event-section.mission-section {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.event_template_one .event-section.mission-section .mission-background {
  width: 100%;
  background-color: black;
}
.event_template_one .event-section.mission-section .mission-background .mission-category {
  width: 980px;
  display: flex;
  padding: 12px 0;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.mission-section .mission-background .mission-category {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-background .mission-category {
    width: 100%;
  }
}
.event_template_one .event-section.mission-section .mission-background .mission-category .mission-title {
  flex: 50%;
  font-size: 32px;
  margin: 12px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-background .mission-category .mission-title {
    font-size: 18px;
    margin: 6px;
  }
}
.event_template_one .event-section.mission-section .mission-background .mission-category .mission-title.small {
  flex: 25%;
  text-align: center;
}
.event_template_one .event-section.mission-section .mission-content {
  display: flex;
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 992px) {
  .event_template_one .event-section.mission-section .mission-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-content {
    width: 100%;
  }
}
.event_template_one .event-section.mission-section .mission-content .mission-text {
  flex: 50%;
  margin: 12px;
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-content .mission-text {
    margin: 6px;
    font-size: 12px;
  }
}
.event_template_one .event-section.mission-section .mission-content .mission-text .mission-subtitle {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-content .mission-text .mission-subtitle {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.event_template_one .event-section.mission-section .mission-content .mission-game {
  flex: 25%;
  margin: 12px;
  text-align: center;
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-content .mission-game {
    margin: 6px;
  }
}
.event_template_one .event-section.mission-section .mission-content .mission-prize {
  flex: 25%;
  margin: 12px;
  text-align: center;
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-content .mission-prize {
    margin: 6px;
  }
}
.event_template_one .event-section.mission-section .mission-content .mission-image {
  height: 150px;
  width: 150px;
  background-size: contain;
}
.event_template_one .event-section.mission-section .mission-content .mission-image.game {
  border-radius: 3px;
}
@media (max-width: 600px) {
  .event_template_one .event-section.mission-section .mission-content .mission-image {
    width: 50px;
    height: 50px;
  }
}
.event_template_one .event-section.mission-section .mission-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evidon-banner > * {
  font-family: inherit !important;
}

#live-search-modal {
  padding-right: 100px !important;
  padding-top: 0px;
  cursor: zoom-out;
}
@media only screen and (max-width: 700px) {
  #live-search-modal {
    padding: 0px !important;
    height: 100vh;
  }
}
#live-search-modal .modal-content {
  position: absolute;
  top: 0px;
  width: 100%;
  background: transparent;
  cursor: auto;
}
@media only screen and (max-width: 700px) {
  #live-search-modal .modal-content {
    height: 100vh !important;
  }
}
#live-search-modal .modal-content .modal-header {
  border-bottom: unset;
  padding-bottom: 10px;
}
#live-search-modal .modal-content .nav.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 60px;
  white-space: nowrap;
  flex-wrap: unset;
  border-bottom: unset;
}
#live-search-modal .modal-content .nav.nav-tabs a.nav-link {
  font-size: 15px;
}
#live-search-modal .modal-content .nav.nav-tabs .nav-link.active {
  border-bottom: 3px solid #32b4ff;
}
@media only screen and (max-width: 700px) {
  #live-search-modal .modal-dialog {
    width: 96vw !important;
  }
}
#live-search-modal .modal-header {
  height: 80px;
  padding: 1rem 0;
}
@media only screen and (max-width: 700px) {
  #live-search-modal .modal-header {
    height: 66px;
    padding-top: 0;
  }
}
#live-search-modal .modal-header .input-group-text {
  background: #fff;
}
#live-search-modal .modal-body {
  max-height: 80vh;
  background: #fff;
  overflow-y: auto;
  height: auto;
}
#live-search-modal .modal-body .tab-content .liveSearch ul {
  padding-left: 0;
}
#live-search-modal .modal-body .nav-tab {
  width: 100%;
}
#live-search-modal .modal-content {
  margin: auto;
  display: block;
  border: 0px;
  border-radius: 0px;
  animation-name: ease-in;
  animation-duration: 0.15s;
}

.card h5[data-toggle=collapse] {
  cursor: pointer;
}
.card h5[data-toggle=collapse] .fa.collapse-icon:before {
  content: "";
}
.card h5[data-toggle=collapse].collapsed .fa.collapse-icon:before {
  content: "";
}

.onboarding-back-arrow {
  text-transform: uppercase;
  font-family: "Gotham-Light";
}

.bd-sidebar .onboarding-back-arrow {
  margin-top: 10px;
  margin-left: 32px;
  margin-bottom: -30px;
}

.bd-sidebar-mobile .onboarding-back-arrow {
  margin-left: 0px;
}
.bd-sidebar-mobile .onboarding-back-arrow a {
  color: #00a2ff !important;
}

.onboarding-next-component {
  padding-top: 10px;
}
.onboarding-next-component .onboarding-next-top-row {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 100%;
}
.onboarding-next-component .onboarding-next-top-row .onboarding-back-arrow {
  justify-self: start;
}
.onboarding-next-component .onboarding-next-top-row .onboarding-next-heading {
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  font-size: 18px;
}
.onboarding-next-component .onboarding-next-button {
  display: grid;
  grid-template-columns: 80px calc(100% - 80px);
  grid-template-rows: 100%;
  justify-items: stretch;
  align-items: stretch;
  height: 80px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 40px 0px 0px 40px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  transition: all 0.2s;
}
.onboarding-next-component .onboarding-next-button.course {
  background-color: #f8f8f8;
}
.onboarding-next-component .onboarding-next-button.course .details-title {
  color: #00A2FF;
}
.onboarding-next-component .onboarding-next-button.course .details-description {
  color: #444C56;
}
.onboarding-next-component .onboarding-next-button.course img {
  border-radius: 50%;
}
.onboarding-next-component .onboarding-next-button.category .details-title {
  color: white;
}
.onboarding-next-component .onboarding-next-button.category .details-description {
  color: white;
}
.onboarding-next-component .onboarding-next-button.category .icon-holder {
  padding: 10px;
}
.onboarding-next-component .onboarding-next-button.category .icon-holder img {
  filter: brightness(0) invert(1);
}
.onboarding-next-component .onboarding-next-button:hover {
  transform: scale(1.02);
}
.onboarding-next-component .onboarding-next-button .icon-holder {
  grid-column-start: 1;
  grid-row-start: 1;
  padding: 3px;
}
.onboarding-next-component .onboarding-next-button .icon-holder img {
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.onboarding-next-component .onboarding-next-button .details-holder {
  grid-column-start: 2;
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80px;
  width: 100%;
  padding: 3px 3px 3px 10px;
}
.onboarding-next-component .onboarding-next-button .details-holder .details-title {
  line-height: 16px;
  overflow: hidden;
  font-family: "Gotham-Bold";
}
.onboarding-next-component .onboarding-next-button .details-holder .details-description {
  line-height: 16px;
  overflow: hidden;
  font-family: "Gotham-Light";
}

.onboarding-headings {
  margin-top: 10px;
  margin-bottom: 17px;
}
.onboarding-headings .onboarding-article-title {
  font-size: 32px;
  font-family: "Gotham-Bold";
  font-weight: 700;
  margin-bottom: 10px;
}
.onboarding-headings .onboarding-page-title {
  font-size: 20px;
  font-family: "Gotham-Book";
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .deprecation-banner {
    padding: 0.5rem;
    padding-left: 22rem;
    padding-right: 22rem;
  }
}
.roblox-studio-lines, .markdown-field-data .alert .prettyprint li, .code-block .prettyprint ol li, .code-block ol li p {
  font-family: "Courier New" !important;
  font-size: 16px !important;
  line-height: 14px !important;
  white-space: pre !important;
  word-wrap: unset !important;
}

.code-block {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
}
.code-block .kwd, .code-block .typ {
  font-weight: bold;
}
.code-block.light-theme .kwd, .code-block.light-theme .typ {
  color: #00007F;
}
.code-block.light-theme .str {
  color: #7F007F;
}
.code-block.light-theme .com {
  color: #007F09;
}
.code-block.light-theme .lit {
  color: #007F7F;
}
.code-block.light-theme .pun {
  color: #7F7F00;
}
.code-block.light-theme li {
  color: #000000;
}
.code-block.light-theme pre::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.code-block.light-theme pre::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.code-block.light-theme pre::-webkit-scrollbar-thumb {
  background: #fefcff;
  border: 1px solid #b6b6b6;
  border-radius: 0px;
}
.code-block.light-theme pre::-webkit-scrollbar-thumb:hover {
  background: #fefcff;
}
.code-block.light-theme pre::-webkit-scrollbar-thumb:active {
  background: #eae8eb;
}
.code-block.light-theme pre::-webkit-scrollbar-track {
  background: #d9d8da;
  border: 0px solid #fefcff;
  border-radius: 0px;
}
.code-block.light-theme pre::-webkit-scrollbar-track:hover {
  background: #d9d8da;
}
.code-block.light-theme pre::-webkit-scrollbar-track:active {
  background: #d9d8da;
}
.code-block.light-theme pre::-webkit-scrollbar-corner {
  background: transparent;
}
.code-block.dark-theme .pln, .code-block.dark-theme .pun {
  color: #CCCCCC;
}
.code-block.dark-theme .kwd {
  color: #F86D7C;
}
.code-block.dark-theme .str {
  color: #ADF195;
}
.code-block.dark-theme .com {
  color: #666666;
}
.code-block.dark-theme .typ {
  color: #84D6F7;
}
.code-block.dark-theme .lit {
  color: #FFC600;
}
.code-block.dark-theme li {
  color: #CCCCCC;
}
.code-block.dark-theme pre::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.code-block.dark-theme pre::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.code-block.dark-theme pre::-webkit-scrollbar-thumb {
  background: #414141;
  border: 0px solid #b6b6b6;
  border-radius: 0px;
}
.code-block.dark-theme pre::-webkit-scrollbar-thumb:hover {
  background: #6f6e6f;
}
.code-block.dark-theme pre::-webkit-scrollbar-thumb:active {
  background: #6f6e6f;
}
.code-block.dark-theme pre::-webkit-scrollbar-track {
  background: #292929;
  border: 0px solid #fefcff;
  border-radius: 0px;
}
.code-block.dark-theme pre::-webkit-scrollbar-track:hover {
  background: #292929;
}
.code-block.dark-theme pre::-webkit-scrollbar-track:active {
  background: #292929;
}
.code-block.dark-theme pre::-webkit-scrollbar-corner {
  background: transparent;
}

/* For rendering tables that mimic Studio's "Properties" window */
.studio-table {
  border-collapse: collapse;
}

.studio-table td {
  border: 1px solid #222222;
  padding-left: 10px;
  line-height: 20px;
}

.studio-table .studio-header-row {
  background-color: #353535;
  color: #aaaaaa;
}

.studio-table .studio-category-row {
  background-color: #353535;
  color: #cccccc;
  white-space: nowrap;
}

.studio-table .studio-item-row, .studio-table .studio-item-row-indented {
  background-color: #2e2e2e;
  color: #cccccc;
}

.studio-table img {
  padding-top: 1px;
}

.studio-table td.studio-item-row-indented {
  padding-left: 38px;
}

.studio-table .studio-property-hl {
  background-color: #0b5aaf;
  color: #ffffff;
}

.studio-table .studio-row-indent {
  min-width: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.studio-table .studio-explorer-filter-bar {
  background-color: #252525;
  color: #787878;
}

.studio-table .studio-property-locked {
  color: #555555;
}

.studio-table .rgb-box {
  border: 1px solid black;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.no-outer-border {
  border: 0px;
}

.no-outer-border tr:first-child td {
  border-top: 0px;
}

.no-outer-border tr:last-child td {
  border-bottom: 0px;
}

.no-outer-border tr td:first-child {
  border-left: 0px;
}

.no-outer-border tr td:last-child {
  border-right: 0px;
}

/*# sourceMappingURL=main.css.map */
