@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

html,
body {
  font-size: 16px;
}

/*!
 * Starlight Responsive Dashboard Template
 * Version: 2.0.0
 * Author: ThemePixels (@themepixels)
 * URL: http://themepixels.me/starlight
 *
**/
/* --------------------------------------------------- */
/* ############### GOOGLE FONTS IMPORT ############### */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* ############### BOOTSTRAP FRAMEWORK ############### */
/* --------------------------------------------------- */
/*!
 * Bootstrap v4.1.1 (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: #6a624e;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f27510;
  --yellow: #f49917;
  --green: #23bf08;
  --teal: #1caf9a;
  --cyan: #5b93d3;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #6a624e;
  --secondary: #6c757d;
  --success: #23bf08;
  --info: #5b93d3;
  --warning: #f49917;
  --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,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #c1c1c1;
  text-align: left;
  background-color: #000000;
}

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed #363636;
}

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

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 400;
}

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: #ececec;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  color: #f28d2b;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg: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.1rem;
  font-weight: 400;
}

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;
  border-radius: 5px;
  border: 1px solid #5a5a5a;
  background-color: #191919;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  background-color: #151515;
}

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: 400;
  line-height: 1.2;
  color: inherit;
}

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

h2,
.h2 {
  font-size: 1.3125rem;
  color: #f28d2b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 .lightrow {
  background: white !important;
}

.table .lightrow td {
  background: white !important;
}

.table .nofilter ::before,
.table .nofilter ::after {
  display: none !important;
}

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

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

.table-hover .table-primary:hover {
  background-color: #c9c7bf;
}

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

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

.table-hover .table-success:hover {
  background-color: #afe8a6;
}

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

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

.table-hover .table-info:hover {
  background-color: #bdd4ee;
}

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

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

.table-hover .table-warning:hover {
  background-color: #fbd7a6;
}

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

.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: #f3f3f3;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #f5f5f5;
  border-color: #dee2e6;
}

.table-dark {
  color: #efefef;
  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,
.dataTables_filter input {
  display: block;
  width: 100%;
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #151515;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control,
  .dataTables_filter input {
    transition: none;
  }
}

.form-control::-ms-expand,
.dataTables_filter input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.dataTables_filter input:focus {
  color: #cecece;
  background-color: #000;
  border-color: #828282;
  outline: 0;
}

.form-control::placeholder,
.dataTables_filter input::placeholder {
  color: #969696b8;
  opacity: 1;
}

.form-control:disabled,
.dataTables_filter input:disabled,
.form-control[readonly],
.dataTables_filter input[readonly] {
  background-color: #484848;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #151515;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #585858;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.dataTables_filter .input-group-sm > input.form-control-plaintext,
.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,
.dataTables_filter .input-group-lg > input.form-control-plaintext,
.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,
.dataTables_filter .input-group-sm > input,
.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.765625rem;
  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.6484375rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.640625rem + 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: #23bf08;
}

.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(35, 191, 8, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.was-validated .dataTables_filter input:valid,
.dataTables_filter .was-validated input:valid,
.form-control.is-valid,
.dataTables_filter input.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #23bf08;
}

.was-validated .form-control:valid:focus,
.was-validated .dataTables_filter input:valid:focus,
.dataTables_filter .was-validated input:valid:focus,
.form-control.is-valid:focus,
.dataTables_filter input.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #23bf08;
  box-shadow: 0 0 0 0.2rem rgba(35, 191, 8, 0.25);
}

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

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

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

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

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

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

.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 #efefef, 0 0 0 0.2rem rgba(35, 191, 8, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #23bf08;
}

.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(35, 191, 8, 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,
.was-validated .dataTables_filter input:invalid,
.dataTables_filter .was-validated input:invalid,
.form-control.is-invalid,
.dataTables_filter input.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .dataTables_filter input:invalid:focus,
.dataTables_filter .was-validated input:invalid:focus,
.form-control.is-invalid:focus,
.dataTables_filter input.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 .dataTables_filter input:invalid ~ .invalid-feedback,
.dataTables_filter .was-validated input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .dataTables_filter input:invalid ~ .invalid-tooltip,
.dataTables_filter .was-validated input:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.dataTables_filter input.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.dataTables_filter input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #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 #efefef, 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,
  .form-inline .dataTables_filter input,
  .dataTables_filter .form-inline input {
    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-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 8px;
  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 {
  color: #e8e8e8;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.45;
}

.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:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #313131;
  background-color: #e4e4e4;
  border-color: #313131;
}

.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.15rem rgba(255, 255, 255, 0.10);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #dedede;
  background-color: #232323;
  border-color: #232323;
}

.btn-success {
  color: #fff;
  background-color: green;
}

.btn-success:hover {
  color: rgb(0, 220, 0);
  background-color: #252525;
  border-color: #252525;
  /* box-shadow: 0 0 12px rgba(0, 255, 0, 0.2); */
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 191, 8, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #23bf08;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1a8e06;
}

.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(35, 191, 8, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #5b93d3;
  border-color: #5b93d3;
}

.btn-info:hover {
  color: #fff;
  background-color: #3d7fcb;
  border-color: #3579c6;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 147, 211, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #5b93d3;
  border-color: #5b93d3;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3579c6;
  border-color: #3273bc;
}

.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(91, 147, 211, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f49917;
  border-color: #f49917;
}

.btn-warning:hover {
  color: #fff;
  background-color: #da850a;
  border-color: #ce7d0a;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 153, 23, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #f49917;
  border-color: #f49917;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning-toggle {
  color: #fff;
  background-color: #ce7d0a;
  border-color: #c27609;
}

.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(244, 153, 23, 0.5);
}

.btn-danger {
  color: #efefef;
  background-color: #c73947;
}

.btn-danger:hover {
  color: #efefef;
  background-color: #b12532;
  border-color: #c73e4b;
}

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

.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: #6a624e;
  background-color: transparent;
  background-image: none;
  border-color: #6a624e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #6a624e;
  border-color: #6a624e;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 98, 78, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #6a624e;
  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: #6a624e;
  border-color: #6a624e;
}

.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(106, 98, 78, 0.5);
}

.btn-outline-secondary {
  color: #d8d8d8;
  background-color: transparent;
  background-image: none;
  border-color: #565656;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 175, 175, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #505050;
  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: #505050;
  border-color: #505050;
}

.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(175, 175, 175, 0.5);
}

.btn-outline-success {
  color: #23bf08;
  background-color: transparent;
  background-image: none;
  border-color: #23bf08;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #23bf08;
  border-color: #23bf08;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 191, 8, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #23bf08;
  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: #23bf08;
  border-color: #23bf08;
}

.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(35, 191, 8, 0.5);
}

.btn-outline-info {
  color: #5b93d3;
  background-color: transparent;
  background-image: none;
  border-color: #5b93d3;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5b93d3;
  border-color: #5b93d3;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 147, 211, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5b93d3;
  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: #5b93d3;
  border-color: #5b93d3;
}

.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(91, 147, 211, 0.5);
}

.btn-outline-warning {
  color: #f49917;
  background-color: transparent;
  background-image: none;
  border-color: #f49917;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #f49917;
  border-color: #f49917;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 153, 23, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f49917;
  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: #f49917;
  border-color: #f49917;
}

.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(244, 153, 23, 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: #608096;
  background-color: transparent;
}

.btn-link:hover {
  color: #608096;
  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.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  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 {
  background: #444444;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #868686;
  text-align: left;
  list-style: none;
  background-color: #151515;
  background-clip: padding-box;
  border: 1px solid #737373;
  border-radius: 3px;
}

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

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

.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.765625rem;
  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;
  border: 1px solid #565656;
}

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

.btn-group > .btn:last-child:not(:first-child) {
  border: 1px solid #565656;
}

.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,
.dataTables_filter .input-group > input,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.dataTables_filter .input-group > input + .form-control,
.dataTables_filter .input-group > .form-control + input,
.dataTables_filter .input-group > input + input,
.input-group > .form-control + .custom-select,
.dataTables_filter .input-group > input + .custom-select,
.input-group > .form-control + .custom-file,
.dataTables_filter .input-group > input + .custom-file,
.input-group > .custom-select + .form-control,
.dataTables_filter .input-group > .custom-select + input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.dataTables_filter .input-group > .custom-file + input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.dataTables_filter .input-group > input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .form-control:not(:last-child),
.dataTables_filter .input-group > input: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),
.dataTables_filter .input-group > input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #efefef;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #c0baaa;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efefef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  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: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}

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

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

.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(106, 98, 78, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(106, 98, 78, 0.5);
}

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

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

.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(106, 98, 78, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.6125rem + 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 #757575;
  border-radius: 3px;
  appearance: none;
}

.custom-select:focus {
  border-color: #aba28d;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(171, 162, 141, 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: #efefef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.6125rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #aba28d;
  box-shadow: 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #aba28d;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #efefef;
}

.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.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.6125rem;
  padding: 0.65rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #efefef;
  border-left: 1px solid #ced4da;
  border-radius: 0 3px 3px 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: #6a624e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #c0baaa;
}

.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: #6a624e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #c0baaa;
}

.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: #6a624e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #efefef, 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #c0baaa;
}

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #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: 3px;
  border-top-right-radius: 3px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #efefef #efefef #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: #efefef;
  border-color: #dee2e6 #dee2e6 #efefef;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6a624e;
}

.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.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

.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: #1f1f1f;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-body {
  flex: 1 1 auto;
  padding: 20px;
}

.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(3px - 1px) calc(3px - 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(3px - 1px) calc(3px - 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(3px - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 3px;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .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 a {
  text-decoration: none;
}

.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;
  background-color: #000000;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 3px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 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: 3px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #608096;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #608096;
  text-decoration: none;
  background-color: #efefef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(106, 98, 78, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #6a624e;
  border-color: #6a624e;
}

.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.09375rem;
  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.765625rem;
  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: 3px;
}

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

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4d4738;
}

.badge-secondary {
  color: #2f2f2f;
  background-color: #dddddd;
}

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

.badge-success {
  color: #fff;
  background-color: #23bf08;
}

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

.badge-info {
  color: #fff;
  background-color: #5b93d3;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3579c6;
}

.badge-warning {
  color: #212529;
  background-color: #f49917;
}

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

.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: #efefef;
  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;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.8125rem;
}

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

.alert-primary {
  color: #373329;
  background-color: #e1e0dc;
  border-color: #d5d3cd;
}

.alert-primary hr {
  border-top-color: #c9c7bf;
}

.alert-primary .alert-link {
  color: #1a1813;
}

.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: #d1f9d3;
  background-color: #3e9e3e;
  border-color: #64ab58;
}

.alert-success hr {
  border-top-color: #afe8a6;
}

.alert-success .alert-link {
  color: #efefef;
}

.alert-info {
  color: #2f4c6e;
  background-color: #dee9f6;
  border-color: #d1e1f3;
}

.alert-info hr {
  border-top-color: #bdd4ee;
}

.alert-info .alert-link {
  color: #20334a;
}

.alert-warning {
  color: #7f500c;
  background-color: #fdebd1;
  border-color: #fce2be;
}

.alert-warning hr {
  border-top-color: #fbd7a6;
}

.alert-warning .alert-link {
  color: #503308;
}

.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.65625rem;
  background-color: #efefef;
  border-radius: 3px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6a624e;
  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: #585858;
  background-color: #efefef;
}

.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: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: #6a624e;
  border-color: #6a624e;
}

.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: #373329;
  background-color: #d5d3cd;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #373329;
  background-color: #c9c7bf;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #373329;
  border-color: #373329;
}

.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: #126304;
  background-color: #c1edba;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #126304;
  background-color: #afe8a6;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #126304;
  border-color: #126304;
}

.list-group-item-info {
  color: #2f4c6e;
  background-color: #d1e1f3;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #2f4c6e;
  background-color: #bdd4ee;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f4c6e;
  border-color: #2f4c6e;
}

.list-group-item-warning {
  color: #7f500c;
  background-color: #fce2be;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7f500c;
  background-color: #fbd7a6;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f500c;
  border-color: #7f500c;
}

.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: 2.5rem;
  font-weight: 200;
  line-height: 0.4;
  color: #a8a8a8;
  text-shadow: 0 1px 0 #00000045;
  opacity: 0.8;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #ececec;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  color: #efefef;
  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;
  background: rgba(0, 0, 0, 0.6);
}

.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: #1f1f1f;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: initial;
  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;
  background-color: #2f2f2f;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

.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: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  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: 3px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

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

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

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

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.cancel_transform {
  height: auto !important;
  transform: none !important;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

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

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

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

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 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;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #6a624e !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4d4738 !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: #23bf08 !important;
}

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

.bg-info {
  background-color: #5b93d3 !important;
}

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

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ce7d0a !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: #383838 !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: #6a624e !important;
}

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

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

.border-info {
  border-color: #5b93d3 !important;
}

.border-warning {
  border-color: #f49917 !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: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !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: 0.75rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !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;
  }

  .w-sm-auto {
    width: 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;
}

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

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

  .text-sm-right {
    text-align: right;
  }

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right;
  }

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right;
  }

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right;
  }

  .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: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #6a624e !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #4d4738 !important;
}

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

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

.text-success {
  color: #23bf08 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1a8e06 !important;
}

.text-info {
  color: #5b93d3 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #3579c6 !important;
}

.text-warning {
  color: #f49917 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ce7d0a !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: #585858 !important;
}

.text-muted {
  color: #81818178 !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;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 691.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/* --------------------------------------------------- */
/* ############### BOOTSTRAP OVERRIDES ############### */
/* --------------------------------------------------- */
/* ------------------------------------------ */
/* ############### 3.1 Alerts ############### */
/* ------------------------------------------ */
.alert-success {
  color: #d1f9d3;
  background-color: #3e9e3e;
  border-color: #64ab58;
}

.alert-success hr {
  border-top-color: #1fa707;
}

.alert-success .alert-link {
  color: #efefef;
}

.alert-info {
  color: #3b7eca;
  background-color: #d4e2f3;
  border-color: #5b93d3;
}

.alert-info hr {
  border-top-color: #4786ce;
}

.alert-info .alert-link {
  color: #2c65a6;
}

.alert-warning {
  color: #c47709;
  background-color: #fce6c6;
  border-color: #f49917;
}

.alert-warning hr {
  border-top-color: #e78c0b;
}

.alert-warning .alert-link {
  color: #945a07;
}

.alert-danger {
  color: #b51f2e;
  background-color: #f7d1d5;
  border-color: #dc3545;
}

.alert-danger a {
  color: #604346;
  text-decoration: underline;
}

.alert-danger hr {
  border-top-color: #d32535;
}

.alert-danger .alert-link {
  color: #891823;
}

.alert {
  border-width: 0;
  border-radius: 0;
  padding: 15px 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 0;
}

.alert .close {
  opacity: 0.95;
}

.alert-icon {
  opacity: 0.95;
  line-height: 0;
  margin-right: 10px;
  position: relative;
}

/* ------------------------------------------- */
/* ############### 3.2 Buttons ############### */
/* ------------------------------------------- */
*:focus {
  outline: none;
}

.btn {
  white-space: nowrap;
}

.btn.rounded-circle {
  border-radius: 100%;
}

.btn:active {
  box-shadow: none;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #4709ac;
}

.btn-indigo:focus,
.btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 12, 221, 0.5);
}

.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4209a0;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 12, 221, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}

.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
}

.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 58, 176, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #482a80;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 58, 176, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}

.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #c21766;
}

.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 39, 126, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #b71660;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 39, 126, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #1caf9a;
  border-color: #189987;
}

.btn-teal:hover {
  color: #fff;
  background-color: #178e7d;
  border-color: #116d60;
}

.btn-teal:focus,
.btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 153, 135, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #1caf9a;
  border-color: #189987;
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #158373;
  border-color: #106256;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 153, 135, 0.5);
}

.btn-outline-light {
  color: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #adb5bd;
  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: #adb5bd;
  border-color: #adb5bd;
}

.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(173, 181, 189, 0.5);
}

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}

.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo:focus,
.btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active,
.btn-outline-indigo:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  background-color: transparent;
  background-image: none;
  border-color: #6f42c1;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color: #e83e8c;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-teal {
  color: #1caf9a;
  background-color: transparent;
  background-image: none;
  border-color: #1caf9a;
}

.btn-outline-teal:hover {
  color: #fff;
  background-color: #1caf9a;
  border-color: #1caf9a;
}

.btn-outline-teal:focus,
.btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 175, 154, 0.5);
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color: #1caf9a;
  background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #1caf9a;
  border-color: #1caf9a;
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 175, 154, 0.5);
}

.btn-warning {
  color: #fff !important;
}

.btn-oblong {
  border-radius: 50px;
}

.btn-primary {
  color: #efefef;
  background: #313131;
  box-shadow: none;
}

.btn-primary:link,
.btn-primary:visited {
  box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:hover {
  color: #313131;
  background: #e4e4e4;
  border-color: #e4e4e4;
  box-shadow: none;
}

.btn-primary-active {
  color: #313131;
  background: #e4e4e4;
  border-color: #e4e4e4;
  box-shadow: none;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary-active:hover {
  color: #313131;
}

.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 0.45;
}

.btn-secondary {
  color: #efefef;
  background: #484848;
  border-color: #484848;
  box-shadow: none;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:hover {
  background: #262626 !important;
  border-color: #414141 !important;
  box-shadow: none;
  color: #efefef;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  opacity: 0.45;
}

.btn-type3 {
  color: #efefef;
  background: #2d2d2d;
  box-shadow: none;
}

.btn-type3:focus,
.btn-type3:active,
.btn-type3:hover {
  background: #333333 !important;
  border-color: #676767 !important;
  box-shadow: none;
  color: #efefef;
}

.btn-type3.disabled {
  background: #bbbbbb;
  box-shadow: none;
}

.btn-type4 {
  color: #f7f9fb;
  background: #1c4ceb;
  border-color: #1c4ceb;
  box-shadow: none;
}

.btn-type4:focus,
.btn-type4:active,
.btn-type4:hover {
  background: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
  box-shadow: none;
  color: #313131;
}

.btn-type5 {
  color: #353535;
  background: #f28d2b;
  box-shadow: none;
}

.btn-type5:focus,
.btn-type5:active,
.btn-type5:hover {
  background: #0c0c0c !important;
  border-color: #0c0c0c !important;
  box-shadow: none;
  color: #f28d2b;
}

.btn-type6 {
  color: #efefef;
  background: #4a4a49;
  border-color: #4a4a49;
  box-shadow: none;
}

.btn-type6:focus,
.btn-type6:active,
.btn-type6:hover {
  background: #31302b !important;
  border-color: #31302b !important;
  box-shadow: none;
  color: #efefef;
}

.btn-type7 {
  color: #efefef;
  background: #4a4a49;
  border-color: #4a4a49;
  box-shadow: none;
}

.btn-type7:focus,
.btn-type7:active,
.btn-type7:hover {
  background: #31302b !important;
  border-color: #31302b !important;
  box-shadow: none;
  color: #efefef;
}

.btn-with-icon {
  padding: 0;
  display: inline-block;
  border-width: 0;
}

.btn-with-icon > div {
  position: relative;
  display: flex;
}

.btn-with-icon > div > span {
  display: flex;
  height: 100%;
  align-items: center;
}

.btn-with-icon > div > span.icon {
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-icon {
  display: inline-block;
  padding: 0;
}

.btn-icon > div {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.btn-group {
  direction: ltr;
}

.btn-mini {
  padding: 6px 8px;
  font-size: 0.8em;
  line-height: 1em;
}

.btn-cp {
  text-transform: unset;
  font-size: 0.75rem;
  min-height: 30px;
}

.btn-force-width-auto {
  display: initial;
  width: max-content;
}

/* ----------------------------------------- */
/* ############### 3.3 Cards ############### */
/* ----------------------------------------- */
.card {
  border: 0;
  border-radius: 10px;
}

.card-header,
.card-footer {
  border-color: #dee2e6;
}

.card-header {
  border-bottom: 0;
}

.card-header:first-child {
  border-radius: 10px 10px 0 0;
}

.card-header-default {
  background-color: #a49671;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
}

.card-header-default .card-title {
  margin: 0;
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.card-title {
  color: #212529;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.card-body {
  padding: 20px;
}

.card-body-title {
  color: #e1e1e1;
}

.card-footer {
  border-top-width: 0;
  border-radius: 0;
}

/** ACCORDION **/
.accordion .card {
  border-radius: 0;
}

.accordion .card + .card {
  margin-top: 1px;
}

.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom-width: 0;
  min-height: 0;
}

.accordion .card-header a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
}

.accordion .card-header a,
.accordion .card-header a:hover,
.accordion .card-header a:focus {
  background-color: #0a0a0a;
  color: #a7a7a7;
}

.accordion .card-header a.collapsed {
  background-color: #151515;
  color: #a7a7a7;
}

.accordion .card-header a.collapsed:hover,
.accordion .card-header a.collapsed:focus {
  background-color: #0a0a0a;
  color: #a7a7a7;
}

.accordion .card-body {
  padding: 20px;
  background-color: #f8f9fa;
}

.card-deck-xs .card:not(:last-child),
.card-deck-xs .card:not(:first-child) {
  margin-left: 5px;
  margin-right: 5px;
}

.card-deck-xs .card:first-child {
  margin-left: 0;
}

.card-deck-xs .card:last-child {
  margin-right: 0;
}

.card-deck-sm .card:not(:last-child),
.card-deck-sm .card:not(:first-child) {
  margin-left: 10px;
  margin-right: 10px;
}

.card-deck-sm .card:first-child {
  margin-left: 0;
}

.card-deck-sm .card:last-child {
  margin-right: 0;
}

.card-deck-lg .card:not(:last-child),
.card-deck-lg .card:not(:first-child) {
  margin-left: 20px;
  margin-right: 20px;
}

.card-deck-lg .card:first-child {
  margin-left: 0;
}

.card-deck-lg .card:last-child {
  margin-right: 0;
}

@media (max-width: 799px) {
  .card-deck {
    display: block;
  }

  .card-deck .card:not(:last-child),
  .card-deck .card:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }

  .card-deck .card + .card {
    margin-top: 20px;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}

@media (min-width: 576px) {
  .card-columns.column-count-2 {
    column-count: 2;
  }
}

@media (min-width: 480px) {
  .card-columns.column-count-4 {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns.column-count-4 {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .card-columns.column-count-4 {
    column-count: 4;
  }
}

@media (min-width: 480px) {
  .card-columns.column-count-5 {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns.column-count-5 {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .card-columns.column-count-5 {
    column-count: 4;
  }
}

@media (min-width: 1200px) {
  .card-columns.column-count-5 {
    column-count: 5;
  }
}

@media (min-width: 480px) {
  .card-columns.column-count-6 {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns.column-count-6 {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .card-columns.column-count-6 {
    column-count: 4;
  }
}

@media (min-width: 1200px) {
  .card-columns.column-count-6 {
    column-count: 6;
  }
}

.card-columns-sm {
  margin-top: -10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.card-columns-sm .card {
  margin-top: 10px;
  margin-bottom: 0;
}

.card-columns-md {
  margin-top: -20px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.card-columns-md .card {
  margin-top: 20px;
}

.card-columns-lg {
  margin-top: -30px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.card-columns-lg .card {
  margin-top: 30px;
}

.card-item-img {
  margin-bottom: 0;
}

.card-item-img img {
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card-item-img img {
    transition: none;
  }
}

.card-item-img:hover img,
.card-item-img:focus img {
  opacity: 0.5;
}

.card-header-tabs .nav-link.active,
.card-header-tabs .nav-link.active:hover,
.card-header-tabs .nav-link.active:focus {
  background-color: #1f1f1f;
  color: #bdbdbd;
  border-radius: 0;
}

.card-header-tabs .nav-link:hover,
.card-header-tabs .nav-link:focus {
  border-color: transparent;
}

/* ----------------------------------------- */
/* ############### 3.8 Forms ############### */
/* ----------------------------------------- */
.form-control,
.dataTables_filter input {
  border-radius: 5px;
  background-color: #191919;
  color: #bbbbbb;
  border: 1px solid #5a5a5a;
}

select.form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Mobile selector boxes */
/* @media (max-width: 650px) {
  .selector,
  button,
  select,
  .form-control,
  .dataTables_filter input {
    color: #3c3c3c;
  }
} */

/* #################### VALIDATION #################### */
.is-valid:focus,
.is-valid:active,
.is-invalid:focus,
.is-invalid:active {
  box-shadow: none !important;
}

.is-warning,
.is-warning:focus,
.is-warning:active {
  border-color: #f49917;
}

/* #################### INPUT FORM STYLES #################### */
.fc-outline,
.fc-outline:focus,
.fc-outline:active,
.fc-outline-dark,
.fc-outline-dark:focus,
.fc-outline-dark:active {
  background-color: transparent;
}

.fc-outline:focus,
.fc-outline:active {
  border-color: #adb5bd;
}

.fc-outline-dark {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.fc-outline-dark:focus,
.fc-outline-dark:active {
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.fc-focus-primary:focus,
.fc-focus-primary:active {
  border-color: #b2a687;
}

.fc-focus-success:focus,
.fc-focus-success:active {
  border-color: #23bf08;
}

.fc-focus-warning:focus,
.fc-focus-warning:active {
  border-color: #f49917;
}

.fc-focus-danger:focus,
.fc-focus-danger:active {
  border-color: #dc3545;
}

.fc-focus-info:focus,
.fc-focus-info:active {
  border-color: #5b93d3;
}

.fc-focus-indigo:focus,
.fc-focus-indigo:active {
  border-color: #6610f2;
}

.fc-focus-purple:focus,
.fc-focus-purple:active {
  border-color: #6f42c1;
}

.fc-focus-teal:focus,
.fc-focus-teal:active {
  border-color: #1caf9a;
}

.fc-focus-pink:focus,
.fc-focus-pink:active {
  border-color: #e83e8c;
}

.fc-focus-orange:focus,
.fc-focus-orange:active {
  border-color: #f27510;
}

/* ------------------------------------------------- */
/* ############### 3.7 Form Layoyuts ############### */
/* ------------------------------------------------- */
.form-layout-footer .btn {
  padding: 12px 20px;
}

/***** FORM LAYOUT 2 & 3 *****/
.form-layout-2 .form-group,
.form-layout-3 .form-group {
  position: relative;
  border: 1px solid #ced4da;
  padding: 20px 20px;
  margin-bottom: 0;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-layout-2 .form-group,
  .form-layout-3 .form-group {
    transition: none;
  }
}

.form-layout-2 .form-group-active,
.form-layout-3 .form-group-active {
  background-color: #f8f9fa;
}

.form-layout-2 .form-control-label,
.form-layout-3 .form-control-label {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  display: block;
}

.form-layout-2 .form-control,
.form-layout-2 .dataTables_filter input,
.dataTables_filter .form-layout-2 input,
.form-layout-3 .form-control,
.form-layout-3 .dataTables_filter input,
.dataTables_filter .form-layout-3 input {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #343a40;
  border-radius: 0;
  font-weight: 500;
}

.form-layout-2 .select2-container--default .select2-selection--single,
.form-layout-3 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: transparent;
  height: auto;
}

.form-layout-2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.form-layout-3
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  font-weight: 500;
}

.form-layout-2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.form-layout-3
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
}

/***** FORM LAYOUT 3 *****/
.form-layout-3 .form-control,
.form-layout-3 .dataTables_filter input,
.dataTables_filter .form-layout-3 input {
  font-weight: 400;
}

.form-layout-3
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 400;
}

/***** FORM LAYOUT 4 & 5 *****/
.form-layout-4,
.form-layout-5 {
  padding: 30px;
}

.form-layout-4 .form-control-label,
.form-layout-5 .form-control-label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.form-layout-4 .form-control-label span,
.form-layout-5 .form-control-label span {
  display: inline-block;
}

/***** FORM LAYOUT 5 *****/
@media (min-width: 576px) {
  .form-layout-5 .form-control-label {
    justify-content: flex-end;
  }
}

/***** FORM LAYOUT 6 & 7 *****/
.form-layout-6 .row > div,
.form-layout-7 .row > div {
  border: 1px solid #ced4da;
  padding: 15px 20px;
}

.form-layout-6 .row > div:first-child,
.form-layout-7 .row > div:first-child {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border-right-width: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-layout-6 .row + .row > div,
.form-layout-7 .row + .row > div {
  border-top-width: 0;
}

.form-layout-6 .form-control,
.form-layout-6 .dataTables_filter input,
.dataTables_filter .form-layout-6 input,
.form-layout-7 .form-control,
.form-layout-7 .dataTables_filter input,
.dataTables_filter .form-layout-7 input {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/***** FORM LAYOUT 7 *****/
.form-layout-7 .row > div:first-child {
  justify-content: flex-end;
}

/* ------------------------------------------ */
/* ############### 3.9 Modals ############### */
/* ------------------------------------------ */
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .modal-header,
.modal .modal-footer {
  border: 0;
}

.modal .modal-content {
  border-radius: 10px;
  border: 0;
}

.modal .modal-body {
  background-color: #232323;
}

/* ----------------------------------------------- */
/* ############### 3.10 Navigation ############### */
/* ----------------------------------------------- */
.nav-tabs .nav-link {
  border-radius: 0;
}

.nav-tabs-for-dark .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.nav-tabs-for-dark .nav-link.active {
  border-color: transparent;
}

.nav-tabs-for-dark .nav-link:hover,
.nav-tabs-for-dark .nav-link:focus {
  color: #8c8c8c !important;
}

.nav-gray-600 .nav-link {
  color: #6c757d;
}

.nav-gray-600 .nav-link:hover,
.nav-gray-600 .nav-link:focus {
  color: #343a40;
  background-color: transparent;
}

.nav-gray-600 .nav-link.active,
.nav-gray-600 .nav-link.active:hover,
.nav-gray-600 .nav-link.active:focus {
  color: #343a40;
  background-color: transparent;
}

.nav-gray-700 .nav-link {
  color: #495057;
}

.nav-gray-700 .nav-link:hover,
.nav-gray-700 .nav-link:focus {
  color: #212529;
  background-color: transparent;
}

.nav-gray-700 .nav-link.active,
.nav-gray-700 .nav-link.active:hover,
.nav-gray-700 .nav-link.active:focus {
  color: #212529;
  background-color: transparent;
}

.nav-white-800 .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.nav-white-800 .nav-link:hover,
.nav-white-800 .nav-link:focus {
  color: #fff;
  background-color: transparent;
}

.nav-white-800 .nav-link.active,
.nav-white-800 .nav-link.active:hover,
.nav-white-800 .nav-link.active:focus {
  color: #fff;
  background-color: transparent;
}

.nav-pills .nav-link {
  color: #495057;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: #343a40;
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  color: #fff;
  background-color: #5b93d3;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills-for-dark .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.nav-pills-for-dark .nav-link:hover,
.nav-pills-for-dark .nav-link:focus {
  color: #fff;
  background-color: transparent;
}

.nav-pills-for-dark .nav-link.active,
.nav-pills-for-dark .nav-link.active:hover,
.nav-pills-for-dark .nav-link.active:focus {
  color: #fff;
  background-color: #5b93d3;
}

.nav.active-primary .nav-link.active {
  color: #b2a687;
}

.nav.active-success .nav-link.active {
  color: #23bf08;
}

.nav.active-warning .nav-link.active {
  color: #f49917;
}

.nav.active-danger .nav-link.active {
  color: #dc3545;
}

.nav.active-info .nav-link.active {
  color: #5b93d3;
}

.nav.active-indigo .nav-link.active {
  color: #6610f2;
}

.nav.active-purple .nav-link.active {
  color: #6f42c1;
}

.nav.active-pink .nav-link.active {
  color: #e83e8c;
}

.nav.active-teal .nav-link.active {
  color: #1caf9a;
}

.nav.active-orange .nav-link.active {
  color: #f27510;
}

/* ----------------------------------------------- */
/* ############### 3.11 Pagination ############### */
/* ----------------------------------------------- */
.pagination .page-item + .page-item {
  padding-left: 3px;
  margin: 0;
}

.pagination .page-item .page-link {
  color: #495057;
  padding: 11px 0;
  width: 35px;
  height: 40px;
  text-align: center;
  border-radius: 0;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: #efefef;
}

.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
  color: #fff;
  background-color: #5b93d3;
  border-color: transparent;
}

.pagination-basic .page-item .page-link {
  border: 0;
  width: 35px;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  background-color: #efefef;
}

.pagination-basic .page-item .page-link:hover,
.pagination-basic .page-item .page-link:focus {
  background-color: #dee2e6;
}

.pagination-basic .active .page-link,
.pagination-basic .active .page-link:hover,
.pagination-basic .active .page-link:focus {
  border: 0;
  background-color: #5b93d3;
}

.pagination-basic .disabled .page-link {
  background-color: transparent;
}

.pagination-dark .page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.2);
}

.pagination-dark .page-item.active .page-link {
  border-color: transparent;
  background-color: #fff;
  color: #343a40;
}

.pagination-dark .page-item .page-link {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  width: 35px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.pagination-dark .page-item .page-link:hover,
.pagination-dark .page-item .page-link:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pagination-primary .page-link {
  color: #6c757d;
}

.pagination-primary .page-link:hover,
.pagination-primary .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-primary .active .page-link,
.pagination-primary .active .page-link:hover,
.pagination-primary .active .page-link:focus {
  background-color: #b2a687;
  color: #fff;
  border-color: transparent;
}

.pagination-primary.pagination-dark .active .page-link {
  background-color: #b2a687;
  color: #fff;
}

.pagination-success .page-link {
  color: #6c757d;
}

.pagination-success .page-link:hover,
.pagination-success .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-success .active .page-link,
.pagination-success .active .page-link:hover,
.pagination-success .active .page-link:focus {
  background-color: #23bf08;
  color: #fff;
  border-color: transparent;
}

.pagination-success.pagination-dark .active .page-link {
  background-color: #23bf08;
  color: #fff;
}

.pagination-warning .page-link {
  color: #6c757d;
}

.pagination-warning .page-link:hover,
.pagination-warning .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-warning .active .page-link,
.pagination-warning .active .page-link:hover,
.pagination-warning .active .page-link:focus {
  background-color: #f49917;
  color: #fff;
  border-color: transparent;
}

.pagination-warning.pagination-dark .active .page-link {
  background-color: #f49917;
  color: #fff;
}

.pagination-danger .page-link {
  color: #6c757d;
}

.pagination-danger .page-link:hover,
.pagination-danger .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-danger .active .page-link,
.pagination-danger .active .page-link:hover,
.pagination-danger .active .page-link:focus {
  background-color: #dc3545;
  color: #fff;
  border-color: transparent;
}

.pagination-danger.pagination-dark .active .page-link {
  background-color: #dc3545;
  color: #fff;
}

.pagination-info .page-link {
  color: #6c757d;
}

.pagination-info .page-link:hover,
.pagination-info .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-info .active .page-link,
.pagination-info .active .page-link:hover,
.pagination-info .active .page-link:focus {
  background-color: #5b93d3;
  color: #fff;
  border-color: transparent;
}

.pagination-info.pagination-dark .active .page-link {
  background-color: #5b93d3;
  color: #fff;
}

.pagination-inverse .page-link {
  color: #6c757d;
}

.pagination-inverse .page-link:hover,
.pagination-inverse .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-inverse .active .page-link,
.pagination-inverse .active .page-link:hover,
.pagination-inverse .active .page-link:focus {
  background-color: #343a40;
  color: #fff;
  border-color: transparent;
}

.pagination-inverse.pagination-dark .active .page-link {
  background-color: #343a40;
  color: #fff;
}

.pagination-indigo .page-link {
  color: #6c757d;
}

.pagination-indigo .page-link:hover,
.pagination-indigo .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-indigo .active .page-link,
.pagination-indigo .active .page-link:hover,
.pagination-indigo .active .page-link:focus {
  background-color: #6610f2;
  color: #fff;
  border-color: transparent;
}

.pagination-indigo.pagination-dark .active .page-link {
  background-color: #6610f2;
  color: #fff;
}

.pagination-purple .page-link {
  color: #6c757d;
}

.pagination-purple .page-link:hover,
.pagination-purple .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-purple .active .page-link,
.pagination-purple .active .page-link:hover,
.pagination-purple .active .page-link:focus {
  background-color: #6f42c1;
  color: #fff;
  border-color: transparent;
}

.pagination-purple.pagination-dark .active .page-link {
  background-color: #6f42c1;
  color: #fff;
}

.pagination-pink .page-link {
  color: #6c757d;
}

.pagination-pink .page-link:hover,
.pagination-pink .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-pink .active .page-link,
.pagination-pink .active .page-link:hover,
.pagination-pink .active .page-link:focus {
  background-color: #e83e8c;
  color: #fff;
  border-color: transparent;
}

.pagination-pink.pagination-dark .active .page-link {
  background-color: #e83e8c;
  color: #fff;
}

.pagination-orange .page-link {
  color: #6c757d;
}

.pagination-orange .page-link:hover,
.pagination-orange .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-orange .active .page-link,
.pagination-orange .active .page-link:hover,
.pagination-orange .active .page-link:focus {
  background-color: #f27510;
  color: #fff;
  border-color: transparent;
}

.pagination-orange.pagination-dark .active .page-link {
  background-color: #f27510;
  color: #fff;
}

.pagination-teal .page-link {
  color: #6c757d;
}

.pagination-teal .page-link:hover,
.pagination-teal .page-link:focus {
  color: #343a40;
  background-color: #efefef;
}

.pagination-teal .active .page-link,
.pagination-teal .active .page-link:hover,
.pagination-teal .active .page-link:focus {
  background-color: #1caf9a;
  color: #fff;
  border-color: transparent;
}

.pagination-teal.pagination-dark .active .page-link {
  background-color: #1caf9a;
  color: #fff;
}

.pagination-circle .page-item + .page-item {
  margin-left: 5px;
}

.pagination-circle .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #dee2e6;
  border-radius: 100%;
}

.pagination-circle .page-item span.page-link {
  border: 0;
}

.pagination-circle .page-item.active .page-link,
.pagination-circle .page-item.active .page-link:hover,
.pagination-circle .page-item.active .page-link:focus {
  border-color: transparent;
}

.pagination-circle.pagination-dark .page-item .page-link {
  border-color: rgba(255, 255, 255, 0.2);
}

.pagination-circle.pagination-dark .active .page-link {
  border-color: transparent;
}

.pagination-rounded .page-item + .page-item {
  padding-left: 8px;
}

.pagination-rounded .page-item .page-link {
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

.pagination-rounded .active .page-link,
.pagination-rounded .active .page-link:hover,
.pagination-rounded .active .page-link:focus {
  border-color: transparent;
  background-color: #5b93d3;
}

.pagination-rounded.pagination-dark .page-item .page-link {
  border-color: rgba(255, 255, 255, 0.1);
}

.pagination-rounded.pagination-dark .page-item span.page-link {
  border: 0;
}

.pagination-circle .page-item span.page-link,
.pagination-rounded .page-item span.page-link {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.pagination-circle .page-item.disabled .page-link,
.pagination-rounded .page-item.disabled .page-link {
  background-color: transparent;
}

.pagination-dark .page-link {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.pagination-dark .page-link:hover,
.pagination-dark .page-link:focus {
  background-color: #343a40;
}

/* ########## RTL SUPPORT ########## */
.rtl .pagination {
  padding: 0;
}

.rtl .pagination .page-item + .page-item {
  padding-left: 0;
  padding-right: 3px;
}

/* ------------------------------------------- */
/* ############### 3.14 Tables ############### */
/* ------------------------------------------- */
.table {
  background-color: #151515;
  border-collapse: separate;
  border-spacing: 0;
}

.table th,
.table td {
  border-top-color: #fff;
  color: #c1c1c1;
}

.table th.valign-middle,
.table td.valign-middle {
  vertical-align: middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #212121;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border-top: 0;
  border-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #353535;
  letter-spacing: 0.5px;
}

.table thead.bg-primary > tr > th,
.table thead.bg-primary > tr > td,
.table tfoot.bg-primary > tr > th,
.table tfoot.bg-primary > tr > td {
  background-color: #b2a687;
  color: #fff;
}

.table thead.bg-success > tr > th,
.table thead.bg-success > tr > td,
.table tfoot.bg-success > tr > th,
.table tfoot.bg-success > tr > td {
  background-color: #23bf08;
  color: #fff;
}

.table thead.bg-warning > tr > th,
.table thead.bg-warning > tr > td,
.table tfoot.bg-warning > tr > th,
.table tfoot.bg-warning > tr > td {
  background-color: #f49917;
  color: #fff;
}

.table thead.bg-danger > tr > th,
.table thead.bg-danger > tr > td,
.table tfoot.bg-danger > tr > th,
.table tfoot.bg-danger > tr > td {
  background-color: #dc3545;
  color: #fff;
}

.table thead.bg-info > tr > th,
.table thead.bg-info > tr > td,
.table tfoot.bg-info > tr > th,
.table tfoot.bg-info > tr > td {
  background-color: #5b93d3;
  color: #fff;
}

.table thead.bg-indigo > tr > th,
.table thead.bg-indigo > tr > td,
.table tfoot.bg-indigo > tr > th,
.table tfoot.bg-indigo > tr > td {
  background-color: #6610f2;
  color: #fff;
}

.table thead.bg-purple > tr > th,
.table thead.bg-purple > tr > td,
.table tfoot.bg-purple > tr > th,
.table tfoot.bg-purple > tr > td {
  background-color: #6f42c1;
  color: #fff;
}

.table thead.bg-teal > tr > th,
.table thead.bg-teal > tr > td,
.table tfoot.bg-teal > tr > th,
.table tfoot.bg-teal > tr > td {
  background-color: #1caf9a;
  color: #fff;
}

.table thead.bg-orange > tr > th,
.table thead.bg-orange > tr > td,
.table tfoot.bg-orange > tr > th,
.table tfoot.bg-orange > tr > td {
  background-color: #f27510;
  color: #fff;
}

.table thead.bg-pink > tr > th,
.table thead.bg-pink > tr > td,
.table tfoot.bg-pink > tr > th,
.table tfoot.bg-pink > tr > td {
  background-color: #e83e8c;
  color: #fff;
}

.table thead.bg-gray-800 > tr > th,
.table thead.bg-gray-800 > tr > td,
.table tfoot.bg-gray-800 > tr > th,
.table tfoot.bg-gray-800 > tr > td {
  background-color: #343a40;
  color: #fff;
}

.table thead.bg-gray-500 > tr > th,
.table thead.bg-gray-500 > tr > td,
.table tfoot.bg-gray-500 > tr > th,
.table tfoot.bg-gray-500 > tr > td {
  background-color: #adb5bd;
  color: #fff;
}

.table tbody > tr > th {
  color: #343a40;
  font-weight: 500;
}

.table .ckbox span::before,
.table .rdiobox span::before {
  border-color: transparent;
}

.table.table-primary {
  background-color: white;
}

.table.table-primary thead > tr > th,
.table.table-primary thead > tr > td,
.table.table-primary tfoot > tr > th,
.table.table-primary tfoot > tr > td {
  background-color: #b2a687;
  color: #fff;
}

.table.table-success {
  background-color: #d1fdc9;
}

.table.table-success thead > tr > th,
.table.table-success thead > tr > td,
.table.table-success tfoot > tr > th,
.table.table-success tfoot > tr > td {
  background-color: #23bf08;
  color: #fff;
}

.table.table-warning {
  background-color: #fdefda;
}

.table.table-warning thead > tr > th,
.table.table-warning thead > tr > td,
.table.table-warning tfoot > tr > th,
.table.table-warning tfoot > tr > td {
  background-color: #f49917;
  color: #fff;
}

.table.table-danger {
  background-color: #fae3e5;
}

.table.table-danger thead > tr > th,
.table.table-danger thead > tr > td,
.table.table-danger tfoot > tr > th,
.table.table-danger tfoot > tr > td {
  background-color: #dc3545;
  color: #fff;
}

.table.table-info {
  background-color: #e8f0f9;
}

.table.table-info thead > tr > th,
.table.table-info thead > tr > td,
.table.table-info tfoot > tr > th,
.table.table-info tfoot > tr > td {
  background-color: #5b93d3;
  color: #fff;
}

.table.table-indigo {
  background-color: #e8dbfd;
}

.table.table-indigo thead > tr > th,
.table.table-indigo thead > tr > td,
.table.table-indigo tfoot > tr > th,
.table.table-indigo tfoot > tr > td {
  background-color: #6610f2;
  color: #fff;
}

.table.table-purple {
  background-color: #eae3f6;
}

.table.table-purple thead > tr > th,
.table.table-purple thead > tr > td,
.table.table-purple tfoot > tr > th,
.table.table-purple tfoot > tr > td {
  background-color: #6f42c1;
  color: #fff;
}

.table.table-teal {
  background-color: #d2f8f2;
}

.table.table-teal thead > tr > th,
.table.table-teal thead > tr > td,
.table.table-teal tfoot > tr > th,
.table.table-teal tfoot > tr > td {
  background-color: #1caf9a;
  color: #fff;
}

.table.table-pink {
  background-color: #fce7f0;
}

.table.table-pink thead > tr > th,
.table.table-pink thead > tr > td,
.table.table-pink tfoot > tr > th,
.table.table-pink tfoot > tr > td {
  background-color: #e83e8c;
  color: #fff;
}

.table.table-orange {
  background-color: #fdeadb;
}

.table.table-orange thead > tr > th,
.table.table-orange thead > tr > td,
.table.table-orange tfoot > tr > th,
.table.table-orange tfoot > tr > td {
  background-color: #f27510;
  color: #fff;
}

.table-bordered {
  border: 0;
}

.table-bordered thead tr th,
.table-bordered thead tr td,
.table-bordered tfoot tr th,
.table-bordered tfoot tr td {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  border-right: 0;
}

.table-bordered thead tr th:first-child,
.table-bordered thead tr td:first-child,
.table-bordered tfoot tr th:first-child,
.table-bordered tfoot tr td:first-child {
  border-left: 0;
}

.table-bordered tbody tr th,
.table-bordered tbody tr td {
  border: 1px solid #1f1f1f;
  border-right: 0;
  border-bottom: 0;
}

.table-bordered tbody tr th:first-child,
.table-bordered tbody tr td:first-child {
  border-left: 0;
}

.table-white thead tr th,
.table-white thead tr td,
.table-white tbody tr th,
.table-white tbody tr td {
  background-color: #fff;
  border-color: #efefef;
}

/* ---------------------------------------------------- */
/* ############### CUSTOM VENDOR STYLES ############### */
/* ---------------------------------------------------- */
/* ---------------------------------------------- */
/* ############### 4.3 DataTables ############### */
/* ---------------------------------------------- */
table.dataTable {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 0.75rem;
  position: relative;
}

table.dataTable thead .sorting_asc {
  background-color: #2d2d2d;
  background-image: none;
}

table.dataTable thead .sorting_desc {
  background-color: #2d2d2d;
  background-image: none;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after,
table.dataTable thead td.sorting::after,
table.dataTable thead td.sorting_asc::after,
table.dataTable thead td.sorting_desc::after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #4a4a4a;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 8px;
}

table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before,
table.dataTable thead td.sorting::before,
table.dataTable thead td.sorting_asc::before,
table.dataTable thead td.sorting_desc::before {
  content: "";
  border: 4px solid transparent;
  border-bottom-color: #4a4a4a;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 8px;
}

table.dataTable thead th.nofilter::before,
table.dataTable thead th.nofilter::after,
table.dataTable thead td.nofilter::before,
table.dataTable thead td.nofilter::after {
  display: none !important;
}

table.dataTable thead th.sorting_asc::before,
table.dataTable thead td.sorting_asc::before {
  border-bottom-color: #d4d4d4;
}

table.dataTable thead th.sorting_desc::after,
table.dataTable thead td.sorting_desc::after {
  border-top-color: #d4d4d4;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.75rem;
  vertical-align: middle;
}

table.dataTable tbody tr {
  background-color: #191919;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top-color: #dee2e6;
}

table.dataTable.no-footer {
  border-bottom-color: #dee2e6;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #191919;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #101010;
}

table.dataTable.display tbody tr:first-child td {
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #151515;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #151515;
}

table.dataTable.no-footer {
  border-bottom-color: #212121;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top-color: #212121;
}

.dataTables_length {
  padding-bottom: 10px;
}

.dataTables_length .select2-container {
  width: 60px;
  margin-left: 0;
  margin-right: 10px;
}

.dataTables_filter {
  padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.65em .85em;
  background-color: #383838;
  border-color: transparent;
  border-radius: 5px;
  color: #c1c1c1;
}

@media (max-width: 400px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 0.65em .65em;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: #dcdcdc;
  background-image: none;
  border-color: transparent;
  color: #343a40 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background-color: #737373;
  background-image: none;
  border-color: transparent;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  background-color: #2f2f2f;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #c1c1c1;
}

/* ############### RTL SUPPORT ############### */
.rtl table.dataTable thead th.sorting::after,
.rtl table.dataTable thead th.sorting_asc::after,
.rtl table.dataTable thead th.sorting_desc::after,
.rtl table.dataTable thead td.sorting::after,
.rtl table.dataTable thead td.sorting_asc::after,
.rtl table.dataTable thead td.sorting_desc::after {
  right: auto;
  left: 8px;
}

.rtl table.dataTable thead th.sorting::before,
.rtl table.dataTable thead th.sorting_asc::before,
.rtl table.dataTable thead th.sorting_desc::before,
.rtl table.dataTable thead td.sorting::before,
.rtl table.dataTable thead td.sorting_asc::before,
.rtl table.dataTable thead td.sorting_desc::before {
  right: auto;
  left: 8px;
}

.rtl .dataTables_length .select2-container {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .dataTables_filter {
  padding-right: 0;
  padding-left: 5px;
}

/* ---------------------------------------------------- */
/* ############### TEMPLATE CORE STYLES ############### */
/* ---------------------------------------------------- */
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

/*
* Starlight v2.0.0 (https://themepixels.me/starlight)
* Copyright 2017-2018 ThemePixels
* Licensed under ThemeForest License
*/
.table-wrapper {
  overflow-x: auto;
}

body.search-opened {
  overflow: hidden !important;
}

.sl-close-cover {
  background: #000000ad;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.sl-header-cover {
  display: none;
}

/* .desktop-menu .sl-close-cover, */
.desktop-menu .sl-header-cover {
  display: none !important;
}

.show-left .sl-header-cover {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 40000;
  height: 60px;
}

.show-left .sl-close-cover {
  display: block;
}

.sl-header .justico {
  color: white;
  font-size: 28px;
  display: none;
  position: relative;
  z-index: 10;
}

.show-left .sl-header .justico {
  display: block;
}

.show-left #btnLeftMenuMobile {
  display: none;
  cursor: pointer;
}

#btnLeftMenu .icon {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.sl-header {
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.1s ease-in-out;
}

.sl-header .icohead {
  background: #4a4a49;
  color: #e8e8e8;
  border: 2px solid #888888;
  width: 33px;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  border-radius: 23px;
  font-size: 19px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-header {
    transition: none;
  }
}

@media (min-width: 992px) {
  .sl-header {
    left: 230px;
  }
}

.sl-header .logo img {
  height: 42px;
  width: auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 42%;
  margin-top: -17px;
  margin-left: -118px;
}

.sl-header .logo img.logo2 {
  display: none;
}

@media (max-width: 650px) {
  .logo img {
    height: 35px !important;
    margin-left: -97px !important;
    margin-top: -13px !important;
    width: auto;
  }
}

@media (max-width: 460px) {
  .logo .logo1 {
    height: 33px !important;
    margin-left: -94px !important;
    margin-top: -12px !important;
    width: auto;
  }
}

@media (max-width: 390px) {
  .logo .logo1 {
    height: 28px !important;
    margin-left: -80px !important;
    margin-top: -9px !important;
    width: auto;
  }
}

@media (max-width: 365px) {
  .logo .logo1 {
    display: none !important;
  }

  .logo .logo2 {
    display: inline-block !important;
    height: 35px !important;
    margin-left: -43px !important;
    margin-top: -13px !important;
  }
}

.sl-header-right {
  display: flex;
  align-items: center;
  padding-right: 60px;
}

.sl-header-right a {
  color: rgba(255, 255, 255, 0.7);
}

.sl-header-right a:hover,
.sl-header-right a:focus {
  color: #fff;
}

.nav-link-profile {
  position: relative;
  background: none !important;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-link-profile {
    transition: none;
  }
}

.nav-link-profile img {
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .nav-link-profile img {
    transition: none;
  }
}

.nav-link-profile:hover img,
.nav-link-profile:focus img {
  opacity: 1;
}

.logged-name {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}

.dropdown-menu-header {
  position: relative;
  border: 0;
  padding: 10px;
  background-color: #101010;
  border-radius: 0;
  box-shadow: none;
  left: auto !important;
  right: 0 !important;
  top: 52px !important;
  transform: none !important;
  will-change: unset !important;
}

.user-profile-nav {
  margin: 0;
  font-size: 13px;
}

.user-profile-nav a {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .user-profile-nav a {
    transition: none;
  }
}

.user-profile-nav a:hover,
.user-profile-nav a:focus {
  background-color: #040404;
  color: #f28d2b;
}

.user-profile-nav .icon {
  display: inline-block;
  width: 20px;
  line-height: 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-right: 8px;
}

.user-profile-nav .ion-ios-folder,
.user-profile-nav .ion-power {
  font-size: 18px;
}

.user-icon {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  border: 5px solid white;
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
}
.user-box {
  background: #040404;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}

.navicon-left {
  width: 60px;
  height: 60px;
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  line-height: 66px;
  text-align: center;
  top: 0;
}

.navicon-left a {
  padding: 0;
  color: #dee2e6;
  font-size: 28px;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navicon-left a {
    transition: none;
  }
}

.navicon-right {
  display: flex;
  width: 60px;
  height: 60px;
  background-color: #2b2b2b;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 66px;
  text-align: center;
}

.navicon-right a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
}

.navicon-right .square-8 {
  position: absolute;
  top: 10px;
  right: -5px;
  border-radius: 100%;
}

.sl-sideleft {
  position: fixed;
  top: 60px;
  left: -230px;
  bottom: 0;
  z-index: 999;
  width: 230px;
  background-color: #1b1b1b;
  padding: 10px;
  overflow-y: auto;
  /* transition: all 0.2s ease-in-out; */
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-sideleft {
    transition: none;
  }
}

/* @media (min-width: 992px) {
  .sl-sideleft {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    left: 0;
  }
} */

.sl-sideleft .ps__scrollbar-y-rail {
  visibility: hidden;
}

.sl-logo {
  position: fixed;
  top: 0;
  left: -230px;
  width: 230px;
  height: 60px;
  background-color: #252525;
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 1030;
  /* transition: all 0.2s ease-in-out; */
}

.sl-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 5px auto;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-logo {
    transition: none;
  }
}

@media (min-width: 992px) {
  .sl-logo {
    left: 0;
  }
}

.sl-logo > a {
  color: #fff;
}

.sl-logo > a i {
  color: #82a3ba;
  margin-right: 2px;
}

.input-group-search {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .input-group-search {
    transition: none;
  }
}

.input-group-search .form-control,
.input-group-search .dataTables_filter input,
.dataTables_filter .input-group-search input {
  border-color: #efefef;
  background-color: #efefef;
  border-radius: 0;
  border-right: 0;
  transition: none;
}

.input-group-search .form-control:focus,
.input-group-search .dataTables_filter input:focus,
.dataTables_filter .input-group-search input:focus,
.input-group-search .form-control:active,
.input-group-search .dataTables_filter input:active,
.dataTables_filter .input-group-search input:active {
  border-color: #ced4da;
  background-color: #fff;
}

.input-group-search .form-control:focus + .input-group-btn .btn,
.input-group-search .dataTables_filter input:focus + .input-group-btn .btn,
.dataTables_filter .input-group-search input:focus + .input-group-btn .btn,
.input-group-search .form-control:active + .input-group-btn .btn,
.input-group-search .dataTables_filter input:active + .input-group-btn .btn,
.dataTables_filter .input-group-search input:active + .input-group-btn .btn {
  border-color: #ced4da;
  background-color: #fff;
  color: #6c757d;
}

.input-group-search .input-group-btn > .btn {
  width: 40px;
  background-color: #efefef;
  border-color: transparent;
  border-radius: 0;
  border-left: 0;
  transition: none;
  color: #adb5bd;
  margin-left: 0;
}

/* .sl-sideleft-menu {
  transition: all 0.2s ease-in-out;
} */

@media screen and (prefers-reduced-motion: reduce) {
  .sl-sideleft-menu {
    transition: none;
  }
}

.sidebar-label {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  font-family: "Montserrat", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
  color: #adb5bd;
  letter-spacing: 1px;
  white-space: nowrap;
  margin: 12px 15px 10px;
}

.sl-menu-link {
  text-decoration: none !important;
  color: #c1c1c1;
  display: block;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-menu-link {
    transition: none;
  }
}

.sl-menu-link:hover,
.sl-menu-link:focus {
  color: #f28d2b;
  background-color: #101010;
  border-radius: 8px;
}

.sl-menu-link:focus,
.sl-menu-link:active {
  outline: none;
}

.sl-menu-link.show-sub {
  background-color: #efefef;
  border-color: #efefef;
  color: #495057;
}

.sl-menu-link.active {
  background-color: #272727;
  border-color: #404040;
  color: #fff;
  border-radius: 8px;
}

.sl-menu-link.active + .sl-menu-link {
  border-color: transparent;
}

/* -- Table Scrollbar Styles -- */
div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
  background-color: #464646;
  outline: 1px solid #434343;
}

.sl-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 300;
}

.menu-item-icon {
  width: 22px;
  position: relative;
  top: -1px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu-item-icon {
    transition: none;
  }
}

.safari-browser .menu-item-icon {
  top: 4px;
}

.menu-item-label {
  white-space: nowrap;
  margin-left: 10px;
  margin-right: auto;
}

/* .menu-item-label,
.menu-item-arrow {
  transition: all 0.2s ease-in-out;
} */

@media screen and (prefers-reduced-motion: reduce) {
  .menu-item-label,
  .menu-item-arrow {
    transition: none;
  }
}

.sl-menu-sub {
  padding: 1px 0;
  overflow: hidden;
  display: none;
}

.sl-menu-sub .nav-item + .nav-item {
  margin-top: 1px;
}

.sl-menu-sub .nav-link {
  font-size: 13px;
  color: #495057;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 43px;
  white-space: nowrap;
  position: relative;
  background-color: #f8f9fa;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-menu-sub .nav-link {
    transition: none;
  }
}

.sl-menu-sub .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #6c757d;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-menu-sub .nav-link::before {
    transition: none;
  }
}

.sl-menu-sub .nav-link:hover,
.sl-menu-sub .nav-link:focus {
  text-decoration: none;
  color: #343a40;
  background-color: #efefef;
}

.sl-menu-sub .nav-link:hover::before,
.sl-menu-sub .nav-link:focus::before {
  opacity: 1;
}

.sl-menu-sub .nav-link.active {
  color: #343a40;
  background-color: #efefef;
}

.sl-menu-sub .nav-link.active::before {
  opacity: 1;
}

.sl-sideright {
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  z-index: 2000;
  width: 280px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-sideright {
    transition: none;
  }
}

.sl-sideright .tab-pane .ps__scrollbar-y-rail {
  visibility: hidden;
}

.sl-sideright .media-list-link {
  display: block;
  color: #585858;
  border-bottom: 1px solid #efefef;
}

.sl-sideright .media-list-link:hover,
.sl-sideright .media-list-link:focus {
  background-color: #f8f9fa;
}

.sl-sideright .media {
  padding: 15px;
}

.sl-sideright .media-body {
  margin-left: 15px;
}

@media (max-width: 991.98px) {
  /* .show-left .sl-header,
  .show-left .sl-mainpanel {
    transform: translateX(230px);
  } */

  .show-left .sl-logo,
  .show-left .sl-sideleft {
    left: 0;
  }

  .show-left .menu-item-label {
    display: block !important;
    opacity: 1 !important;
  }
}

.opened-menu .sl-sideleft {
  display: inline-block !important;
}

.opened-menu .sl-sideleft .menu-item-label {
  display: inline-block !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  padding-left: 8px;
}

.sidebar-tabs {
  height: 60px;
  background-color: #efefef;
  border-bottom: 0;
}

.sidebar-tabs .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-tabs .nav-link {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Montserrat", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #6c757d;
  border: 0;
}

.sidebar-tabs .nav-link:hover,
.sidebar-tabs .nav-link:focus {
  color: #343a40;
}

.sl-mainpanel {
  position: relative;
  margin-top: 60px;
  /* transition: all 0.2s ease-in-out; */
}

@media screen and (prefers-reduced-motion: reduce) {
  .sl-mainpanel {
    transition: none;
  }
}

.sl-breadcrumb {
  height: 60px;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 23px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sl-breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #6c757d;
}

.sl-breadcrumb .breadcrumb-item:hover,
.sl-breadcrumb .breadcrumb-item:focus {
  color: #495057;
}

.sl-breadcrumb .breadcrumb-item.active {
  color: #495057;
}

@media (min-width: 992px) {
  .collapsed-menu .sl-logo {
    left: -230px;
  }

  .collapsed-menu .sl-header {
    left: 0;
  }

  .collapsed-menu .sl-sideleft {
    width: 60px;
  }

  .collapsed-menu .sl-mainpanel {
    margin-left: 0;
  }

  .collapsed-menu .menu-item-icon {
    transform: translateX(-4px);
  }

  .collapsed-menu .sl-sideleft .sidebar-label {
    visibility: hidden;
  }

  .collapsed-menu .sl-sideleft-menu {
    transform: translateY(-26px);
  }

  .collapsed-menu .input-group-search .form-control,
  .collapsed-menu .input-group-search .dataTables_filter input,
  .dataTables_filter .collapsed-menu .input-group-search input {
    display: none;
  }

  .collapsed-menu
    .input-group-search
    .form-control:focus
    + .input-group-btn
    .btn,
  .collapsed-menu
    .input-group-search
    .dataTables_filter
    input:focus
    + .input-group-btn
    .btn,
  .dataTables_filter
    .collapsed-menu
    .input-group-search
    input:focus
    + .input-group-btn
    .btn,
  .collapsed-menu
    .input-group-search
    .form-control:active
    + .input-group-btn
    .btn,
  .collapsed-menu
    .input-group-search
    .dataTables_filter
    input:active
    + .input-group-btn
    .btn,
  .dataTables_filter
    .collapsed-menu
    .input-group-search
    input:active
    + .input-group-btn
    .btn {
    border-left: 1px solid #ced4da;
  }
}

@media (min-width: 992px) {
  .expand-menu .sl-sideleft .sidebar-label {
    visibility: visible;
  }

  .expand-menu .sl-sideleft {
    width: 230px;
  }

  .expand-menu .sl-sideleft-menu {
    transform: translateY(0);
  }

  .expand-menu .input-group-search .form-control,
  .expand-menu .input-group-search .dataTables_filter input,
  .dataTables_filter .expand-menu .input-group-search input {
    display: block;
  }

  .expand-menu .input-group-search .form-control:focus + .input-group-btn .btn,
  .expand-menu
    .input-group-search
    .dataTables_filter
    input:focus
    + .input-group-btn
    .btn,
  .dataTables_filter
    .expand-menu
    .input-group-search
    input:focus
    + .input-group-btn
    .btn,
  .expand-menu .input-group-search .form-control:active + .input-group-btn .btn,
  .expand-menu
    .input-group-search
    .dataTables_filter
    input:active
    + .input-group-btn
    .btn,
  .dataTables_filter
    .expand-menu
    .input-group-search
    input:active
    + .input-group-btn
    .btn {
    border-left: 0;
  }
}

.show-right .sl-logo,
.show-right .sl-sideleft,
.show-right .sl-header,
.show-right .sl-mainpanel,
.show-right .sl-sideright {
  right: 0;
}

.show-left,
.show-right {
  overflow: hidden;
}
/* .show-left::before,
.show-right::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(150, 135, 96, 0.25);
} */

@media (min-width: 992px) {
  .show-left::before {
    display: none;
  }
}

.show-left.show-right::before {
  display: block;
}

.sl-pagebody {
  padding: 0 20px 10px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.sl-page-title {
  margin-bottom: 10px;
}

.sl-page-title--fix {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sl-page-title h5 {
  margin: 0 0 5px;
  color: #4a4a49;
}

.sl-page-title p {
  margin: 0;
}

.sl-footer {
  font-size: 12px;
  padding: 0 20px 20px;
  text-align: center;
}

.sl-footer a {
  color: #909090;
}

.sl-footer a:hover,
.sl-footer a:focus {
  color: #c3c3c3;
}

.sl-footer .footer-right {
  margin-top: 20px;
}

@media (min-width: 660px) {
  .sl-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 25px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: inherit;
  }

  .sl-footer .footer-right {
    margin-top: 0;
  }
}

.hljs {
  background-color: #efefef;
}

.quick-link-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  background-color: #adb5bd;
  transition: none;
}

.quick-link-icon i {
  font-size: 64px;
  line-height: 0;
}

.quick-link-icon span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 10px;
}

.quick-link-icon:hover,
.quick-link-icon:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.tooltip-static-demo .tooltip {
  z-index: 1;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.tooltip-static-demo .bs-tooltip-top .arrow,
.tooltip-static-demo .bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip-static-demo .bs-tooltip-bottom .arrow,
.tooltip-static-demo .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  left: 50%;
  margin-left: -2px;
}

.tooltip-static-demo .bs-tooltip-left,
.tooltip-static-demo .bs-tooltip-auto[x-placement^="left"],
.tooltip-static-demo .bs-tooltip-right,
.tooltip-static-demo .bs-tooltip-auto[x-placement^="right"] {
  margin-top: 5px;
}

.tooltip-static-demo .bs-tooltip-left .arrow,
.tooltip-static-demo .bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip-static-demo .bs-tooltip-right .arrow,
.tooltip-static-demo .bs-tooltip-auto[x-placement^="right"] .arrow {
  top: 50%;
  margin-top: -3px;
}

.popover-static-demo .popover {
  z-index: 1;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.popover-static-demo .bs-popover-top .arrow,
.popover-static-demo .bs-popover-auto[x-placement^="top"] .arrow,
.popover-static-demo .bs-popover-bottom .arrow,
.popover-static-demo .bs-popover-auto[x-placement^="bottom"] .arrow {
  left: 50%;
  margin-left: -5px;
}

.popover-static-demo .bs-popover-left,
.popover-static-demo .bs-popover-auto[x-placement^="left"],
.popover-static-demo .bs-popover-right,
.popover-static-demo .bs-popover-auto[x-placement^="right"] {
  margin-top: 5px;
}

.popover-static-demo .bs-popover-left .arrow,
.popover-static-demo .bs-popover-auto[x-placement^="left"] .arrow,
.popover-static-demo .bs-popover-right .arrow,
.popover-static-demo .bs-popover-auto[x-placement^="right"] .arrow {
  top: 50%;
  margin-top: -5px;
}

.mailbox-sideleft {
  width: 230px;
  position: fixed;
  top: 0;
  left: -230px;
  bottom: 0;
  background-color: #a2936e;
  padding: 15px;
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mailbox-sideleft {
    transition: none;
  }
}

@media (min-width: 992px) {
  .mailbox-sideleft {
    top: 60px;
    left: 0;
  }
}

.rwd-line {
  display: block;
}

@media (min-width: 630px) {
  .rwd-line {
    display: inline-block;
  }
}

.nav-mailbox .nav-link {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.75);
}

.nav-mailbox .nav-link .icon {
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.nav-mailbox .nav-link:hover,
.nav-mailbox .nav-link:focus {
  color: #fff;
  background-color: #4a4a49;
}

.nav-mailbox .nav-link.active {
  background-color: #4a4a49;
  color: #82a3ba;
}

.mailbox-content {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mailbox-content {
    transition: none;
  }
}

.mailbox-content-header {
  display: flex;
  justify-content: space-between;
}

.mailbox-content-header .btn-group .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
}

.mailbox-content-header .btn-group .btn i {
  line-height: 0;
}

.mailbox-content-header .btn-group .btn i::before,
.mailbox-content-header .btn-group .btn i::after {
  line-height: 0;
}

.mailbox-content-header .btn-group .btn + .btn {
  margin-left: 1px;
}

@media (min-width: 992px) {
  .collapsed-menu .mailbox-sideleft {
    left: 60px;
  }

  .collapsed-menu .mailbox-content {
    margin-left: 230px;
  }
}

.sl-sideleft-cover {
  display: none;
}

.desktop-menu.show-left.opened-menu .sl-sideleft-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  display: block;
}

/* .collapsed-menu.expand-menu .sl-sideleft-content,
.opened-menu .sl-sideleft-content {
  display: block;
}

.collapsed-menu.show-left .sl-sideleft-content .menu-item-label {
  display: inline-block !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
} */

@media (max-width: 991.98px) {
  .show-mailbox-left .sl-mainpanel {
    transform: translateX(230px);
  }

  .show-mailbox-left .mailbox-sideleft {
    top: 0;
  }

  .show-mailbox-left.show-left .sl-mainpanel {
    transform: translateX(460px);
  }
}

.bg-primary-light {
  background-color: white;
}

.bg-success-light {
  background-color: #d1fdc9;
}

.widget-messages {
  border: 0;
  font-size: 14px;
}

.widget-messages .card-header {
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.widget-messages .card-header span {
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #343a40;
  font-size: 13px;
}

.widget-messages .card-header a {
  color: #6c757d;
}

.widget-messages .card-header a:hover,
.widget-messages .card-header a:focus {
  color: #5b93d3;
}

.widget-messages .list-group-item {
  border-color: #efefef;
}

.widget-messages .list-group-item.media {
  display: flex;
  align-items: center;
}

.widget-messages .list-group-item img {
  width: 50px;
  border-radius: 100%;
  display: flex;
  margin-right: 15px;
}

.widget-messages .list-group-item .msg-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

.widget-messages .list-group-item .msg-top span:first-child {
  color: #343a40;
  font-weight: 500;
  font-size: 14px;
}

.widget-messages .list-group-item .msg-top span:last-child {
  color: #adb5bd;
  font-size: 11px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.widget-messages .list-group-item .msg-summary {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 0;
}

.widget-messages .card-footer {
  background-color: transparent;
  border-top: 0;
  text-align: center;
}

#banner {
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

#banner .left-banner {
  position: absolute;
  left: 0;
  top: 0;
}

#banner .left-banner img {
  width: 230px;
  height: 860px;
}

#banner .right-banner {
  position: absolute;
  right: 0;
  top: 0;
}

#banner .right-banner img {
  width: 230px;
  height: 860px;
}

@media (min-width: 1200px) {
  body.opened-menu .sl-logo {
    display: none;
  }

  body.opened-menu .sl-header {
    left: 0px !important;
    /* padding-left: 229px; */
  }
}

@media (max-width: 1199.98px) {
  body.opened-menu .sl-logo {
    display: none;
  }

  /* body.opened-menu .sl-header {
    padding-left: 229px;
  } */
}

@media (min-width: 992px) {
  #web-wrap {
    position: relative;
    z-index: 50;
  }

  /*#web-wrap.with-banner .sl-mainpanel {
    background: #000000;
  }*/

  #web-wrap .sl-sideleft {
    left: 0;
    display: none;
    opacity: 0;
  }

  /*#web-wrap.with-banner .sl-header {
        left: 229px;
        right: 229px; }*/
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #web-wrap.with-banner {
    margin: 0 !important;
  }

  /* #web-wrap.with-banner .sl-sideleft {
    left: 0;
  } */

  #web-wrap.with-banner .sl-header {
    left: 0;
    right: 0 !important;
  }

  #banner {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  #banner {
    display: none !important;
  }
}

/* ---------------------------------------------------------- */
/* ############### UTILITIES / HELPER CLASSES ############### */
/* ---------------------------------------------------------- */
/* ---------------------------------------------- */
/* ############### 7.1 Background ############### */
/* ---------------------------------------------- */
.bg-transparent {
  background-color: transparent;
}

.bg-gray-100 {
  background-color: #f8f9fa;
}

.bg-gray-200 {
  background-color: #272727;
}

.bg-gray-300 {
  background-color: #dee2e6;
}

.bg-gray-400 {
  background-color: #ced4da;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.bg-gray-600 {
  background-color: #6c757d;
}

.bg-gray-700 {
  background-color: #495057;
}

.bg-gray-800 {
  background-color: #343a40;
}

.bg-gray-900 {
  background-color: #212529;
}

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

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

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

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

.bg-orange {
  background-color: #f27510;
}

.bg-teal {
  background-color: #1caf9a;
}

.bg-sl-primary {
  background-color: #4a4a49;
}

.bg-mantle {
  background-image: linear-gradient(to right, #514a9d 0%, #24c6dc 100%);
  background-repeat: repeat-x;
}

.bg-reef {
  background-image: linear-gradient(to right, #3a7bd5 0%, #00d2ff 100%);
  background-repeat: repeat-x;
}

.bg-transfile {
  background-image: linear-gradient(to right, #cb3066 0%, #16bffd 100%);
  background-repeat: repeat-x;
}

.bg-neon {
  background-image: linear-gradient(to right, #12fff7 0%, #b3ffab 100%);
  background-repeat: repeat-x;
}

.bg-delicate {
  background-image: linear-gradient(to right, #e9e4f0 0%, #d3cce3 100%);
  background-repeat: repeat-x;
}

.bg-emerald {
  background-image: linear-gradient(to right, #56b4d3 0%, #348f50 100%);
  background-repeat: repeat-x;
}

.bg-mojito {
  background-image: linear-gradient(to right, #1d976c 0%, #93f9b9 100%);
  background-repeat: repeat-x;
}

.bg-dance {
  background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
  background-repeat: repeat-x;
}

.bg-teal-love {
  background-image: linear-gradient(to right, #11ffbd 0%, #aaffa9 100%);
  background-repeat: repeat-x;
}

.bg-crystal-clear {
  background-image: linear-gradient(to right, #155799 0%, #159957 100%);
  background-repeat: repeat-x;
}

.bg-grandeur {
  background-image: linear-gradient(to right, #000046 0%, #1cb5e0 100%);
  background-repeat: repeat-x;
}

.bg-flickr {
  background-image: linear-gradient(to right, #33001b 0%, #e20477 100%);
  background-repeat: repeat-x;
}

.bg-royal {
  background-image: linear-gradient(to right, #141e30 0%, #243b55 100%);
  background-repeat: repeat-x;
}

.bg-firewatch {
  background-image: linear-gradient(to right, #cb2d3e 0%, #ef473a 100%);
  background-repeat: repeat-x;
}

.bg-teal-info {
  background-image: linear-gradient(to right, #1caf9a 0%, #5b93d3 100%);
  background-repeat: repeat-x;
}

.bg-gold {
  background: #b78e38;
  background: radial-gradient(
    ellipse farthest-corner at left top,
    #f9d429 3%,
    #fdb931 8%,
    #c79737 25%,
    #9f7928 62.5%,
    #9f7928 100%
  );
  color: white;
}

/* ------------------------------------------ */
/* ############### 7.2 Border ############### */
/* ------------------------------------------ */
.bd-transparent {
  border-color: transparent;
}

.bd {
  border: 1px solid #ced4da;
}

.bd-t {
  border-top: 1px solid #ced4da;
}

.bd-r {
  border-right: 1px solid #ced4da;
}

.bd-b {
  border-bottom: 1px solid #ced4da;
}

.bd-l {
  border-left: 1px solid #ced4da;
}

.bd-y {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}

.bd-x {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}

.bd-0 {
  border-width: 0;
}

.bd-1 {
  border-width: 1px;
}

.bd-2 {
  border-width: 2px;
}

.bd-3 {
  border-width: 3px;
}

.bd-4 {
  border-width: 4px;
}

.bd-5 {
  border-width: 5px;
}

.bd-t-0 {
  border-top: 0;
}

.bd-r-0 {
  border-right: 0;
}

.bd-b-0 {
  border-bottom: 0;
}

.bd-l-0 {
  border-left: 0;
}

.bd-t-0-force {
  border-top: 0 !important;
}

.bd-r-0-force {
  border-right: 0 !important;
}

.bd-b-0-force {
  border-bottom: 0 !important;
}

.bd-l-0-force {
  border-left: 0 !important;
}

.bd-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}

.bd-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.bd-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}

.bd-x-1 {
  border-left-width: 1px;
  border-right-width: 1px;
}

.bd-primary {
  border-color: #6a624e;
}

.bd-success {
  border-color: #23bf08;
}

.bd-warning {
  border-color: #f49917;
}

.bd-danger {
  border-color: #dc3545;
}

.bd-info {
  border-color: #5b93d3;
}

.bd-white {
  border-color: #fff;
}

.bd-br-primary {
  border-color: #4a4a49;
}

.bd-gray-100 {
  border-color: #f8f9fa;
}

.bd-gray-200 {
  border-color: #efefef;
}

.bd-gray-300 {
  border-color: #dee2e6;
}

.bd-gray-400 {
  border-color: #ced4da;
}

.bd-gray-500 {
  border-color: #adb5bd;
}

.bd-gray-600 {
  border-color: #6c757d;
}

.bd-gray-700 {
  border-color: #495057;
}

.bd-gray-800 {
  border-color: #343a40;
}

.bd-gray-900 {
  border-color: #212529;
}

.bd-white-1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bd-white-2 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bd-white-3 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bd-white-4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bd-white-5 {
  border-color: rgba(255, 255, 255, 0.5);
}

.bd-white-6 {
  border-color: rgba(255, 255, 255, 0.6);
}

.bd-white-7 {
  border-color: rgba(255, 255, 255, 0.7);
}

.bd-white-8 {
  border-color: rgba(255, 255, 255, 0.8);
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-40 {
  border-radius: 40px !important;
}

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

.bd-dashed {
  border-style: dashed;
}

.bd-dotted {
  border-style: dotted;
}

/* ----------------------------------------- */
/* ############### 7.4 Hover ############### */
/* ----------------------------------------- */
a.tx-success:hover,
a.tx-success:focus {
  color: #1fa707;
}

a.tx-warning:hover,
a.tx-warning:focus {
  color: #e78c0b;
}

a.tx-danger:hover,
a.tx-danger:focus {
  color: #d32535;
}

a.tx-info:hover,
a.tx-info:focus {
  color: #4786ce;
}

a.hover-gray-700:hover,
a.hover-gray-700:focus {
  color: #495057;
}

a.hover-primary:hover,
a.hover-primary:focus {
  color: #b2a687;
}

a.hover-success:hover,
a.hover-success:focus {
  color: #23bf08;
}

a.hover-info:hover,
a.hover-info:focus {
  color: #5b93d3;
}

a.hover-white:hover,
a.hover-white:focus {
  color: #fff;
}

a.hover-dark:hover,
a.hover-dark:focus {
  color: #212529;
}

a.hover-white-8:hover,
a.hover-white-8:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------ */
/* ############### 7.5 Margin ############### */
/* ------------------------------------------ */
.mg-0 {
  margin: 0px;
}

.mg-0-force {
  margin: 0px !important;
}

.mg-y-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mg-y-0-force {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mg-x-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mg-x-0-force {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mg-t-0 {
  margin-top: 0px;
}

.mg-r-0 {
  margin-right: 0px;
}

.mg-b-0 {
  margin-bottom: 0px;
}

.mg-l-0 {
  margin-left: 0px;
}

.mg-t-0-force {
  margin-top: 0px !important;
}

.mg-r-0-force {
  margin-right: 0px !important;
}

.mg-b-0-force {
  margin-bottom: 0px !important;
}

.mg-l-0-force {
  margin-left: 0px !important;
}

.mg-1 {
  margin: 1px;
}

.mg-1-force {
  margin: 1px !important;
}

.mg-y-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mg-y-1-force {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mg-x-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.mg-x-1-force {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.mg-t-1 {
  margin-top: 1px;
}

.mg-r-1 {
  margin-right: 1px;
}

.mg-b-1 {
  margin-bottom: 1px;
}

.mg-l-1 {
  margin-left: 1px;
}

.mg-t-1-force {
  margin-top: 1px !important;
}

.mg-r-1-force {
  margin-right: 1px !important;
}

.mg-b-1-force {
  margin-bottom: 1px !important;
}

.mg-l-1-force {
  margin-left: 1px !important;
}

.mg-2 {
  margin: 2px;
}

.mg-2-force {
  margin: 2px !important;
}

.mg-y-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mg-y-2-force {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mg-x-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.mg-x-2-force {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mg-t-2 {
  margin-top: 2px;
}

.mg-r-2 {
  margin-right: 2px;
}

.mg-b-2 {
  margin-bottom: 2px;
}

.mg-l-2 {
  margin-left: 2px;
}

.mg-t-2-force {
  margin-top: 2px !important;
}

.mg-r-2-force {
  margin-right: 2px !important;
}

.mg-b-2-force {
  margin-bottom: 2px !important;
}

.mg-l-2-force {
  margin-left: 2px !important;
}

.mg-3 {
  margin: 3px;
}

.mg-3-force {
  margin: 3px !important;
}

.mg-y-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mg-y-3-force {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mg-x-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.mg-x-3-force {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mg-t-3 {
  margin-top: 3px;
}

.mg-r-3 {
  margin-right: 3px;
}

.mg-b-3 {
  margin-bottom: 3px;
}

.mg-l-3 {
  margin-left: 3px;
}

.mg-t-3-force {
  margin-top: 3px !important;
}

.mg-r-3-force {
  margin-right: 3px !important;
}

.mg-b-3-force {
  margin-bottom: 3px !important;
}

.mg-l-3-force {
  margin-left: 3px !important;
}

.mg-4 {
  margin: 4px;
}

.mg-4-force {
  margin: 4px !important;
}

.mg-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mg-y-4-force {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mg-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mg-x-4-force {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mg-t-4 {
  margin-top: 4px;
}

.mg-r-4 {
  margin-right: 4px;
}

.mg-b-4 {
  margin-bottom: 4px;
}

.mg-l-4 {
  margin-left: 4px;
}

.mg-t-4-force {
  margin-top: 4px !important;
}

.mg-r-4-force {
  margin-right: 4px !important;
}

.mg-b-4-force {
  margin-bottom: 4px !important;
}

.mg-l-4-force {
  margin-left: 4px !important;
}

.mg-5 {
  margin: 5px;
}

.mg-5-force {
  margin: 5px !important;
}

.mg-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mg-y-5-force {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mg-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mg-x-5-force {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mg-t-5 {
  margin-top: 5px;
}

.mg-r-5 {
  margin-right: 5px;
}

.mg-b-5 {
  margin-bottom: 5px;
}

.mg-l-5 {
  margin-left: 5px;
}

.mg-t-5-force {
  margin-top: 5px !important;
}

.mg-r-5-force {
  margin-right: 5px !important;
}

.mg-b-5-force {
  margin-bottom: 5px !important;
}

.mg-l-5-force {
  margin-left: 5px !important;
}

.mg-6 {
  margin: 6px;
}

.mg-6-force {
  margin: 6px !important;
}

.mg-y-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mg-y-6-force {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mg-x-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.mg-x-6-force {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mg-t-6 {
  margin-top: 6px;
}

.mg-r-6 {
  margin-right: 6px;
}

.mg-b-6 {
  margin-bottom: 6px;
}

.mg-l-6 {
  margin-left: 6px;
}

.mg-t-6-force {
  margin-top: 6px !important;
}

.mg-r-6-force {
  margin-right: 6px !important;
}

.mg-b-6-force {
  margin-bottom: 6px !important;
}

.mg-l-6-force {
  margin-left: 6px !important;
}

.mg-7 {
  margin: 7px;
}

.mg-7-force {
  margin: 7px !important;
}

.mg-y-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mg-y-7-force {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.mg-x-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mg-x-7-force {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.mg-t-7 {
  margin-top: 7px;
}

.mg-r-7 {
  margin-right: 7px;
}

.mg-b-7 {
  margin-bottom: 7px;
}

.mg-l-7 {
  margin-left: 7px;
}

.mg-t-7-force {
  margin-top: 7px !important;
}

.mg-r-7-force {
  margin-right: 7px !important;
}

.mg-b-7-force {
  margin-bottom: 7px !important;
}

.mg-l-7-force {
  margin-left: 7px !important;
}

.mg-8 {
  margin: 8px;
}

.mg-8-force {
  margin: 8px !important;
}

.mg-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mg-y-8-force {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mg-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mg-x-8-force {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mg-t-8 {
  margin-top: 8px;
}

.mg-r-8 {
  margin-right: 8px;
}

.mg-b-8 {
  margin-bottom: 8px;
}

.mg-l-8 {
  margin-left: 8px;
}

.mg-t-8-force {
  margin-top: 8px !important;
}

.mg-r-8-force {
  margin-right: 8px !important;
}

.mg-b-8-force {
  margin-bottom: 8px !important;
}

.mg-l-8-force {
  margin-left: 8px !important;
}

.mg-9 {
  margin: 9px;
}

.mg-9-force {
  margin: 9px !important;
}

.mg-y-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mg-y-9-force {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.mg-x-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.mg-x-9-force {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.mg-t-9 {
  margin-top: 9px;
}

.mg-r-9 {
  margin-right: 9px;
}

.mg-b-9 {
  margin-bottom: 9px;
}

.mg-l-9 {
  margin-left: 9px;
}

.mg-t-9-force {
  margin-top: 9px !important;
}

.mg-r-9-force {
  margin-right: 9px !important;
}

.mg-b-9-force {
  margin-bottom: 9px !important;
}

.mg-l-9-force {
  margin-left: 9px !important;
}

.mg-10 {
  margin: 10px;
}

.mg-10-force {
  margin: 10px !important;
}

.mg-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mg-y-10-force {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mg-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mg-x-10-force {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mg-t-10 {
  margin-top: 10px;
}

.mg-r-10 {
  margin-right: 10px;
}

.mg-b-10 {
  margin-bottom: 10px;
}

.mg-l-10 {
  margin-left: 10px;
}

.mg-t-10-force {
  margin-top: 10px !important;
}

.mg-r-10-force {
  margin-right: 10px !important;
}

.mg-b-10-force {
  margin-bottom: 10px !important;
}

.mg-l-10-force {
  margin-left: 10px !important;
}

.mg-15 {
  margin: 15px;
}

.mg-15-force {
  margin: 15px !important;
}

.mg-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mg-y-15-force {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mg-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mg-x-15-force {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mg-t-15 {
  margin-top: 15px;
}

.mg-r-15 {
  margin-right: 15px;
}

.mg-b-15 {
  margin-bottom: 15px;
}

.mg-l-15 {
  margin-left: 15px;
}

.mg-t-15-force {
  margin-top: 15px !important;
}

.mg-r-15-force {
  margin-right: 15px !important;
}

.mg-b-15-force {
  margin-bottom: 15px !important;
}

.mg-l-15-force {
  margin-left: 15px !important;
}

.mg-20 {
  margin: 20px;
}

.mg-20-force {
  margin: 20px !important;
}

.mg-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mg-y-20-force {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mg-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mg-x-20-force {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mg-t-20 {
  margin-top: 20px;
}

.mg-r-20 {
  margin-right: 20px;
}

.mg-b-20 {
  margin-bottom: 20px;
}

.mg-l-20 {
  margin-left: 20px;
}

.mg-t-20-force {
  margin-top: 20px !important;
}

.mg-r-20-force {
  margin-right: 20px !important;
}

.mg-b-20-force {
  margin-bottom: 20px !important;
}

.mg-l-20-force {
  margin-left: 20px !important;
}

.mg-25 {
  margin: 25px;
}

.mg-25-force {
  margin: 25px !important;
}

.mg-y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mg-y-25-force {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mg-x-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mg-x-25-force {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mg-t-25 {
  margin-top: 25px;
}

.mg-r-25 {
  margin-right: 25px;
}

.mg-b-25 {
  margin-bottom: 25px;
}

.mg-l-25 {
  margin-left: 25px;
}

.mg-t-25-force {
  margin-top: 25px !important;
}

.mg-r-25-force {
  margin-right: 25px !important;
}

.mg-b-25-force {
  margin-bottom: 25px !important;
}

.mg-l-25-force {
  margin-left: 25px !important;
}

.mg-30 {
  margin: 30px;
}

.mg-30-force {
  margin: 30px !important;
}

.mg-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mg-y-30-force {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mg-x-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mg-x-30-force {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mg-t-30 {
  margin-top: 30px;
}

.mg-r-30 {
  margin-right: 30px;
}

.mg-b-30 {
  margin-bottom: 30px;
}

.mg-l-30 {
  margin-left: 30px;
}

.mg-t-30-force {
  margin-top: 30px !important;
}

.mg-r-30-force {
  margin-right: 30px !important;
}

.mg-b-30-force {
  margin-bottom: 30px !important;
}

.mg-l-30-force {
  margin-left: 30px !important;
}

.mg-35 {
  margin: 35px;
}

.mg-35-force {
  margin: 35px !important;
}

.mg-y-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mg-y-35-force {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mg-x-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mg-x-35-force {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mg-t-35 {
  margin-top: 35px;
}

.mg-r-35 {
  margin-right: 35px;
}

.mg-b-35 {
  margin-bottom: 35px;
}

.mg-l-35 {
  margin-left: 35px;
}

.mg-t-35-force {
  margin-top: 35px !important;
}

.mg-r-35-force {
  margin-right: 35px !important;
}

.mg-b-35-force {
  margin-bottom: 35px !important;
}

.mg-l-35-force {
  margin-left: 35px !important;
}

.mg-40 {
  margin: 40px;
}

.mg-40-force {
  margin: 40px !important;
}

.mg-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mg-y-40-force {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mg-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mg-x-40-force {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mg-t-40 {
  margin-top: 40px;
}

.mg-r-40 {
  margin-right: 40px;
}

.mg-b-40 {
  margin-bottom: 40px;
}

.mg-l-40 {
  margin-left: 40px;
}

.mg-t-40-force {
  margin-top: 40px !important;
}

.mg-r-40-force {
  margin-right: 40px !important;
}

.mg-b-40-force {
  margin-bottom: 40px !important;
}

.mg-l-40-force {
  margin-left: 40px !important;
}

.mg-45 {
  margin: 45px;
}

.mg-45-force {
  margin: 45px !important;
}

.mg-y-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mg-y-45-force {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mg-x-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mg-x-45-force {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mg-t-45 {
  margin-top: 45px;
}

.mg-r-45 {
  margin-right: 45px;
}

.mg-b-45 {
  margin-bottom: 45px;
}

.mg-l-45 {
  margin-left: 45px;
}

.mg-t-45-force {
  margin-top: 45px !important;
}

.mg-r-45-force {
  margin-right: 45px !important;
}

.mg-b-45-force {
  margin-bottom: 45px !important;
}

.mg-l-45-force {
  margin-left: 45px !important;
}

.mg-50 {
  margin: 50px;
}

.mg-50-force {
  margin: 50px !important;
}

.mg-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mg-y-50-force {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mg-x-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mg-x-50-force {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mg-t-50 {
  margin-top: 50px;
}

.mg-r-50 {
  margin-right: 50px;
}

.mg-b-50 {
  margin-bottom: 50px;
}

.mg-l-50 {
  margin-left: 50px;
}

.mg-t-50-force {
  margin-top: 50px !important;
}

.mg-r-50-force {
  margin-right: 50px !important;
}

.mg-b-50-force {
  margin-bottom: 50px !important;
}

.mg-l-50-force {
  margin-left: 50px !important;
}

.mg-55 {
  margin: 55px;
}

.mg-55-force {
  margin: 55px !important;
}

.mg-y-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mg-y-55-force {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mg-x-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mg-x-55-force {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mg-t-55 {
  margin-top: 55px;
}

.mg-r-55 {
  margin-right: 55px;
}

.mg-b-55 {
  margin-bottom: 55px;
}

.mg-l-55 {
  margin-left: 55px;
}

.mg-t-55-force {
  margin-top: 55px !important;
}

.mg-r-55-force {
  margin-right: 55px !important;
}

.mg-b-55-force {
  margin-bottom: 55px !important;
}

.mg-l-55-force {
  margin-left: 55px !important;
}

.mg-60 {
  margin: 60px;
}

.mg-60-force {
  margin: 60px !important;
}

.mg-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mg-y-60-force {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mg-x-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mg-x-60-force {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mg-t-60 {
  margin-top: 60px;
}

.mg-r-60 {
  margin-right: 60px;
}

.mg-b-60 {
  margin-bottom: 60px;
}

.mg-l-60 {
  margin-left: 60px;
}

.mg-t-60-force {
  margin-top: 60px !important;
}

.mg-r-60-force {
  margin-right: 60px !important;
}

.mg-b-60-force {
  margin-bottom: 60px !important;
}

.mg-l-60-force {
  margin-left: 60px !important;
}

.mg-65 {
  margin: 65px;
}

.mg-65-force {
  margin: 65px !important;
}

.mg-y-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mg-y-65-force {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mg-x-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mg-x-65-force {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mg-t-65 {
  margin-top: 65px;
}

.mg-r-65 {
  margin-right: 65px;
}

.mg-b-65 {
  margin-bottom: 65px;
}

.mg-l-65 {
  margin-left: 65px;
}

.mg-t-65-force {
  margin-top: 65px !important;
}

.mg-r-65-force {
  margin-right: 65px !important;
}

.mg-b-65-force {
  margin-bottom: 65px !important;
}

.mg-l-65-force {
  margin-left: 65px !important;
}

.mg-70 {
  margin: 70px;
}

.mg-70-force {
  margin: 70px !important;
}

.mg-y-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mg-y-70-force {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mg-x-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mg-x-70-force {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mg-t-70 {
  margin-top: 70px;
}

.mg-r-70 {
  margin-right: 70px;
}

.mg-b-70 {
  margin-bottom: 70px;
}

.mg-l-70 {
  margin-left: 70px;
}

.mg-t-70-force {
  margin-top: 70px !important;
}

.mg-r-70-force {
  margin-right: 70px !important;
}

.mg-b-70-force {
  margin-bottom: 70px !important;
}

.mg-l-70-force {
  margin-left: 70px !important;
}

.mg-75 {
  margin: 75px;
}

.mg-75-force {
  margin: 75px !important;
}

.mg-y-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mg-y-75-force {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mg-x-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mg-x-75-force {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mg-t-75 {
  margin-top: 75px;
}

.mg-r-75 {
  margin-right: 75px;
}

.mg-b-75 {
  margin-bottom: 75px;
}

.mg-l-75 {
  margin-left: 75px;
}

.mg-t-75-force {
  margin-top: 75px !important;
}

.mg-r-75-force {
  margin-right: 75px !important;
}

.mg-b-75-force {
  margin-bottom: 75px !important;
}

.mg-l-75-force {
  margin-left: 75px !important;
}

.mg-80 {
  margin: 80px;
}

.mg-80-force {
  margin: 80px !important;
}

.mg-y-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mg-y-80-force {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mg-x-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mg-x-80-force {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mg-t-80 {
  margin-top: 80px;
}

.mg-r-80 {
  margin-right: 80px;
}

.mg-b-80 {
  margin-bottom: 80px;
}

.mg-l-80 {
  margin-left: 80px;
}

.mg-t-80-force {
  margin-top: 80px !important;
}

.mg-r-80-force {
  margin-right: 80px !important;
}

.mg-b-80-force {
  margin-bottom: 80px !important;
}

.mg-l-80-force {
  margin-left: 80px !important;
}

.mg-85 {
  margin: 85px;
}

.mg-85-force {
  margin: 85px !important;
}

.mg-y-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mg-y-85-force {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mg-x-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.mg-x-85-force {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mg-t-85 {
  margin-top: 85px;
}

.mg-r-85 {
  margin-right: 85px;
}

.mg-b-85 {
  margin-bottom: 85px;
}

.mg-l-85 {
  margin-left: 85px;
}

.mg-t-85-force {
  margin-top: 85px !important;
}

.mg-r-85-force {
  margin-right: 85px !important;
}

.mg-b-85-force {
  margin-bottom: 85px !important;
}

.mg-l-85-force {
  margin-left: 85px !important;
}

.mg-90 {
  margin: 90px;
}

.mg-90-force {
  margin: 90px !important;
}

.mg-y-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mg-y-90-force {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mg-x-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mg-x-90-force {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mg-t-90 {
  margin-top: 90px;
}

.mg-r-90 {
  margin-right: 90px;
}

.mg-b-90 {
  margin-bottom: 90px;
}

.mg-l-90 {
  margin-left: 90px;
}

.mg-t-90-force {
  margin-top: 90px !important;
}

.mg-r-90-force {
  margin-right: 90px !important;
}

.mg-b-90-force {
  margin-bottom: 90px !important;
}

.mg-l-90-force {
  margin-left: 90px !important;
}

.mg-95 {
  margin: 95px;
}

.mg-95-force {
  margin: 95px !important;
}

.mg-y-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mg-y-95-force {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mg-x-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mg-x-95-force {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mg-t-95 {
  margin-top: 95px;
}

.mg-r-95 {
  margin-right: 95px;
}

.mg-b-95 {
  margin-bottom: 95px;
}

.mg-l-95 {
  margin-left: 95px;
}

.mg-t-95-force {
  margin-top: 95px !important;
}

.mg-r-95-force {
  margin-right: 95px !important;
}

.mg-b-95-force {
  margin-bottom: 95px !important;
}

.mg-l-95-force {
  margin-left: 95px !important;
}

.mg-100 {
  margin: 100px;
}

.mg-100-force {
  margin: 100px !important;
}

.mg-y-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mg-y-100-force {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mg-x-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mg-x-100-force {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mg-t-100 {
  margin-top: 100px;
}

.mg-r-100 {
  margin-right: 100px;
}

.mg-b-100 {
  margin-bottom: 100px;
}

.mg-l-100 {
  margin-left: 100px;
}

.mg-t-100-force {
  margin-top: 100px !important;
}

.mg-r-100-force {
  margin-right: 100px !important;
}

.mg-b-100-force {
  margin-bottom: 100px !important;
}

.mg-l-100-force {
  margin-left: 100px !important;
}

.mg-105 {
  margin: 105px;
}

.mg-105-force {
  margin: 105px !important;
}

.mg-y-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mg-y-105-force {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.mg-x-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.mg-x-105-force {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.mg-t-105 {
  margin-top: 105px;
}

.mg-r-105 {
  margin-right: 105px;
}

.mg-b-105 {
  margin-bottom: 105px;
}

.mg-l-105 {
  margin-left: 105px;
}

.mg-t-105-force {
  margin-top: 105px !important;
}

.mg-r-105-force {
  margin-right: 105px !important;
}

.mg-b-105-force {
  margin-bottom: 105px !important;
}

.mg-l-105-force {
  margin-left: 105px !important;
}

.mg-110 {
  margin: 110px;
}

.mg-110-force {
  margin: 110px !important;
}

.mg-y-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mg-y-110-force {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mg-x-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mg-x-110-force {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.mg-t-110 {
  margin-top: 110px;
}

.mg-r-110 {
  margin-right: 110px;
}

.mg-b-110 {
  margin-bottom: 110px;
}

.mg-l-110 {
  margin-left: 110px;
}

.mg-t-110-force {
  margin-top: 110px !important;
}

.mg-r-110-force {
  margin-right: 110px !important;
}

.mg-b-110-force {
  margin-bottom: 110px !important;
}

.mg-l-110-force {
  margin-left: 110px !important;
}

.mg-115 {
  margin: 115px;
}

.mg-115-force {
  margin: 115px !important;
}

.mg-y-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mg-y-115-force {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.mg-x-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mg-x-115-force {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.mg-t-115 {
  margin-top: 115px;
}

.mg-r-115 {
  margin-right: 115px;
}

.mg-b-115 {
  margin-bottom: 115px;
}

.mg-l-115 {
  margin-left: 115px;
}

.mg-t-115-force {
  margin-top: 115px !important;
}

.mg-r-115-force {
  margin-right: 115px !important;
}

.mg-b-115-force {
  margin-bottom: 115px !important;
}

.mg-l-115-force {
  margin-left: 115px !important;
}

.mg-120 {
  margin: 120px;
}

.mg-120-force {
  margin: 120px !important;
}

.mg-y-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mg-y-120-force {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mg-x-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mg-x-120-force {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mg-t-120 {
  margin-top: 120px;
}

.mg-r-120 {
  margin-right: 120px;
}

.mg-b-120 {
  margin-bottom: 120px;
}

.mg-l-120 {
  margin-left: 120px;
}

.mg-t-120-force {
  margin-top: 120px !important;
}

.mg-r-120-force {
  margin-right: 120px !important;
}

.mg-b-120-force {
  margin-bottom: 120px !important;
}

.mg-l-120-force {
  margin-left: 120px !important;
}

.mg-t-auto {
  margin-top: auto;
}

.mg-r-auto {
  margin-right: auto;
}

.mg-b-auto {
  margin-bottom: auto;
}

.mg-l-auto {
  margin-left: auto;
}

.mg-x-auto {
  margin: auto;
}

/* ---------------------------------------- */
/* ############# line-height ############## */
/* ---------------------------------------- */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.10 !important;
}

.lh-3 {
  line-height: 1.20 !important;
}

.lh-4 {
  line-height: 1.30 !important;
}

/* ---------------------------------------- */
/* ############### 7.6 Misc ############### */
/* ---------------------------------------- */

.opacity-1 {
  opacity: 1;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.flex-1 {
  flex: 1;
}

.transition {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .transition {
    transition: none;
  }
}

.object-position-top {
  object-position: top;
}

.object-fit-cover {
  object-fit: cover;
}

.no-object-fit .object-fit-cover {
  visibility: hidden;
}

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

.hr-light-100 {
  border-color: rgba(255, 255, 255, 0.05);
}

.ft-left {
  float: left;
}

.ft-right {
  float: right;
}

.ft-none {
  float: none;
}

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

.shadow-base {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
}

.valign-middle {
  vertical-align: middle;
}

.tr-y-1 {
  transform: translateY(1px);
}

.space-nowrap {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .op-lg-0-force {
    opacity: 0 !important;
  }

  .d-lg-none {
    display: none;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #announcement-alert .videoWrapper {
    min-width: 260px;
    max-width: 446px !important;
    padding-bottom: 98px;
    padding-top: 44px;
  }
  #announcement-alert .videoWrapper iframe {
    height: unset;
    width: 260px;
  }
}

ul.checker {
  padding: 0 0 20px 0;
  margin: 0;
}

ul.checker.white {
  color: #efefef;
}

ul.checker.white ul,
ul.checker.white li,
ul.checker.white p {
  color: #efefef;
}

ul.checker li {
  list-style: none;
  padding: 0 0 0 50px;
  margin: 15px 0;
  line-height: 1.3em;
  position: relative;
}

ul.checker li .fa {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 8px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

/* HIGHLIGHT */
mark,
.mark {
  color: #ffffff;
  background: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline;
}

/* AD */
.ad {
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ad.side img {
  width: 100%;
  height: auto;
  max-width: 780px;
}

.ad.top {
  margin-bottom: 5px;
}

.ad.bottom {
  margin-top: 10px;
  margin-bottom: 7px;
}

.ad .ad-block {
  background: #101010;
  border: 3px solid #1f1f1f;
  overflow: hidden;
  max-height: 96px;
  line-height: 0;
  border-radius: 10px;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.ad .ad-block .wide img {
  height: auto;
  width: 100%;
  max-width: 734px;
  border-right: 3px solid #101010;
  border-left: 3px solid #101010;
}

.ad .ad-block .zone img {
  border-right: 3px solid #101010;
}

.ad .ad-block .zone:first-child img {
  border-left: 3px solid #101010;
  margin-left: 0;
}

.ad .ad-block .zone:first-child {
  width: 33%;
  margin-left: 0;
}

.ad .ad-block .zone {
  max-height: 90px;
  max-width: 180px;
  margin-left: -3.5px;
}

@media only screen and (max-width: 770px) {
  .ad .ad-block {
    max-height: 95px;
  }

  .ad .ad-block .zone {
    width: 32.3%;
    display: inline-table;
    padding: 0;
  }

  .ad .ad-block .zone img {
    width: 100%;
    height: auto;
  }
}

.paypal-button.text-left {
  text-align: center !important;
}

#card-set-profile {
  width: 100%;
}

.mc_dtoggle,
.wl_dtoggle {
  text-align: left;
  text-transform: unset;
  background-color: #1f1f1f;
  border: 1px solid #383838;
  border-radius: 8px;
  font-size: 1.175rem;
  line-height: normal;
  padding-left: 10px;
  box-shadow: none !important;
  color: #c1c1c1;
}

.mc_dtoggle {
  width: 442px;
}

.mc_dmenu,
.wl_dmenu,
.ll_dmenu {
  font-size: 1.175rem;
  border-radius: 8px;
  border: 1px solid #383838;
  margin-top: -40px;
  background-color: #1b1b1b;
  box-shadow: none !important;
}

.mc_dmenu {
  width: 442px;
}

.ll_dmenu {
  width: 442px;
}

.dropdown-menu > li > a,
.ll_dmenu > li {
  padding: 3px 20px 3px 10px;
  color: #cccccc;
}

.mc_dmenu li a:hover,
.ll_dmenu li:hover {
  background-color: #292929;
  color: #ffffff;
}

.ll_dmenu li:hover {
  cursor: pointer;
}

.wl_dmenu li a:hover {
  background-color: #292929;
  color: #ffffff;
}

.mc_dtoggle::after {
  float: right;
  margin-top: 8px;
}

.wl_dtoggle::after {
  float: right;
  margin-top: 8px;
}

.wl-ll-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #151515;
  padding: 8px 12px 8px 12px;
}

.wl-ll-group-block {
  background: #292929;
  display: none;
}

.wl-ll-loading {
  background: #101010;
}

.first_link::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;
  float: right;
  margin-top: 8px;
}

.jumbo-text {
  font-size: 2.5rem;
  font-weight: 900;
  color: #efefef;
  letter-spacing: -.08rem;
  /* line-height: 24px; */
}

.jumbo-sub-text {
  font-size: 16px;
  font-weight: 400;
}

.theme-text {
  color: #f28d2b;
}

.card-body #card_graph_container {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 15px;
}

 .card_graph_container {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.collection-percentage {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: rgb(51, 51, 51);
  color: #efefef;
  height: 32px;
  padding: 0px 18px;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  body {
    font-weight: 400;
  }

  b,
  strong {
    font-weight: 500;
  }

  .mwl {
    margin-bottom: 10px;
  }

  .user-profile-nav {
    font-size: 14px;
    font-weight: 100;
  }

  .page-cardset .ebay-listing .table4 td.col1 {
    padding: 0 !important;
  }

  .signup_block {
    text-align: left !important;
  }

  #signup-button {
    min-width: 100% !important;
  }

  .bd-0 .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ad.top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .safari-browser .sl-pagebody {
    margin-top: 5px !important;
  }

  .ad.bottom {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }

  .current_card_info {
    margin: 0 10px;
  }

  .herobox .my-flipster {
    padding-bottom: 12px !important;
  }

  .sl-pagebody {
    padding: 0px 10px 10px 10px;
  }

  .home.infobox-wrapper {
    padding: 15px 10px 10px;
    margin-bottom: 10px;
  }

  .row.text-center .col-md-6 .mb-3 {
    margin-bottom: 10px !important;
  }

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

  .page-cardset .form-filter .field.submit {
    width: 100%;
  }

  .home-info {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .home-info-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hot-cards-table .card-header,
  .cold-cards-table .card-header,
  .card-normal .card-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hot-cards-table table tr td,
  .cold-cards-table table tr td,
  .card-normal table tr td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hot-cards-table table tr td:nth-child(2),
  .cold-cards-table table tr td:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hot-cards-table table tr td:nth-child(3),
  .cold-cards-table table tr td:nth-child(3) {
    width: auto !important;
  }

  .hot-cards-table .btn-secondary,
  .cold-cards-table .btn-secondary {
    margin-left: 10px !important;
  }

  .card-body {
    padding: 10px !important;
  }

  .title_button_container {
    padding: 10px 10px 0 10px !important;
  }

  .ccl .my-flipster {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .mc_dtoggle,
  .mc_dmenu,
  .ll_dmenu {
    width: 100%;
  }

  .my_col_drobdown {
    width: 85%;
  }

  .cards_d_none {
    display: none;
  }

  #cards_count {
    display: none;
  }

  .edit_all_block {
    margin-top: 0 !important;
  }

  .mc_tw,
  .my-collection-tb,
  .my-wl-tb,
  .pending-auctions {
    overflow-x: unset !important;
  }

  .my-wl-tb {
    overflow: unset !important;
  }

  .mc_tw table,
  .my-collection-tb table,
  .my-wl-tb table,
  .pending-auctions table {
    display: block;
    overflow-x: auto;
  }

  .mc_tw table th:first-child,
  .mc_tw table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    border-right: 1px solid #313131;
    width: 170px;
  }

  .my-collection-tb table th:first-child,
  .my-collection-tb table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    border-right: 1px solid #313131;
    width: 170px;
  }

  .my-wl-tb table th:nth-child(1),
  .my-wl-tb table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
    padding-right: 2px !important;
  }

  .my-wl-tb table th:nth-child(2),
  .my-wl-tb table td:nth-child(2) {
    position: sticky;
    left: 26px;
    z-index: 1;
    border-right: 1px solid #191919;
    min-width: 110px;
  }

  .pending-auctions table th:nth-child(1),
  .pending-auctions table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
    width: 96px;
  }

  .pending-auctions table th:nth-child(2),
  .pending-auctions table td:nth-child(2) {
    position: sticky;
    left: 96px;
    z-index: 1;
    border-right: 1px solid #252525;
  }

  .my-collection-tb table td:first-child,
  .my-wl-tb table td:nth-child(1),
  .my-wl-tb table td:nth-child(2) {
    background-color: #272727;
  }

  .my-collection-tb table td:first-child,
  .mc_tw table td:nth-child(1) {
    background-color: #272727;
  }

  .mc_tw table th::after,
  .mc_tw table th::before,
  .my-collection-tb table th::after,
  .my-collection-tb table th::before,
  .my-wl-tb table th::after,
  .my-wl-tb table th::before {
    z-index: 0 !important;
  }

  .my-collection-tb table th::after {
    top: 21px !important;
  }

  .my-collection-tb table th::before {
    top: 11px !important;
  }

  .table_ol_cont .table-wrapper {
    margin-top: 45px !important;
  }

  .set_created,
  .card_created {
    margin-bottom: 12px;
  }

  .custom-select {
    width: 48% !important;
    margin-right: 0 !important;
  }

  .hof_only {
    width: 48% !important;
  }

  .grader_content {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grader_search {
    width: 100%;
    margin-top: 5px;
  }

  #hof_only {
    margin: 11px 0 0;
  }
}

.detail-card {
  border-radius: 16px;
  background-color: #181818;
  padding: 10px;
}

.detail-card .row .col-6 {
  max-width: 49.8%;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

#pointer_events {
  pointer-events: none;
  opacity: 0.4;
}

.custom-select {
  position: relative;
  padding: 0 !important;
  height: 37px !important;
  border: 1px solid #757575 !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
}

.same-as-selected {
  display: none;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #151515;
  color: #dadada;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #696969 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 8px 16px 6px;
  /*border: 1px solid transparent;*/
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-radius: 7px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #151515;
  border-left: 1px solid #757575 !important;
  border-right: 1px solid #757575 !important;
  border-bottom: 1px solid #757575 !important;
  top: 28px;
  left: -1px;
  right: -1px;
  z-index: 99;
  color: #c1c1c1;
  border-radius: 0px 0px 8px 8px;
  padding-top: 6px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #0e0e0e;
  color: #dedddd;
}

.mc-group-select {
  height: 34px;
  padding: 4px;
  border-radius: 8px;
}

@media only screen and (max-width: 750px) {
  #d_none {
    display: none;
  }
}

@media only screen and (max-width: 340px) {
  .mc_dtoggle,
  .wl_dtoggle {
    font-size: 0.9rem;
  }

  .mc_dmenu,
  .wl_dmenu {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 520px) {
  .ad .ad-block .zone {
    display: inline-table;
    padding: 0;
  }

  .ad .ad-block .zone img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 620px) {
  .ad .ad-block .zone4,
  .ad .ad-block .zone5,
  .ad .ad-block .zone6 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .ad.side.mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ad.side.mobile {
    margin: 0 0 -6px 0px;
    background: black;
    line-height: 0;
    padding: 0;
  }
}

@media (max-width: 827px) {
  .ad .ad-block .wide img {
    border: none;
  }
}

/* ------------------------------------------- */
/* ############### 7.7 Padding ############### */
/* ------------------------------------------- */
.pd-0 {
  padding: 0px;
}

.pd-0-force {
  padding: 0px !important;
}

.pd-y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pd-y-0-force {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pd-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pd-x-0-force {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pd-y-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pd-y-1-force {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pd-x-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.pd-x-1-force {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pd-2 {
  padding: 2px;
}

.pd-2-force {
  padding: 2px !important;
}

.pd-y-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pd-y-2-force {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pd-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.pd-x-2-force {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pd-3 {
  padding: 3px;
}

.pd-3-force {
  padding: 3px !important;
}

.pd-y-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pd-y-3-force {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pd-x-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.pd-x-3-force {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pd-4 {
  padding: 4px;
}

.pd-4-force {
  padding: 4px !important;
}

.pd-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pd-y-4-force {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pd-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pd-x-4-force {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pd-5 {
  padding: 5px;
}

.pd-5-force {
  padding: 5px !important;
}

.pd-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-y-5-force {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pd-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pd-x-5-force {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pd-6 {
  padding: 6px;
}

.pd-6-force {
  padding: 6px !important;
}

.pd-y-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pd-y-6-force {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pd-x-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pd-x-6-force {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pd-7 {
  padding: 7px;
}

.pd-7-force {
  padding: 7px !important;
}

.pd-y-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pd-y-7-force {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.pd-x-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pd-x-7-force {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.pd-8 {
  padding: 8px;
}

.pd-8-force {
  padding: 8px !important;
}

.pd-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pd-y-8-force {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pd-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pd-x-8-force {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pd-9 {
  padding: 9px;
}

.pd-9-force {
  padding: 9px !important;
}

.pd-y-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pd-y-9-force {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.pd-x-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.pd-x-9-force {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.pd-10 {
  padding: 10px;
}

.pd-10-force {
  padding: 10px !important;
}

.pd-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-y-10-force {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pd-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd-x-10-force {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd-15 {
  padding: 15px;
}

.pd-15-force {
  padding: 15px !important;
}

.pd-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-y-15-force {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pd-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd-x-15-force {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pd-20 {
  padding: 20px;
}

.pd-20-force {
  padding: 20px !important;
}

.pd-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-y-20-force {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-x-20-force {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pd-25 {
  padding: 25px;
}

.pd-25-force {
  padding: 25px !important;
}

.pd-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pd-y-25-force {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pd-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pd-x-25-force {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pd-30 {
  padding: 30px;
}

.pd-30-force {
  padding: 30px !important;
}

.pd-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-y-30-force {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pd-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd-x-30-force {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pd-35 {
  padding: 35px;
}

.pd-35-force {
  padding: 35px !important;
}

.pd-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pd-y-35-force {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pd-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pd-x-35-force {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pd-40 {
  padding: 40px;
}

.pd-40-force {
  padding: 40px !important;
}

.pd-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-y-40-force {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pd-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pd-x-40-force {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pd-45 {
  padding: 45px;
}

.pd-45-force {
  padding: 45px !important;
}

.pd-y-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd-y-45-force {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pd-x-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pd-x-45-force {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pd-50 {
  padding: 50px;
}

.pd-50-force {
  padding: 50px !important;
}

.pd-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-y-50-force {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pd-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd-x-50-force {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pd-55 {
  padding: 55px;
}

.pd-55-force {
  padding: 55px !important;
}

.pd-y-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pd-y-55-force {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.pd-x-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.pd-x-55-force {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.pd-60 {
  padding: 60px;
}

.pd-60-force {
  padding: 60px !important;
}

.pd-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-y-60-force {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pd-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pd-x-60-force {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pd-65 {
  padding: 65px;
}

.pd-65-force {
  padding: 65px !important;
}

.pd-y-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pd-y-65-force {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.pd-x-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.pd-x-65-force {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pd-t-65 {
  padding-top: 65px;
}

.pd-70 {
  padding: 70px;
}

.pd-70-force {
  padding: 70px !important;
}

.pd-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pd-y-70-force {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pd-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.pd-x-70-force {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pd-75 {
  padding: 75px;
}

.pd-75-force {
  padding: 75px !important;
}

.pd-y-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pd-y-75-force {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pd-x-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.pd-x-75-force {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pd-80 {
  padding: 80px;
}

.pd-80-force {
  padding: 80px !important;
}

.pd-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd-y-80-force {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pd-x-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.pd-x-80-force {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pd-85 {
  padding: 85px;
}

.pd-85-force {
  padding: 85px !important;
}

.pd-y-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pd-y-85-force {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.pd-x-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.pd-x-85-force {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.pd-90 {
  padding: 90px;
}

.pd-90-force {
  padding: 90px !important;
}

.pd-y-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pd-y-90-force {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pd-x-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.pd-x-90-force {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pd-95 {
  padding: 95px;
}

.pd-95-force {
  padding: 95px !important;
}

.pd-y-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pd-y-95-force {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.pd-x-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.pd-x-95-force {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.pd-100 {
  padding: 100px;
}

.pd-100-force {
  padding: 100px !important;
}

.pd-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd-y-100-force {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pd-x-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.pd-x-100-force {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pd-110 {
  padding: 110px;
}

.pd-110-force {
  padding: 110px !important;
}

.pd-y-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pd-y-110-force {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.pd-x-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.pd-x-110-force {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.pd-t-110 {
  padding-top: 110px;
}

.pd-120 {
  padding: 120px;
}

.pd-120-force {
  padding: 120px !important;
}

.pd-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pd-y-120-force {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pd-x-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.pd-x-120-force {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pd-130 {
  padding: 130px;
}

.pd-130-force {
  padding: 130px !important;
}

.pd-y-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pd-y-130-force {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.pd-x-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.pd-x-130-force {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.pd-t-130 {
  padding-top: 130px;
}

.pd-140 {
  padding: 140px;
}

.pd-140-force {
  padding: 140px !important;
}

.pd-y-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pd-y-140-force {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.pd-x-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.pd-x-140-force {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-150 {
  padding: 150px;
}

.pd-150-force {
  padding: 150px !important;
}

.pd-y-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pd-y-150-force {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pd-x-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.pd-x-150-force {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.pd-160 {
  padding: 160px;
}

.pd-160-force {
  padding: 160px !important;
}

.pd-y-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pd-y-160-force {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.pd-x-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.pd-x-160-force {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.pd-170 {
  padding: 170px;
}

.pd-170-force {
  padding: 170px !important;
}

.pd-y-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.pd-y-170-force {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.pd-x-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.pd-x-170-force {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.pd-180 {
  padding: 180px;
}

.pd-180-force {
  padding: 180px !important;
}

.pd-y-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.pd-y-180-force {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.pd-x-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.pd-x-180-force {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.pd-190 {
  padding: 190px;
}

.pd-190-force {
  padding: 190px !important;
}

.pd-y-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.pd-y-190-force {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.pd-x-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.pd-x-190-force {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.pd-200 {
  padding: 200px;
}

.pd-200-force {
  padding: 200px !important;
}

.pd-y-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pd-y-200-force {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.pd-x-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.pd-x-200-force {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.pd-12 {
  padding: 12px;
}

.pd-12-force {
  padding: 12px !important;
}

.pd-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pd-y-12-force {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pd-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.pd-x-12-force {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pd-13 {
  padding: 13px;
}

.pd-13-force {
  padding: 13px !important;
}

.pd-y-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.pd-y-13-force {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.pd-x-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.pd-x-13-force {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

/* -------------------------------------------- */
/* ############### 7.8 Position ############### */
/* -------------------------------------------- */
.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

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

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

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

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

/* ---------------------------------------------- */
/* ############### 7.9 Typography ############### */
/* ---------------------------------------------- */
.tx-bolder {
  font-weight: 900;
}

.tx-bold {
  font-weight: 700;
}

.tx-semibold {
  font-weight: 600;
}

.tx-medium {
  font-weight: 500;
}

.tx-normal {
  font-weight: 400;
}

.tx-light {
  font-weight: 300;
}

.tx-thin {
  font-weight: 200;
}

.tx-xthin {
  font-weight: 100;
}

.tx-poppins {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.tx-roboto {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.tx-hind {
  font-family: "Hind", "Helvetica Neue", Arial, sans-serif;
}

.tx-firasans {
  font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

.tx-source {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.tx-mont {
  font-family: "Montserrat", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

.tx-lato {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.tx-sserif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.tx-barcode {
  font-family: "Libre Barcode 39 Extended Text", cursive;
}

.tx-prime {
  color: #efefef;
}

.tx-white {
  color: #fff;
}

.tx-black {
  color: #000;
}

.tx-primary {
  color: #4a4a49;
}

.tx-success {
  /* color: #3e9e3e; */
  color: #10c310;
}

.tx-warning {
  color: #f49917;
}

.tx-danger {
  color: #ce3e3e;
}

.tx-info {
  color: #5b93d3;
}

.tx-inverse {
  color: #c1c1c1;
}

.tx-teal {
  color: #1caf9a;
}

.tx-dark {
  color: #343a40;
}

.tx-indigo {
  color: #6610f2;
}

.tx-purple {
  color: #6f42c1;
}

.tx-orange {
  color: #f27510;
}

.tx-pink {
  color: #e83e8c;
}

.tx-gray-100 {
  color: #f8f9fa;
}

.tx-gray-200 {
  color: #efefef;
}

.tx-gray-300 {
  color: #dee2e6;
}

.tx-gray-400 {
  color: #ced4da;
}

.tx-gray-500 {
  color: #adb5bd;
}

.tx-gray-600 {
  color: #6c757d;
}

.tx-gray-700 {
  color: #495057;
}

.tx-gray-800 {
  color: #343a40;
}

.tx-gray-900 {
  color: #212529;
}

.tx-br-primary {
  color: #4a4a49;
}

.tx-white-2 {
  color: rgba(255, 255, 255, 0.2);
}

.tx-white-3 {
  color: rgba(255, 255, 255, 0.3);
}

.tx-white-4 {
  color: rgba(255, 255, 255, 0.4);
}

.tx-white-5 {
  color: rgba(255, 255, 255, 0.5);
}

.tx-white-6 {
  color: rgba(255, 255, 255, 0.6);
}

.tx-white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.tx-white-8 {
  color: rgba(255, 255, 255, 0.8);
}

.tx-uppercase {
  text-transform: uppercase;
}

.tx-lowercase {
  text-transform: lowercase;
}

.tx-transform-none {
  text-transform: none;
}

.tx-center {
  text-align: center;
}

.tx-right {
  text-align: right;
}

.tx-left {
  text-align: left;
}

.tx-center-force {
  text-align: center !important;
}

.tx-right-force {
  text-align: right !important;
}

.tx-left-force {
  text-align: left !important;
}

.tx-underline {
  text-decoration: underline;
}

.tx-decoration-none {
  text-decoration: none !important;
}

.no-hover-color,
.no-hover-color:hover,
.no-hover-color:focus,
.no-hover-color:active {
  color: inherit !important;
}

.tx-italic {
  font-style: italic;
}

.tx-style-normal {
  font-style: normal;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: baseline;
}

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

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

.valign-bottom-force {
  vertical-align: baseline !important;
}

.tx-8 {
  font-size: 8px;
}

.tx-8-force {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px;
}

.tx-9-force {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px;
}

.tx-10-force {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px;
}

.tx-11-force {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px;
}

.tx-12-force {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px;
}

.tx-13-force {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px;
}

.tx-14-force {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px;
}

.tx-15-force {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px;
}

.tx-16-force {
  font-size: 16px !important;
}

.tx-18 {
  font-size: 18px;
}

.tx-18-force {
  font-size: 18px !important;
}

.tx-20 {
  font-size: 20px;
}

.tx-20-force {
  font-size: 20px !important;
}

.tx-22 {
  font-size: 22px;
}

.tx-22-force {
  font-size: 22px !important;
}

.tx-24 {
  font-size: 24px;
}

.tx-24-force {
  font-size: 24px !important;
}

.tx-26 {
  font-size: 26px;
}

.tx-26-force {
  font-size: 26px !important;
}

.tx-28 {
  font-size: 28px;
}

.tx-28-force {
  font-size: 28px !important;
}

.tx-30 {
  font-size: 30px;
}

.tx-30-force {
  font-size: 30px !important;
}

.tx-32 {
  font-size: 32px;
}

.tx-32-force {
  font-size: 32px !important;
}

.tx-34 {
  font-size: 34px;
}

.tx-34-force {
  font-size: 34px !important;
}

.tx-36 {
  font-size: 36px;
}

.tx-36-force {
  font-size: 36px !important;
}

.tx-38 {
  font-size: 38px;
}

.tx-38-force {
  font-size: 38px !important;
}

.tx-40 {
  font-size: 40px;
}

.tx-40-force {
  font-size: 40px !important;
}

.tx-42 {
  font-size: 42px;
}

.tx-42-force {
  font-size: 42px !important;
}

.tx-44 {
  font-size: 44px;
}

.tx-44-force {
  font-size: 44px !important;
}

.tx-46 {
  font-size: 46px;
}

.tx-46-force {
  font-size: 46px !important;
}

.tx-48 {
  font-size: 48px;
}

.tx-48-force {
  font-size: 48px !important;
}

.tx-50 {
  font-size: 50px;
}

.tx-50-force {
  font-size: 50px !important;
}

.tx-52 {
  font-size: 52px;
}

.tx-52-force {
  font-size: 52px !important;
}

.tx-54 {
  font-size: 54px;
}

.tx-54-force {
  font-size: 54px !important;
}

.tx-56 {
  font-size: 56px;
}

.tx-56-force {
  font-size: 56px !important;
}

.tx-58 {
  font-size: 58px;
}

.tx-58-force {
  font-size: 58px !important;
}

.tx-60 {
  font-size: 60px;
}

.tx-60-force {
  font-size: 60px !important;
}

.tx-62 {
  font-size: 62px;
}

.tx-62-force {
  font-size: 62px !important;
}

.tx-64 {
  font-size: 64px;
}

.tx-64-force {
  font-size: 64px !important;
}

.tx-66 {
  font-size: 66px;
}

.tx-66-force {
  font-size: 66px !important;
}

.tx-68 {
  font-size: 68px;
}

.tx-68-force {
  font-size: 68px !important;
}

.tx-70 {
  font-size: 70px;
}

.tx-70-force {
  font-size: 70px !important;
}

.tx-72 {
  font-size: 72px;
}

.tx-72-force {
  font-size: 72px !important;
}

.tx-74 {
  font-size: 74px;
}

.tx-74-force {
  font-size: 74px !important;
}

.tx-76 {
  font-size: 76px;
}

.tx-76-force {
  font-size: 76px !important;
}

.tx-78 {
  font-size: 78px;
}

.tx-78-force {
  font-size: 78px !important;
}

.tx-80 {
  font-size: 80px;
}

.tx-80-force {
  font-size: 80px !important;
}

.tx-82 {
  font-size: 82px;
}

.tx-82-force {
  font-size: 82px !important;
}

.tx-84 {
  font-size: 84px;
}

.tx-84-force {
  font-size: 84px !important;
}

.tx-86 {
  font-size: 86px;
}

.tx-86-force {
  font-size: 86px !important;
}

.tx-88 {
  font-size: 88px;
}

.tx-88-force {
  font-size: 88px !important;
}

.tx-90 {
  font-size: 90px;
}

.tx-90-force {
  font-size: 90px !important;
}

.tx-92 {
  font-size: 92px;
}

.tx-92-force {
  font-size: 92px !important;
}

.tx-94 {
  font-size: 94px;
}

.tx-94-force {
  font-size: 94px !important;
}

.tx-96 {
  font-size: 96px;
}

.tx-96-force {
  font-size: 96px !important;
}

.tx-98 {
  font-size: 98px;
}

.tx-98-force {
  font-size: 98px !important;
}

.tx-100 {
  font-size: 100px;
}

.tx-100-force {
  font-size: 100px !important;
}

.tx-102 {
  font-size: 102px;
}

.tx-102-force {
  font-size: 102px !important;
}

.tx-104 {
  font-size: 104px;
}

.tx-104-force {
  font-size: 104px !important;
}

.tx-106 {
  font-size: 106px;
}

.tx-106-force {
  font-size: 106px !important;
}

.tx-108 {
  font-size: 108px;
}

.tx-108-force {
  font-size: 108px !important;
}

.tx-110 {
  font-size: 110px;
}

.tx-110-force {
  font-size: 110px !important;
}

.tx-112 {
  font-size: 112px;
}

.tx-112-force {
  font-size: 112px !important;
}

.tx-114 {
  font-size: 114px;
}

.tx-114-force {
  font-size: 114px !important;
}

.tx-116 {
  font-size: 116px;
}

.tx-116-force {
  font-size: 116px !important;
}

.tx-118 {
  font-size: 118px;
}

.tx-118-force {
  font-size: 118px !important;
}

.tx-120 {
  font-size: 120px;
}

.tx-120-force {
  font-size: 120px !important;
}

.tx-122 {
  font-size: 122px;
}

.tx-122-force {
  font-size: 122px !important;
}

.tx-124 {
  font-size: 124px;
}

.tx-124-force {
  font-size: 124px !important;
}

.tx-126 {
  font-size: 126px;
}

.tx-126-force {
  font-size: 126px !important;
}

.tx-128 {
  font-size: 128px;
}

.tx-128-force {
  font-size: 128px !important;
}

.tx-130 {
  font-size: 130px;
}

.tx-130-force {
  font-size: 130px !important;
}

.tx-132 {
  font-size: 132px;
}

.tx-132-force {
  font-size: 132px !important;
}

.tx-134 {
  font-size: 134px;
}

.tx-134-force {
  font-size: 134px !important;
}

.tx-136 {
  font-size: 136px;
}

.tx-136-force {
  font-size: 136px !important;
}

.tx-138 {
  font-size: 138px;
}

.tx-138-force {
  font-size: 138px !important;
}

.tx-140 {
  font-size: 140px;
}

.tx-140-force {
  font-size: 140px !important;
}

.tracking-tightest {
  letter-spacing: -1.75px;
}

.tracking-semitightest {
  letter-spacing: -1.50px;
}

.tracking-tighter {
  letter-spacing: -1.25px;
}

.tracking-semitighter {
  letter-spacing: -1.0px;
}

.tracking-tight {
  letter-spacing: -.75px;
}

.tracking-semitight {
  letter-spacing: -.5px;
}

/* ------------------------------------------ */
/* ############### 7.10 Width ############### */
/* ------------------------------------------ */
.wd-5 {
  width: 5px;
}

.wd-5p {
  width: 5%;
}

.mx-wd-5p {
  max-width: 5%;
}

.mn-wd-5p {
  min-width: 5%;
}

.wd-5-force {
  width: 5px !important;
}

.wd-5p-force {
  width: 5% !important;
}

.mx-wd-5p-force {
  max-width: 5% !important;
}

.mn-wd-5p-force {
  min-width: 5% !important;
}

.wd-10 {
  width: 10px;
}

.wd-10p {
  width: 10%;
}

.mx-wd-10p {
  max-width: 10%;
}

.mn-wd-10p {
  min-width: 10%;
}

.wd-10-force {
  width: 10px !important;
}

.wd-10p-force {
  width: 10% !important;
}

.mx-wd-10p-force {
  max-width: 10% !important;
}

.mn-wd-10p-force {
  min-width: 10% !important;
}

.wd-15 {
  width: 15px;
}

.wd-15p {
  width: 15%;
}

.mx-wd-15p {
  max-width: 15%;
}

.mn-wd-15p {
  min-width: 15%;
}

.wd-15-force {
  width: 15px !important;
}

.wd-15p-force {
  width: 15% !important;
}

.mx-wd-15p-force {
  max-width: 15% !important;
}

.mn-wd-15p-force {
  min-width: 15% !important;
}

.wd-20 {
  width: 20px;
}

.wd-20p {
  width: 20%;
}

.mx-wd-20p {
  max-width: 20%;
}

.mn-wd-20p {
  min-width: 20%;
}

.wd-20-force {
  width: 20px !important;
}

.wd-20p-force {
  width: 20% !important;
}

.mx-wd-20p-force {
  max-width: 20% !important;
}

.mn-wd-20p-force {
  min-width: 20% !important;
}

.wd-25 {
  width: 25px;
}

.wd-25p {
  width: 25%;
}

.mx-wd-25p {
  max-width: 25%;
}

.mn-wd-25p {
  min-width: 25%;
}

.wd-25-force {
  width: 25px !important;
}

.wd-25p-force {
  width: 25% !important;
}

.mx-wd-25p-force {
  max-width: 25% !important;
}

.mn-wd-25p-force {
  min-width: 25% !important;
}

.wd-30 {
  width: 30px;
}

.wd-30p {
  width: 30%;
}

.mx-wd-30p {
  max-width: 30%;
}

.mn-wd-30p {
  min-width: 30%;
}

.wd-30-force {
  width: 30px !important;
}

.wd-30p-force {
  width: 30% !important;
}

.mx-wd-30p-force {
  max-width: 30% !important;
}

.mn-wd-30p-force {
  min-width: 30% !important;
}

.wd-35 {
  width: 35px;
}

.wd-35p {
  width: 35%;
}

.mx-wd-35p {
  max-width: 35%;
}

.mn-wd-35p {
  min-width: 35%;
}

.wd-35-force {
  width: 35px !important;
}

.wd-35p-force {
  width: 35% !important;
}

.mx-wd-35p-force {
  max-width: 35% !important;
}

.mn-wd-35p-force {
  min-width: 35% !important;
}

.wd-40 {
  width: 40px;
}

.wd-40p {
  width: 40%;
}

.mx-wd-40p {
  max-width: 40%;
}

.mn-wd-40p {
  min-width: 40%;
}

.wd-40-force {
  width: 40px !important;
}

.wd-40p-force {
  width: 40% !important;
}

.mx-wd-40p-force {
  max-width: 40% !important;
}

.mn-wd-40p-force {
  min-width: 40% !important;
}

.wd-45 {
  width: 45px;
}

.wd-45p {
  width: 45%;
}

.mx-wd-45p {
  max-width: 45%;
}

.mn-wd-45p {
  min-width: 45%;
}

.wd-45-force {
  width: 45px !important;
}

.wd-45p-force {
  width: 45% !important;
}

.mx-wd-45p-force {
  max-width: 45% !important;
}

.mn-wd-45p-force {
  min-width: 45% !important;
}

.wd-50 {
  width: 50px;
}

.wd-50p {
  width: 50%;
}

.mx-wd-50p {
  max-width: 50%;
}

.mn-wd-50p {
  min-width: 50%;
}

.wd-50-force {
  width: 50px !important;
}

.wd-50p-force {
  width: 50% !important;
}

.mx-wd-50p-force {
  max-width: 50% !important;
}

.mn-wd-50p-force {
  min-width: 50% !important;
}

.wd-55 {
  width: 55px;
}

.wd-55p {
  width: 55%;
}

.mx-wd-55p {
  max-width: 55%;
}

.mn-wd-55p {
  min-width: 55%;
}

.wd-55-force {
  width: 55px !important;
}

.wd-55p-force {
  width: 55% !important;
}

.mx-wd-55p-force {
  max-width: 55% !important;
}

.mn-wd-55p-force {
  min-width: 55% !important;
}

.wd-60 {
  width: 60px;
}

.wd-60p {
  width: 60%;
}

.mx-wd-60p {
  max-width: 60%;
}

.mn-wd-60p {
  min-width: 60%;
}

.wd-60-force {
  width: 60px !important;
}

.wd-60p-force {
  width: 60% !important;
}

.mx-wd-60p-force {
  max-width: 60% !important;
}

.mn-wd-60p-force {
  min-width: 60% !important;
}

.wd-65 {
  width: 65px;
}

.wd-65p {
  width: 65%;
}

.mx-wd-65p {
  max-width: 65%;
}

.mn-wd-65p {
  min-width: 65%;
}

.wd-65-force {
  width: 65px !important;
}

.wd-65p-force {
  width: 65% !important;
}

.mx-wd-65p-force {
  max-width: 65% !important;
}

.mn-wd-65p-force {
  min-width: 65% !important;
}

.wd-70 {
  width: 70px;
}

.wd-70p {
  width: 70%;
}

.mx-wd-70p {
  max-width: 70%;
}

.mn-wd-70p {
  min-width: 70%;
}

.wd-70-force {
  width: 70px !important;
}

.wd-70p-force {
  width: 70% !important;
}

.mx-wd-70p-force {
  max-width: 70% !important;
}

.mn-wd-70p-force {
  min-width: 70% !important;
}

.wd-75 {
  width: 75px;
}

.wd-75p {
  width: 75%;
}

.mx-wd-75p {
  max-width: 75%;
}

.mn-wd-70 {
  min-width: 70px;
}

.mn-wd-75p {
  min-width: 75%;
}

.wd-75-force {
  width: 75px !important;
}

.wd-75p-force {
  width: 75% !important;
}

.mx-wd-75p-force {
  max-width: 75% !important;
}

.mn-wd-75p-force {
  min-width: 75% !important;
}

.wd-80 {
  width: 80px;
}

.wd-80p {
  width: 80%;
}

.mx-wd-80p {
  max-width: 80%;
}

.mn-wd-80p {
  min-width: 80%;
}

.wd-80-force {
  width: 80px !important;
}

.wd-80p-force {
  width: 80% !important;
}

.mx-wd-80p-force {
  max-width: 80% !important;
}

.mn-wd-80p-force {
  min-width: 80% !important;
}

.wd-85 {
  width: 85px;
}

.wd-85p {
  width: 85%;
}

.mx-wd-85p {
  max-width: 85%;
}

.mn-wd-85p {
  min-width: 85%;
}

.wd-85-force {
  width: 85px !important;
}

.wd-85p-force {
  width: 85% !important;
}

.mx-wd-85p-force {
  max-width: 85% !important;
}

.mn-wd-85p-force {
  min-width: 85% !important;
}

.wd-90 {
  width: 90px;
}

.wd-90p {
  width: 90%;
}

.mx-wd-90p {
  max-width: 90%;
}

.mn-wd-90 {
  min-width: 90px;
}

.mn-wd-90p {
  min-width: 90%;
}

.wd-90-force {
  width: 90px !important;
}

.wd-90p-force {
  width: 90% !important;
}

.mx-wd-90p-force {
  max-width: 90% !important;
}

.mn-wd-90p-force {
  min-width: 90% !important;
}

.wd-95 {
  width: 95px;
}

.wd-95p {
  width: 95%;
}

.mx-wd-95p {
  max-width: 95%;
}

.mn-wd-95p {
  min-width: 95%;
}

.wd-95-force {
  width: 95px !important;
}

.wd-95p-force {
  width: 95% !important;
}

.mx-wd-95p-force {
  max-width: 95% !important;
}

.mn-wd-95p-force {
  min-width: 95% !important;
}

.wd-100 {
  width: 100px;
}

.wd-100p {
  width: 100%;
}

.mx-wd-100p {
  max-width: 100%;
}

.mn-wd-100p {
  min-width: 100%;
}

.wd-100-force {
  width: 100px !important;
}

.wd-100p-force {
  width: 100% !important;
}

.mx-wd-100p-force {
  max-width: 100% !important;
}

.mn-wd-100p-force {
  min-width: 100% !important;
}

.wd-150 {
  width: 150px;
}

.wd-150-force {
  width: 150px !important;
}

.wd-200 {
  width: 200px;
}

.wd-200-force {
  width: 200px !important;
}

.wd-250 {
  width: 250px;
}

.wd-250-force {
  width: 250px !important;
}

.wd-300 {
  width: 300px;
}

.wd-300-force {
  width: 300px !important;
}

.wd-350 {
  width: 350px;
}

.wd-350-force {
  width: 350px !important;
}

.wd-400 {
  width: 400px;
}

.wd-400-force {
  width: 400px !important;
}

.wd-450 {
  width: 450px;
}

.wd-450-force {
  width: 450px !important;
}

.wd-500 {
  width: 500px;
}

.wd-500-force {
  width: 500px !important;
}

.wd-550 {
  width: 550px;
}

.wd-550-force {
  width: 550px !important;
}

.wd-600 {
  width: 600px;
}

.wd-600-force {
  width: 600px !important;
}

.wd-650 {
  width: 650px;
}

.wd-650-force {
  width: 650px !important;
}

.wd-700 {
  width: 700px;
}

.wd-700-force {
  width: 700px !important;
}

.wd-750 {
  width: 750px;
}

.wd-750-force {
  width: 750px !important;
}

.wd-800 {
  width: 800px;
}

.wd-800-force {
  width: 800px !important;
}

.wd-850 {
  width: 850px;
}

.wd-850-force {
  width: 850px !important;
}

.wd-900 {
  width: 900px;
}

.wd-900-force {
  width: 900px !important;
}

.wd-950 {
  width: 950px;
}

.wd-950-force {
  width: 950px !important;
}

.wd-1000 {
  width: 1000px;
}

.wd-1000-force {
  width: 1000px !important;
}

.wd-100v {
  width: 100vw;
}

.wd-1 {
  width: 1px;
}

.wd-2 {
  width: 2px;
}

.wd-3 {
  width: 3px;
}

.wd-4 {
  width: 4px;
}

.wd-6 {
  width: 6px;
}

.wd-7 {
  width: 7px;
}

.wd-8 {
  width: 8px;
}

.wd-9 {
  width: 9px;
}

.wd-16 {
  width: 16px;
}

.wd-32 {
  width: 32px;
}

.wd-36 {
  width: 36px;
}

.wd-48 {
  width: 48px;
}

.wd-64 {
  width: 64px;
}

.wd-72 {
  width: 72px;
}

.wd-170 {
  width: 170px;
}

.wd-180 {
  width: 180px;
}

.wd-190 {
  width: 190px;
}

.wd-220 {
  width: 220px;
}

.wd-230 {
  width: 230px;
}

.mx-wd-1350 {
  max-width: 1350px;
}

.modal.purchase-bids .modal-dialog {
  width: 100%;
  max-width: 1100px;
  margin: 0 !important;
}

.modal.purchase-bids .modal.purchase-bids .modal-dialog {
  width: 100%;
  max-width: 1200px;
}

.modal.purchase-bids .bidbox {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 10px;
  line-height: 1em;
}

.modal.purchase-bids .bidbox .btn-bid {
  padding: 0.45rem;
  margin-top: 3px;
}

.modal.purchase-bids .bidbox .price {
  color: green;
}

.modal.purchase-bids .bidbox dl {
  margin: 0;
}

.modal.purchase-bids .bidbox dl dd {
  margin: 0;
}

.modal.purchase-bids .bidbox dl dt {
  padding-left: 0;
  white-space: nowrap;
  line-height: 1em;
}

.modal.purchase-bids .bidbox-lc {
  float: left;
  width: 20%;
}

.modal.purchase-bids .bidbox-rc {
  float: right;
  width: 75%;
}

@media only screen and (min-width: 882px) {
  .modal.purchase-bids {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .modal.purchase-bids .bidbox-lc {
    float: left;
    width: 18%;
  }

  .modal.purchase-bids .bidbox-rc {
    float: right;
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .modal.purchase-bids .bidbox-lc {
    float: left;
    width: 25%;
  }

  .modal.purchase-bids .bidbox-rc {
    float: right;
    width: 73%;
  }

  .modal.purchase-bids .bidbox dl.row dd {
    width: 45% !important;
  }

  .modal.purchase-bids .bidbox dl.row dt {
    width: 50% !important;
  }

  #card-set-profile_filter input,
  #datatable-search-players_filter input,
  #datatable-search-sets_filter input {
    max-width: 180px;
  }
}

.page-login {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.page-login #login-form {
  max-width: 720px;
  margin: 0 auto;
}

.page-login #login-form .col-lg-4 {
  width: 100%;
  max-width: 100%;
}

.page-login .form-horizontal .control-label {
  text-align: left;
}

.page-signup .infobox-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-signup .infobox-search {
  border: 1px solid #aac2d2;
  margin-bottom: 15px;
}

.page-signup .infobox-search .fa {
  font-size: 50px;
}

.page-signup .infobox-search .inner {
  padding: 15px 15px;
}

.page-signup .infobox-search .t {
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 15px 15px 0 15px;
  min-height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-signup .infobox-search ul {
  margin: 0 0 15px 0;
  padding: 0;
}

.page-signup .infobox-search ul li {
  margin: 2px 0;
  padding: 0;
  list-style: none;
}

.page-signup .infobox-search.type1 .btn-primary {
  background: #aac2d2 !important;
  border-color: #aac2d2 !important;
}

.page-signup .infobox-search.type2 {
  border-color: #82a3ba;
}

.page-signup .infobox-search.type2 .btn-primary {
  background: #82a3ba !important;
  border-color: #82a3ba !important;
}

.page-signup .infobox-search.type3 {
  border: 1px solid transparent;
  background-color: #141414;
  border-radius: 10px;
}

.page-signup .infobox-search.type3 .ico {
  margin: 10px;
  height: 45px;
}

.page-signup .infobox-search.type3 .btn-primary {
  background: #608096 !important;
  border-color: #608096 !important;
}

.page-signup .glow {
  -webkit-box-shadow: 0 0 30px 0px lightyellow;
  box-shadow: 0 0 30px 0px lightyellow;
}

.page-signup .gold-btn {
  border: 1px solid #232323;
  background: #232323;
  color: #efefef;
}

.page-signup .gold-btn:hover {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  color: #000000;
}

.page-signup .btn-free {
  border: none !important;
  background: #5a5a5a !important;
}

.page-signup .btn-free:hover {
  background: #353535 !important;
  color: #efefef;
}

.page-signup .membership-name {
  font-size: 3.5em;
  font-weight: 900;
  letter-spacing: -3px;
}

.page-signup .card-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #c1c1c1;
}

.page-signup .card-box.bg-gold {
  color: #efefef;
}

.page-signup .card-box ul {
  text-align: left;
}

.page-signup .card-box .link a {
  color: #efefef;
  text-decoration: underline;
}

.page-signup .fa {
  font-size: 80px;
}

.page-signup-detailed #cc-picker {
  color: #000;
  line-height: 27px;
}

.page-signup-detailed #cc-picker #new-cc-link {
  color: #4a4a49;
  text-decoration: underline;
}

.page-signup-detailed .cc-details {
  border: 1px solid #616161;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-signup-detailed .features {
  border: 1px solid #949494;
  padding: 15px 35px;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 28px 0 #e2e2e2;
  box-shadow: 0 0 28px 0 #3e3e3e;
}

.page-signup-detailed .pricetag {
  color: #e2e2e2;
  font-weight: bold;
  text-align: center;
  font-size: 2.8em;
  line-height: 0.5;
  padding: 2.375rem 0 1.25rem;
}

.page-signup-detailed .pricetag .period {
  font-size: 19px;
  color: #7b7b7b;
}

.page-signup-detailed textarea {
  resize: vertical;
  width: 100%;
  padding: 14px;
  border: none;
  overflow: scroll;
  background: #eee;
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .page-signup .infobox-wrp .infobox-search ul {
    min-height: 88px;
  }
}

@media only screen and (width: 768px) {
  .page-signup .infobox-search .btn-primary {
    white-space: normal;
  }
}

@media only screen and (max-width: 768px) {
  .page-signup .infobox-search .t {
    min-height: inherit;
  }

  .page-signup-detailed .pricetag {
    font-size: 3.4em;
    line-height: 0.65;
  }

  .page-signup-detailed .pricetag .period {
    display: block;
  }
}

@media only screen and (max-width: 530px) {
  .page-signup-detailed .pricetag {
    font-size: 3em;
    white-space: nowrap;
    line-height: 18px;
    padding: 30px 0 0 0;
  }

  .page-signup-detailed .pricetag .period {
    width: auto;
    display: inherit;
  }

  #datatable-search-players_filter input,
  #datatable-search-sets_filter input {
    min-width: 180px !important;
    padding: 0 5px;
  }
}

.herobox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5647+0,27241d+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #202020 0%, #1f1f1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #202020 0%, #1f1f1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #202020 0%, #1f1f1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5647', endColorstr='#27241d', GradientType=0);
  /* IE6-9 */
  margin-bottom: 0px;
  border-radius: 10px 10px 0 0;
}

.herobox .card {
  padding-top: 0px;
}

.herobox .my-flipster {
  display: none;
}

.herobox .my-flipster .flipster__container {
  padding-bottom: 20px;
}

.herobox .my-flipster .flipster__button {
  background: #d8dce3;
  margin: -54px 0 0 0;
  opacity: 1;
  padding: 5px 5px 0px 5px;
  box-shadow: 0 0 15px 0 black;
  z-index: inherit;
}

.herobox .my-flipster .flipster__button--prev {
  border-radius: 0 8px 8px 0;
}

.herobox .my-flipster .flipster__button--next {
  border-radius: 8px 0 0 8px;
}

.coverflow {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 10px 10px 0 0;
}

.my-flipster .flipster__container {
  padding: 20px 0 20px 0 !important;
}

.my-flipster .flipster__item__content img {
  height: 34vh;
  width: auto;
}

.my-flipster .flipster__item:not(.flipster__item--current) img {
  max-width: 25vh;
  width: 100%;
}

.my-flipster li {
  text-align: center;
}

@media (min-width: 768px) {
  .md-pointer-events-none {
    pointer-events: none !important;
    cursor: default;
  }
}

/* .card-info-outline {
    border: 1px solid #ffffff18;
    border-radius: 6px;
    padding: 0px 6px;
} */

.page-homepage .logo-handler {
  text-align: center;
  display: inline-block;
  margin: -3px 0;
  width: 100%;
}

.page-homepage .logo-handler .logo-img {
  width: 12.5%;
  float: left;
  padding: 5px;
}

.page-homepage .logo-handler .logo-img img {
  max-width: 90px;
  max-height: 55px;
  border-radius: 8px;
}

.page-homepage .partner-logo {
  width: 33.25%;
  display: inline-block;
  flex: inherit;
}

.page-homepage .partner-logo img {
  width: 80%;
  border-radius: 16px;
}

.page-homepage .card.search-box {
  padding: 0 !important;
  margin: 0;
}

.page-homepage .card.search-box h1 {
  color: white;
}

.page-homepage .card.search-box .search-box2 {
  padding: 45px 15px 45px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82a3ba+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(
    top,
    #82a3ba 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #82a3ba 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #82a3ba 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82a3ba', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}

.page-homepage .card.search-box .search-box2 .search-field {
  max-width: 420px;
  margin: 0 auto;
}

.page-homepage .input-group {
  -webkit-box-shadow: 0px 6px 12px -3px black;
  box-shadow: 0px 6px 12px -3px black;
  border-radius: 10px;
}

.page-homepage .input-group input:focus {
  box-shadow: none !important;
  border: 0 !important;
}

.page-homepage .input-group .btn btn-primary {
  z-index: 65464654 !important;
}

.page-homepage .ico {
  font-size: 100px;
  margin-bottom: 17px;
  color: #82a3ba;
}

@media only screen and (max-width: 800px) {
  .page-homepage .logo-handler .logo-img {
    width: 25%;
  }
}

@media only screen and (max-width: 440px) {
  .page-homepage .logo-handler .logo-img {
    width: 50%;
  }
}

.infobox.detail-card {
  min-width: 0; /* ← prevents flexbox from letting children overflow */
}

.category-badges a.btn-mini {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.8em;
  padding: 4px 8px;
  white-space: nowrap;
  font-weight: 700;
  opacity: 90%;
  height: 22px;
}

.category-badges a.btn-mini:hover,
.category-badges a.btn-mini.active {
  color: #313131;
  background-color: #e4e4e4;
  border-color: transparent;
}

.category-badges {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 -24px 0px;
  padding: 16px 10px 10px 10px;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  scrollbar-gutter: stable; /* Prevent layout shift */
  height: 60px;
}

/* Webkit (Chrome, Safari, Edge) */
.category-badges::-webkit-scrollbar {
  height: 8px;
}

.category-badges::-webkit-scrollbar-track {
  background: transparent;
}

.category-badges::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25); /* 50% opacity */
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.category-badges:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Full opacity on hover */
}

/* Firefox */
@supports (scrollbar-width: auto) {
  .category-badges {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
  }

  .category-badges:hover {
    scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
  }
}

.yesterdays-container {
  display: flex;
  text-align: left;
  gap: 0.5rem;
  overflow-x: auto;
  margin: 0px -24px;
  padding: 0 10px 10px 10px;
  align-items: stretch;
}
.yesterdays-movers-container p {
  font-size: 1.125em;
  margin: 0;
  line-height: 1.2;
}
.yesterdays-movers-card {
  cursor: pointer;
  background: #121212;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 1em;
  min-width: 300px;
  height: 206px;
  animation: fadeIn 0.3s ease-in-out;
}
.yesterdays-movers-top {
  display: flex;
}
.listing-link.btn-mini {
  padding: 8px 10px;
}
.yesterdays-movers-top > img {
  height: 100px;
  margin-right: 10px;
}
.yesterdays-movers-headline {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
  margin: 0.2em 0 0.1em;
}
.yesterdays-movers-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yesterdays-movers-info img {
  width: 30px;
  margin-right: 0.75em;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(5px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main-search {
  background: #23282f;
  padding: 15px;
  margin-bottom: 25px;
}

.main-search .title {
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: lighter;
  color: white;
  margin-bottom: 10px;
}

.main-search .searchbox {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.main-search .searchbox input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 55px;
  padding: 0 53px 0 15px;
  color: black;
  display: inline-block;
  height: 55px;
  font-weight: lighter;
  font-size: 16px;
  font-style: italic;
}

.main-search .searchbox .submitter {
  color: #adb5bd;
  position: absolute;
  right: 4px;
  top: 3px;
  font-size: 29px;
  padding: 0 10px;
  line-height: 47px;
  background: none;
  border: none;
}

.main-search .searchbox .submitter:hover {
  color: black;
}

@media only screen and (max-width: 1199px) {
  .main-search {
    padding: 15px 15px 15px 15px;
  }
}

@media only screen and (max-width: 730px) {
  .herobox .my-flipster {
    padding-bottom: 50px;
  }

  .infobox .subtitle {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .page-homepage .partner-logo {
    text-align: center;
    width: 33.2%;
    margin: 0;
    padding: 0px 10px;
  }

  .page-homepage .partner-logo img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 430px) {
  .card.search-box .n {
    display: none;
  }

  .search-box2 h1 {
    font-size: 1.6em;
  }
}

.graders {
  margin-bottom: 10px;
  flex: none;
  height: auto;
  display: inline-block;
  width: 100%;
}

.graders .title-graders {
  font-weight: lighter;
  font-size: 1.5em;
}

/* HOMEPAGE INFOBOX */
.infobox-wrapper {
  margin-bottom: 20px;
  padding: 25px 20px 15px 20px;
  background: #1f1f1f;
  border-radius: 0 0 10px 10px;
}

.infobox-wrapper .infobox-row {
  max-width: 1200px;
  margin: 0 auto;
}

.infobox {
  padding: 0;
  position: relative;
  text-align: center;
}

.infobox .title {
  width: 100%;
  align-items: center;
  flex-direction: inherit;
  min-height: 45px;
  text-align: center;
}

.infobox .ico {
  margin-bottom: 20px;
  height: 45px;
}

.hot-cards-table {
  display: inherit !important;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 815px) and (orientation: landscape) {
  .my-flipster .flipster__item__content img {
    height: 65vh;
  }
}

/* @media (max-width: 400px) {
  .my-flipster .flipster__item__content img {
    max-width: 25vh;
  }
} */
 
@media (max-width: 430px) {
    /* multi-card markup */
    .my-flipster .flipster__item__content img{
      max-width: 45vh;
      height: 29vh;
    }
    /* single-card markup */
    .my-flipster .flipster__container > li > a > img {
        max-width: 40vh;
        height: 30vh;
        object-fit: contain;
        width: auto;
    }
}

.global-search {
  text-align: center;
  margin-bottom: 25px;
}

.global-search__wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px 20px 20px;
}

.global-search .filter-link {
  padding: 0px 5px 0px 5px;
  display: inline-block;
  cursor: pointer;
}

.global-search .filter-link:hover {
  text-decoration: underline;
}

.global-search .filter-link.selected {
  font-weight: bold;
  text-decoration: underline;
}

.main-search.detail .searchbox {
  position: relative;
}

.main-search.detail .searchbox .head {
  border-bottom: 1px solid #666;
  padding-bottom: 8px;
}

.main-search.detail .searchbox .search-history {
  display: none;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: auto;
  z-index: 564;
  top: auto;
  width: 100%;
  margin-top: 8px;
  box-shadow: 0 20px 80px -5px black;
}

.main-search.detail .searchbox .search-history table {
  margin-top: 6px;
  width: 100%;
}

.main-search.detail .searchbox .search-history table td {
  padding: 2px 0;
  vertical-align: middle;
}

.main-search.detail .searchbox .search-history table td .fa {
  color: #777777;
  font-size: 18px;
  cursor: pointer;
  margin-top: 3px;
}

.main-search.detail .searchbox .search-history table td .fa:hover {
  color: darkred;
}

.main-search.detail .filter-link {
  padding: 0px 13px;
  margin: 9px 0 0 0;
  display: inline-block;
  cursor: pointer;
  color: #959595;
}

.main-search.detail .filter-link:hover {
  color: white;
}

.main-search.detail .filter-link.selected {
  font-weight: bold;
  color: white;
}

@media (max-width: 670px) {
  .main-search.detail .filter-link {
    padding: 0px 5px;
  }
}

.global-search.dark {
  margin: 40px 0 0 0;
}

.pop-search-button,
.closeme {
  border: none;
  background: none !important;
  font-size: 30px;
  padding: 0;
  z-index: 500;
}

.pop-search-button {
  color: #f28d2b;
  right: 0;
}

.closeme {
  color: #c1c1c1;
}

.pop-search-button:hover,
.closeme:hover {
  color: white !important;
}

.global-search.dark #pop-search-value {
  position: relative;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-weight: 200;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 4px 0px 8px;
}

.global-search.dark #pop-search-value::placeholder {
  font-size: 1em;
}

.global-search.dark #pop-search-value:not(:placeholder-shown) {
  font-size: 1.5em;
}

.global-search.dark .filter-link {
  color: #c8c8c8;
  font-size: 0.775rem;
  font-weight: 400 !important;
  padding: 3px 15px;
  display: inline-block;
  cursor: pointer;
  background: #1b1b1b;
  border-radius: 6px;
}

.global-search.dark .filter-link:hover,
.global-search.dark .filter-link.selected,
.global-search.dark .filter-link.selected:hover {
  color: #d6d6d6;
  text-decoration: none !important;
  background: #e8e8e8;
  color:  #1b1b1b;
}

.global-search.dark input[type="text"] {
  background: rgba(0, 0, 0, 0.78);
  color: #959595;
}

.search-opened #web-wrap {
  overflow: hidden;
}

.search-opened .sl-mainpanel {
  overflow: hidden;
  margin-top: 0 !important;
}

.search-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.95);
  display: none;
}

.search-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 60000;
  text-align: center;
  padding: 15px 0 80px 0;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.search-over .inner-wrap {
  margin: 0 auto;
  text-align: left;
  max-width: 650px;
  padding: 0 20px;
}

.search-over .search-results .box {
  margin-bottom: 18px;
}

.search-over .search-results .box .item {
  background: #141414;
  margin: 2px 0;
  padding: 6px 10px;
  width: 100%;
  display: inline-block;
  color: #a5a5a5;
  border-radius: 8px;
}

.search-over .search-results .box .item:first-child {
  border-top: none !important;
}

.search-over .search-results .box .box-title {
  font-weight: 200;
  font-size: 1.25em;
  color: #f28d2b;
}

.search-over .search-results .box .item:hover {
  color: #ffffff;
  text-decoration: none;
  background: #1f1f1f;
}

/* CARD PROFILE  */

.page-carddetail {
  padding-left: 20px;
}

.page-carddetail .table-wrapper {
  overflow-x: auto;
  border-radius: 0px;
}

.page-carddetail .table-wrapper .table {
  background-color: #f3f3f3;
}

.page-carddetail dl.row {
  margin-bottom: 0;
}

.page-carddetail dl.row .col-l {
  width: 50%;
  max-width: 223px;
}

.page-carddetail dl.row .col-r {
  width: 49%;
  max-width: 49%;
}

.page-carddetail .mainwrp {
  display: table;
}

.page-carddetail .mainwrp.mobile .picbox img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.page-carddetail .mainwrp .picbox {
  display: table-cell;
  vertical-align: top;
}

.page-carddetail .mainwrp .picbox img {
  /* height: auto;
  max-width: 438px; */
  max-height: 386px;
  border: 1px solid rgba(134, 134, 134, 0.22);
}

.page-carddetail .mainwrp .content-box {
  vertical-align: top;
}

.page-carddetail table.display {
  margin-bottom: 0;
}

.page-carddetail table.display th,
.page-carddetail table.display td {
  text-align: center;
  border: 1px solid #151515;
}

.page-carddetail table.display tr th {
  border-top: 1px solid #151515 !important;
  text-align: center;
  font-size: 14px;
}

.page-carddetail table.display td {
  vertical-align: middle;
  text-align: center;
}

.page-carddetail table.display ::before,
.page-carddetail table.display ::after {
  display: none !important;
}

.page-carddetail .dataTables_info,
.page-carddetail .dataTables_paginate {
  display: none !important;
}

.page-carddetail .state1 {
  color: #3e9e3e;
}

.page-carddetail .state2 {
  /*color: #F7F7F7;*/
}

.page-carddetail .state3 {
  color: #d62829 !important;
}

.page-carddetail .form-filter {
  padding: 0 15px 15px 15px;
}

.page-carddetail .form-filter .row {
  margin-left: -15px;
}

.page-carddetail .form-filter .col {
  margin: 0;
  padding: 0;
}

.page-carddetail #carddetail-psa {
  background-color: #f3f3f3;
}

.page-carddetail #carddetail-psa.dataTable.no-footer {
  border: none;
  width: 100%;
  background-color: #f3f3f3;
}

.page-carddetail #carddetail-psa.dataTable.no-footer tbody > tr.odd {
  background-color: #f3f3f3;
}

.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr,
.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr.odd {
  background-color: #f3f3f3 !important;
}

.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr td,
.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr .sorting_1,
.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr .sorting_1:hover,
.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr.odd td,
.page-carddetail #carddetail-psa.carddetail-psa-fix tbody > tr.odd .sorting_1,
.page-carddetail
  #carddetail-psa.carddetail-psa-fix
  tbody
  > tr.odd
  .sorting_1:hover {
  background-color: #0e0e0e !important;
}

.page-carddetail #carddetail-price-history {
  background-color: #212121;
}

.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr,
.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr.odd {
  background-color: #212121 !important;
}

.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr
  td,
.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr
  .sorting_1,
.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr
  .sorting_1:hover,
.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr.odd
  td,
.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr.odd
  .sorting_1,
.page-carddetail
  #carddetail-price-history.carddetail-price-history-fix
  tbody
  > tr.odd
  .sorting_1:hover {
  background-color: #212121 !important;
}

.sales-number {
  font-size: 3.5em;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -3px;
  line-height: 0.8;
  color: #2ba9f2;
}
.sales-box {
  border-right: 1px dashed #54545478;
  padding-right: 1em;
}
.gap-0 {
  gap: .5em;
}
.gap-1 {
  gap: 1em;
}
.gap-2 {
  gap: 2em;
}
.gap-3 {
  gap: .25em;
}

.grader-text {
  font-size: 2.25rem;
  color: #efefef;
  letter-spacing: -.08rem;
  font-weight: 900;
}
.grade-box {
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  background: #efefef;
  color: #1e1e1e;
  padding: 0.125rem 0.825rem;
  border-radius: .5rem;
}

.grade-box-card {
  background: #141414;
  padding: .825rem;
  border-radius: 1rem;
  margin-bottom: 1em;
  height: 100%;
}

.pop-box-card {
  background: #0f0f0f;
  padding: .825rem;
  border-radius: 1rem;
  margin-bottom: 1em;
  height: 100%;
}

.pop-container {
  background: #181818;
  padding: 20px 10px 1px 10px;
  border-radius: 1rem;
  margin: 2rem 0rem 2rem 0rem;
}

.floating-div {
  z-index: 2;
  top: 150px;
  left: 50%;
  transform: translateX(-50%); 
  padding: .5em 1em;
  background: #e4e4e4;
  color: #313131;
  border-radius: .5rem;
}

.cursor-pointer {
  cursor: pointer;
}

/* @media only screen and (min-width: 882px) { */
@media only screen and (min-width: 576px) {
  .page-carddetail .row {
    margin-left: 0;
  }

  .page-carddetail dl.row {
    max-width: 672px;
  }

  .page-carddetail .col-12 {
    padding-left: 0;
  }

  .page-carddetail .pdl0 {
    padding-left: 0;
  }

  .page-carddetail .pdr0 {
    padding-right: 0;
  }

  .page-carddetail dl.row .col-sm-4 {
    padding-left: 0;
  }

  .detail-card .row .col-6 {
    max-width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .page-carddetail .picbox {
    max-width: 260px;
  }

  .page-carddetail .special .blockme {
    display: inline-block;
    width: 100%;
  }

  .page-carddetail .btn-block-sm {
    width: 100%;
    white-space: normal;
  }

  .global-search.dark {
    margin: -10px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .modal.edit-selected-wishlist .wrp {
    min-width: 100% !important;
    width: 100% !important;
  }

  .modal.edit-selected-wishlist .col-xs-5 {
    width: 100% !important;
  }

  .modal.edit-selected-wishlist .col-md-9 {
    min-width: 100% !important;
    margin-top: 120px !important;
  }
}

@media only screen and (max-width: 520px) {
  .modal.edit-selected-wishlist .in-col-left {
    width: 100% !important;
    float: none !important;
  }

  .modal.edit-selected-wishlist .in-col-right {
    width: 100% !important;
    float: none !important;
  }

  .modal.edit-selected-wishlist .in-col-100 {
    width: 100% !important;
  }

  .page-carddetail dl.row .col-l {
    width: 100%;
    max-width: 100%;
  }

  .page-carddetail dl.row .col-r {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .page-carddetail .mainwrp {
    display: inline-block;
  }

  .page-carddetail .mainwrp .picbox {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 100%;
  }

  .page-carddetail .mainwrp .content-box {
    width: 100%;
    display: inline-block;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .page-carddetail .form-filter {
    padding: 7px 25px;
    line-height: 0;
  }

  .page-carddetail .form-filter .row {
    display: block;
  }

  .page-carddetail .form-filter .elem-wrap {
    margin: 5px 0 0 0;
    display: inline-block;
  }

  .page-carddetail .form-filter .col {
    width: 100%;
    display: inline-block;
  }
}

.page-cardset {
  /* APAGE SATANAS */
  border-radius: 0 0 10px 10px;
}

.page-cardset .fixed-button {
  border: 1px solid red !important;
}

.page-cardset .fixed-input {
  max-width: 82px;
  width: 100%;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  padding: 2px 3px;
}

.page-cardset select.fixed-input {
  max-width: 65px !important;
}

.page-cardset table th,
.page-cardset table td {
  vertical-align: middle !important;
}

.page-cardset #auction_search_form .row {
  margin-top: 9px;
  margin-bottom: 8px;
}

.page-cardset table.nofilter ::before,
.page-cardset table.nofilter ::after {
  display: none !important;
}

.page-cardset .form-filter {
  background-color: #0e0e0e;
}

.page-cardset .form-filter .field {
  display: inline-block;
  margin-top: 12px;
  vertical-align: middle;
}

.page-cardset .form-filter .field label {
  margin: 0;
}

.page-cardset .form-filter .field strong {
  padding-right: 12px;
}

.page-cardset .form-filter .field.submit {
  padding-right: 0;
  margin: 15px 0 0 0;
  float: none;
  min-width: 160px;
}

.page-cardset .form-filter .card-body {
  padding: 0;
}

.page-cardset .logbox {
  background-color: #0e0e0e;
}

.page-cardset .table-wrapper {
  overflow-x: auto;
}

.page-cardset form input.frmButton {
  color: #efefef;
  background: #383838;
  box-shadow: none;
}

.page-cardset form input.frmButton:hover {
  background: #2f2f2f !important;
  border-color: #545454 !important;
  box-shadow: none;
}

.page-cardset .ebay-listing {
  min-width: 240px;
  width: 100%;
  overflow-x: auto;
  display: inline-block;
}

.page-cardset .ebay-listing #ebay-paginator {
  text-align: center;
  margin-top: 15px;
}

.page-cardset .ebay-listing #ebay-paginator .btn {
  border: none !important;
  background: #151515;
  margin: 0px 0 1px 3px;
  color: #585858 !important;
  line-height: 2em;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
}

.page-cardset .ebay-listing #ebay-paginator .btn:hover {
  color: white !important;
  background: #ced4da;
}

.page-cardset .ebay-listing #ebay-paginator .btn.ellipsis {
  background: none !important;
}

.page-cardset .ebay-listing #ebay-paginator .btn.disabled {
  background-color: #3c3c3c;
  color: #adb5bd !important;
}

.page-cardset .ebay-listing #ebay-paginator .btn.selected {
  color: white !important;
  background: #525252 !important;
}

.page-cardset .ebay-listing #ebay-paginator .btn.previous,
.page-cardset .ebay-listing #ebay-paginator .btn.next {
  padding-left: 1.3em;
  padding-right: 1.3em;
}

.page-cardset .ebay-listing img {
  height: auto;
  max-width: 100%;
  padding-left: 3px;
}

.page-cardset .ebay-logo img {
  height: 35px;
  border-radius: 5px;
  padding-left: unset;
  margin-left: 7px;
}

.page-cardset .ebay-listing .last,
.page-cardset .ebay-listing .last2,
.page-cardset .ebay-listing .last3,
.page-cardset .ebay-listing .last4 {
  display: none !important;
}

.page-cardset .ebay-listing td img[height="1"],
.page-cardset .ebay-listing td img[width="5"] {
  display: none !important;
}

.page-cardset .ebay-listing td a {
  color: #c1c1c1 !important;
  text-decoration: underline;
}

.page-cardset .ebay-listing table {
  border: none;
  background-color: #151515;
  width: 100%;
}

.page-cardset .ebay-listing table td[width="5"] {
  display: none;
}

.page-cardset .ebay-listing .table2 {
  cursor: pointer;
}

.page-cardset .ebay-listing .table3 {
  display: none;
}

.page-cardset .ebay-listing .table4 td[width="1"] {
  display: none;
}

.page-cardset .ebay-listing .table4 .rrow.odd {
  background: #0c0c0c;
}

.page-cardset .ebay-listing .table4 .rrow.even {
  background: #191919;
}

.page-cardset .ebay-listing .table4 .rrow0,
.page-cardset .ebay-listing .table4 td[bgcolor="#F1F1F1"] {
  padding: 0 !important;
}

.page-cardset .ebay-listing .table4 td {
  vertical-align: middle;
}

.page-cardset .ebay-listing .table4 td.col1 {
  padding: 0.45rem !important;
}

.page-cardset .ebay-listing .table4 td.col2,
.page-cardset .ebay-listing .table4 td.col3,
.page-cardset .ebay-listing .table4 td.col4,
.page-cardset .ebay-listing .table4 td.col5 {
  padding: 0.45rem;
}

.page-cardset .ebay-listing .table4 tr.even.rrow.rrow0 {
  text-transform: uppercase;
}

.page-cardset .ebay-listing .table4 td .col4 {
  text-align: center !important;
}

.page-cardset .ebay-listing .table4 td .col5 {
  padding: 0.75rem !important;
}

.page-cardset .ebay-listing .table5 {
  border: 1px solid #272727;
}

.page-cardset .ebay-listing .table4 .rrow:not(.rrow-1) {
  border-bottom: 1px solid #272727;
}

.page-cardset .ebay-listing .table5 .rrow.rrow1 td {
  padding: 0.75rem;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #dee2e6;
  color: #343a40;
  letter-spacing: 0.5px;
  border: 1px solid #dee2e6;
}

.page-cardset .ebay-listing .table5 .rrow.rrow1 td font {
  color: #343a40 !important;
  letter-spacing: 0.5px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.page-cardset .ebay-listing .table5 .rrow.rrow1 td.col1 {
  text-align: left !important;
}

.page-cardset .ebay-listing .table6 {
  display: none;
}

table.table.vertical th,
table.table.vertical td {
  vertical-align: middle !important;
}

/* TABLE CHANGES */
#card-set-profile_length {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 10;
}

#card-set-profile_length label {
  display: flex;
  align-items: center;
  gap: 8px;
}

#card-set-profile_filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
}

#card-set-profile_filter input,
#datatable-search-players_filter input,
#datatable-search-sets_filter input {
  display: inline-block;
  line-height: 30px;
  width: 260px;
  padding: 0px 11px;
  border-radius: 8px;
  border: 1px solid #5a5a5a;
  background: #151515;
}
#card-set-profile_filter input {
  margin-right: 10px;
}
#card-set-profile_filter input:focus,
#datatable-search-players_filter input:focus {
  border: 1px solid #a8a8a8;
}

#card-set-profile_filter input[type="checkbox"] {
  margin-right: 5px;
}

#card-set-profile_filter label {
  margin-bottom: 0;
  float: left;
  line-height: 30px;
}

#card-set-profile_wrapper {
  padding-top: 60px;
}

#card-set-profile_wrapper select,
#datatable-search-players_wrapper select,
#datatable-search-sets_wrapper select {
  border: 1px solid #5a5a5a;
  border-radius: 8px;
  padding: 5px 28px 5px 10px !important;
  background: #151515;
  appearance: none; /* force mobile device style compliance */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; /* Needed for positioning the arrow */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%235a5a5a" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 2px center; /* Position arrow on the right */
  background-size: 30px; /* Size of the arrow */
}

@media (min-width: 350px) {
  #card-set-profile_filter input {
    margin-left: 0;
    margin-right: 0;
  }
  #card-set-profile_wrapper {
    padding-top: 86px;
  }
}

@media (min-width: 572px) {
  #card-set-profile_wrapper {
    padding-top: 90px;
  }
  #card-set-profile_filter input {
    margin-right: 10px;
  }
}

@media (min-width: 920px) {
  #card-set-profile_filter {
    align-items: center;
    flex-direction: row;
  }
  #card-set-profile_length {
    top: 0px;
  }
  #card-set-profile_wrapper {
    padding-top: 60px;
  }
  .card-set-member-add-btn {
    margin-top: 0;
  }
}

@media only screen and (min-width: 900px) {
  .page-cardset .form-filter .search-field-wrapper {
    display: inline;
  }

  .page-cardset .form-filter .search-field-wrapper .field.submit {
    float: right;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .page-cardset .form-filter .search-field-wrapper .field.submit {
    margin: 15px 0 0 0;
    float: right;
  }
}

@media only screen and (min-width: 1360px) {
  .page-cardset .form-filter .search-field-wrapper {
    display: inline;
  }

  .page-cardset .form-filter .search-field-wrapper .field.submit {
    float: right;
    margin-top: 0;
  }
}

@media (max-width: 640px) {    
  .page-cardset .hof_only {
      background: #151515;
      width: 100%;
      border-radius: 8px;
      padding: 6px 14px;
      border: 1px solid #727272;
  }
  .page-cardset .hof_only input {
      height: 100%;
  }
}

@media only screen and (max-width: 607px) {
  .set_name_w {
    min-width: 180px !important;
  }

  .buttons_container {
    position: unset;
    width: 100%;
  }
}

.accordion .link {
  text-decoration: none;
}

.accordion .link:hover {
  text-decoration: underline;
}

.page-search-full .dataTables_wrapper .dataTables_length {
  float: right;
}

.set_name_w {
  min-width: 200px;
}

.sl-page-title.sl-page-title--fix {
  display: inline-block;
  width: auto;
}

.title_button_container {
  display: flex;
  padding: 20px 20px 0 20px;
  cursor: pointer;
}

.page-search-full .hide-show-button {
  padding: 5px;
  margin: 10px 0 10px 0;
  min-width: 85px;
}

td.hide_before {
  padding-left: 10px !important;
}

td.hide_before:before {
  display: none !important;
}

#datatable-search .dtr-details {
  width: 100%;
}

.card_result #datatable-search-players_filter,
#datatable-search-sets_filter {
  float: left;
}

.card_result #datatable-search-players_filter label,
#datatable-search-sets_filter label {
  position: relative;
}

.card_result #datatable-search-players_filter label span,
#datatable-search-sets_filter label span {
  margin-top: 2px;
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .buttons_container {
    position: unset;
    width: 100%;
  }

  .card_result #datatable-search-players_filter {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 770px) {
  .buttons_container {
    position: unset;
    width: 100%;
  }

  .card_result #datatable-search-players_filter,
  #datatable-search-sets_filter {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 415px) {
  .title_button_container {
    display: block;
  }

  .page-search-full .hide-show-button {
    width: 100%;
    float: unset;
    margin-bottom: 5px;
    margin-top: 0;
  }
}

.page-search-full .coverflow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5647+0,27241d+100 */
  background: #5d5647;
  /* Old browsers */
  background: -moz-linear-gradient(top, #202020 0%, #1f1f1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #202020 0%, #1f1f1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #202020 0%, #1f1f1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5647', endColorstr='#27241d', GradientType=0);
  /* IE6-9 */
}

.page-mywantlist .table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}

.page-mywantlist .table-wrapper table.dataTable.sorting-icon-fix thead th {
  padding-right: 20px;
}

.page-mywantlist
  .table-wrapper
  table.dataTable.sorting-icon-fix
  thead
  th.sorting:before,
.page-mywantlist
  .table-wrapper
  table.dataTable.sorting-icon-fix
  thead
  th.sorting_asc:before,
.page-mywantlist
  .table-wrapper
  table.dataTable.sorting-icon-fix
  thead
  th.sorting_desc:before {
  top: 18px;
}

.page-mywantlist
  .table-wrapper
  table.dataTable.sorting-icon-fix
  thead
  th.sorting::after,
.page-mywantlist
  .table-wrapper
  table.dataTable.sorting-icon-fix
  thead
  th.sorting_asc::after,
.page-mywantlist
  .table-wrapper
  table.dataTable.sorting-icon-fix
  thead
  th.sorting_desc::after {
  top: 28px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #333333;
  padding: 0.5em 0;
}

.order_links ul {
  list-style: none;
  padding: 0;
}

.order_links ul li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  border-right: 1px solid #585858;
  padding: 0px 5px 0px 0px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.order_links ul li.active {
  font-weight: bold;
}

.order_links {
  z-index: 1;
}

.no-border {
  border-right: none !important;
}

.page-mywantlist #want-list-cards_filter input,
#collection-list-cards_filter input {
  display: inline-block;
  width: 260px;
  padding: 3px 25px 3px 12px;
  border-radius: 8px;
  border: 1px solid #5a5a5a;
  background: #151515;
}

.page-mywantlist #want-list-cards_filter input {
  width: 242px;
}

.page-mywantlist #want-list-cards_filter input:focus,
#collection-list-cards_filter input:focus {
  border: 1px solid #a8a8a8;
}

.page-mywantlist #want-list-cards_filter input::placeholder,
#collection-list-cards_filter input::placeholder {
  color: #474747; 
  opacity: 1; 
}

.price_info_block {
  position: absolute;
  z-index: 1000;
  display: none;
  top: -832%;
  left: -264px;
}

.price_info {
  width: 250px;
  position: absolute;
  background-color: #333;
  border: 1.5px solid #5f5f5f;
  border-radius: 5px;
}

.price_info h6 {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: bold !important;
}

.price_info ul {
  list-style: none;
  padding-inline-start: 10px !important;
  margin-bottom: 10px !important;
  font-size: 12px;
  line-height: 1.5;
}

.info_arrow {
  width: 15px;
  height: 15px;
  background-color: #333;
  border-top: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  position: absolute;
  top: 180px;
  left: 242px;
  transform: rotate(45deg);
}

.price_info_icon:hover {
  cursor: pointer;
}

.price_info_icon {
  font-size: 14px;
}

.price_info_icon_block {
  position: relative;
  top: -1px;
}

.price_info_icon:hover + .price_info_block {
  display: block;
}

.average_price {
  max-width: 600px;
}

@media screen and (max-width: 640px) {
  .average_price {
    max-width: 300px;
    line-height: 30px;
  }

  a.btn.btn_sm_100 {
    max-width: unset !important;
    width: 100%;
  }

  #collection-list-cards_filter label,
  .page-mywantlist #want-list-cards_filter label {
    width: 100%;
  }

  .page-mywantlist #want-list-cards_filter label input {
    width: calc(100% - 50px);
  }
  
  #collection-list-cards_filter label input {
    width: calc(100% - 55px);
  }

  .table_ol_cont .table-wrapper {
    margin-top: 25px;
  }

  .price_info {
    width: 220px;
  }

  .price_info_block {
    left: -226px;
  }

  .info_arrow {
    top: 182px;
    left: 212px;
  }
}

.modal.edit-selected-wishlist {
  line-height: 1.8em;
}

.modal.edit-selected-wishlist .modal-body {
  padding: 0;
  background: #1f1f1f;
  overflow: -webkit-paged-x;
}

.modal.edit-selected-wishlist label {
  font-weight: normal;
}

.modal.edit-selected-wishlist .wrp {
  padding: 10px;
  display: inline-block;
  min-width: 796px;
}

.modal.edit-selected-wishlist .wrp:nth-child(even) {
  background: #1b1b1b;
}

.modal.edit-selected-wishlist .selector {
  width: 100%;
}

.modal.edit-selected-wishlist .spacer {
  margin: 35px 0 8px 0;
}

.modal.edit-selected-wishlist .select-row {
  white-space: nowrap;
  line-height: 22px;
  min-width: 237px;
  display: inline-flex;
  margin-bottom: 3px;
}

.modal.edit-selected-wishlist .select-row .to {
  padding: 0 5px;
}

.modal.edit-selected-wishlist .select-row .name {
  padding-right: 10px;
  font-weight: bold;
  min-width: 60px;
}

.modal.edit-selected-wishlist .in-col-left {
  width: 50%;
  float: left;
}

.modal.edit-selected-wishlist .in-col-right {
  width: 50%;
  float: left;
}

.modal.edit-selected-wishlist .in-col-100 {
  display: inline-block;
  min-width: 100%;
}

.modal.edit-selected-wishlist .in-col-100 label {
  font-weight: bold;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 3px;
}

.modal.edit-selected-wishlist .in-col-100 textarea {
  width: 100%;
  height: 50px;
}

.modal.edit-selected-wishlist .col-left {
  float: left;
  padding-right: 25px;
  width: 37%;
}

.modal.edit-selected-wishlist .col-right {
  float: right;
  min-width: 70px;
  width: 63%;
}

#want-list-table.want-list-table-fix tbody > tr,
#want-list-table.want-list-table-fix tbody > tr.odd {
  background-color: #f3f3f3 !important;
}

#want-list-table.want-list-table-fix tbody > tr td,
#want-list-table.want-list-table-fix tbody > tr .sorting_1,
#want-list-table.want-list-table-fix tbody > tr .sorting_1:hover,
#want-list-table.want-list-table-fix tbody > tr.odd td,
#want-list-table.want-list-table-fix tbody > tr.odd .sorting_1,
#want-list-table.want-list-table-fix tbody > tr.odd .sorting_1:hover {
  background-color: #151515 !important;
}

.page-croptool .cropped-img {
  height: auto;
  width: 100%;
}

.page-croptool .text-spacer {
  padding-left: 6px;
  padding-right: 6px;
}

.page-croptool .text-spacer-r {
  padding-right: 6px;
}

.page-croptool .btn-tool {
  padding: 1px 10px;
  margin-right: 1px;
}

.page-croptool .brightness_percent {
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  height: 26px;
  padding: 0 5px;
}

.page-site-log .kv-date-calendar,
.page-site-log .kv-date-remove {
  width: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background: #868e96;
  border: none;
  line-height: 36px;
  height: 34px;
  padding: 0;
  font-size: 15px;
  margin: 0 1px 0 0;
}

.page-site-log .kv-date-calendar:hover,
.page-site-log .kv-date-remove:hover {
  background: #697179;
}

.page-site-log .kv-date-calendar .glyphicon,
.page-site-log .kv-date-remove .glyphicon {
  color: white;
}

.page-site-log .type-label {
  margin-right: 5px;
  padding: 0 7px 0 5px;
  background: #eee;
  border-radius: 3px;
}

.page-site-log .type-label.Critical {
  background: red;
  color: white;
}

.page-site-log .type-label.Error {
  background: darkred;
  color: white;
}

.page-site-log .type-label.Alert {
  background: orange;
  color: white;
}

.page-site-log .type-label.Info {
  background: #4eb8fa;
  color: white;
}

.page-site-log .type-label.Developer {
  background: rgba(4, 4, 11, 0.64);
  color: white;
}

.page-payment-history .kv-date-calendar,
.page-payment-history .kv-date-remove {
  width: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background: #868e96;
  border: none;
  line-height: 36px;
  height: 34px;
  padding: 0;
  font-size: 15px;
  margin: 0 1px 0 0;
}

.page-payment-history .kv-date-calendar:hover,
.page-payment-history .kv-date-remove:hover {
  background: #697179;
}

.page-payment-history .kv-date-calendar .glyphicon,
.page-payment-history .kv-date-remove .glyphicon {
  color: white;
}

.page-links .item {
  background: #181818;
  border-radius: 12px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 12px;
  display: block;
  overflow: hidden;
}

.page-links .item.simple {
  background: none;
  padding: 12px;
  margin: 12px 0;
}

.page-links .item.simple td {
  padding: 0;
}

.page-links .item td {
  padding: 5px;
}

.page-links .item .text {
  line-height: 1.1em;
  padding-left: 15px;
  padding-right: 15px;
}

.page-links .item .pic {
  width: 70px;
}

.page-links .item .pic img {
  width: 70px;
  height: auto;
}

#market-report-table.table {
  background-color: #1d1d1d;
}

#market-report-table td {
  border-top: 1px solid #151515;
}

#market-report-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #151515;
}

.kv-date-picker,
.kv-date-calendar,
.kv-date-remove {
  width: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background: #868e96;
  border: none;
  line-height: 36px;
  height: 34px;
  padding: 0;
  font-size: 15px;
  margin: 0 1px 0 0;
}

.kv-date-picker:hover,
.kv-date-calendar:hover,
.kv-date-remove:hover {
  background: #697179;
}

.kv-date-picker .glyphicon,
.kv-date-calendar .glyphicon,
.kv-date-remove .glyphicon {
  color: white;
}

.safari-browser .my-flipster {
  overflow: hidden;
}

.safari-browser .card-block {
  display: inline-block;
  width: 100%;
}

.safari-browser .row > div {
  display: initial;
}

.safari-browser .row .md-3,
.safari-browser .row .col-md-3 {
  width: 24.9%;
}

.safari-browser .row .md-6,
.safari-browser .row .col-md-6 {
  width: 49.85%;
}

.safari-browser dl.row {
  margin-bottom: 0;
}

.safari-browser dl.row .col-r,
.safari-browser dl.row .col-l {
  max-width: initial;
  width: initial;
  margin: 3px 0;
}

.safari-browser dl.row .col-l {
  min-width: 179px;
}

@media (max-width: 768px) {
  .safari-browser .row .md-2,
  .safari-browser .row .col-md-2 {
    width: 99.1%;
  }

  .safari-browser .row .md-3,
  .safari-browser .row .col-md-3 {
    width: 99.1%;
  }

  .safari-browser .row .md-4,
  .safari-browser .row .col-md-4 {
    width: 99.1%;
  }

  .safari-browser .row .md-5,
  .safari-browser .row .col-md-5 {
    width: 99.1%;
  }

  .safari-browser .row .md-6,
  .safari-browser .row .col-md-6 {
    width: 100%;
  }
}

@media (max-width: 382px) {
  .g-recaptcha {
    transform: scale(0.79);
    transform-origin: 0 0;
  }
}

div.hopscotch-bubble h3 {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 1.15em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

div.hopscotch-bubble .hopscotch-nav-button {
  box-shadow: none !important;
  border: none !important;
  background: #82a3ba;
  border-radius: 0 !important;
  text-shadow: none !important;
}

div.hopscotch-bubble .hopscotch-nav-button:hover {
  background: #608096;
}

/* MODAL FIXES */
.modal.purchase-bids .bidbox-lc {
  width: 90px;
  display: table-cell;
  padding-right: 10px;
  float: none;
}

.modal.purchase-bids .bidbox-rc {
  display: table-cell;
  width: initial;
  float: none;
}

#listings.col-style-1 .live-listing-row .col-md-4 {
  width: 100%;
  flex: none;
  max-width: 100%;
}

#listings.col-style-2 .live-listing-row .col-md-4 {
  width: 50%;
  flex: none;
  max-width: 50%;
}

@media (max-width: 580px) {
  #listings .live-listing-row .col-md-4 {
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1140px) {
  #listings.col-style-1 .live-listing-row .col-md-4 {
    flex: 0 0 33.3333333333%;
  }
}

/* POSITION FIX */
.position-sm-fix {
  text-align: left;
}

.page-mywantlist .dataTables_wrapper .dataTables_length {
  float: left;
}

@media (min-width: 576px) {
  .position-sm-fix {
    text-align: right;
  }

  .page-mywantlist .dataTables_wrapper .dataTables_length {
    float: right;
  }
}

/* MAXIMAL HARD HACK */
.modal.purchase-bids-bug .modal-dialog {
  width: auto;
  min-width: 320px;
}

.modal.purchase-bids-bug .modal-dialog #listing-box .bidbox-wrapper-fix {
  padding-left: 10px;
  padding-right: 10px;
}

.safari-browser
  .modal.purchase-bids-bug
  .modal-dialog
  #listing-box
  .bidbox-wrapper-fix {
  padding-left: 9px;
}

.modal.purchase-bids-bug
  .modal-dialog
  #listing-box
  .bidbox-wrapper-fix
  .bidbox-hard-fix {
  display: table;
  float: left;
  width: 100%;
  max-width: 350px;
  background: #151515;
  padding: 10px;
  margin-bottom: 8px;
  line-height: 1em;
  border-radius: 8px;
}

.modal.purchase-bids-bug
  .modal-dialog
  #listing-box
  .bidbox-wrapper-fix
  .bidbox-hard-fix
  .bidbox-lc {
  width: 90px;
  display: table-cell;
  padding-right: 10px;
  float: none;
}

.modal.purchase-bids-bug
  .modal-dialog
  #listing-box
  .bidbox-wrapper-fix
  .bidbox-hard-fix
  .bidbox-rc {
  display: table-cell;
  vertical-align: top;
}

.modal.purchase-bids-bug
  .modal-dialog
  #listing-box
  .bidbox-wrapper-fix
  .bidbox-hard-fix
  .bidbox-rc
  dl
  dt {
  white-space: unset;
}

.modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-1,
.modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-2,
.modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-3 {
  max-width: 360px;
}

@media (min-width: 400px) {
  .modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-2,
  .modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-3 {
    max-width: 400px;
  }
}

@media (min-width: 750px) {
  .modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-2,
  .modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-3 {
    max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .modal.purchase-bids-bug .modal-dialog.modal-dialog-columns-3 {
    max-width: 1120px;
  }
}

#select-player-popup {
  z-index: 99999;
}

#image-detail-popup .modal-dialog {
  margin: 1rem auto;
}

#add-collection-popup .modal-dialog {
  margin: 1rem auto;
}

#add-wantlist-popup .modal-dialog {
  margin: 1rem auto;
}

.report-sale-popup .modal-dialog {
  margin: 1rem auto;
}

#edit-popup .modal-dialog {
  margin: 1rem auto;
}

#rebuild-grid-modal .modal-dialog {
  margin: 1rem auto;
}

#edit-batch-popup .modal-dialog {
  margin: 1rem auto;
  width: 100%;
}

#sync-vault-modal .modal-dialog {
  margin: 1rem auto;
}

.ebay-link-popup .modal-dialog {
  margin: 1rem auto;
}

#acquir .modal-dialog {
  margin: 1rem auto;
}

@media (min-width: 576px) {
  #image-detail-popup .modal-dialog {
    margin: 1.75rem auto;
  }

  #add-collection-popup .modal-dialog {
    margin: 1.75rem auto;
  }

  #add-wantlist-popup .modal-dialog {
    margin: 1.75rem auto;
  }

  .report-sale-popup .modal-dialog {
    margin: 1.75rem auto;
  }

  #edit-popup .modal-dialog {
    margin: 1.75rem auto;
  }

  #rebuild-grid-modal .modal-dialog {
    margin: 1.75rem auto;
  }

  #edit-batch-popup .modal-dialog {
    margin: 1.75rem auto;
    width: 100%;
  }

  .ebay-link-popup .modal-dialog {
    margin: 1.75rem auto;
  }
}

#change-email .modal-dialog {
  margin: 1rem auto;
}

#change-password .modal-dialog {
  margin: 1rem auto;
}

#cancel-membership .modal-dialog {
  margin: 1rem auto;
}

#change-cc-details .modal-dialog {
  margin: 1rem auto;
}

#activate-membership .modal-dialog {
  margin: 1rem auto;
}

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

  #change-password .modal-dialog {
    margin: 1.75rem auto;
  }

  #cancel-membership .modal-dialog {
    margin: 1.75rem auto;
  }

  #change-cc-details .modal-dialog {
    margin: 1.75rem auto;
  }
}

#datatable-search tbody tr.child li:last-child {
  padding: 0px !important;
}

@media (max-width: 576px) {
  #datatable-search tbody tr.child li:last-child .no_margin {
    margin-top: -20px;
  }
}

/* SET PROFILE TOTAL VALUE */
.total_price_fixed {
  position: fixed;
  z-index: 20;
  background: #1f1f1f;
  padding: 20px 0 0 0;
  top: 60px;
}

.show_block {
  margin-bottom: 1.3rem;
}

.total_count_text {
  margin-bottom: 1.3rem;
}

/* TOP SEARCH  */
.filter-link-orange {
  color: #f28d2b !important;
}

.filter-link-orange.selected {
  background: #f28d2b !important;
}

.filter-link-orange:hover,
.filter-link-orange.selected,
.filter-link-orange.selected:hover {
  background: #f28d2b !important;
  color: #1b1b1b !important;
}

.ml-2 {
  margin-left: 5px;
}

@media (max-width: 450px) {
  .global-search.dark .filter-link,
  .global-search.dark .search-categories-small .filter-link  {
    padding: 4px 12px !important;
    font-size: 0.865rem !important;
  }

  .search-over .inner-wrap {
    padding: 10px;
  }

  .global-search__wrap {
      padding: 10px 10px 20px 10px;
  }

  .search-over .search-results .box .item {
    padding: 8px 10px;
  }

}

.expand_table {
  padding: 5px 20px 5px 5px;
  float: right;
}

.expand_table i {
  font-size: 28px;
}

.pos_abs {
  float: none !important;
  z-index: 1000;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.slide:not(:first-child) {
  display: none;
}

.bidbox-lc img {
  max-width: 80px !important;
  max-height: 100px !important;
  border-radius: 3px;
}

div.player_name_lines {
  margin-right: 5px !important;
  display: inline-block;
}

.current_card_info {
  text-align: center;
  display: none;
}

.carousel-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  display: none;
}

.loader-show .carousel-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-show .my-flipster {
  opacity: 0;
}

.my-flipster .flipster__container li:not(.flipster__item) img {
  height: 34vh;
  width: auto;
}

.flipster--coverflow .flipster__item__content {
  transition: transform 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98),
    transform-origin 150ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item__content > a {
  display: block;
}

.set_result_title_block.title_button_container {
  padding: 20px 20px 0 0 !important;
}

.set_result_title {
  margin-top: 5px;
  position: absolute;
  z-index: 1;
}

.show_without_sales {
  display: inline-block;
}

.show_without_sales span {
  margin-left: 5px;
}

.show_all_text {
  margin-right: 0px;
}

@media (max-width: 550px) {
  .shortened_title.set_result_title {
    width: 53% !important;
  }
}

.hidden_row {
  display: none;
}

/* MULTI CARD ADD STYLES*/
.bulkadd {
  border: 0px;
  background-color: #121212;
}

.kv-expand-icon {
  font-size: 0.7em;
}

#extranames {
  background-color: #010101;
}

.expcol {
  cursor: pointer;
}

.expcol hover {
  background-color: #010101 !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #010101;
}

/* MY COLLECTION > LATEST MOVERS */
.latest-movers-container {
  display: flex;
  grid-gap: 0.5rem;
  overflow-x: auto;
  margin: 0 -20px;
  padding: 0 20px 20px;
}
.latest-movers-container p {
  font-size: 1.125em;
  margin: 0;
  line-height: 1.2;
}
.latest-movers-card {
  cursor: pointer;
  background: #141414;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 1em;
  height: 100%;
}
.latest-movers-top {
  display: flex;
}
.latest-movers-top > img {
  height: 130px;
  margin-right: 10px;
}
.latest-movers-headline {
  font-size: 1.6em;
  font-weight: 600;
  color: #efefef;
  line-height: 1;
  margin: 0.2em 0 0.1em;
}
.latest-movers-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.latest-movers-info img {
  width: 45px;
  margin-right: 0.75em;
}
.latest-movers-date {
  font-size: 0.9em;
}

@media (max-width: 640px) {
  .latest-movers-container {
    font-size: 1.125em;
    margin: 0 -10px;
    padding: 0 10px 10px;
  }
}

table.dataTable thead tr>.dtfc-fixed-left, table.dataTable thead tr>.dtfc-fixed-right, table.dataTable tfoot tr>.dtfc-fixed-left, table.dataTable tfoot tr>.dtfc-fixed-right {
  background-color: #353535 !important;
}

@media only screen and (max-width: 640px) {
  .my-collection-tb table th:first-child, .my-collection-tb table td:first-child {
      border-right: none !important;
      background-color: #252525 !important;
  }
  .my-collection-tb table th:nth-child(2), .my-collection-tb table td:nth-child(2) {
      border-right: 1px solid #313131 !important;
      background-color: #252525 !important;
  }
}

.boost-grid-image {
  width: 1082px;
  height: 515px;
  position: relative; /* Needed for positioning pseudo-elements and text */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent the pseudo-elements from overflowing the container */
}

.boost-grid-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../img/boost-grid-dark.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(3px); /* Apply the blur to the whole image */
  z-index: 0; /* Keeps it behind the text */
}

.boost-grid-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Cover the entire width */
  height: 100%; /* Cover the entire height */
  background-image: url(../../img/boost-grid-dark.gif); /* Same image without blur */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
  /* Exclude the top 100px and the left 100px from the blur */
  clip-path: polygon(0 0, 100% 0, 100% 50px, 200px 41px, 200px 100%, 0 100%);
  
  z-index: 1; /* Place it above the blurred background */
}

.boost-cta {
    z-index: 2;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.clear-search {
  position: absolute;
  right: 8px;
  top: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #808080;
  display: none; /* Hidden by default */
}
.clear-search i {
  color: #808080;
}
.clear-search i:hover {
  color: #efefef;
}

/* Listing image paginator  */
div#pages-list a.btn.btn-secondary.paginator {
  background-color: #2e2e2e;
  color: #dbdbdb;
  text-decoration: none;
  padding: 5px 10px;
  border: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px !important;
}

div#pages-list a.btn.btn-secondary.paginator.active {
  background-color: #dbdbdb;
  color: black;
}

div#pages-list a.btn.btn-secondary.paginator:hover,
div#pages-list a.btn.btn-secondary.paginator:focus  {
  background-color: #bbbbbb !important;
  color: black;
}

div#pages-list a.btn.btn-secondary.paginator:first-child {
  margin-left: 5 !important; /* Ensures the first button aligns with the rest */
}

/* Mobile view - increase padding */
@media (max-width: 767px) {
  div#pages-list a.btn.btn-secondary.paginator {
      padding: 8px 15px; 
  }
}

/* announcement div animation  */
.announce-bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #141414 50%, #000000 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  }

  .announce-bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
  }

  .announce-bg3 {
  animation-duration:5s;
  }

  @keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


/*# sourceMappingURL=starlight.css.map */
