/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --font-size: 15px;
  --ws-nav: #2281dd;
  --ws-menu-nav: #44a4ff;
  --ws-tr: #2281dd0f;

  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #14af44;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #1b9cfb;
  --secondary: #868e96;
  --success: #3da556;
  --info: #1699b7;
  --warning: #ebba14;
  --danger: #ce5a4e;
  --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, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d6e8f;
  text-align: left;
  background-color: #f5f6fa;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1b9cfb;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0374c6;
  text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
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;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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-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,
.x-form-grid-container .card .card-title h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 1.8rem;
}

.h3,
h3 {
  font-size: 1.575rem;
}

.h4,
h4 {
  font-size: 1.35rem;
}

.h5,
.x-form-grid-container .card .card-title h2,
h5 {
  font-size: 1.125rem;
}

.h6,
h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  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.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer:before {
  content: "\2014\00A0";
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f6fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  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: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3d6e8f;
}

.table td,
.table th {
  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-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #3d6e8f;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #bfe3fe;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #88ccfd;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a6d8fe;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #dddfe2;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #c0c4c8;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c9e6d0;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #9ad0a7;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b8dec1;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee2eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cada;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abd9e5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #f9ecbd;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #f5db85;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f7e5a6;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f1d1cd;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #e6a9a3;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebbfb9;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b8e5f6;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #98d2fd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3d6e8f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}

.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: #868e96;
}

.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: #3da556;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(61, 165, 86, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #3da556;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233da556' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #3da556;
  box-shadow: 0 0 0 0.2rem rgba(61, 165, 86, 0.25);
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #3da556;
  padding-right: calc((3em + 2.25rem) / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%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/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233da556' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #3da556;
  box-shadow: 0 0 0 0.2rem rgba(61, 165, 86, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #3da556;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #3da556;
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #3da556;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #55c06f;
  background-color: #55c06f;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(61, 165, 86, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #3da556;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #3da556;
  box-shadow: 0 0 0 0.2rem rgba(61, 165, 86, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ce5a4e;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(206, 90, 78, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ce5a4e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ce5a4e' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ce5a4e' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ce5a4e;
  box-shadow: 0 0 0 0.2rem rgba(206, 90, 78, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #ce5a4e;
  padding-right: calc((3em + 2.25rem) / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%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/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ce5a4e' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ce5a4e' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ce5a4e;
  box-shadow: 0 0 0 0.2rem rgba(206, 90, 78, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ce5a4e;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #ce5a4e;
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #ce5a4e;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #d97f76;
  background-color: #d97f76;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(206, 90, 78, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #ce5a4e;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #ce5a4e;
  box-shadow: 0 0 0 0.2rem rgba(206, 90, 78, 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 {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    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,
.vex-dialog-buttons .vex-dialog-button {
  display: inline-block;
  font-weight: 400;
  color: #3d6e8f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .vex-dialog-buttons .vex-dialog-button {
    transition: none;
  }
}

.btn:hover,
.vex-dialog-buttons .vex-dialog-button:hover {
  color: #3d6e8f;
  text-decoration: none;
}

.btn.focus,
.btn:focus,
.vex-dialog-buttons .focus.vex-dialog-button,
.vex-dialog-buttons .vex-dialog-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.btn.disabled,
.btn:disabled,
.vex-dialog-buttons .disabled.vex-dialog-button,
.vex-dialog-buttons .vex-dialog-button:disabled {
  opacity: 0.65;
}

.vex-dialog-buttons a.disabled.vex-dialog-button,
.vex-dialog-buttons fieldset:disabled a.vex-dialog-button,
a.btn.disabled,
fieldset:disabled .vex-dialog-buttons a.vex-dialog-button,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-grid-create-manual,
.btn-grid-export,
.btn-grid-index-create,
.btn-grid-search,
.btn-primary,
.vex-dialog-buttons .vex-dialog-button-primary {
  color: #fff;
  background-color: #1b9cfb;
  border-color: #1b9cfb;
}

.btn-grid-create-manual:hover,
.btn-grid-export:hover,
.btn-grid-index-create:hover,
.btn-grid-search:hover,
.btn-primary:hover,
.vex-dialog-buttons .vex-dialog-button-primary:hover {
  color: #fff;
  background-color: #0489ec;
  border-color: #0482df;
}

.btn-grid-create-manual:focus,
.btn-grid-export:focus,
.btn-grid-index-create:focus,
.btn-grid-search:focus,
.btn-primary.focus,
.btn-primary:focus,
.focus.btn-grid-create-manual,
.focus.btn-grid-export,
.focus.btn-grid-index-create,
.focus.btn-grid-search,
.vex-dialog-buttons .focus.vex-dialog-button-primary,
.vex-dialog-buttons .vex-dialog-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 171, 252, 0.5);
}

.btn-grid-create-manual:disabled,
.btn-grid-export:disabled,
.btn-grid-index-create:disabled,
.btn-grid-search:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.btn-grid-create-manual,
.disabled.btn-grid-export,
.disabled.btn-grid-index-create,
.disabled.btn-grid-search,
.vex-dialog-buttons .disabled.vex-dialog-button-primary,
.vex-dialog-buttons .vex-dialog-button-primary:disabled {
  color: #fff;
  background-color: #1b9cfb;
  border-color: #1b9cfb;
}

.btn-grid-create-manual:not(:disabled):not(.disabled).active,
.btn-grid-create-manual:not(:disabled):not(.disabled):active,
.btn-grid-export:not(:disabled):not(.disabled).active,
.btn-grid-export:not(:disabled):not(.disabled):active,
.btn-grid-index-create:not(:disabled):not(.disabled).active,
.btn-grid-index-create:not(:disabled):not(.disabled):active,
.btn-grid-search:not(:disabled):not(.disabled).active,
.btn-grid-search:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.btn-grid-create-manual,
.show > .dropdown-toggle.btn-grid-export,
.show > .dropdown-toggle.btn-grid-index-create,
.show > .dropdown-toggle.btn-grid-search,
.vex-dialog-buttons .show > .dropdown-toggle.vex-dialog-button-primary,
.vex-dialog-buttons
  .vex-dialog-button-primary:not(:disabled):not(.disabled).active,
.vex-dialog-buttons
  .vex-dialog-button-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0482df;
  border-color: #047bd3;
}

.btn-grid-create-manual:not(:disabled):not(.disabled).active:focus,
.btn-grid-create-manual:not(:disabled):not(.disabled):active:focus,
.btn-grid-export:not(:disabled):not(.disabled).active:focus,
.btn-grid-export:not(:disabled):not(.disabled):active:focus,
.btn-grid-index-create:not(:disabled):not(.disabled).active:focus,
.btn-grid-index-create:not(:disabled):not(.disabled):active:focus,
.btn-grid-search:not(:disabled):not(.disabled).active:focus,
.btn-grid-search:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-grid-create-manual:focus,
.show > .dropdown-toggle.btn-grid-export:focus,
.show > .dropdown-toggle.btn-grid-index-create:focus,
.show > .dropdown-toggle.btn-grid-search:focus,
.vex-dialog-buttons .show > .dropdown-toggle.vex-dialog-button-primary:focus,
.vex-dialog-buttons
  .vex-dialog-button-primary:not(:disabled):not(.disabled).active:focus,
.vex-dialog-buttons
  .vex-dialog-button-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 171, 252, 0.5);
}

.btn-secondary,
.vex-dialog-buttons .vex-dialog-button-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover,
.vex-dialog-buttons .vex-dialog-button-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus,
.btn-secondary:focus,
.vex-dialog-buttons .focus.vex-dialog-button-secondary,
.vex-dialog-buttons .vex-dialog-button-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.vex-dialog-buttons .disabled.vex-dialog-button-secondary,
.vex-dialog-buttons .vex-dialog-button-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.vex-dialog-buttons .show > .dropdown-toggle.vex-dialog-button-secondary,
.vex-dialog-buttons
  .vex-dialog-button-secondary:not(:disabled):not(.disabled).active,
.vex-dialog-buttons
  .vex-dialog-button-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.vex-dialog-buttons .show > .dropdown-toggle.vex-dialog-button-secondary:focus,
.vex-dialog-buttons
  .vex-dialog-button-secondary:not(:disabled):not(.disabled).active:focus,
.vex-dialog-buttons
  .vex-dialog-button-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

.btn-grid-create,
.btn-success {
  color: #fff;
  background-color: #3da556;
  border-color: #3da556;
}

.btn-grid-create:hover,
.btn-success:hover {
  color: #fff;
  background-color: #338947;
  border-color: #2f8043;
}

.btn-grid-create:focus,
.btn-success.focus,
.btn-success:focus,
.focus.btn-grid-create {
  box-shadow: 0 0 0 0.2rem rgba(90, 179, 111, 0.5);
}

.btn-grid-create:disabled,
.btn-success.disabled,
.btn-success:disabled,
.disabled.btn-grid-create {
  color: #fff;
  background-color: #3da556;
  border-color: #3da556;
}

.btn-grid-create:not(:disabled):not(.disabled).active,
.btn-grid-create:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle,
.show > .dropdown-toggle.btn-grid-create {
  color: #fff;
  background-color: #2f8043;
  border-color: #2c763e;
}

.btn-grid-create:not(:disabled):not(.disabled).active:focus,
.btn-grid-create:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-grid-create:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 179, 111, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1699b7;
  border-color: #1699b7;
}

.btn-info:hover {
  color: #fff;
  background-color: #127c95;
  border-color: #117389;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 168, 194, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #1699b7;
  border-color: #1699b7;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117389;
  border-color: #0f697e;
}

.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(57, 168, 194, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ebba14;
  border-color: #ebba14;
}

.btn-warning:hover {
  color: #212529;
  background-color: #c89e11;
  border-color: #bc9510;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 164, 23, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ebba14;
  border-color: #ebba14;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #bc9510;
  border-color: #b08c0f;
}

.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(205, 164, 23, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ce5a4e;
  border-color: #ce5a4e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c04235;
  border-color: #b63f33;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 115, 105, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ce5a4e;
  border-color: #ce5a4e;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b63f33;
  border-color: #ac3b30;
}

.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(213, 115, 105, 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(216, 217, 219, 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(216, 217, 219, 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(82, 88, 93, 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(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #1b9cfb;
  border-color: #1b9cfb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1b9cfb;
  border-color: #1b9cfb;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1b9cfb;
  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: #1b9cfb;
  border-color: #1b9cfb;
}

.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(27, 156, 251, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  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: #868e96;
  border-color: #868e96;
}

.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(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #3da556;
  border-color: #3da556;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #3da556;
  border-color: #3da556;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 165, 86, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #3da556;
  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: #3da556;
  border-color: #3da556;
}

.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(61, 165, 86, 0.5);
}

.btn-outline-info {
  color: #1699b7;
  border-color: #1699b7;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #1699b7;
  border-color: #1699b7;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 153, 183, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #1699b7;
  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: #1699b7;
  border-color: #1699b7;
}

.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(22, 153, 183, 0.5);
}

.btn-outline-warning {
  color: #ebba14;
  border-color: #ebba14;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ebba14;
  border-color: #ebba14;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 186, 20, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ebba14;
  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: #ebba14;
  border-color: #ebba14;
}

.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(235, 186, 20, 0.5);
}

.btn-outline-danger {
  color: #ce5a4e;
  border-color: #ce5a4e;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ce5a4e;
  border-color: #ce5a4e;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 90, 78, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ce5a4e;
  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: #ce5a4e;
  border-color: #ce5a4e;
}

.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(206, 90, 78, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  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;
  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: #1b9cfb;
  text-decoration: none;
}

.btn-link:hover {
  color: #0374c6;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #868e96;
  pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg,
.vex-dialog-buttons .btn-group-lg > .vex-dialog-button {
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm,
.vex-dialog-buttons .btn-group-sm > .vex-dialog-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #3d6e8f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1b9cfb;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #868e96;
  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-vertical > .btn,
.btn-group > .btn,
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button,
.vex-dialog-buttons .btn-group > .vex-dialog-button {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.vex-dialog-buttons .btn-group-vertical > .active.vex-dialog-button,
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button:active,
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button:focus,
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button:hover,
.vex-dialog-buttons .btn-group > .active.vex-dialog-button,
.vex-dialog-buttons .btn-group > .vex-dialog-button:active,
.vex-dialog-buttons .btn-group > .vex-dialog-button:focus,
.vex-dialog-buttons .btn-group > .vex-dialog-button:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.vex-dialog-buttons .btn-group > .vex-dialog-button:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.vex-dialog-buttons
  .btn-group
  > .btn-group:not(:last-child)
  > .vex-dialog-button,
.vex-dialog-buttons
  .btn-group
  > .vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.vex-dialog-buttons
  .btn-group
  > .btn-group:not(:first-child)
  > .vex-dialog-button,
.vex-dialog-buttons .btn-group > .vex-dialog-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.vex-dialog-buttons
  .btn-group-sm
  > .vex-dialog-button
  + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.vex-dialog-buttons
  .btn-group-lg
  > .vex-dialog-button
  + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.vex-dialog-buttons
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .vex-dialog-button,
.vex-dialog-buttons
  .btn-group-vertical
  > .vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child),
.vex-dialog-buttons
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .vex-dialog-button,
.vex-dialog-buttons .btn-group-vertical > .vex-dialog-button:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.vex-dialog-buttons .btn-group-toggle > .btn-group > .vex-dialog-button,
.vex-dialog-buttons .btn-group-toggle > .vex-dialog-button {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.vex-dialog-buttons
  .btn-group-toggle
  > .btn-group
  > .vex-dialog-button
  input[type="checkbox"],
.vex-dialog-buttons
  .btn-group-toggle
  > .btn-group
  > .vex-dialog-button
  input[type="radio"],
.vex-dialog-buttons
  .btn-group-toggle
  > .vex-dialog-button
  input[type="checkbox"],
.vex-dialog-buttons .btn-group-toggle > .vex-dialog-button input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
  display: flex;
}

.input-group-append .btn,
.input-group-append .vex-dialog-buttons .vex-dialog-button,
.input-group-prepend .btn,
.input-group-prepend .vex-dialog-buttons .vex-dialog-button,
.vex-dialog-buttons .input-group-append .vex-dialog-button,
.vex-dialog-buttons .input-group-prepend .vex-dialog-button {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus,
.input-group-append .vex-dialog-buttons .vex-dialog-button:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .vex-dialog-buttons .vex-dialog-button:focus,
.vex-dialog-buttons .input-group-append .vex-dialog-button:focus,
.vex-dialog-buttons .input-group-prepend .vex-dialog-button:focus {
  z-index: 3;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .vex-dialog-buttons .btn + .vex-dialog-button,
.input-group-append .vex-dialog-buttons .input-group-text + .vex-dialog-button,
.input-group-append .vex-dialog-buttons .vex-dialog-button + .btn,
.input-group-append .vex-dialog-buttons .vex-dialog-button + .input-group-text,
.input-group-append .vex-dialog-buttons .vex-dialog-button + .vex-dialog-button,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .vex-dialog-buttons .btn + .vex-dialog-button,
.input-group-prepend .vex-dialog-buttons .input-group-text + .vex-dialog-button,
.input-group-prepend .vex-dialog-buttons .vex-dialog-button + .btn,
.input-group-prepend .vex-dialog-buttons .vex-dialog-button + .input-group-text,
.input-group-prepend
  .vex-dialog-buttons
  .vex-dialog-button
  + .vex-dialog-button,
.vex-dialog-buttons .input-group-append .btn + .vex-dialog-button,
.vex-dialog-buttons .input-group-append .input-group-text + .vex-dialog-button,
.vex-dialog-buttons .input-group-append .vex-dialog-button + .btn,
.vex-dialog-buttons .input-group-append .vex-dialog-button + .input-group-text,
.vex-dialog-buttons .input-group-append .vex-dialog-button + .vex-dialog-button,
.vex-dialog-buttons .input-group-prepend .btn + .vex-dialog-button,
.vex-dialog-buttons .input-group-prepend .input-group-text + .vex-dialog-button,
.vex-dialog-buttons .input-group-prepend .vex-dialog-button + .btn,
.vex-dialog-buttons .input-group-prepend .vex-dialog-button + .input-group-text,
.vex-dialog-buttons
  .input-group-prepend
  .vex-dialog-button
  + .vex-dialog-button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #b8e5f6;
  border-radius: 3px;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.vex-dialog-buttons .input-group-lg > .input-group-append > .vex-dialog-button,
.vex-dialog-buttons
  .input-group-lg
  > .input-group-prepend
  > .vex-dialog-button {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.vex-dialog-buttons .input-group-sm > .input-group-append > .vex-dialog-button,
.vex-dialog-buttons
  .input-group-sm
  > .input-group-prepend
  > .vex-dialog-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.vex-dialog-buttons
  .input-group
  > .input-group-append:last-child
  > .vex-dialog-button:not(:last-child):not(.dropdown-toggle),
.vex-dialog-buttons
  .input-group
  > .input-group-append:not(:last-child)
  > .vex-dialog-button,
.vex-dialog-buttons .input-group > .input-group-prepend > .vex-dialog-button {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.vex-dialog-buttons .input-group > .input-group-append > .vex-dialog-button,
.vex-dialog-buttons
  .input-group
  > .input-group-prepend:first-child
  > .vex-dialog-button:not(:first-child),
.vex-dialog-buttons
  .input-group
  > .input-group-prepend:not(:first-child)
  > .vex-dialog-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.35rem;
  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;
  border-color: #1b9cfb;
  background-color: #1b9cfb;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #98d2fd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #cae8fe;
  border-color: #cae8fe;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #1b9cfb;
  background-color: #1b9cfb;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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(27, 156, 251, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(27, 156, 251, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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(27, 156, 251, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label:after {
  top: calc(0.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(27, 156, 251, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #b8e5f6;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #98d2fd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.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: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: 30px;
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #98d2fd;
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: 30px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #b8e5f6;
  border-radius: 3px;
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1b9cfb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #cae8fe;
}

.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: #1b9cfb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #cae8fe;
}

.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;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1b9cfb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #cae8fe;
}

.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,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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 (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:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f5f6fa;
  border-color: #dee2e6 #dee2e6 #f5f6fa;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b9cfb;
}

.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;
  padding: 0.5rem 1rem;
}

.navbar,
.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.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  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;
}

#x-main-nav .-left-container nav .navbar-toggler-menu,
#x-main-nav .-right-container .x-nav-header nav .navbar-toggler-header,
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.125rem;
	line-height: 1;
	background-color: var(--ws-menu-nav);
	border: 1px solid var(--ws-menu-nav);
}

#x-main-nav .-left-container nav .navbar-toggler-menu:focus,
#x-main-nav .-left-container nav .navbar-toggler-menu:hover,
#x-main-nav .-right-container .x-nav-header nav .navbar-toggler-header:focus,
#x-main-nav .-right-container .x-nav-header nav .navbar-toggler-header:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  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;
  }
  #x-main-nav .-left-container nav .navbar-expand-sm .navbar-toggler-menu,
  #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-expand-sm
    .navbar-toggler-header,
  .navbar-expand-sm #x-main-nav .-left-container nav .navbar-toggler-menu,
  .navbar-expand-sm
    #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-toggler-header,
  .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;
  }
  #x-main-nav .-left-container nav .navbar-expand-md .navbar-toggler-menu,
  #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-expand-md
    .navbar-toggler-header,
  .navbar-expand-md #x-main-nav .-left-container nav .navbar-toggler-menu,
  .navbar-expand-md
    #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-toggler-header,
  .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;
  }
  .desktophide {
    display: none;
  }
  .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;
    background: var(--ws-nav);
  }
  #x-main-nav .-left-container nav .navbar-expand-lg .navbar-toggler-menu,
  #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-expand-lg
    .navbar-toggler-header,
  .navbar-expand-lg #x-main-nav .-left-container nav .navbar-toggler-menu,
  .navbar-expand-lg
    #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-toggler-header,
  .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;
  }
  #x-main-nav .-left-container nav .navbar-expand-xl .navbar-toggler-menu,
  #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-expand-xl
    .navbar-toggler-header,
  .navbar-expand-xl #x-main-nav .-left-container nav .navbar-toggler-menu,
  .navbar-expand-xl
    #x-main-nav
    .-right-container
    .x-nav-header
    nav
    .navbar-toggler-header,
  .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;
}

#x-main-nav .-left-container nav .navbar-expand .navbar-toggler-menu,
#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-expand
  .navbar-toggler-header,
.navbar-expand #x-main-nav .-left-container nav .navbar-toggler-menu,
.navbar-expand
  #x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-toggler-header,
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

#x-main-nav .-left-container nav .navbar-light .navbar-toggler-menu,
#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-light
  .navbar-toggler-header,
.navbar-light #x-main-nav .-left-container nav .navbar-toggler-menu,
.navbar-light
  #x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-toggler-header,
.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=utf-8,%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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

#x-main-nav .-left-container nav .navbar-dark .navbar-toggler-menu,
#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-dark
  .navbar-toggler-header,
.navbar-dark #x-main-nav .-left-container nav .navbar-toggler-menu,
.navbar-dark
  #x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-toggler-header,
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid hsla(0, 0%, 46.7%, 0.1);
  border-radius: 4px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle,
.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 hsla(0, 0%, 46.7%, 0.1);
}

.card-header:first-child {
  border-radius: 3px 3px 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 hsla(0, 0%, 46.7%, 0.1);
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  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: 3px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #474544;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1b9cfb;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0374c6;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1b9cfb;
  border-color: #1b9cfb;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  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.7875rem;
  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: 92%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge,
.vex-dialog-buttons .vex-dialog-button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #1b9cfb;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0482df;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 156, 251, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3da556;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #2f8043;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 165, 86, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #1699b7;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117389;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 153, 183, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ebba14;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #bc9510;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 186, 20, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ce5a4e;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #b63f33;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 90, 78, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0e5183;
  background-color: #d1ebfe;
  border-color: #bfe3fe;
}

.alert-primary hr {
  border-top-color: #a6d8fe;
}

.alert-primary .alert-link {
  color: #093555;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #20562d;
  background-color: #d8eddd;
  border-color: #c9e6d0;
}

.alert-success hr {
  border-top-color: #b8dec1;
}

.alert-success .alert-link {
  color: #12311a;
}

.alert-info {
  color: #0b505f;
  background-color: #d0ebf1;
  border-color: #bee2eb;
}

.alert-info hr {
  border-top-color: #abd9e5;
}

.alert-info .alert-link {
  color: #062a31;
}

.alert-warning {
  color: #7a610a;
  background-color: #fbf1d0;
  border-color: #f9ecbd;
}

.alert-warning hr {
  border-top-color: #f7e5a6;
}

.alert-warning .alert-link {
  color: #4b3c06;
}

.alert-danger {
  color: #6b2f29;
  background-color: #f5dedc;
  border-color: #f1d1cd;
}

.alert-danger hr {
  border-top-color: #ebbfb9;
}

.alert-danger .alert-link {
  color: #461f1b;
}

.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;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1b9cfb;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #3d6e8f;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1b9cfb;
  border-color: #1b9cfb;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0e5183;
  background-color: #bfe3fe;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #0e5183;
  background-color: #a6d8fe;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e5183;
  border-color: #0e5183;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #20562d;
  background-color: #c9e6d0;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #20562d;
  background-color: #b8dec1;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #20562d;
  border-color: #20562d;
}

.list-group-item-info {
  color: #0b505f;
  background-color: #bee2eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0b505f;
  background-color: #abd9e5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0b505f;
  border-color: #0b505f;
}

.list-group-item-warning {
  color: #7a610a;
  background-color: #f9ecbd;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #7a610a;
  background-color: #f7e5a6;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7a610a;
  border-color: #7a610a;
}

.list-group-item-danger {
  color: #6b2f29;
  background-color: #f1d1cd;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #6b2f29;
  background-color: #ebbfb9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6b2f29;
  border-color: #6b2f29;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #868e96;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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,
.popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  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: #3d6e8f;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #1b9cfb !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0482df !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #3da556 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #2f8043 !important;
}

.bg-info {
  background-color: #1699b7 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117389 !important;
}

.bg-warning {
  background-color: #ebba14 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #bc9510 !important;
}

.bg-danger {
  background-color: #ce5a4e !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #b63f33 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
	background-color: var(--ws-nav) !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: #1b9cfb !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #3da556 !important;
}

.border-info {
  border-color: #1699b7 !important;
}

.border-warning {
  border-color: #ebba14 !important;
}

.border-danger {
  border-color: #ce5a4e !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.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;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1b9cfb !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0374c6 !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #60686f !important;
}

.text-success {
  color: #3da556 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #286d39 !important;
}

.text-info {
  color: #1699b7 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0e6073 !important;
}

.text-warning {
  color: #ebba14 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #a5820e !important;
}

.text-danger {
  color: #ce5a4e !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a3382d !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #3d6e8f !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  :after,
  :before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.vex,
.vex *,
.vex :after,
.vex :before {
  box-sizing: border-box;
}

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.vex-overlay {
  -webkit-animation: vex-fadein 0.5s;
  animation: vex-fadein 0.5s;
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vex-overlay.vex-closing {
  -webkit-animation: vex-fadeout 0.5s forwards;
  animation: vex-fadeout 0.5s forwards;
}

.vex-content {
  -webkit-animation: vex-fadein 0.5s;
  animation: vex-fadein 0.5s;
  background: #fff;
}

.vex.vex-closing .vex-content {
  -webkit-animation: vex-fadeout 0.5s forwards;
  animation: vex-fadeout 0.5s forwards;
}

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}

.vex-dialog-form {
  margin: 0;
}

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
  -webkit-animation: vex-rotation 0.7s linear infinite;
  animation: vex-rotation 0.7s linear infinite;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}

div.vex-open {
  overflow: hidden;
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.medium-editor-anchor-preview {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000;
}

.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

.medium-editor-anchor-preview-active {
  visibility: visible;
}

.medium-editor-dragover {
  background: #ddd;
}

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s ease-in-out infinite;
  animation: medium-editor-image-loading 1s ease-in-out infinite;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.medium-editor-placeholder {
  position: relative;
}

.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-editor-placeholder-relative {
  position: relative;
}

.medium-editor-placeholder-relative:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: relative;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-toolbar-arrow-over:before,
.medium-toolbar-arrow-under:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0;
}

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px;
  top: -8px;
}

.medium-editor-toolbar {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}

.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li button {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}

.medium-editor-toolbar li button:focus {
  outline: none;
}

.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}

.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

.medium-editor-toolbar-active {
  visibility: visible;
}

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

.medium-editor-relative-toolbar {
  position: relative;
}

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 0.16s linear forwards;
  animation: medium-editor-pop-upwards 0.16s linear forwards;
}

.medium-editor-action-bold {
  font-weight: bolder;
}

.medium-editor-action-italic {
  font-style: italic;
}

.medium-editor-toolbar-form {
  display: none;
}

.medium-editor-toolbar-form a,
.medium-editor-toolbar-form input {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}

.medium-editor-toolbar-form-active {
  display: block;
}

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}

.medium-editor-element img {
  max-width: 100%;
}

.medium-editor-element sub {
  vertical-align: sub;
}

.medium-editor-element sup {
  vertical-align: super;
}

.medium-toolbar-arrow-under:after {
  border-color: #428bca transparent transparent;
  top: 60px;
}

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #428bca;
}

.medium-editor-toolbar {
  background-color: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}

.medium-editor-toolbar li button {
  background-color: transparent;
  border: none;
  border-right: 1px solid #357ebd;
  box-sizing: border-box;
  color: #fff;
  height: 60px;
  min-width: 60px;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.medium-editor-toolbar li button:hover {
  background-color: #3276b1;
  color: #fff;
}

.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 4px;
  border-right: none;
  border-top-right-radius: 4px;
}

.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #3276b1;
  color: #fff;
}

.medium-editor-toolbar-form {
  background: #428bca;
  border-radius: 4px;
  color: #fff;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #428bca;
  color: #fff;
  height: 60px;
}

.medium-editor-toolbar-form
  .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder,
.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.8);
}

.medium-editor-toolbar-form a {
  color: #fff;
}

.medium-editor-toolbar-anchor-preview {
  background: #428bca;
  border-radius: 4px;
  color: #fff;
}

.medium-editor-placeholder:after {
  color: #357ebd;
}

.form-control-label.required:after {
  content: "*";
  color: #ce5a4e;
  margin-left: 0.2rem;
}

.form-text-hint {
  font-size: 85%;
}

.x-input-select-date .selectized[name$="[day]"] + .selectize-control {
  width: 50px;
}

.x-input-select-date .selectized[name$="[month]"] + .selectize-control,
.x-input-select-date .selectized[name$="[year]"] + .selectize-control {
  width: 70px;
}

.selectize-control.form-control {
  padding: 0;
  height: 28px;
}

.selectize-control.form-control.multi {
  height: auto;
}

.selectize-control.form-control.multi .selectize-input > * {
  height: auto;
  overflow: inherit;
}

.selectize-control.form-control.multi .selectize-input.has-items input {
  top: -10px;
}

.selectize-control.form-control .selectize-dropdown,
.selectize-control.form-control .selectize-dropdown-content {
  border-radius: 0.25rem;
}

.selectize-control.form-control .selectize-input {
  border: none;
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 0.375rem 0.75rem;
}

.selectize-control.form-control .selectize-input > * {
  height: 1.26rem;
  overflow: hidden;
}

.selectize-control.form-control .selectize-input .item,
.selectize-control.form-control .selectize-input input {
  font-size: 0.9rem;
  line-height: 1.5;
}

.selectize-control.form-control.form-control-sm {
  font-size: 0.7875rem;
  height: 28px;
}

.selectize-control.form-control.form-control-sm .selectize-input .item,
.selectize-control.form-control.form-control-sm .selectize-input input {
  font-size: 0.7875rem;
  line-height: 1.5;
}

.selectize-control.form-control.x-selectize-custom-render {
  min-height: 28px;
  height: auto;
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input {
  background-image: none;
  box-shadow: none;
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input > * {
  height: auto;
  overflow: inherit;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
  padding: 0.375rem 0.75rem;
}

.selectize-dropdown .option.-disabled {
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

.selectize-dropdown .option.-disabled.active {
  background-color: inherit;
}

.selectize-dropdown.form-control {
  padding: 0;
  height: auto !important;
}

select[data-chooser] + .selectize-control.loading {
  position: relative;
}

select[data-chooser] + .selectize-control.loading:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 49px;
}

#main__content {
  min-height: calc(100vh - 94px);
  padding: 1rem;
  background-color: #f5f6fa !important;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 3px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #fff;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.-ic {
  background-image: url(../images/icon.870b76a9.png);
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  background-size: 87px;
}

.-ic.-ic-search {
  background-position: 0 0;
}

.-ic.-ic-customer-provider-user,
.-ic.-ic-member,
.-ic.-ic-report-shift-member {
  background-position: -18px 0;
}

.-ic.-ic-member-group {
  background-position: -36px 0;
}

.-ic.-ic-provider-user {
  background-position: -54px 0;
}

.-ic.-ic-admin {
  background-position: -72px 0;
}

.-ic.-ic-blacklist {
  background-position: 0 -18px;
}

.-ic.-ic-deposit {
  background-position: -18px -18px;
}

.-ic.-ic-withdraw {
  background-position: -36px -18px;
}

.-ic.-ic-customer-bank,
.-ic.-ic-deposit-bank,
.-ic.-ic-withdraw-bank {
  background-position: -54px -18px;
}

.-ic.-ic-report-member {
  background-position: -72px -18px;
}

.-ic.-ic-report-bank,
.-ic.-ic-report-bet-transaction,
.-ic.-ic-report-shift-transaction {
  background-position: 0 -36px;
}

.-ic.-ic-report-cashflow {
  background-position: -18px -36px;
}

.-ic.-ic-report-web {
  background-position: -36px -36px;
}

.-ic.-ic-report-shift,
.-ic.-ic-report-shift-deposit,
.-ic.-ic-report-shift-withdraw {
  background-position: -54px -36px;
}

.-ic.-ic-report-promotion {
  background-position: -72px -36px;
}

.-ic.-ic-bot-command,
.-ic.-ic-bot-wonka {
  background-position: -54px -108px;
}

.-ic.-ic-general {
  background-position: -72px -108px;
}

.-ic.-ic-otp {
  background-position: 0 -126px;
}

.-ic.-ic-promotion-apply {
  background-position: -36px -126px;
}

.-ic.-ic-cost-type {
  background-position: -18px -126px;
}

.-ic.-ic-general-promotion,
.-ic.-ic-promotion {
  background-position: 0 -54px;
}

.-ic.-ic-social-promotion {
  background-position: -18px -54px;
}

.-ic.-ic-taxon {
  background-position: -36px -54px;
}

.-ic.-ic-channel {
  background-position: -36px -36px;
}

.-ic.-ic-channel-type {
  background-position: -54px -54px;
}

.-ic.-ic-general-setting {
  background-position: -72px -54px;
}

.-ic.-ic-otp-secion {
  background-position: 0 -72px;
}

.-ic.-ic-block {
  background-position: -18px -72px;
}

.-ic.-ic-customer-detail {
  background-position: -36px -72px;
}

.-ic.-ic-report-shift-cash {
  background-position: -54px -72px;
}

.-ic.-ic-meta-seo {
  background-position: -72px -72px;
}

.-ic.-ic-customer-log {
  background-position: 0 -90px;
}

.-ic.-ic-create-button {
  background-position: -18px -90px;
}

.-ic.-ic-dashboard {
  background-position: -36px -90px;
}

#x-main-nav .-right-container {
  position: fixed;
  top: 0;
  right: 0;
  margin-left: 210px;
  width: calc(100% - 210px);
  height: 49px;
  text-align: right;
  background-color: #fff;
  box-shadow: 10px 3px 15px hsla(0, 0%, 46.7%, 0.1);
  transition: width 0.2s;
}

#x-main-nav .-right-container .x-nav-header {
  position: relative;
}

#x-main-nav .-right-container .x-nav-header nav {
  padding: 0 1rem;
  height: 49px;
}

#x-main-nav .-right-container .x-nav-header nav .navbar-toggler-header {
  display: none;
  padding: 0;
  width: 54px;
  height: 100%;
  color: #1b9cfb;
}

#x-main-nav .-right-container .x-nav-header nav .navbar-toggler-header:focus {
  outline: none;
}

#x-main-nav .-right-container .x-nav-header nav .navbar-nav {
  align-items: center;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item.-notification:hover
  .nav-link {
  color: #ce5a4e;
  background-color: #feeff1;
  border-radius: 5px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item.-aware-hover:hover
  .nav-link {
  color: #1b9cfb;
  background-color: #d2ecff;
  border-radius: 5px;
}

#x-main-nav .-right-container .x-nav-header nav .navbar-nav .-notice {
  padding: 2px 6px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  background-color: #ce5a4e;
}

#x-main-nav .-right-container .x-nav-header nav .navbar-nav .nav-item {
  position: relative;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .nav-link {
	padding-right: 7px;
	padding-left: 7px;
	margin: 0 4px;
	font-size: var(--font-size);
	/* color: #3d6e8f */
	color: #fff;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .nav-link
  i:last-child {
  padding-left: 8px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .nav-link.active {
  color: #1b9cfb;
  background-color: #d2ecff;
  border-radius: 5px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .nav-link.active
  i:not(.-no-rotate):last-child {
  padding-left: 0;
  padding-right: 8px;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .nav-link.current-time
  span {
  width: 50px;
}

#x-main-nav .-right-container .x-nav-header nav .navbar-nav .nav-item:before {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item.flag-locale
  .nav-link
  img {
  width: 24px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item.flag-locale
  .dropdown {
  min-width: 80px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item.flag-locale
  .dropdown
  ul
  > li
  > a {
  display: flex;
  align-items: center;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item.flag-locale
  .dropdown
  ul
  > li
  > a
  img {
  width: 24px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown {
  display: none;
  position: absolute;
  padding: 5px;
  top: 40px;
  right: 50%;
  margin-top: 10px;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  min-width: 190px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 15px hsla(0, 0%, 46.7%, 0.1);
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul {
  max-height: 300px;
  overflow: auto;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 20px;
  z-index: 10;
  background-color: transparent;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li
  a,
#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li
  button {
  display: block;
  height: 100%;
  padding: 7px 10px;
  color: #3d6e8f;
  font-size: 12px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li
  a
  i,
#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li
  button
  i {
  padding-right: 10px;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li
  a:hover,
#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li
  button:hover {
  font-weight: 500;
  color: #1b9cfb;
  background-color: #d2ecff;
  border-radius: 5px;
  text-decoration: none;
}

#x-main-nav
  .-right-container
  .x-nav-header
  nav
  .navbar-nav
  .nav-item
  .dropdown
  ul
  li:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  z-index: 1;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

#x-main-nav .-right-container.menu-less {
  width: calc(100% - 54px);
}

@media (max-width: 991.98px) {
  #x-main-nav .-right-container {
    width: calc(100% - 54px);
    z-index: 920;
  }
  #x-main-nav .-right-container nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #x-main-nav .-right-container nav .navbar-toggler-header {
    position: absolute;
    display: block !important;
    right: 0;
  }
  #x-main-nav .-right-container nav .navbar-collapse .navbar-nav {
    height: 100%;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 0;
    background: var(--ws-nav);
  }
  #x-main-nav
    .-right-container
    nav
    .navbar-collapse
    .navbar-nav.-inner-wrapper {
    display: none;
    opacity: 0;
    z-index: 940;
    width: 125%;
    padding: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
    transition: opacity 0.2s;
    box-shadow: 0 3px 15px hsla(0, 0%, 46.7%, 0.1);
  }
  #x-main-nav
    .-right-container.xs-open
    nav
    .navbar-collapse
    .navbar-nav.-inner-wrapper {
    opacity: 1;
    height: 100% !important;
    display: flex;
  }
}

#main__content {
  position: relative;
  margin-left: 210px;
  transition: 0.2s;
  z-index: auto;
}

@media (min-width: 768px) {
  #main__content.menu-less {
    margin-left: 54px;
  }
}

#x-main-nav {
  position: relative;
  z-index: 520;
}

#x-main-nav .-left-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  background-color: #fff;
  transition: width 0.2s;
  font-size: var(--font-size) !important;
}

#x-main-nav .-left-container nav {
	position: relative;
	height: 49px;
	box-shadow: 0 3px 15px hsla(0, 0%, 46.7%, 0.1);
	background-color: var(--ws-menu-nav);
}

#x-main-nav .-left-container nav .brand-logo {
  height: 35px;
  opacity: 1;
}

#x-main-nav .-left-container nav .navbar-toggler-menu {
  padding: 0;
  width: 54px;
  position: absolute;
  right: 0;
  height: 100%;
  color: #ffffff;
}

#x-main-nav .-left-container nav .navbar-toggler-menu:focus {
  outline: none;
}

#x-main-nav .-left-container .nav-menu {
  height: calc(100% - 60px);
  margin-top: 10px;
}

#x-main-nav .-left-container .nav-menu .navbar-nav {
  overflow: auto;
  height: 100%;
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item {
  position: relative;
  margin-bottom: 2px;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  a[aria-expanded="true"]
  i:last-child {
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  width: calc(100% - 16px);
  height: 35px;
  margin: 0 8px;
  padding: 0 0.5rem;
  color: #00395f;
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item .nav-link i {
  width: 22px;
  text-align: center;
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item .nav-link span {
  display: block;
  height: 100%;
  line-height: 35px;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 #f9f9f9;
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item .nav-link.active {
  border-radius: 5px;
  background: linear-gradient(90deg, #1579fa, #22c4fc);
  color: #fff;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .nav-link.active
  span {
  box-shadow: none;
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item.hovered .nav-link,
#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item:hover .nav-link {
  background-color: #e4ebef;
  border-radius: 5px;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  .-sub-menu-less-title {
  display: none;
}

#x-main-nav .-left-container .nav-menu .navbar-nav .nav-item .-sub-menu ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  ul
  .-sub-menu-item {
  margin-top: 2px;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  ul
  .-sub-menu-item
  a {
  height: 35px;
  width: calc(100% - 16px);
  margin: 0 8px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3d6e8f;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  ul
  .-sub-menu-item
  a
  span {
  padding-left: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  ul
  .-sub-menu-item
  a.active {
  color: #1b9cfb;
  font-weight: 500;
  background-color: #d2ecff;
  border-radius: 5px;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  ul
  .-sub-menu-item
  a.active:hover {
  background-color: #d2ecff;
  border-radius: 5px;
}

#x-main-nav
  .-left-container
  .nav-menu
  .navbar-nav
  .nav-item
  .-sub-menu
  ul
  .-sub-menu-item
  a:hover {
  background-color: #f0f5f8;
  border-radius: 5px;
}

@media (min-width: 992px) {
  #x-main-nav .-left-container.menu-less {
    width: 54px;
  }
  #x-main-nav .-left-container.menu-less .collapse,
  #x-main-nav .-left-container.menu-less nav .brand-logo {
    display: none;
  }
  #x-main-nav .-left-container.menu-less .nav-menu .navbar-nav {
    overflow: unset;
  }
  #x-main-nav .-left-container.menu-less .nav-menu .nav-item .nav-link {
    box-shadow: inset 0 -1px 0 #f9f9f9;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .nav-link
    i:last-child,
  #x-main-nav .-left-container.menu-less .nav-menu .nav-item .nav-link span {
    display: none;
  }
  #x-main-nav .-left-container.menu-less .nav-menu .nav-item .-sub-menu {
    width: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 62px;
    z-index: 610;
    box-shadow: 0 3px 15px hsla(0, 0%, 46.7%, 0.2);
    background-color: #fefefe;
    border-radius: 5px;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu
    .collapse {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease 0.2s;
  }
  #x-main-nav .-left-container.menu-less .nav-menu .nav-item .-sub-menu.-less {
    width: 210px;
    transition: width 0.2s ease;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .collapse {
    visibility: visible;
    opacity: 1;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .collapse
    ul {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .collapse
    ul
    li
    > a
    > span {
    padding-left: 1.25rem;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    left: -8px;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .-sub-menu-less-title {
    display: block;
    box-shadow: 0 8px 15px -4px rgba(171, 169, 169, 0.2);
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .-sub-menu-less-title
    li {
    position: relative;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .-sub-menu-less-title
    li
    a
    span {
    display: block;
    height: 100%;
    line-height: 35px;
    padding-left: 1.5rem;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #3d6e8f;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .-sub-menu-less-title
    li
    a:hover {
    text-decoration: none;
  }
  #x-main-nav
    .-left-container.menu-less
    .nav-menu
    .nav-item
    .-sub-menu.-less
    .-sub-menu-less-title
    li:before {
    content: " ";
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
  }
}

@media (max-width: 991.98px) {
  #main__content {
    width: 100%;
    margin-left: 0 !important;
    z-index: auto;
  }
  #main__content.xs-open {
    z-index: 900;
  }
  #x-main-nav {
    z-index: 910;
  }
  #x-main-nav .-left-container {
    width: 54px;
    z-index: 910;
    background-color: transparent;
    transition: width 0s;
    height: auto;
  }
  #x-main-nav .-left-container nav {
    background-color: var(--ws-nav);
  }
  #x-main-nav .-left-container nav .brand-logo {
    display: none;
  }
  #x-main-nav .-left-container .nav-menu {
    display: none;
    width: 0;
  }
  #x-main-nav .-left-container.xs-open {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 930;
  }
  #x-main-nav .-left-container.xs-open nav .brand-logo {
    display: block;
  }
  #x-main-nav .-left-container.xs-open .nav-menu {
    display: block;
    width: 100%;
  }
}

.x-admin-promotion-content h2 {
  font-size: 1.6em;
}

.x-admin-promotion-content h3 {
  font-size: 1.4em;
}

.x-customer-transaction-by-staff .modal-header {
  position: relative;
  justify-content: center;
  border-bottom-color: #ced4da !important;
  padding: 0.75rem 0 !important;
}

.x-customer-transaction-by-staff .modal-header .close {
  position: absolute;
  right: 0;
  top: auto;
}

.x-customer-transaction-by-staff .-current-user-detail {
  display: flex;
  justify-content: space-between;
}

.x-customer-transaction-by-staff
  .tab-content
  #deposit
  .form-group
  #deposit_by_staff_depositedAt {
  justify-content: space-between !important;
}

.x-customer-transaction-by-staff
  .tab-content
  #deposit
  .form-group
  #deposit_by_staff_depositedAt
  input {
  width: 47.7%;
}

.x-customer-transaction-by-staff .tab-content #deposit .form-group,
.x-customer-transaction-by-staff .tab-content #withdraw .form-group {
  margin-bottom: 10px;
}

.x-customer-transaction-by-staff
  .tab-content
  #deposit
  .form-group
  .col-form-label,
.x-customer-transaction-by-staff
  .tab-content
  #deposit
  .form-group
  .form-control-label,
.x-customer-transaction-by-staff
  .tab-content
  #withdraw
  .form-group
  .col-form-label,
.x-customer-transaction-by-staff
  .tab-content
  #withdraw
  .form-group
  .form-control-label {
  margin-bottom: 0.2rem;
}

.x-btn-change-bill img {
  position: relative;
  top: -5px;
}

.x-bill-grid .x-filter-main-level {
  padding-bottom: 0 !important;
}

.x-bill-grid .x-filter-main-level .-x-grid-header {
  display: none !important;
}

.x-bill-grid .x-form-filter-container ul li {
  width: 150px !important;
}

.x-bill-grid .x-form-filter-container ul li.-button-zone {
  margin-top: 0 !important;
  width: auto !important;
}

.x-bill-grid .x-form-filter-container ul li.-groups .-hint {
  top: -12px;
}

.x-bill-grid .selectize-control.form-control .selectize-input input {
  font-size: 12px;
  top: -2px;
  position: relative;
}

.x-shift-counting-down {
  background-color: rgba(27, 156, 251, 0.1);
  border-radius: 7px;
  padding: 4px 10px;
}

.x-shift-counting-down .-number {
  color: #ce5a4e;
}

.x-master-group-container {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.x-master-group-container .card {
  width: 160px;
  margin-right: 35px;
  position: relative;
}

.x-master-group-container .card:after {
  width: 35px;
  height: 2px;
  content: " ";
  position: absolute;
  top: 50%;
  right: -36px;
  z-index: 11;
  background: #1b9cfb;
}

.x-master-group-container .card:last-child:after {
  content: "";
  display: none;
}

.-bot-bank-status {
  position: absolute;
  left: 93%;
  top: -2px;
  background-color: rgba(27, 156, 251, 0.05);
  padding: 0 4px;
  border-radius: 24px;
}

.-bot-bank-status .-typo {
  font-size: 10px;
  vertical-align: middle;
}

.-bot-bank-status .-img {
  width: 18px;
  height: 18px;
  align-self: center;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
}

.-bot-bank-status .-img.-excellent {
  background-position: 0;
}

.-bot-bank-status .-img.-medium {
  background-position: -18px;
}

.-bot-bank-status .-img.-not-good {
  background-position: -36px;
}

.-bot-bank-status .-img.-bad {
  background-position: -54px;
}

.-bot-bank-status .-img.-gray {
  background-position: -72px;
}

.-bot-bank-status .-img.-ma {
  background-position: -90px;
}

.-bot-bank-status .media-body {
  line-height: 1.1;
}

.x-card-control-bank .custom-control.custom-radio {
  min-height: auto;
  padding-right: 4px;
}

.x-card-control-bank .x-control-bank .-bot-bank-status {
  position: static;
}

.x-card-control-bank .x-control-bank .-bot-bank-status .-typo {
  vertical-align: -2px;
}

.x-bank-account-card {
  overflow-x: auto;
  overflow-y: initial;
  display: flex;
  margin-top: -1rem;
}

.x-bank-account-card .x-link {
  margin-top: 1rem;
  padding: 10px 12px;
}

.x-bank-account-card
  .x-link.-is-basic
  .card-body
  .-row-wrapper
  .-right-container {
  display: none;
}

.x-bank-account-card .x-link.-is-basic .card-body .x-main .media {
  align-items: center;
}

.x-bank-account-card
  .x-link.-is-basic
  .card-body
  .x-main
  .media
  .-bot-bank-status {
  position: relative;
  left: unset;
  margin-left: 10px;
}

.x-bank-account-card .x-link.-is-basic .card-body .x-main h5 {
  width: 100%;
}

.x-bank-account-card .x-link .card-body {
  position: relative;
  padding: 0;
}

.x-bank-account-card .x-link .card-body .-total {
  top: -18px !important;
  right: -18px !important;
}

.x-bank-account-card .x-link .card-body .-row-wrapper {
  display: flex;
  justify-content: space-between;
}

.x-bank-account-card .x-link .card-body .-row-wrapper .-left-container {
  display: flex;
  flex-direction: column;
  width: auto;
}

.x-bank-account-card
  .x-link
  .card-body
  .-row-wrapper
  .-left-container
  .-top-wrapper {
  max-width: 100%;
}

.x-bank-account-card
  .x-link
  .card-body
  .-row-wrapper
  .-left-container
  .-bottom-wrapper {
  margin-top: 10px;
  max-width: 100%;
}

.x-bank-account-card .x-link .card-body .-row-wrapper .-right-container {
  display: flex;
  flex-direction: column;
  width: auto;
  padding-left: 10px;
  min-width: 120px;
}

.x-bank-account-card
  .x-link
  .card-body
  .-row-wrapper
  .-right-container
  .-top-wrapper {
  max-width: 100%;
}

.x-bank-account-card
  .x-link
  .card-body
  .-row-wrapper
  .-right-container
  .-bottom-wrapper {
  margin-top: 10px;
  max-width: 100%;
}

.x-bank-account-card .x-link .card-body .x-main img {
  width: 26px;
  border-radius: 50%;
  margin-right: 6px;
}

.x-bank-account-card .x-link .card-body .x-main h5 {
  width: 100px;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-bank-account-card .x-link .card-body .x-main .-number {
  display: flex;
  font-size: 11px;
}

.x-bank-account-card .x-link .card-body .x-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 3px;
  height: 100%;
  text-align: right;
  flex-basis: 50%;
}

.x-bank-account-card .x-link .card-body .x-wrapper .-title {
  font-size: 10px;
  color: #3d6e8f;
}

.x-bank-account-card .x-link .card-body .x-wrapper .-number {
  font-size: 11px;
}

.x-bank-account-card .x-link .card-body .x-wrapper.-balance {
  flex-basis: 26%;
}

#bank-deposit-data-modal .modal-dialog,
#bank-withdraw-data-modal .modal-dialog,
.x-modal-shift-note .modal-dialog {
  max-width: 700px;
}

#bank-deposit-data-modal .modal-dialog .modal-content .modal-header,
#bank-withdraw-data-modal .modal-dialog .modal-content .modal-header,
.x-modal-shift-note .modal-dialog .modal-content .modal-header {
  position: relative;
  justify-content: center;
  border-bottom-color: #ced4da !important;
  padding: 0.75rem 0 !important;
}

#bank-deposit-data-modal .modal-dialog .modal-content .modal-header .close,
#bank-withdraw-data-modal .modal-dialog .modal-content .modal-header .close,
.x-modal-shift-note .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: auto;
}

#bank-deposit-data-modal .modal-dialog .modal-content .modal-body,
#bank-withdraw-data-modal .modal-dialog .modal-content .modal-body,
.x-modal-shift-note .modal-dialog .modal-content .modal-body {
  position: relative;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section,
.x-modal-shift-note .modal-dialog .modal-content .modal-body .-account-section {
  position: absolute;
  top: 5px;
  display: flex;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section
  span,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section
  span,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section
  span {
  height: 30px;
  line-height: 30px;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section
  img,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section
  img,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-account-section
  img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#bank-deposit-data-modal .modal-dialog .modal-content .modal-body .n-button,
#bank-withdraw-data-modal .modal-dialog .modal-content .modal-body .n-button,
.x-modal-shift-note .modal-dialog .modal-content .modal-body .n-button {
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
  background-color: #ebba14;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .-form-title,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .-form-title,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .-form-title {
  border-bottom: 1px solid #ced4da !important;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .-x-transfer-at
  .form-group,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .-x-transfer-at
  .form-group,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .-x-transfer-at
  .form-group {
  display: flex;
  flex-direction: column;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid {
  padding: 15px 0;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  thead,
#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  thead
  a
  span:first-child,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  thead,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  thead
  a
  span:first-child,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  thead,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  thead
  a
  span:first-child {
  color: #3d6e8f;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  tbody
  tr
  > td,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  tbody
  tr
  > td,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  table
  tbody
  tr
  > td {
  padding: 8px 10px;
}

#bank-deposit-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  .form-group
  .form-control-label,
#bank-withdraw-data-modal
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  .form-group
  .form-control-label,
.x-modal-shift-note
  .modal-dialog
  .modal-content
  .modal-body
  .-grid-section
  .x-grid
  .form-group
  .form-control-label {
  margin-bottom: 5px;
  color: #3d6e8f;
}

.x-card-thumbnail-small-container {
  width: 14.28571%;
  margin: 7px 0;
  border-radius: 0;
  box-shadow: none !important;
  border: none;
  border-right: 1px solid #e8e9eb;
}

@media (min-width: 1200px) {
  .x-card-thumbnail-small-container:nth-child(7n) {
    border-right: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .x-card-thumbnail-small-container {
    width: 20%;
  }
  .x-card-thumbnail-small-container:nth-child(5n) {
    border-right: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .x-card-thumbnail-small-container {
    width: 33.33333%;
  }
  .x-card-thumbnail-small-container:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .x-card-thumbnail-small-container {
    width: 50%;
  }
  .x-card-thumbnail-small-container:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 575.98px) {
  .x-card-thumbnail-small-container {
    width: 100%;
    border-right: none;
  }
}

.x-card-thumbnail-small-container .card-body {
  padding: 0 10px;
}

.x-card-thumbnail-small-container .card-body .-inner-body-wrapper {
  display: flex;
  min-height: 54px;
}

.x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-image-wrapper {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-image-wrapper
  .-image {
  width: 100%;
}

.x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail
  .-title,
.x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail
  .-value {
  display: block;
}

.x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail
  .-title {
  font-size: var(--font-size);
  color: #454545;
}

.x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail
  .-value {
  font-size: 14px;
  font-weight: 700;
}

.x-dashboard-number-with-description .-value {
  font-size: 24px;
  font-weight: 600;
}

.x-dashboard-number-with-description .-description {
  color: #b2b2b2;
  font-size: 12px;
}

.x-comparison {
  position: relative;
  padding-left: 10px;
  font-size: 11.5px;
  color: #b2b2b2;
}

@media (max-width: 991.98px) {
  .x-comparison {
    font-size: 10px;
  }
}

.x-comparison:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.x-comparison.-success span {
  color: #48aa5f;
}

.x-comparison.-danger span {
  color: #ce5c50;
}

.x-comparison.-upper.-success:after {
  border-bottom: 0.5em solid #48aa5f;
}

.x-comparison.-upper.-danger:after {
  border-bottom: 0.5em solid #ce5c50;
}

.x-comparison.-lower.-success:after {
  border-top: 0.5em solid #48aa5f;
}

.x-comparison.-lower.-danger:after {
  border-top: 0.5em solid #ce5c50;
}

.x-dashboard-text-body {
  color: #454545 !important;
}

.x-dashboard-text-body-base {
  color: #3d6e8f !important;
}

.x-dashboard-text-success {
  color: #48aa5f !important;
}

.x-dashboard-text-danger {
  color: #ce5c50 !important;
}

.x-dashboard-text-warning {
  color: #ebba14 !important;
}

.x-dashboard-number {
  color: #3d6e8f;
  font-weight: 700;
}

.x-dashboard-number-style {
  font-weight: 700;
}

.x-dashboard-card {
  box-shadow: 0 2px 10px -2px #d7d8da;
}

.x-dashboard-card.-loading {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.x-dashboard-card.-loading .x-card-thumbnail-small-container:before,
.x-dashboard-card.-loading .x-dashboard-dropdown-filter:before,
.x-dashboard-card.-loading:before {
  content: "";
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.x-dashboard-card .card-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-bottom: 0;
}

.x-dashboard-card .card-header h2 {
  margin-bottom: 0;
  font-size: var(--font-size);
  font-weight: 700;
}

.x-dashboard-card .card-footer,
.x-dashboard-card .card-footer .x-dashboard-dropdown-filter {
  background: #fff;
}

.x-dashboard-card .card-footer .x-dashboard-dropdown-filter .dropdown-toggle {
  position: relative;
  padding-left: 0;
  text-align: left;
  font-size: 12px;
  color: #b2b2b2;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.x-dashboard-card
  .card-footer
  .x-dashboard-dropdown-filter
  .dropdown-toggle:after {
  border-top: 0.5em solid #b2b2b2;
}

.x-dashboard-card
  .card-footer
  .x-dashboard-dropdown-filter
  .dropdown-menu
  .dropdown-item {
  position: relative;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #5f5f5f;
  transition: all 0.2s;
}

.x-dashboard-card
  .card-footer
  .x-dashboard-dropdown-filter
  .dropdown-menu
  .dropdown-item:hover {
  background-color: #e8e9eb;
}

.x-dashboard-card
  .card-footer
  .x-dashboard-dropdown-filter
  .dropdown-menu
  .dropdown-item.active {
  color: #1b9cfb;
  background-color: transparent;
}

.x-dashboard-card
  .card-footer
  .x-dashboard-dropdown-filter
  .dropdown-menu
  .dropdown-item.active:after {
  font-family: Font Awesome\5 Free, sans-serif;
  content: "\f00c";
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 10px;
}

.x-dashboard-main-container .-header-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.x-dashboard-main-container .-header-wrapper .-header-title {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.x-dashboard-main-container .-header-wrapper .-header-title .-display-name {
  color: #1b9cfb;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul {
  padding: 0;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .-box-cls,
.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group,
.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a {
  margin: 0;
  padding: 0 10px;
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e8e9eb;
  box-shadow: none;
  background: #fff;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group.mb-3 {
  margin-bottom: 0 !important;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a:not(:first-child) {
  border-left: none;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a.active,
.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a:hover {
  background: #1b9cfb;
  color: #fff;
}

@media (max-width: 767.98px) {
  .x-dashboard-main-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    .input-group
    > .input-group-prepend
    > a {
    width: 100%;
  }
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group {
  padding: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group
  .form-control {
  height: 100%;
  padding: 0 10px;
  border: none;
  background: #fff;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.x-dashboard-main-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group
  .form-control:hover {
  background: #1b9cfb !important;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .x-dashboard-main-container .-header-wrapper .-header-filter,
  .x-dashboard-main-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    .input-group
    > .input-group-prepend {
    width: 100%;
  }
  .x-dashboard-main-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    .input-group
    > .input-group-prepend
    a {
    width: 100%;
    min-width: unset;
  }
  .x-dashboard-main-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    #criteria_date {
    width: 100%;
  }
}

.x-dashboard-total-container {
  display: flex;
  flex-wrap: wrap;
}

.x-dashboard-shift-total-container .x-card-thumbnail-small-container {
  width: 33.33333% !important;
}

@media (min-width: 1200px) {
  .x-dashboard-shift-total-container
    .x-card-thumbnail-small-container:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .x-dashboard-shift-total-container
    .x-card-thumbnail-small-container:nth-child(5n) {
    border-right: 1px solid #e8e9eb;
  }
  .x-dashboard-shift-total-container
    .x-card-thumbnail-small-container:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .x-dashboard-shift-total-container
    .x-card-thumbnail-small-container:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .x-dashboard-shift-total-container .x-card-thumbnail-small-container {
    width: 50% !important;
  }
  .x-dashboard-shift-total-container
    .x-card-thumbnail-small-container:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 575.98px) {
  .x-dashboard-shift-total-container .x-card-thumbnail-small-container {
    width: 50% !important;
    border-right: 1px solid #e8e9eb;
  }
  .x-dashboard-shift-total-container
    .x-card-thumbnail-small-container:nth-child(2n) {
    border-right: none;
  }
}

.x-dashboard-transaction-container .-top-header-wrapper {
  display: flex;
}

.x-dashboard-transaction-container .-top-header-wrapper .-top-right-container {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-top: -10px;
}

.x-dashboard-transaction-container
  .-top-header-wrapper
  .-top-right-container
  .x-card-thumbnail-small-container {
  width: auto;
  border-right: none;
}

.x-dashboard-transaction-container
  .-top-header-wrapper
  .-top-right-container
  .x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-image-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.x-dashboard-transaction-container
  .-top-header-wrapper
  .-top-right-container
  .x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.x-dashboard-transaction-container
  .-top-header-wrapper
  .-top-right-container
  .x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail
  .-title {
  font-size: 12px;
}

.x-dashboard-transaction-container
  .-top-header-wrapper
  .-top-right-container
  .x-card-thumbnail-small-container
  .card-body
  .-inner-body-wrapper
  .-detail
  .-value {
  margin-bottom: 5px;
  font-size: 18px;
}

.x-dashboard-transaction-container
  .-top-header-wrapper
  .-top-right-container
  .x-card-thumbnail-small-container
  .card-body
  .x-comparison {
  margin-top: 5px;
}

.x-dashboard-pie-container .-legend,
.x-dashboard-turnover-container .-legend {
  display: inline-block;
  width: 20px;
  height: 11px;
  border-radius: 6px;
  margin-right: 5px;
}

.x-dashboard-pie-container .-legend-container,
.x-dashboard-turnover-container .-legend-container {
  max-width: 250px;
  margin: 0 auto;
}

.x-dashboard-pie-container .-legend-container table td,
.x-dashboard-turnover-container .-legend-container table td {
  padding: 8px 1px;
  font-size: 12px;
}

.x-dashboard-shift-container .card-body .x-grid .table tbody tr td {
  padding: 18px 10px !important;
}

.x-dashboard-shift-container .x-dashboard-card,
.x-dashboard-web-type-container .x-dashboard-card {
  height: 100%;
}

.x-dashboard-shift-container .card-body,
.x-dashboard-web-type-container .card-body {
  padding: 0;
}

.x-dashboard-shift-container .card-body .x-grid,
.x-dashboard-web-type-container .card-body .x-grid {
  margin: 0 !important;
}

.x-dashboard-shift-container .card-body .x-grid .table,
.x-dashboard-web-type-container .card-body .x-grid .table {
  margin-bottom: 1rem;
}

.x-dashboard-shift-container .card-body .x-grid .table thead th,
.x-dashboard-web-type-container .card-body .x-grid .table thead th {
  padding: 10px 5px;
  background: linear-gradient(180deg, #eef5fa, #d8eaf8);
}

.x-dashboard-shift-container .card-body .x-grid .table thead th .icon--can-sort,
.x-dashboard-web-type-container
  .card-body
  .x-grid
  .table
  thead
  th
  .icon--can-sort {
  top: 10px;
}

.x-dashboard-shift-container .card-body .x-grid .table thead th.ascending,
.x-dashboard-shift-container .card-body .x-grid .table thead th.descending,
.x-dashboard-web-type-container .card-body .x-grid .table thead th.ascending,
.x-dashboard-web-type-container .card-body .x-grid .table thead th.descending {
  background: linear-gradient(180deg, #eef5fa, #d8eaf8) !important;
}

.x-dashboard-shift-container .card-body .x-grid .table tbody tr td,
.x-dashboard-web-type-container .card-body .x-grid .table tbody tr td {
  padding: 5px 10px;
}

.x-dashboard-shift-container
  .card-body
  .x-grid
  .table
  tbody
  tr
  td
  .-channel-image,
.x-dashboard-web-type-container
  .card-body
  .x-grid
  .table
  tbody
  tr
  td
  .-channel-image {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

@media (max-width: 991.98px) {
  .x-dashboard-shift-container
    .card-body
    .x-grid
    .table
    tbody
    tr
    td
    .-channel-image,
  .x-dashboard-web-type-container
    .card-body
    .x-grid
    .table
    tbody
    tr
    td
    .-channel-image {
    padding-left: 10px;
  }
}

.x-dashboard-shift-container
  .card-body
  .x-grid
  .table
  tbody
  tr
  td
  .-channel-image
  img,
.x-dashboard-web-type-container
  .card-body
  .x-grid
  .table
  tbody
  tr
  td
  .-channel-image
  img {
  width: 30px;
  height: 30px;
  min-height: 30px;
}

.x-dashboard-shift-container
  .card-body
  .x-grid
  .table
  tbody
  tr
  td
  .-channel-image
  span,
.x-dashboard-web-type-container
  .card-body
  .x-grid
  .table
  tbody
  tr
  td
  .-channel-image
  span {
  flex: 1;
}

.x-withdraw-report-manual-container .-header-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.x-withdraw-report-manual-container .-header-wrapper .-header-title {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-title
  .-display-name {
  color: #1b9cfb;
}

@media (max-width: 991.98px) {
  .x-withdraw-report-manual-container .-header-wrapper .-header-filter {
    margin-top: 1rem;
  }
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul {
  padding: 0;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .-box-cls,
.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group,
.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a {
  margin: 0;
  padding: 0 10px;
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e8e9eb;
  box-shadow: none;
  background: #fff;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group.mb-3 {
  margin-bottom: 0 !important;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a:not(:first-child) {
  border-left: none;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a.active,
.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .input-group
  > .input-group-prepend
  > a:hover {
  background: #1b9cfb;
  color: #fff;
}

@media (max-width: 767.98px) {
  .x-withdraw-report-manual-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    .input-group
    > .input-group-prepend
    > a {
    width: 100%;
  }
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group {
  padding: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group
  .form-control {
  height: 100%;
  padding: 0 10px;
  border: none;
  background: #fff;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.x-withdraw-report-manual-container
  .-header-wrapper
  .-header-filter
  .x-form-filter-container
  ul
  .form-group
  .form-control:hover {
  background: #1b9cfb !important;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .x-withdraw-report-manual-container .-header-wrapper .-header-filter,
  .x-withdraw-report-manual-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    .input-group
    > .input-group-prepend {
    width: 100%;
  }
  .x-withdraw-report-manual-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    .input-group
    > .input-group-prepend
    a {
    width: 100%;
    min-width: unset;
  }
  .x-withdraw-report-manual-container
    .-header-wrapper
    .-header-filter
    .x-form-filter-container
    ul
    #criteria_date {
    width: 100%;
  }
}

.x-withdraw-report-manual-container .-content-wrapper .-top-section {
  display: flex;
  padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .x-withdraw-report-manual-container .-content-wrapper .-top-section {
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-top-section
    #x-group-status-container {
    margin-top: 1rem;
  }
}

.x-withdraw-report-manual-container .-content-wrapper .-bottom-section {
  padding-top: 1rem;
  border-top: 1px solid #e8e9eb;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-bottom-section
  .-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-bottom-section
    .-inner-wrapper {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-bottom-section
    .-inner-wrapper {
    width: 100%;
  }
}

.x-withdraw-report-manual-container .-content-wrapper .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 285px;
  padding: 0.8rem;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
}

.x-withdraw-report-manual-container .-content-wrapper .card .-img {
  width: 60px;
  border-radius: 50%;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-title {
  font-weight: 700;
  font-size: 0.8rem;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-title.-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95px;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-price {
  font-size: 1rem;
  font-weight: 700;
  color: #48aa5f;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-bill {
  margin-top: 8px;
  font-size: 1rem;
  color: #1b9cfb;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-min {
  margin-top: 8px;
  font-size: 1rem;
}

.x-withdraw-report-manual-container .-content-wrapper .card.-normal {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.x-withdraw-report-manual-container .-content-wrapper .card.-normal-bank {
  display: block;
  width: 400px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading {
  display: flex;
  align-items: center;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading
  .-img {
  width: 30px;
  margin-right: 10px;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading
  .-name-wrapper {
  flex: 1;
  min-width: 0;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading
  .-name-wrapper
  .-title {
  font-size: 1rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading
  .-price-wrapper {
  position: relative;
  text-align: right;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading
  .-price-wrapper
  .-price {
  font-size: 1rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-heading
  .-price-wrapper
  .-price.-diff {
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 0.7rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content {
  margin-top: 1.5rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text {
  font-size: 0.8rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link {
  color: #1b9cfb;
}

.vex-dialog-buttons
  .x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link
  .vex-dialog-button,
.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link
  .btn,
.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link
  .vex-dialog-buttons
  .vex-dialog-button {
  top: -3px;
  position: relative;
  margin-right: 0;
}

.vex-dialog-buttons
  .x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link
  .vex-dialog-button
  .fas,
.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link
  .btn
  .fas,
.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text.-link
  .vex-dialog-buttons
  .vex-dialog-button
  .fas {
  color: #1b9cfb;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text-value {
  margin-top: -3px;
  font-size: 0.95rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-content
  .-text-value
  .-min {
  margin-top: 0;
  font-size: 0.95rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info {
  margin-top: 0.5rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-group-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-group-container
  .-group-item {
  width: 50%;
  text-align: right;
  font-size: 0.8rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-user-info-container {
  text-align: right;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-user-info-container
  .-named-stat {
  font-size: 0.8rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-user-info-container
  .-named-stat
  .fas {
  font-size: 10px;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-user-info-container
  .-active {
  margin-top: 5px;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .card.-normal-bank
  .-normal-bank-holder-info
  .-user-info-container
  .-active
  span {
  padding: 5px 8px;
  font-size: 0.8rem;
  background: #e8e9eb;
}

.x-withdraw-report-manual-container .-content-wrapper .card.-big {
  align-items: flex-start;
  width: 400px;
  padding: 1.5rem 1rem 1rem;
  margin-right: 1rem;
  flex: 0 0 400px;
}

@media (max-width: 1199.98px) {
  .x-withdraw-report-manual-container .-content-wrapper .card.-big {
    flex: 1;
  }
}

.x-withdraw-report-manual-container .-content-wrapper .card.-big .-img {
  width: 50px;
}

.x-withdraw-report-manual-container .-content-wrapper .card.-big .-title {
  font-size: 1rem;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-left-container {
  flex: 1;
  padding: 0 0 0 10px;
}

.x-withdraw-report-manual-container .-content-wrapper .card .-right-container {
  padding: 0;
  text-align: right;
}

.x-withdraw-report-manual-container .-content-wrapper .-status-wrapper {
  position: relative;
  display: flex;
  padding: 1rem;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
}

@media (max-width: 767.98px) {
  .x-withdraw-report-manual-container .-content-wrapper .-status-wrapper {
    min-width: 100%;
    flex-direction: column;
  }
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-status-wrapper
    .-offline-wrapper {
    width: 100%;
  }
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-status-wrapper
    .-online-wrapper {
    margin-top: 1rem;
  }
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-offline-wrapper {
  min-width: 300px;
  max-width: 300px;
  padding: 10px 20px;
  background: #f5f7fa;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-offline-wrapper
  .-inner-wrapper
  .-item {
  width: 50%;
}

@media (max-width: 767.98px) {
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-status-wrapper
    .-offline-wrapper {
    min-width: 0;
    width: 100%;
  }
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-status-wrapper
    .-offline-wrapper
    .-inner-wrapper
    .-item {
    width: 33%;
  }
}

@media (max-width: 575.98px) {
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-status-wrapper
    .-offline-wrapper
    .-inner-wrapper
    .-item {
    width: 50%;
  }
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-online-wrapper {
  width: 100%;
  padding: 10px 20px;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-online-wrapper
  .-inner-wrapper
  .-item {
  width: 33%;
}

@media (max-width: 575.98px) {
  .x-withdraw-report-manual-container
    .-content-wrapper
    .-status-wrapper
    .-online-wrapper
    .-inner-wrapper
    .-item {
    width: 50%;
  }
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-offline-wrapper
  .-title,
.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-online-wrapper
  .-title {
  font-size: 0.8rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-offline-wrapper
  .-title
  .fas,
.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-online-wrapper
  .-title
  .fas {
  font-size: 8px;
  top: -1px;
  position: relative;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-offline-wrapper
  .-inner-wrapper,
.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-online-wrapper
  .-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-offline-wrapper
  .-inner-wrapper
  .-item,
.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .-online-wrapper
  .-inner-wrapper
  .-item {
  margin-top: 3px;
  padding-right: 10px;
  font-size: 0.8rem;
}

.x-withdraw-report-manual-container
  .-content-wrapper
  .-status-wrapper
  .btn-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border: none;
  box-shadow: none;
  background: transparent;
}

#main__content {
  background-color: #f1f1f1;
}

.x-title {
  color: #3d6e8f;
  font-weight: 700;
  font-size: 0.9rem;
}

.x-lh-1 {
  line-height: 1;
}

.-font-smaller {
  font-size: 11px;
}

.x-body-center #main__content {
  justify-content: center;
  display: flex;
  align-items: center;
}

.x-clickable {
  cursor: pointer;
}

.x-clickable:hover {
  color: #1b9cfb !important;
}

.x-text-hint {
  font-size: 11px;
  font-style: italic;
  display: block;
  margin-top: -10px;
  margin-left: 23px;
  margin-bottom: 10px;
  color: #753535;
}

.page-header {
  font-size: 1.7rem;
  font-weight: 400;
}

.x-pagination {
  margin-bottom: 0.5rem;
}

.x-pagination .pagination {
  margin-bottom: 0;
}

.col-form-label {
  padding: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
}

.alert {
  background-color: #fff;
  border: none;
}

.alert strong {
  font-size: 1rem;
}

.alert-danger {
  background-color: #feeff1;
}

.alert-info {
  background-color: #ddf5f8;
}

.alert-success {
  background-color: #cbefdb;
}

.alert .close i {
  font-size: 1rem;
}

.alert .-alert-msg {
  margin-top: 5px;
}

.text-default {
  color: #3d6e8f;
}

.nav-tabs {
  border: none;
}

.bg-primary-4 {
  background-color: #d9edf7;
}

.x-bg-primary {
  background: rgba(27, 156, 251, 0.1);
  padding: 4px 8px;
  border-radius: 24px;
}

.x-del {
  text-decoration: line-through;
}

::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #b0b4bb;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: #e6e8ec;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.x-breadcrumb-container {
  background-color: #474544;
  margin: -1rem -1rem 1rem;
}

.x-breadcrumb-container .breadcrumb {
  border-radius: 0;
  background-color: #fff !important;
  padding: 0.65rem 1rem;
}

.x-breadcrumb-container .breadcrumb a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.x-breadcrumb-container .breadcrumb .breadcrumb-item {
  color: #000;
  font-size: 12px;
}

.x-breadcrumb-container .breadcrumb .active:before {
  content: "-";
}

.x-custom-tab .nav-tabs {
  display: flex;
}

.x-custom-tab .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  background-color: #3da556;
  border-color: #3da556;
  color: #fff !important;
  border-radius: 0;
}

.x-custom-tab .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: #f0f5f8;
  color: #3d6e8f;
}

.x-custom-tab .nav-tabs .nav-item .nav-link.active {
  background-color: #1b9cfb;
  border-radius: 0;
  color: #fff !important;
}

.x-custom-tab .nav-tabs .nav-item.-deposit .nav-link.active {
  background-color: #3da556;
  border-color: #3da556;
  border-radius: 0;
  color: #fff !important;
}

.x-custom-tab .nav-tabs .nav-item.-withdraw .nav-link.active {
  background-color: #ce5a4e;
  border-color: #ce5a4e;
  border-radius: 0;
  color: #fff !important;
}

.x-underline-tab .nav-item .nav-link {
  border-color: transparent;
  border-bottom: 4px solid transparent;
}

.x-underline-tab .nav-item .nav-link.active {
  background: inherit;
  border-bottom-color: #1b9cfb;
}

.btn,
.vex-dialog-buttons .vex-dialog-button {
  padding: 0.375rem 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
}

.btn.-bordered,
.vex-dialog-buttons .-bordered.vex-dialog-button {
  border: 1px solid #c1c1c1;
}

@media (min-width: 992px) {
  .btn.-bordered-lg,
  .vex-dialog-buttons .-bordered-lg.vex-dialog-button {
    border: 1px solid #c1c1c1;
  }
}

.btn.-square,
.vex-dialog-buttons .-square.vex-dialog-button {
  padding: 0.375rem !important;
}

.btn.-no-shadow,
.vex-dialog-buttons .-no-shadow.vex-dialog-button {
  box-shadow: none;
}

.btn-danger,
.btn-grid-create,
.btn-grid-create-manual,
.btn-grid-export,
.btn-grid-index-create,
.btn-grid-search,
.btn-primary,
.btn-success,
.vex-dialog-buttons .vex-dialog-button-primary {
  color: #fff !important;
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #d9d9d9;
}

.btn-white.focus,
.btn-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #d2d2d2;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-grid-back,
.btn-grid-create,
.btn-grid-create-manual,
.btn-grid-export,
.btn-grid-index-cancel,
.btn-grid-index-create,
.btn-grid-reset,
.btn-grid-search,
.btn-grid-update {
  min-width: 130px;
  font-size: 12px;
}

.btn-grid-back {
  background-color: #fff;
  border: 1px solid #cbefdb;
  color: #3da556;
}

.btn-grid-back:hover {
  background-color: #f8f9fa;
}

.btn-grid-reset {
  color: #1b9cfb;
  background: #e6f6fc;
  border-color: #b8e5f6;
}

.btn-grid-reset:hover {
  background: #cfeef9;
}

.btn-grid-index-cancel {
  color: #3da556;
  background: #effff6;
  border-color: #cbefdb;
}

.btn-grid-index-cancel:hover {
  background: #cbefdb;
}

.x-btn-shift-ignore-toggle {
  width: 20px !important;
}

.x-btn-shift-ignore-toggle .-img-active {
  position: relative;
  width: 20px;
  display: none;
  left: -2px;
}

.x-btn-shift-ignore-toggle .-img-deactive {
  position: relative;
  top: -4px;
  width: 18px;
  display: inline-block;
  padding-left: 1px;
}

.x-btn-shift-ignore-toggle.-active .-img-active {
  display: block;
}

.x-btn-shift-ignore-toggle.-active .-img-deactive {
  display: none;
}

.btn-taxon-mng {
  width: 40px !important;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -25px;
  right: -25px;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.card {
  box-shadow: 0 0 10px -2px hsla(0, 0%, 46.7%, 0.1);
}

.dropdown-menu {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
  border-color: hsla(0, 0%, 46.7%, 0.1);
}

.dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 14px;
  border-top: 0.5em solid;
}

.selectize-control.form-control.multi {
  line-height: 0;
}

.selectize-control.form-control.multi
  .selectize-input.items.not-full.has-options.has-items {
  padding: 0 5px;
}

.selectize-control.form-control.multi
  .selectize-input.items.not-full.has-options.has-items
  .item {
  margin-top: 4px;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 10px;
}

.selectize-control.form-control.multi
  .selectize-input.items.not-full.has-options.has-items
  input {
  top: -5px;
}

.selectize-control.form-control.single {
  height: 30px;
}

.selectize-control.form-control.single .selectize-input {
  color: #999;
  box-shadow: none;
  background-image: none !important;
}

.selectize-control.form-control.single
  .selectize-input.items.has-options.full.has-items {
  padding: 5px 12px;
}

.selectize-control.form-control.single
  .selectize-input.items.has-options.full.has-items
  .item {
  font-size: 12px;
}

.selectize-control.form-control.single
  .selectize-input.items.has-options.full.has-items:hover {
  color: #000;
}

.selectize-control.form-control.single
  .selectize-input.items.has-options.full.has-items
  input {
  top: -5px;
}

.selectize-control .selectize-dropdown-content {
  cursor: pointer;
}

.selectize-control .selectize-dropdown-content .option {
  margin-bottom: 1px;
  color: #000;
  transition: background-color 0.2s;
}

.selectize-control .selectize-dropdown-content .option.active,
.selectize-control .selectize-dropdown-content .option:hover {
  background-color: #f0f5f8;
}

.selectize-control .selectize-dropdown-content .option.active {
  color: #1b9cfb;
}

.x-grid-bg-primary {
  background-color: rgba(27, 156, 251, 0.15) !important;
}

.x-grid-bg-warning {
  background-color: rgba(235, 186, 20, 0.15) !important;
}

.x-grid-bg-gray {
  background-color: #d4d0d0 !important;
}

.x-grid-bg-danger {
  background-color: rgba(206, 90, 78, 0.15) !important;
}

.custom-control.custom-checkbox .custom-control-label {
  font-size: 12px;
  padding-top: 0.175rem;
}

.form-control {
  color: #999;
  font-size: 12px;
}

.form-control:hover {
  color: #000;
}

.form-group {
  margin-bottom: 8px;
}

.form-group .form-control-label {
  margin-bottom: 3px;
}

.form-group .custom-control-label {
  padding-top: 0.175rem;
}

.form-group .custom-control-label,
.form-group .form-control,
.form-group .form-control-label {
  font-size: 12px;
}

.form-group input[type="color"] {
  padding: 2px;
  border-radius: 5px;
}

.form-group .btn.btn-outline-secondary,
.form-group .vex-dialog-buttons .btn-outline-secondary.vex-dialog-button,
.vex-dialog-buttons .form-group .btn-outline-secondary.vex-dialog-button {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
}

.form-group .btn.btn-outline-secondary i,
.form-group .vex-dialog-buttons .btn-outline-secondary.vex-dialog-button i,
.vex-dialog-buttons .form-group .btn-outline-secondary.vex-dialog-button i {
  line-height: 30px;
}

.x-date-range-filter .form-check-label {
  font-size: 12px;
}

.x-form-grid-container .card .card-title {
  margin: 15px 15px 0;
  border-bottom: 1px solid #22c4fc;
  color: #000 !important;
}

/* .modal .modal-dialog .modal-header {
	margin: 0 1rem;
	position: relative;
	justify-content: center;
	border-bottom: 1px solid #ced4da!important;
	padding: .75rem 0!important;
	font-weight: 700;
	font-size: 1.08rem;
	color: #3d6e8f
} */

/* .modal .modal-dialog .modal-header .close {
	position: absolute;
	right: 0;
	top: auto
} */

.modal .modal-dialog.modal-extra-md {
  max-width: 420px;
}

.modal .modal-dialog.modal-extra-lg {
  max-width: 650px !important;
}

.modal .modal-dialog.modal-extra-xl {
  max-width: 900px !important;
}

.modal .modal-dialog.modal-extra-xxl {
  max-width: 1400px !important;
}

.modal.show {
  background-color: rgba(48, 63, 78, 0.4);
}

.x-withdraw-modal-container .modal-header {
  position: relative;
  justify-content: center;
  border-bottom-color: #ced4da !important;
  padding: 0.75rem 0 !important;
}

.x-withdraw-modal-container .modal-header .close {
  position: absolute;
  right: 0;
  top: auto;
}

.x-withdraw-modal-container .modal-body .-transaction-price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ced4da;
}

.x-withdraw-modal-container .modal-body .-transaction-price .-acc-no {
  color: #000;
  font-weight: 700;
}

.x-withdraw-modal-container .modal-body .-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ce5a4e;
}

.x-withdraw-modal-container .modal-body .form-group .col-form-label {
  color: #3d6e8f;
}

.x-withdraw-modal-container
  .modal-body
  .form-group
  #withdraw_complete_withdrawAt {
  justify-content: space-between;
}

.x-withdraw-modal-container
  .modal-body
  .form-group
  #withdraw_complete_withdrawAt
  .flatpickr-input,
.x-withdraw-modal-container
  .modal-body
  .form-group
  #withdraw_complete_withdrawAt
  .flatpickr-wrapper {
  width: 49%;
}

.x-withdraw-modal-container
  .modal-body
  .form-group
  #withdraw_complete_withdrawAt
  #withdraw_complete_withdrawAt_time {
  width: 100%;
}

.modal-apply-promotion .input-group .btn.btn-outline-secondary,
.modal-apply-promotion
  .input-group
  .vex-dialog-buttons
  .btn-outline-secondary.vex-dialog-button,
.vex-dialog-buttons
  .modal-apply-promotion
  .input-group
  .btn-outline-secondary.vex-dialog-button {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
}

.modal-apply-promotion .input-group .btn.btn-outline-secondary i,
.modal-apply-promotion
  .input-group
  .vex-dialog-buttons
  .btn-outline-secondary.vex-dialog-button
  i,
.vex-dialog-buttons
  .modal-apply-promotion
  .input-group
  .btn-outline-secondary.vex-dialog-button
  i {
  line-height: 30px;
}

.x-customer-approve-modal-container .-customer-approve-body .-ic-sms {
  width: 22px;
  height: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.x-customer-approve-modal-container .-customer-approve-body .-ic-sms .fas {
  font-size: 10px;
}

.x-profile-modal-container .-hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.x-profile-modal-container .media,
.x-profile-modal-container a.-see {
  font-size: 13px;
}

.x-profile-modal-container h3 {
  color: #3d6e8f;
  font-weight: 700;
}

.-x-profile-header {
  color: #505050;
}

.-x-profile-header h2 {
  color: #3d6e8f;
  font-weight: 700;
}

.-x-profile-header .col-auto {
  flex-basis: 109px;
}

.-x-profile-header .col-auto .-image {
  width: 100%;
}

.-x-profile-header .-edit {
  width: 22px;
  height: 22px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.-x-profile-header .-edit .fas {
  font-size: 10px;
}

@media (max-width: 575.98px) {
  .-x-profile-header .-image {
    width: 50%;
  }
}

.x-profile-row {
  margin-bottom: 0.2rem;
  font-size: 13px;
}

.x-profile-row .-label {
  display: inline-block;
  width: 115px;
}

.x-profile-row .-value {
  display: inline-block;
  word-break: break-word;
}

.x-profile-modal-tabs {
  justify-content: space-between;
}

.x-profile-modal-tabs .nav-item {
  width: 33%;
}

.x-profile-modal-tabs .nav-item .nav-link {
  margin-top: 0.75rem;
  text-align: center;
  font-weight: 700;
  color: #3d6e8f;
  background: #f0f5f8;
  border: none;
  border-radius: 0;
  transition: all 0.2s;
}

.x-profile-modal-tabs .nav-item .nav-link:hover {
  color: #fff;
  background: #70a1c2;
}

.x-profile-modal-tabs .nav-item .nav-link.active {
  color: #fff;
  background: #3d6e8f;
}

.x-modal-alert {
  margin: 2rem 0;
}

.x-modal-alert .-icon {
  border-radius: 50%;
  border: 4px solid grey;
  box-sizing: content-box;
  height: 75px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}

.x-modal-alert .-icon.-success {
  border-color: #3da556;
}

.x-modal-alert .-icon.-success:after,
.x-modal-alert .-icon.-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
}

.x-modal-alert .-icon.-success:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.x-modal-alert .-icon.-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.x-modal-alert .-icon.-success .-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(61, 165, 86, 0.5);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}

.x-modal-alert .-icon.-success .-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}

.x-modal-alert .-icon.-success .-line {
  background-color: #3da556;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}

.x-modal-alert .-icon.-success .-line.-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}

.x-modal-alert .-icon.-success .-line.-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 47px;
}

.x-modal-alert .animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.x-modal-alert .animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.x-modal-alert .-icon.-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.x-modal-alert .animateXLeft {
  -webkit-animation: animateXLeft 0.75s;
  animation: animateXLeft 0.75s;
}

.x-modal-alert .animateXRight {
  -webkit-animation: animateXRight 0.75s;
  animation: animateXRight 0.75s;
}

@-webkit-keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0%,
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12%,
  to {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0%,
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12%,
  to {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes animateXLeft {
  0%,
  65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  to {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}

@keyframes animateXLeft {
  0%,
  65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  to {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}

@-webkit-keyframes animateXRight {
  0%,
  65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  to {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}

@keyframes animateXRight {
  0%,
  65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  to {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}

.vex-dialog-buttons
  .x-provider-user-modal-container
  .btn-group
  .vex-dialog-button,
.x-provider-user-modal-container .btn-group .btn,
.x-provider-user-modal-container
  .btn-group
  .vex-dialog-buttons
  .vex-dialog-button {
  color: #505050;
  background-color: #e9ecef;
  border-color: #adb5bd !important;
  border-radius: 0;
  opacity: 0.5;
  box-shadow: none;
}

.vex-dialog-buttons
  .x-provider-user-modal-container
  .btn-group
  .active.vex-dialog-button,
.x-provider-user-modal-container .btn-group .btn.active,
.x-provider-user-modal-container
  .btn-group
  .vex-dialog-buttons
  .active.vex-dialog-button {
  border: 2px solid #ced4da;
  background-color: #f8f9fa;
  opacity: 1;
}

.x-provider-user-modal-container .-content .-username .-inner {
  flex-flow: wrap;
}

.x-provider-user-modal-container .-content .-username .-inner .form-control {
  flex: 1;
}

.x-owner-data {
  border-bottom: 1px solid #ced4da !important;
}

.x-form-filter-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  margin-bottom: 0;
}

.x-form-filter-container ul li {
  width: 200px;
  display: block;
  padding: 5px;
  float: left;
}

.x-form-filter-container ul li .form-group {
  margin-bottom: 0;
}

.x-form-filter-container ul li.-checkbox {
  margin-top: 26px;
}

.x-form-filter-container ul li.-button-zone {
  width: auto;
  margin-top: 23px !important;
}

.vex-dialog-buttons
  .x-form-filter-container
  ul
  li.-button-zone
  .vex-dialog-button,
.x-form-filter-container ul li.-button-zone .btn,
.x-form-filter-container
  ul
  li.-button-zone
  .vex-dialog-buttons
  .vex-dialog-button {
  min-width: 100px;
}

.x-form-filter-container ul li.-button-zone a {
  margin-left: 10px;
}

.x-form-filter-container ul li.-groups {
  position: relative;
}

.x-form-filter-container ul li.-groups .-hint {
  position: absolute;
  left: 6px;
  bottom: -9px;
  font-size: 11px;
  color: #868e96;
}

.x-form-filter-container ul li.-groups .-hint .fas {
  cursor: pointer;
}

.x-form-filter-container ul li.-groups .selectize-input {
  height: 28px;
  overflow: auto;
  padding: 0.28rem 0.75rem;
}

.x-form-filter-container ul li.-groups .selectize-input > * {
  height: 18px !important;
  overflow: hidden !important;
}

.x-form-filter-container ul.-button-zone-special .-button-zone {
  margin-top: 0;
}

.x-form-filter-container .-down-zone {
  padding: 10px;
  border-top: 1px solid #cfeef9;
  float: left;
  width: 100%;
}

.vex-dialog-buttons .x-form-filter-container .-down-zone .vex-dialog-button,
.x-form-filter-container .-down-zone .btn,
.x-form-filter-container .-down-zone .vex-dialog-buttons .vex-dialog-button {
  border: 1px solid #cfeef9;
}

@media (max-width: 991.98px) {
  .x-form-filter-container ul li {
    width: 25%;
  }
  .x-form-filter-container .-bank-transaction-search ul li {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .x-form-filter-container ul li {
    width: 50%;
  }
  .x-form-filter-container ul li.-button-zone {
    width: 100%;
    display: flex;
    margin-top: 0;
  }
  .vex-dialog-buttons .x-form-filter-container .-down-zone .vex-dialog-button,
  .x-form-filter-container .-down-zone .btn,
  .x-form-filter-container .-down-zone .vex-dialog-buttons .vex-dialog-button {
    width: 24%;
    padding: 5px !important;
  }
}

@media (max-width: 575.98px) {
  .x-form-filter-container ul li {
    width: 100%;
  }
  .x-form-filter-container ul li.-button-zone {
    flex-direction: column;
    width: 100%;
  }
  .x-form-filter-container ul li.-button-zone a,
  .x-form-filter-container ul li.-button-zone button {
    width: 100%;
  }
  .x-form-filter-container ul li.-button-zone a {
    margin-left: 0;
    margin-top: 15px;
  }
  .vex-dialog-buttons .x-form-filter-container .-down-zone .vex-dialog-button,
  .x-form-filter-container .-down-zone .btn,
  .x-form-filter-container .-down-zone .vex-dialog-buttons .vex-dialog-button {
    width: 49%;
  }
}

.vex-dialog-buttons .x-state-count-block .btn-group-sm > .vex-dialog-button,
.x-state-count-block .btn-group-sm > .btn,
.x-state-count-block .btn-sm,
.x-state-count-block .vex-dialog-buttons .btn-group-sm > .vex-dialog-button {
  font-size: 80%;
  padding: 2px 9px;
}

footer.sticky-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-color: #2a2725;
  color: #fff;
  line-height: 45px;
}

@media (min-width: 992px) {
  footer.sticky-footer {
    width: calc(100% - 210px);
  }
}

@media (min-width: 992px) {
  div.sidenav-toggled footer.sticky-footer {
    width: calc(100% - 55px);
  }
}

.btn-action,
.vex-dialog-buttons .x-grid tbody td.actions .vex-dialog-button,
.x-grid tbody td.actions .btn,
.x-grid tbody td.actions .vex-dialog-buttons .vex-dialog-button {
  /* width: 20px;
	height: 20px; */
  padding: 0;
  text-align: center;
  box-shadow: none;
  transition: all 0.3s;
  margin-right: 4px;
  /* color: #484848; */
  overflow: hidden;
}

.btn-action i,
.vex-dialog-buttons .x-grid tbody td.actions .vex-dialog-button i,
.x-grid tbody td.actions .btn i,
.x-grid tbody td.actions .vex-dialog-buttons .vex-dialog-button i {
  font-size: 12px;
  line-height: 20px;
}

.btn-action.-action-fit,
.vex-dialog-buttons .x-grid tbody td.actions .-action-fit.vex-dialog-button,
.x-grid tbody td.actions .-action-fit.btn,
.x-grid tbody td.actions .vex-dialog-buttons .-action-fit.vex-dialog-button {
  height: auto;
  line-height: normal;
  padding: 0;
}

.x-grid {
  overflow-x: auto;
  margin: 15px;
}

.x-grid .table {
  margin-bottom: 0;
  border: 0 solid #fff;
  border-spacing: 0 1px;
}

.x-grid td,
.x-grid th {
  border-left-width: 1px;
  border-left-color: #dee2e6;
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  vertical-align: middle;
}

.x-grid thead {
  font-weight: 700;
  font-size: 0.7875rem;
  color: #505050;
  background-color: #147bfa;
}

.x-grid thead a {
  color: #505050;
}

.x-grid thead th {
	border-width: 1px;
	background-color: var(--ws-nav);
	padding: 7px 5px;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
}

.x-grid thead th .icon--can-sort {
  position: absolute;
  right: 7px;
  top: 5px;
}

.x-grid thead th.ascending,
.x-grid thead th.descending {
  color: #3a87ad !important;
  background: #d9edf7 !important;
}

.x-success {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.x-info {
  color: #0c5460 !important;
  background-color: #d1ecf1 !important;
  border-color: #bee5eb !important;
}

.x-error {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.x-grid tbody tr {
  transition: background-color 0.4s ease;
}

.x-grid tbody tr .font-weight-bold {
  font-weight: 500 !important;
}

.x-grid tbody tr:nth-child(2n) {
	background-color: var(--ws-tr);
}

.x-grid tbody tr:hover {
  background-color: #e4ebee;
}

.x-grid tbody tr.-sum {
  background-color: #cfe6f7;
}

.x-grid tbody td {
  padding: 3px 5px;
  font-size: 14px;
  color: #505050;
}

.x-grid tbody td.actions {
  display: flex;
  justify-content: flex-end;
}

.x-grid tbody td.actions .btn-danger {
  color: #fff;
}

.x-grid tbody td.actions form {
  display: inline-block;
}

.x-grid tbody td:first-child {
  border-left-width: 1px;
  border-left-color: #dee2e6;
}

.x-grid .sortable {
  min-width: 100px;
}

.x-grid .sortable .sortable--link.-text {
  white-space: nowrap;
}

.x-grid .sortable .sortable--link:focus,
.x-grid .sortable .sortable--link:hover {
  text-decoration: none;
}

.x-grid .sortable .sortable--link .-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.x-grid .sortable .icon--can-sort {
  display: flex;
  flex-direction: column;
}

.x-grid .sortable .icon--can-sort .fas {
  color: rgba(27, 156, 251, 0.3);
  line-height: 0.8;
}

.x-grid .sortable .icon--can-sort .fas.active {
  color: #1b9cfb;
}

.x-grid .dropdown-menu {
  min-width: 120px;
}

.x-grid .dropdown-menu.show {
  display: flex;
  justify-content: space-between;
}

.vex-dialog-buttons .x-grid .dropdown-menu .vex-dialog-button,
.x-grid .dropdown-menu .btn,
.x-grid .dropdown-menu .vex-dialog-buttons .vex-dialog-button {
  display: block;
  width: 100%;
  box-shadow: none;
}

.x-grid .bonn-table-column-actions {
  min-width: 100px;
}

[data-grid-name="wm_deposit"] .bonn-table-column-state,
[data-grid-name="wm_withdraw"] .bonn-table-column-state {
  min-width: 150px !important;
}

.x-member-group .-item {
  padding: 0.2rem;
}

.x-member-group a {
  font-size: 12px;
}

.-x-grid-header {
  color: #417091;
  border-bottom: 1px solid #cfeef9;
}

.-x-grid-header a {
  width: 100%;
  height: 35px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #3d6e8f;
}

.-x-grid-header a:hover {
  text-decoration: none;
}

.-x-grid-header a i {
  transition: all 0.2s;
}

.-x-grid-header a.collapsed i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .x-create-header-action,
  .x-update-header-action {
    display: flex;
    justify-content: space-between;
  }
  .vex-dialog-buttons .x-create-header-action .vex-dialog-button,
  .vex-dialog-buttons .x-update-header-action .vex-dialog-button,
  .x-create-header-action .btn,
  .x-create-header-action .vex-dialog-buttons .vex-dialog-button,
  .x-update-header-action .btn,
  .x-update-header-action .vex-dialog-buttons .vex-dialog-button {
    width: 49%;
  }
}

@media (max-width: 575.98px) {
  .x-create-header-action,
  .x-update-header-action {
    flex-direction: column;
  }
  .vex-dialog-buttons .x-create-header-action .vex-dialog-button,
  .vex-dialog-buttons .x-update-header-action .vex-dialog-button,
  .x-create-header-action .btn,
  .x-create-header-action .vex-dialog-buttons .vex-dialog-button,
  .x-update-header-action .btn,
  .x-update-header-action .vex-dialog-buttons .vex-dialog-button {
    width: 100%;
  }
  .x-create-header-action .btn-grid-create,
  .x-update-header-action .btn-grid-create {
    margin-top: 10px;
  }
}

.-x-grid-content-button {
  border-top: 1px solid #cfeef9;
}

.-x-shift-report-note a {
  color: #505050;
  text-decoration: none;
}

th.bonn-table-column-botStatus {
  text-align: left !important;
  padding-left: 52px !important;
}

.x-bot-status-container .-x-wrapper {
  display: flex;
  align-items: center;
  text-align: center !important;
}

.x-bot-status-container .-x-wrapper .-state {
  width: 100px;
}

.x-bot-status-container .-x-wrapper .-state .-icon {
  font-size: 16px;
}

.x-bot-status-container .-x-wrapper .-state .-icon-circle .fas {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
}

.x-bot-status-container .-x-wrapper .-state .-icon-circle .fa-exclamation {
  background-color: #868e96;
}

.x-bot-status-container .-x-wrapper .-state .-icon-circle .fa-times {
  background-color: #ce5a4e;
}

.x-bot-status-container .-x-wrapper .-state .-icon-circle .fa-check {
  background-color: #3da556;
}

.x-bot-status-container .-x-wrapper .-state .-label {
  font-size: 10px;
}

.x-bot-status-container .-btn-action {
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 3px;
  line-height: 18px;
}

.x-bot-status-container .-btn-action.-cancel {
  background-color: #ce5a4e;
}

.x-bot-status-container .-btn-action.-retry {
  background-color: #3d6e8f;
}

.x-bot-status-container .-btn-action.-retry .fa-redo-alt {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.x-bot-status-container .-btn-action.-complete {
  background-color: #3da556;
}

.vex-dialog-buttons
  [data-grid-name="app_admin_bot_command"]
  .bonn-table-column-status
  .vex-dialog-button,
[data-grid-name="app_admin_bot_command"] .bonn-table-column-status .btn,
[data-grid-name="app_admin_bot_command"]
  .bonn-table-column-status
  .vex-dialog-buttons
  .vex-dialog-button {
  padding-left: 10px !important;
  padding-right: 25px !important;
  font-size: 11px;
}

[data-grid-name="app_admin_bot_command"] .bonn-table-column-actions {
  min-width: 65px;
}

[data-grid-name="app_admin_bot_command"] thead th {
  padding: 5px;
}

[data-grid-name="app_admin_bot_command"] tbody td {
  padding: 1px 2px;
  font-size: 11px;
}

.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-companyCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-companyShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-companyTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-companyWinloss,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-companyCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-companyShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-companyTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-companyWinloss,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-companyCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-companyShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-companyTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-companyWinloss,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-companyCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-companyShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-companyTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-companyWinloss {
  background: #e5f3ff;
}

.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-excludeCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-excludeShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-excludeTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-column-excludeWinloss,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-excludeCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-excludeShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-excludeTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  td.bonn-table-sum-excludeWinloss,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-excludeCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-excludeShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-excludeTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-column-excludeWinloss,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-excludeCommission,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-excludeShare,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-excludeTotal,
.x-grid[data-grid-name="app_admin_report_exclusion"]
  th.bonn-table-sum-excludeWinloss {
  background: #fff8e5;
}

.x-filter-bank-container .-x-grid-header .nav-tabs,
.x-report-data-container .-x-grid-header .nav-tabs {
  margin-bottom: 10px;
}

.x-filter-bank-container .-x-grid-header .nav-tabs .nav-item .nav-link,
.x-report-data-container .-x-grid-header .nav-tabs .nav-item .nav-link {
  min-width: 90px;
  justify-content: center;
  border: 1px solid #e9ecef;
  border-radius: 0;
  color: #505050;
  opacity: 0.75;
}

.x-filter-bank-container .-x-grid-header .nav-tabs .nav-item .nav-link.active,
.x-report-data-container .-x-grid-header .nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  color: #1b9cfb;
  border: 2px solid #b8e5f6;
  background-color: #e6f6fc;
  font-weight: 700;
}

.x-filter-bank-container
  .-x-grid-header
  .nav-tabs
  .nav-item:first-child
  .nav-link,
.x-report-data-container
  .-x-grid-header
  .nav-tabs
  .nav-item:first-child
  .nav-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.x-filter-bank-container
  .-x-grid-header
  .nav-tabs
  .nav-item:last-child
  .nav-link,
.x-report-data-container
  .-x-grid-header
  .nav-tabs
  .nav-item:last-child
  .nav-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.x-loading-container {
  position: relative;
}

.x-loading-container--overlay:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.x-loading-container--h150 {
  height: 150px;
}

.x-three-bounce {
  margin: 1rem auto;
  width: 60px;
  text-align: center;
}

.x-three-bounce > .-dot {
  width: 12px;
  height: 12px;
  background-color: #1b9cfb;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
}

.x-three-bounce > .-dot.-one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.x-three-bounce > .-dot.-two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

#particles-js canvas {
  width: 100% !important;
  position: fixed;
}

div.-login {
  padding: 0;
  width: 100%;
  height: 100%;
  /* background-size: cover; */
  /* background: #4ac4f3 */
}

div.-login .x-login-container {
  position: relative;
  /* padding-top: 50px; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* width: 550px; */
  /* padding-bottom: 30px; */
  text-align: center;
  padding: 10px;
}

div.-login .x-login-container > img {
  padding-bottom: 2rem;
}
div.-login .x-login-container #_prefix,
div.-login .x-login-container #_password,
div.-login .x-login-container #_username {
  margin-bottom: 1rem;
  height: 50px;
  font-size: 12px;
  border-color: #a3a3a3;
  transition: all 0.6s ease;
  letter-spacing: 1px;
}
div.-login .x-login-container #_prefix:focus,
div.-login .x-login-container #_password:focus,
div.-login .x-login-container #_username:focus {
  border-color: #1b9cfb;
  color: #1b9cfb;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
}

div.-login .x-login-container #_prefix {
  margin-bottom: 1.5rem;
}

div.-login .x-login-container .card-login {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
}

div.-login .x-login-container .card-login .card-body {
  padding: 20px;
}

div.-login .x-login-container .card-login .-x-container-image {
  position: relative;
  height: 123px;
  padding-top: 5px;
  overflow: hidden;
  transition: all 0.6s ease;
}

div.-login .x-login-container .card-login .-x-container-image .-bg {
  opacity: 0;
  position: absolute;
  left: 88px;
  top: 12px;
  width: 196px;
  z-index: 1;
  transition: all 0.6s ease;
}

div.-login .x-login-container .card-login .-x-container-image .-lock {
  opacity: 0;
  /* position: absolute; */
  left: 125px;
  width: 230px;
  z-index: 2;
  transition: all 0.6s ease;
}

div.-login .x-login-container .card-login .-x-container-image .-key {
  opacity: 0;
  position: absolute;
  left: 81px;
  top: 60px;
  width: 94px;
  z-index: 3;
  transition: all 0.6s ease;
}

div.-login
  .x-login-container
  .card-login
  .-x-container-image.-passwordOpen
  .-key {
  -webkit-animation-name: loginSlideInUpForKey;
  animation-name: loginSlideInUpForKey;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

div.-login .x-login-container .card-login .-x-container-image.-type .-lock {
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  -webkit-transform: rotate(30deg) !important;
  transform: rotate(30deg) !important;
  opacity: 1 !important;
}

div.-login
  .x-login-container
  .card-login
  .-x-container-image.-passwordOpen.-passwordType
  .-key {
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  -webkit-transform: Skew(7deg) rotateY(7deg) !important;
  transform: Skew(7deg) rotateY(7deg) !important;
  opacity: 1 !important;
}

div.-login .x-login-container #submitButton {
  font-weight: 700;
  letter-spacing: 1px;
  height: 50px;
  font-size: 12px;
  overflow: hidden;
}

div.-login .x-login-container #submitButton .-insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -100%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.-login .x-login-container #submitButton:hover {
  color: #fff !important;
  background-color: #0482df;
}

div.-login .x-login-container #submitButton:hover .-insider {
  transition: all 1s ease;
  left: 100%;
  opacity: 1;
}

div.-login .x-login-container #_prefix,
div.-login .x-login-container #_password,
div.-login .x-login-container #_username,
div.-login .x-login-container #submitButton,
div.-login .x-login-container .-bg,
div.-login .x-login-container .-lock,
div.-login .x-login-container ._base,
div.-login .x-login-container .card-login,
div.-login
  .x-login-container
  .card-login
  .-x-container-image.-passwordOpen
  .-key {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

div.-login .x-login-container .card-login {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

div.-login .x-login-container #_username {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

div.-login .x-login-container #_prefix {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

div.-login .x-login-container #_password {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

div.-login .x-login-container #submitButton {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

div.-login .x-login-container .-lock {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

div.-login .x-login-container .-bg {
  -webkit-animation-name: loginSlideInUp;
  animation-name: loginSlideInUp;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@-webkit-keyframes loginSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes loginSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes loginSlideInUpForKey {
  0% {
    -webkit-transform: translate3d(-15%, 15%, 0);
    transform: translate3d(-15%, 15%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes loginSlideInUpForKey {
  0% {
    -webkit-transform: translate3d(-15%, 15%, 0);
    transform: translate3d(-15%, 15%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.x-channel-choices-type .-outer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.x-channel-choices-type .-outer-wrapper .-input-radio {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.x-channel-choices-type .-outer-wrapper .-input-radio + .-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 3px 7px;
  position: relative;
  border: 1px solid #3d6e8f;
  border-radius: 5px;
  transition: all 0.1s;
  font-size: 0.7875rem;
}

.x-channel-choices-type .-outer-wrapper .-input-radio + .-label:focus {
  outline: none;
}

.x-channel-choices-type .-outer-wrapper .-input-radio + .-label .-logo {
  width: 60px;
  transition: all 0.1s;
}

.x-channel-choices-type .-outer-wrapper .-input-radio + .-label .fas.fa-check {
  display: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 10.5px;
  background-color: #3da556;
}

.x-channel-choices-type .-outer-wrapper .-input-radio:checked + .-label {
  background-color: #cfeef9;
}

.x-channel-choices-type
  .-outer-wrapper
  .-input-radio:checked
  + .-label
  .fas.fa-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

#v-bank .media .-alert,
.__alert,
.x-bank-account-card .x-link .card-body .-total,
.x-btn-bank-transaction-refresh .-alert {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  background-color: #ce5a4e;
  border-radius: 50%;
  text-align: center;
}

#v-bank .media .-alert span,
.__alert span,
.x-bank-account-card .x-link .card-body .-total span,
.x-btn-bank-transaction-refresh .-alert span {
  display: block;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

#v-bank .media {
  position: relative;
}

.x-btn-bank-html {
  width: 32px;
}

.x-btn-bank-transaction-refresh {
  width: 32px;
  position: relative;
}

.x-btn-bank-transaction-refresh .-alert {
  top: -10px;
  right: -7px;
}

.x-admin-withdraw-management-action-container {
  padding: 3px;
  border-radius: 3px;
  position: relative;
  margin-right: 3px;
}

.x-admin-withdraw-management-action-container .-inner {
  display: flex;
  align-items: baseline;
}

.x-admin-withdraw-management-action-container:before {
  background: rgba(0, 0, 0, 0.06);
  content: " ";
  position: absolute;
  border-radius: 3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
  z-index: 0;
}

.vex-dialog-buttons
  .x-admin-withdraw-management-action-container
  .vex-dialog-button,
.x-admin-withdraw-management-action-container .btn,
.x-admin-withdraw-management-action-container
  .vex-dialog-buttons
  .vex-dialog-button {
  z-index: 1;
  position: relative;
}

.x-admin-withdraw-management-action-container .-faker {
  width: 0;
  padding: 0 !important;
  height: 20px;
  border: none;
  background: transparent;
}

.x-admin-withdraw-management-action-container .-state {
  line-height: 16px;
  font-size: 10px;
  padding-right: 4px;
  align-self: center;
}

.x-bank-choice-with-image.selectize-control {
  height: 50px !important;
}

.x-bank-choice-with-image.selectize-control .selectize-input.has-items .media {
  height: auto !important;
}

.x-bank-choices-type .-outer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.x-bank-choices-type .-outer-wrapper .-input-radio + .-label {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  opacity: 0.75;
  transition: all 0.1s;
}

.x-bank-choices-type .-outer-wrapper .-input-radio + .-label:focus {
  outline: none;
}

.x-bank-choices-type .-outer-wrapper .-input-radio + .-label .-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.1s;
}

.x-bank-choices-type .-outer-wrapper .-input-radio + .-label .fas.fa-check {
  display: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 10.5px;
  background-color: #3da556;
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked + .-label {
  opacity: 1;
  border-color: #b8e5f6;
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked + .-label .-logo {
  width: 40px;
  height: 40px;
}

.x-bank-choices-type
  .-outer-wrapper
  .-input-radio:checked
  + .-label
  .fas.fa-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tippy-tooltip.light-theme {
  width: 100% !important;
}

.pagination {
  justify-content: flex-end;
}

.pagination .page-item {
  margin-right: 5px;
}

.pagination .page-item .page-link {
  font-size: 0.7rem;
}

.x-bank-transfer a {
  width: 230px;
  display: inline-block;
}

.x-bank-transfer .card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 2px hsla(0, 7.3%, 92%, 0.24);
  cursor: pointer;
}

.x-bank-info-transfer .form-control {
  background-color: #f0f5f8;
}

.x-bank-info-transfer .form-control:hover {
  color: #999;
}

.x-bank-info-transfer .-receiver-account {
  background-color: #f0f5f8;
}

.x-vex-confirm .vex-content .vex-dialog-message {
  color: #3d6e8f;
}

.x-vex-confirm .vex-content .vex-dialog-buttons {
  display: flex;
  justify-content: center;
}

.x-vex-confirm .vex-content .vex-dialog-buttons .vex-first {
  margin-right: 1rem;
  background-color: #3da556;
  width: 30%;
  color: #fff;
}

.x-vex-confirm .vex-content .vex-dialog-buttons .vex-last {
  background-color: #868e96;
  color: #fff;
  width: 30%;
}

.x-grid .-receiver-account {
  max-width: 300px;
}

.ezdz-dropzone {
  margin: auto;
  position: relative;
  border-radius: 20px;
  font: 700 24px arial;
  text-align: center;
  width: 200px;
  height: 200px;
  max-width: 100%;
  line-height: 180px;
  border: 10px dotted #d3d3d3;
  color: #d3d3d3;
  overflow: hidden;
}

.ezdz-dropzone span {
  border-radius: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  max-width: 90%;
  vertical-align: middle;
  padding: 4%;
  line-height: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ezdz-dropzone img {
  border-radius: 5px;
  max-width: 95%;
  max-height: 95%;
  margin-top: -3px;
  vertical-align: middle;
}

.ezdz-dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ezdz-focus {
  border: 10px dotted #a9a9a9;
  color: #a9a9a9;
}

.ezdz-enter {
  border: 10px solid #000;
  color: #000;
}

.ezdz-accept {
  border: 10px solid grey;
  color: grey;
}

.ezdz-reject {
  border: 10px solid #8b0000;
  color: #8b0000;
}

.flatpickr-input[readonly],
.js-month-picker[readonly] {
  background: #fff !important;
}

.flatpickr-wrapper {
  display: block;
}

.flatpickr-input + .flatpickr-wrapper {
  display: inline-block;
  padding-left: 0.8rem;
}

.medium-editor-element.form-control {
  height: auto !important;
}

.medium-editor-hidden {
  display: none;
}

.medium-editor-element {
  min-height: 100px;
}

.tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
    0 4px 80px -8px rgba(36, 40, 47, 0.25),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
  width: 325px;
}

.tippy-tooltip.light-theme[x-placement^="top"] .tippy-arrow {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-tooltip.light-theme[x-placement^="bottom"] .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-tooltip.light-theme[x-placement^="left"] .tippy-arrow {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tippy-tooltip.light-theme[x-placement^="right"] .tippy-arrow {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}

.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

@-webkit-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, 0.25);
  }
  to {
    box-shadow: inset 0 0 0 300px transparent;
  }
}

@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, 0.25);
  }
  to {
    box-shadow: inset 0 0 0 300px transparent;
  }
}

.vex.vex-theme-plain {
  padding-top: 160px;
  padding-bottom: 160px;
}

.vex.vex-theme-plain .vex-content {
  font-family: Helvetica Neue, sans-serif;
  background: #fff;
  color: #444;
  padding: 1.2em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
  border-radius: 7px;
}

.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content li,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul {
  color: inherit;
}

.vex.vex-theme-plain .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.vex.vex-theme-plain .vex-close:before {
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent;
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
  margin-bottom: 1.5em;
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
  margin-bottom: 2em;
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime-local"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
  background: #f0f0f0;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
}

.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="date"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime-local"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="email"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="month"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="number"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="password"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="search"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="text"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="time"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="week"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  outline: none;
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.vex.vex-theme-plain .vex-dialog-button {
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
  margin-left: 0;
}

.vex.vex-theme-plain .vex-dialog-button:focus {
  -webkit-animation: vex-pulse 1.1s infinite;
  animation: vex-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.vex-loading-spinner.vex-theme-plain {
  height: 2.5em;
  width: 2.5em;
}

.x-supervisor-container .-nav-container .nav-tabs {
  margin-left: 15px;
  margin-right: 15px;
}

.x-supervisor-container .-nav-container .nav-tabs .nav-link {
  border: none;
}

.x-supervisor-container .badge {
  font-size: 12px;
  font-weight: 500;
}

.x-supervisor-container .x-grid .table tbody .-supervisor-action a {
  font-size: 12px;
}

.x-supervisor-container
  .x-grid
  .table
  tbody
  .-supervisor-action
  .-supervisor-show-info
  .process-info {
  position: relative;
  float: left;
  padding: 0.375rem 1rem;
}

.x-supervisor-container
  .x-grid
  .table
  tbody
  .-supervisor-action
  .-supervisor-show-info
  .dropdown-toggle {
  padding-right: 15px;
  padding-left: 15px;
}

.x-supervisor-container
  .x-grid
  .table
  tbody
  .-supervisor-action
  .-supervisor-show-info
  .dropdown-toggle:after {
  top: 12px;
}

.x-supervisor-container
  .x-grid
  .table
  tbody
  .-supervisor-action
  .-supervisor-show-info
  .dropdown-menu {
  width: 160px;
  -webkit-transform: translate3d(-30px, 35px, 0);
  transform: translate3d(-30px, 35px, 0);
  padding: 5px;
}

.x-supervisor-container
  .x-grid
  .table
  tbody
  .-supervisor-action
  .-supervisor-show-info
  .dropdown-menu
  li
  a {
  display: block;
  height: 100%;
  padding: 7px 10px;
  color: #3d6e8f;
  text-decoration: none;
}

.x-supervisor-container
  .x-grid
  .table
  tbody
  .-supervisor-action
  .-supervisor-show-info
  .dropdown-menu
  li
  a:hover {
  background-color: #d2ecff;
  border-radius: 5px;
}

.x-supervisor-container .x-grid .table tfoot a {
  font-size: 12px;
}

.x-supervisor-container .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.x-supervisor-container .x-btn-supervisor-default,
.x-supervisor-container .x-btn-supervisor-start,
.x-supervisor-container .x-btn-supervisor-stop {
  min-width: 100px;
}

.x-promotion-coupon-modal-container .-coupon-code-container {
  background-color: rgba(27, 156, 251, 0.1);
  padding: 15px 10px;
}

.x-promotion-coupon-modal-container .-coupon-code-container a {
  font-size: 1.4rem;
}

.x-promotion-coupon-modal-container
  form[name="coupon_match_customer"]
  .form-control-label {
  font-size: 14px;
  font-weight: 600;
}

.x-promotion-coupon-modal-container
  form[name="coupon_match_customer"]
  .selectize-control.form-control.single {
  height: 38px;
  margin-top: 0.25rem;
}

.x-promotion-coupon-modal-container
  form[name="coupon_match_customer"]
  .selectize-control.form-control.single
  .selectize-input.items.has-options.full.has-items
  .item {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .x-filter-bank-container.xs-open {
    opacity: 0;
  }
}

.x-filter-bank-container .-x-grid-header {
  border-bottom: none;
  border-radius: 0;
  background-color: #fff;
  padding: 0.65rem 1rem;
}

.x-filter-bank-container .-x-grid-header .nav-tabs {
  align-items: center;
  margin-bottom: 0;
}

.x-filter-bank-container .-x-grid-header .nav-tabs .nav-item.-title {
  color: #000;
  font-size: 12px;
}

.x-filter-bank-container .-x-grid-header .nav-tabs .nav-item .nav-link {
  font-size: 80%;
  padding: 2px 9px;
}

.x-filter-bank-container .-x-grid-header .nav-tabs .nav-item .nav-link:active,
.x-filter-bank-container .-x-grid-header .nav-tabs .nav-item .nav-link:focus {
  outline: none;
}

.x-filter-bank-container .-x-grid-header .nav-tabs .-input-bank-filter {
  margin: 0;
}

.x-filter-bank-container
  .-x-grid-header
  .nav-tabs
  .-input-bank-filter
  .form-control {
  height: 24px;
}

body {
  overflow-x: hidden;
}

[data-animatable] {
  opacity: 0;
}

[data-animatable].animated {
  opacity: 1;
}

a:focus {
  outline: none;
}

.x-link {
  color: #3d6e8f;
}

.x-link:focus,
.x-link:hover {
  text-decoration: none;
  color: #1b9cfb;
}

.font-normal {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.f-1 {
  font-size: 2.25rem !important;
}

.f-2 {
  font-size: 1.8rem !important;
}

.f-3 {
  font-size: 1.575rem !important;
}

.f-4 {
  font-size: 1.35rem !important;
}

.f-5 {
  font-size: 1.125rem !important;
}

.f-6 {
  font-size: 0.9rem !important;
}

.f-7 {
  font-size: 0.81rem !important;
}

.f-8 {
  font-size: 0.72rem !important;
}

.f-9 {
  font-size: 0.63rem !important;
}

@media (min-width: 576px) {
  .f-sm-1 {
    font-size: 2.25rem !important;
  }
  .f-sm-2 {
    font-size: 1.8rem !important;
  }
  .f-sm-3 {
    font-size: 1.575rem !important;
  }
  .f-sm-4 {
    font-size: 1.35rem !important;
  }
  .f-sm-5 {
    font-size: 1.125rem !important;
  }
  .f-sm-6 {
    font-size: 0.9rem !important;
  }
  .f-sm-7 {
    font-size: 0.81rem !important;
  }
  .f-sm-8 {
    font-size: 0.72rem !important;
  }
  .f-sm-9 {
    font-size: 0.63rem !important;
  }
}

@media (min-width: 768px) {
  .f-md-1 {
    font-size: 2.25rem !important;
  }
  .f-md-2 {
    font-size: 1.8rem !important;
  }
  .f-md-3 {
    font-size: 1.575rem !important;
  }
  .f-md-4 {
    font-size: 1.35rem !important;
  }
  .f-md-5 {
    font-size: 1.125rem !important;
  }
  .f-md-6 {
    font-size: 0.9rem !important;
  }
  .f-md-7 {
    font-size: 0.81rem !important;
  }
  .f-md-8 {
    font-size: 0.72rem !important;
  }
  .f-md-9 {
    font-size: 0.63rem !important;
  }
}

@media (min-width: 992px) {
  .f-lg-1 {
    font-size: 2.25rem !important;
  }
  .f-lg-2 {
    font-size: 1.8rem !important;
  }
  .f-lg-3 {
    font-size: 1.575rem !important;
  }
  .f-lg-4 {
    font-size: 1.35rem !important;
  }
  .f-lg-5 {
    font-size: 1.125rem !important;
  }
  .f-lg-6 {
    font-size: 0.9rem !important;
  }
  .f-lg-7 {
    font-size: 0.81rem !important;
  }
  .f-lg-8 {
    font-size: 0.72rem !important;
  }
  .f-lg-9 {
    font-size: 0.63rem !important;
  }
}

@media (min-width: 1200px) {
  .f-xl-1 {
    font-size: 2.25rem !important;
  }
  .f-xl-2 {
    font-size: 1.8rem !important;
  }
  .f-xl-3 {
    font-size: 1.575rem !important;
  }
  .f-xl-4 {
    font-size: 1.35rem !important;
  }
  .f-xl-5 {
    font-size: 1.125rem !important;
  }
  .f-xl-6 {
    font-size: 0.9rem !important;
  }
  .f-xl-7 {
    font-size: 0.81rem !important;
  }
  .f-xl-8 {
    font-size: 0.72rem !important;
  }
  .f-xl-9 {
    font-size: 0.63rem !important;
  }
}

.result_hover {
  background-color: red;
}

.icon-first-deposit {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(rgb(223, 239, 249), rgb(205, 230, 245));
  color: rgb(24, 156, 251);
  --fa-primary-color: #189cfb !important;
  --fa-secondary-color: #22b343 !important;
  --fa-secondary-opacity: 1;
}

.icon-login-day {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(rgb(223, 239, 249), rgb(205, 230, 245));
  color: rgb(24, 156, 251);
  --fa-primary-color: #189cfb !important;
  --fa-secondary-color: #868e96 !important;
  --fa-secondary-opacity: 1;
}

.icon-new-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(rgb(223, 239, 249), rgb(205, 230, 245));
  color: rgb(24, 156, 251);
  --fa-primary-color: #189cfb !important;
  --fa-secondary-color: #ebba14 !important;
  --fa-secondary-opacity: 1;
}

.icon-transfer-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(rgb(223, 239, 249), rgb(205, 230, 245));
  color: rgb(24, 156, 251);
  --fa-primary-color: #7b8d9e !important;
  --fa-secondary-color: #17a2b8 !important;
  --fa-secondary-opacity: 1;

  /* --fa-primary-color: #7b8d9e !important; */
  /* --fa-secondary-color: #4db9a2 !important; */
}

.icon-deposit-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#f1fcf3, #daedde);
  color: rgb(24, 156, 251);
  --fa-primary-color: #fff !important;
  --fa-secondary-color: #48aa5f !important;
  --fa-secondary-opacity: 1;
}

.icon-withdraw-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fef0ee, #fbd9d5);
  color: rgb(24, 156, 251);
  --fa-primary-color: #ce5c4f !important;
  --fa-secondary-color: #ce5c4f !important;
  --fa-secondary-opacity: 1;
}

.icon-gift-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fcf5e0, #fbead7);
  color: rgb(24, 156, 251);
  --fa-primary-color: #ce5c4f !important;
  --fa-secondary-color: #fabe2b !important;
  --fa-secondary-opacity: 1;
}

.icon-expenditure-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fef1ef, #fbd9d5);
  color: rgb(24, 156, 251);
  --fa-primary-color: #ce5c4f !important;
  --fa-secondary-color: #fabe2b !important;
  --fa-secondary-opacity: 1;
}

.icon-credit-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fef1ef, #fbd9d5);
  color: rgb(24, 156, 251);
  --fa-primary-color: #4e4e4e !important;
  --fa-secondary-color: #7eb5ff !important;
  --fa-secondary-opacity: 1;
}

.icon-creditlose-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fef1ef, #fbd9d5);
  color: rgb(24, 156, 251);
  --fa-primary-color: #ce5c4f !important;
  --fa-secondary-color: #ce5c4f !important;
  --fa-secondary-opacity: 1;
}
.icon-wheel-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fff7db, #ffe79f);
  color: #ce5c4f;
}
.icon-deposit-failed-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#fcf5e0, #fbead7);
  color: #ce5c4f;
  --fa-primary-color: #ffc107 !important;
  --fa-secondary-color: #ce5c4f !important;
  --fa-secondary-opacity: 1;
}
.icon-income-user {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 5px;
  border-radius: 50%;
  background-image: linear-gradient(#f1fcf3, #daedde);
  color: rgb(24, 156, 251);
  --fa-primary-color: #ffc107 !important;
  --fa-secondary-color: #6aa9fe !important;
  --fa-secondary-opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

.pagination {
  /* display: inline-block; */
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3d6e8f;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: var(--ws-nav);
	border-color: var(--ws-nav);
	cursor: default;
}
.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}
.card .card-header h5 {
  margin-bottom: 0;
  color: #37474f;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
  position: relative;
}
.card .card-header h5:after {
  content: "";
  background-color: #448aff;
  position: absolute;
  left: -20px;
  top: 0;
  width: 4px;
  height: 20px;
}
.card .card-block {
  padding: 20px;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.close {
  font-size: 16px;
  margin-top: 5px;
}
