@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v7.0.2 (https://startbootstrap.com/template/sb-admin)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
	color: #f28916;
}

a:active {
    text-decoration: none;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .dataTable-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, .dataTable-table > tbody {
  vertical-align: inherit;
}
.table > thead, .dataTable-table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > *, .dataTable-table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .dataTable-table > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover, .dataTable-table > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive, .dataTable-wrapper .dataTable-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .dataTable-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .dataTable-input {
    transition: none;
  }
}
.form-control[type=file], [type=file].dataTable-input {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].dataTable-input:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .dataTable-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .dataTable-input::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .dataTable-input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .dataTable-input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .dataTable-input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .dataTable-input:disabled, .form-control[readonly], [readonly].dataTable-input {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .dataTable-input::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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) {
  .form-control::file-selector-button, .dataTable-input::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .dataTable-input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button, .dataTable-input::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .dataTable-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control, textarea.dataTable-input {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select, .dataTable-selector {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .dataTable-selector {
    transition: none;
  }
}
.form-select:focus, .dataTable-selector:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], [multiple].dataTable-selector, .form-select[size]:not([size="1"]), [size].dataTable-selector:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, .dataTable-selector:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring, .dataTable-selector:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .dataTable-input,
.form-floating > .form-select,
.form-floating > .dataTable-selector {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .dataTable-input {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .dataTable-input::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .dataTable-input:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > .dataTable-input::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .dataTable-input:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .dataTable-input:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .dataTable-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .dataTable-input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .dataTable-input:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > .dataTable-selector {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .dataTable-input:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .form-floating > .dataTable-input:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .dataTable-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .dataTable-input:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .dataTable-selector ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .dataTable-input:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .dataTable-input,
.input-group > .form-select,
.input-group > .dataTable-selector {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .dataTable-input:focus,
.input-group > .form-select:focus,
.input-group > .dataTable-selector:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > .dataTable-input,
.input-group-lg > .form-select,
.input-group-lg > .dataTable-selector,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .dataTable-input,
.input-group-sm > .form-select,
.input-group-sm > .dataTable-selector,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-lg > .dataTable-selector,
.input-group-sm > .form-select,
.input-group-sm > .dataTable-selector {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .dataTable-input:valid, .form-control.is-valid, .is-valid.dataTable-input {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .dataTable-input:valid:focus, .form-control.is-valid:focus, .is-valid.dataTable-input:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.dataTable-input:valid, textarea.form-control.is-valid, textarea.is-valid.dataTable-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated .dataTable-selector:valid, .form-select.is-valid, .is-valid.dataTable-selector {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .dataTable-selector:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .dataTable-selector:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.dataTable-selector:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.dataTable-selector:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated .dataTable-selector:valid:focus, .form-select.is-valid:focus, .is-valid.dataTable-selector:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .dataTable-input:valid, .input-group .form-control.is-valid, .input-group .is-valid.dataTable-input,
.was-validated .input-group .form-select:valid,
.was-validated .input-group .dataTable-selector:valid,
.input-group .form-select.is-valid,
.input-group .is-valid.dataTable-selector {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .dataTable-input:valid:focus, .input-group .form-control.is-valid:focus, .input-group .is-valid.dataTable-input:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated .input-group .dataTable-selector:valid:focus,
.input-group .form-select.is-valid:focus,
.input-group .is-valid.dataTable-selector:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .dataTable-input:invalid, .form-control.is-invalid, .is-invalid.dataTable-input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .dataTable-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.dataTable-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.dataTable-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.dataTable-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated .dataTable-selector:invalid, .form-select.is-invalid, .is-invalid.dataTable-selector {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .dataTable-selector:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .dataTable-selector:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.dataTable-selector:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.dataTable-selector:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated .dataTable-selector:invalid:focus, .form-select.is-invalid:focus, .is-invalid.dataTable-selector:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .dataTable-input:invalid, .input-group .form-control.is-invalid, .input-group .is-invalid.dataTable-input,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group .dataTable-selector:invalid,
.input-group .form-select.is-invalid,
.input-group .is-invalid.dataTable-selector {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .dataTable-input:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .is-invalid.dataTable-input:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated .input-group .dataTable-selector:invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group .is-invalid.dataTable-selector:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.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 .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    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-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    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-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination, .dataTable-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, .dataTable-pagination a {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link, .dataTable-pagination a {
    transition: none;
  }
}
.page-link:hover, .dataTable-pagination a:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, .dataTable-pagination a:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .dataTable-pagination a, .dataTable-pagination .page-item:not(:first-child) a, .dataTable-pagination li:not(:first-child) .page-link, .dataTable-pagination li:not(:first-child) a {
  margin-left: -1px;
}
.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination a, .dataTable-pagination .page-item.disabled a, .dataTable-pagination li.disabled .page-link, .dataTable-pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link, .dataTable-pagination a {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link, .page-item:first-child .dataTable-pagination a, .dataTable-pagination .page-item:first-child a, .dataTable-pagination li:first-child .page-link, .dataTable-pagination li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .page-item:last-child .dataTable-pagination a, .dataTable-pagination .page-item:last-child a, .dataTable-pagination li:last-child .page-link, .dataTable-pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link, .pagination-lg .dataTable-pagination a, .dataTable-pagination .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .dataTable-pagination a, .dataTable-pagination .pagination-lg .page-item:first-child a, .pagination-lg .dataTable-pagination li:first-child .page-link, .pagination-lg .dataTable-pagination li:first-child a, .dataTable-pagination .pagination-lg li:first-child .page-link, .dataTable-pagination .pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .dataTable-pagination a, .dataTable-pagination .pagination-lg .page-item:last-child a, .pagination-lg .dataTable-pagination li:last-child .page-link, .pagination-lg .dataTable-pagination li:last-child a, .dataTable-pagination .pagination-lg li:last-child .page-link, .dataTable-pagination .pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .dataTable-pagination a, .dataTable-pagination .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .dataTable-pagination a, .dataTable-pagination .pagination-sm .page-item:first-child a, .pagination-sm .dataTable-pagination li:first-child .page-link, .pagination-sm .dataTable-pagination li:first-child a, .dataTable-pagination .pagination-sm li:first-child .page-link, .dataTable-pagination .pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .dataTable-pagination a, .dataTable-pagination .pagination-sm .page-item:last-child a, .pagination-sm .dataTable-pagination li:last-child .page-link, .pagination-sm .dataTable-pagination li:last-child a, .dataTable-pagination .pagination-sm li:last-child .page-link, .dataTable-pagination .pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.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;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.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-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  /*!
  * controla a cor de fundo da barra de cima 
  */ 
  background-color: #566573 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !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;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !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;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !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;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !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;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
html,
body {
  height: 100%;
}

#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 92vh;
}
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}

#layoutSidenav {
  display: flex;
}
#layoutSidenav #layoutSidenav_nav {
  flex-basis: 225px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-225px);
}
#layoutSidenav #layoutSidenav_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 56px);
  margin-left: -225px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
    transition: margin 0.15s ease-in-out;
  }

  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-275px);
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: -275px;
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    display: none;
  }
}


.sb-nav-fixed .sb-topnav {
  z-index: 1039;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 250px;
  height: 100vh;
  z-index: 1038;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
  padding-top: 0px;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
  overflow-y: auto;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 250px;
  top: 50px;
}
@media (max-width: 992px) {
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 220px;
  top: 50px;
}
}
#layoutError {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutError #layoutError_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutError #layoutError_footer {
  min-width: 0;
}

.img-error {
  max-width: 20rem;
}

.nav .nav-link .sb-nav-link-icon,
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
  margin-right: 0.5rem;
}

.sb-topnav {
  padding-left: 0;
  height: 56px;
  z-index: 1039;
}
.sb-topnav .navbar-brand {
  width: 225px;
  margin: 0;
}
.sb-topnav.navbar-dark #sidebarToggle {
  color: rgba(255, 255, 255, 0.5);
}
.sb-topnav.navbar-light #sidebarToggle {
  color: #212529;
}

.sb-sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.sb-sidenav .sb-sidenav-menu {
  flex-grow: 1;
}
.sb-sidenav .sb-sidenav-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
  padding: 1.0rem 1rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
  font-size: 0.9rem;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
  transform: rotate(-90deg);
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
  margin-left: 1.5rem;
  flex-direction: column;
}
.sb-sidenav .sb-sidenav-footer {
  padding: 0.75rem;
  flex-shrink: 0;
}

.sb-sidenav-dark {
  /* cor da barra de menu lateral */
  background-color: #566573;
  color: rgba(255, 255, 255, 0.5);
}
.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
  /* cor da seção dos menus color: rgba(255, 255, 255, 0.25); */
  color: #cfd8dc;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: rgba(255, 255, 255, 0.25);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: rgba(255, 255, 255, 0.25);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
  color: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #fff;
}
.sb-sidenav-dark .sb-sidenav-footer {
  background-color: #343a40;
}

.sb-sidenav-light {
  background-color: #f8f9fa;
  color: #212529;
}
.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: #adb5bd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link {
  color: #212529;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: #adb5bd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: #adb5bd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
  color: #0d6efd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
  color: #0d6efd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #0d6efd;
}
.sb-sidenav-light .sb-sidenav-footer {
  background-color: #e9ecef;
}

.dataTable-wrapper .dataTable-container {
  font-size: 0.875rem;
}

.dataTable-wrapper.no-header .dataTable-container {
  border-top: none;
}

.dataTable-wrapper.no-footer .dataTable-container {
  border-bottom: none;
}

.dataTable-top {
  padding: 0 0 1rem;
}

.dataTable-bottom {
  padding: 0;
}

.dataTable-top > nav:first-child,
.dataTable-top > div:first-child,
.dataTable-bottom > nav:first-child,
.dataTable-bottom > div:first-child {
  float: left;
}

.dataTable-top > nav:last-child,
.dataTable-top > div:last-child,
.dataTable-bottom > nav:last-child,
.dataTable-bottom > div:last-child {
  float: right;
}

.dataTable-selector {
  width: auto;
  display: inline-block;
  padding-left: 1.125rem;
  padding-right: 2.125rem;
  margin-right: 0.25rem;
}

.dataTable-info {
  margin: 7px 0;
}

/* PAGER */
.dataTable-pagination a:hover {
  background-color: #e9ecef;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
  background-color: #0d6efd;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
  cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
  cursor: not-allowed;
  opacity: 0.4;
}

.dataTable-pagination .pager a {
  font-weight: bold;
}

/* TABLE */
.dataTable-table {
  border-collapse: collapse;
}

.dataTable-table > tbody > tr > td,
.dataTable-table > tbody > tr > th,
.dataTable-table > tfoot > tr > td,
.dataTable-table > tfoot > tr > th,
.dataTable-table > thead > tr > td,
.dataTable-table > thead > tr > th {
  vertical-align: top;
  padding: 0.5rem 0.5rem;
}

.dataTable-table > thead > tr > th {
  vertical-align: bottom;
  text-align: left;
  border-bottom: none;
}

.dataTable-table > tfoot > tr > th {
  vertical-align: bottom;
  text-align: left;
}

.dataTable-table th {
  vertical-align: bottom;
  text-align: left;
}

.dataTable-table th a {
  text-decoration: none;
  color: inherit;
}

.dataTable-sorter {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  padding-right: 1rem;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  opacity: 0.2;
}

.dataTable-sorter::before {
  bottom: 4px;
}

.dataTable-sorter::after {
  top: 0px;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
  opacity: 0.6;
}

.dataTables-empty {
  text-align: center;
}

.dataTable-top::after,
.dataTable-bottom::after {
  clear: both;
  content: " ";
  display: table;
}

.btn-datatable {
  height: 20px !important;
  width: 20px !important;
  font-size: 0.75rem;
  border-radius: 0.25rem !important;
}

.bg-facebook {background-color: #3b5998;}
.bg-twitter {background-color: #1da1f2;}
.bg-youtube {background-color: #ff0000;}
.bg-google {background-color: #dd4b39;}
.bg-pinterest {background-color: #bd081c;}
.bg-whatsapp {background-color:#00CC00}

/*---------------------------------------------*/
.hov-btn1:hover {
  background-color:#FF9900;
  border-color: #FF9900;
  color: #fff;
}

.hov-btn1:link {
    text-decoration: none;
	color: #fff;
}

.hov-btn1:visited {
    text-decoration: none;
	color: #fff;
}

.hov-btn1:hover {
    text-decoration: none;
	color: #fff;
}

.hov-btn1:active {
    text-decoration: none;
	color: #fff;
}

.cl0 {color: #fff;}



/*//////////////////////////////////////////////////////////////////
[ FONT SIZE ]*/
.fs-1 {font-size: 1px;}
.fs-2 {font-size: 2px;}
.fs-3 {font-size: 3px;}
.fs-4 {font-size: 4px;}
.fs-5 {font-size: 5px;}
.fs-6 {font-size: 6px;}
.fs-7 {font-size: 7px;}
.fs-8 {font-size: 8px;}
.fs-9 {font-size: 9px;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-23 {font-size: 23px;}
.fs-24 {font-size: 24px;}
.fs-25 {font-size: 25px;}
.fs-26 {font-size: 26px;}
.fs-27 {font-size: 27px;}
.fs-28 {font-size: 28px;}
.fs-29 {font-size: 29px;}
.fs-30 {font-size: 30px;}
.fs-31 {font-size: 31px;}
.fs-32 {font-size: 32px;}
.fs-33 {font-size: 33px;}
.fs-34 {font-size: 34px;}
.fs-35 {font-size: 35px;}
.fs-36 {font-size: 36px;}
.fs-37 {font-size: 37px;}
.fs-38 {font-size: 38px;}
.fs-39 {font-size: 39px;}
.fs-40 {font-size: 40px;}
.fs-41 {font-size: 41px;}
.fs-42 {font-size: 42px;}
.fs-43 {font-size: 43px;}
.fs-44 {font-size: 44px;}
.fs-45 {font-size: 45px;}
.fs-46 {font-size: 46px;}
.fs-47 {font-size: 47px;}
.fs-48 {font-size: 48px;}
.fs-49 {font-size: 49px;}
.fs-50 {font-size: 50px;}
.fs-51 {font-size: 51px;}
.fs-52 {font-size: 52px;}
.fs-53 {font-size: 53px;}
.fs-54 {font-size: 54px;}
.fs-55 {font-size: 55px;}
.fs-56 {font-size: 56px;}
.fs-57 {font-size: 57px;}
.fs-58 {font-size: 58px;}
.fs-59 {font-size: 59px;}
.fs-60 {font-size: 60px;}
.fs-61 {font-size: 61px;}
.fs-62 {font-size: 62px;}
.fs-63 {font-size: 63px;}
.fs-64 {font-size: 64px;}
.fs-65 {font-size: 65px;}
.fs-66 {font-size: 66px;}
.fs-67 {font-size: 67px;}
.fs-68 {font-size: 68px;}
.fs-69 {font-size: 69px;}
.fs-70 {font-size: 70px;}
.fs-71 {font-size: 71px;}
.fs-72 {font-size: 72px;}
.fs-73 {font-size: 73px;}
.fs-74 {font-size: 74px;}
.fs-75 {font-size: 75px;}
.fs-76 {font-size: 76px;}
.fs-77 {font-size: 77px;}
.fs-78 {font-size: 78px;}
.fs-79 {font-size: 79px;}
.fs-80 {font-size: 80px;}
.fs-81 {font-size: 81px;}
.fs-82 {font-size: 82px;}
.fs-83 {font-size: 83px;}
.fs-84 {font-size: 84px;}
.fs-85 {font-size: 85px;}
.fs-86 {font-size: 86px;}
.fs-87 {font-size: 87px;}
.fs-88 {font-size: 88px;}
.fs-89 {font-size: 89px;}
.fs-90 {font-size: 90px;}
.fs-91 {font-size: 91px;}
.fs-92 {font-size: 92px;}
.fs-93 {font-size: 93px;}
.fs-94 {font-size: 94px;}
.fs-95 {font-size: 95px;}
.fs-96 {font-size: 96px;}
.fs-97 {font-size: 97px;}
.fs-98 {font-size: 98px;}
.fs-99 {font-size: 99px;}
.fs-100 {font-size: 100px;}


/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bo-t-0, .bo-tr-0, .bo-tb-0, .bo-tl-0, .bo-trb-0, .bo-tbl-0, .bo-trl-0, .bo-all-0 {border-top: 0px solid;}
.bo-t-1, .bo-tr-1, .bo-tb-1, .bo-tl-1, .bo-trb-1, .bo-tbl-1, .bo-trl-1, .bo-all-1 {border-top: 1px solid;}
.bo-t-2, .bo-tr-2, .bo-tb-2, .bo-tl-2, .bo-trb-2, .bo-tbl-2, .bo-trl-2, .bo-all-2 {border-top: 2px solid;}
.bo-t-3, .bo-tr-3, .bo-tb-3, .bo-tl-3, .bo-trb-3, .bo-tbl-3, .bo-trl-3, .bo-all-3 {border-top: 3px solid;}
.bo-t-4, .bo-tr-4, .bo-tb-4, .bo-tl-4, .bo-trb-4, .bo-tbl-4, .bo-trl-4, .bo-all-4 {border-top: 4px solid;}
.bo-t-5, .bo-tr-5, .bo-tb-5, .bo-tl-5, .bo-trb-5, .bo-tbl-5, .bo-trl-5, .bo-all-5 {border-top: 5px solid;}
.bo-t-6, .bo-tr-6, .bo-tb-6, .bo-tl-6, .bo-trb-6, .bo-tbl-6, .bo-trl-6, .bo-all-6 {border-top: 6px solid;}
.bo-t-7, .bo-tr-7, .bo-tb-7, .bo-tl-7, .bo-trb-7, .bo-tbl-7, .bo-trl-7, .bo-all-7 {border-top: 7px solid;}
.bo-t-8, .bo-tr-8, .bo-tb-8, .bo-tl-8, .bo-trb-8, .bo-tbl-8, .bo-trl-8, .bo-all-8 {border-top: 8px solid;}
.bo-t-9, .bo-tr-9, .bo-tb-9, .bo-tl-9, .bo-trb-9, .bo-tbl-9, .bo-trl-9, .bo-all-9 {border-top: 9px solid;}
.bo-t-10, .bo-tr-10, .bo-tb-10, .bo-tl-10, .bo-trb-10, .bo-tbl-10, .bo-trl-10, .bo-all-10 {border-top: 10px solid;}
.bo-b-0, .bo-bl-0, .bo-tb-0, .bo-rb-0, .bo-trb-0, .bo-tbl-0, .bo-rbl-0, .bo-all-0 {border-bottom: 0px solid;}
.bo-b-1, .bo-bl-1, .bo-tb-1, .bo-rb-1, .bo-trb-1, .bo-tbl-1, .bo-rbl-1, .bo-all-1 {border-bottom: 1px solid;}
.bo-b-2, .bo-bl-2, .bo-tb-2, .bo-rb-2, .bo-trb-2, .bo-tbl-2, .bo-rbl-2, .bo-all-2 {border-bottom: 2px solid;}
.bo-b-3, .bo-bl-3, .bo-tb-3, .bo-rb-3, .bo-trb-3, .bo-tbl-3, .bo-rbl-3, .bo-all-3 {border-bottom: 3px solid;}
.bo-b-4, .bo-bl-4, .bo-tb-4, .bo-rb-4, .bo-trb-4, .bo-tbl-4, .bo-rbl-4, .bo-all-4 {border-bottom: 4px solid;}
.bo-b-5, .bo-bl-5, .bo-tb-5, .bo-rb-5, .bo-trb-5, .bo-tbl-5, .bo-rbl-5, .bo-all-5 {border-bottom: 5px solid;}
.bo-b-6, .bo-bl-6, .bo-tb-6, .bo-rb-6, .bo-trb-6, .bo-tbl-6, .bo-rbl-6, .bo-all-6 {border-bottom: 6px solid;}
.bo-b-7, .bo-bl-7, .bo-tb-7, .bo-rb-7, .bo-trb-7, .bo-tbl-7, .bo-rbl-7, .bo-all-7 {border-bottom: 7px solid;}
.bo-b-8, .bo-bl-8, .bo-tb-8, .bo-rb-8, .bo-trb-8, .bo-tbl-8, .bo-rbl-8, .bo-all-8 {border-bottom: 8px solid;}
.bo-b-9, .bo-bl-9, .bo-tb-9, .bo-rb-9, .bo-trb-9, .bo-tbl-9, .bo-rbl-9, .bo-all-9 {border-bottom: 9px solid;}
.bo-b-10, .bo-bl-10, .bo-tb-10, .bo-rb-10, .bo-trb-10, .bo-tbl-10, .bo-rbl-10, .bo-all-10 {border-bottom: 10px solid;}
.bo-r-0, .bo-rb-0, .bo-rl-0, .bo-tr-0, .bo-rbl-0, .bo-trb-0, .bo-trl-0, .bo-all-0 {border-right: 0px solid;}
.bo-r-1, .bo-rb-1, .bo-rl-1, .bo-tr-1, .bo-rbl-1, .bo-trb-1, .bo-trl-1, .bo-all-1 {border-right: 1px solid;}
.bo-r-2, .bo-rb-2, .bo-rl-2, .bo-tr-2, .bo-rbl-2, .bo-trb-2, .bo-trl-2, .bo-all-2 {border-right: 2px solid;}
.bo-r-3, .bo-rb-3, .bo-rl-3, .bo-tr-3, .bo-rbl-3, .bo-trb-3, .bo-trl-3, .bo-all-3 {border-right: 3px solid;}
.bo-r-4, .bo-rb-4, .bo-rl-4, .bo-tr-4, .bo-rbl-4, .bo-trb-4, .bo-trl-4, .bo-all-4 {border-right: 4px solid;}
.bo-r-5, .bo-rb-5, .bo-rl-5, .bo-tr-5, .bo-rbl-5, .bo-trb-5, .bo-trl-5, .bo-all-5 {border-right: 5px solid;}
.bo-r-6, .bo-rb-6, .bo-rl-6, .bo-tr-6, .bo-rbl-6, .bo-trb-6, .bo-trl-6, .bo-all-6 {border-right: 6px solid;}
.bo-r-7, .bo-rb-7, .bo-rl-7, .bo-tr-7, .bo-rbl-7, .bo-trb-7, .bo-trl-7, .bo-all-7 {border-right: 7px solid;}
.bo-r-8, .bo-rb-8, .bo-rl-8, .bo-tr-8, .bo-rbl-8, .bo-trb-8, .bo-trl-8, .bo-all-8 {border-right: 8px solid;}
.bo-r-9, .bo-rb-9, .bo-rl-9, .bo-tr-9, .bo-rbl-9, .bo-trb-9, .bo-trl-9, .bo-all-9 {border-right: 9px solid;}
.bo-r-10, .bo-rb-10, .bo-rl-10, .bo-tr-10, .bo-rbl-10, .bo-trb-10, .bo-trl-10, .bo-all-10 {border-right: 10px solid;}
.bo-l-0, .bo-bl-0, .bo-rl-0, .bo-tl-0, .bo-tbl-0, .bo-rbl-0, .bo-trl-0, .bo-all-0 {border-left: 0px solid;}
.bo-l-1, .bo-bl-1, .bo-rl-1, .bo-tl-1, .bo-tbl-1, .bo-rbl-1, .bo-trl-1, .bo-all-1 {border-left: 1px solid;}
.bo-l-2, .bo-bl-2, .bo-rl-2, .bo-tl-2, .bo-tbl-2, .bo-rbl-2, .bo-trl-2, .bo-all-2 {border-left: 2px solid;}
.bo-l-3, .bo-bl-3, .bo-rl-3, .bo-tl-3, .bo-tbl-3, .bo-rbl-3, .bo-trl-3, .bo-all-3 {border-left: 3px solid;}
.bo-l-4, .bo-bl-4, .bo-rl-4, .bo-tl-4, .bo-tbl-4, .bo-rbl-4, .bo-trl-4, .bo-all-4 {border-left: 4px solid;}
.bo-l-5, .bo-bl-5, .bo-rl-5, .bo-tl-5, .bo-tbl-5, .bo-rbl-5, .bo-trl-5, .bo-all-5 {border-left: 5px solid;}
.bo-l-6, .bo-bl-6, .bo-rl-6, .bo-tl-6, .bo-tbl-6, .bo-rbl-6, .bo-trl-6, .bo-all-6 {border-left: 6px solid;}
.bo-l-7, .bo-bl-7, .bo-rl-7, .bo-tl-7, .bo-tbl-7, .bo-rbl-7, .bo-trl-7, .bo-all-7 {border-left: 7px solid;}
.bo-l-8, .bo-bl-8, .bo-rl-8, .bo-tl-8, .bo-tbl-8, .bo-rbl-8, .bo-trl-8, .bo-all-8 {border-left: 8px solid;}
.bo-l-9, .bo-bl-9, .bo-rl-9, .bo-tl-9, .bo-tbl-9, .bo-rbl-9, .bo-trl-9, .bo-all-9 {border-left: 9px solid;}
.bo-l-10, .bo-bl-10, .bo-rl-10, .bo-tl-10, .bo-tbl-10, .bo-rbl-10, .bo-trl-10, .bo-all-10 {border-left: 10px solid;}

.bo-1-rad-1 {border: 1px solid; border-radius: 1px;}
.bo-1-rad-2 {border: 1px solid; border-radius: 2px;}
.bo-1-rad-3 {border: 1px solid; border-radius: 3px;}
.bo-1-rad-4 {border: 1px solid; border-radius: 4px;}
.bo-1-rad-5 {border: 1px solid; border-radius: 5px;}
.bo-1-rad-6 {border: 1px solid; border-radius: 6px;}
.bo-1-rad-7 {border: 1px solid; border-radius: 7px;}
.bo-1-rad-8 {border: 1px solid; border-radius: 8px;}
.bo-1-rad-9 {border: 1px solid; border-radius: 9px;}
.bo-1-rad-10 {border: 1px solid; border-radius: 10px;}
.bo-1-rad-11 {border: 1px solid; border-radius: 11px;}
.bo-1-rad-12 {border: 1px solid; border-radius: 12px;}
.bo-1-rad-13 {border: 1px solid; border-radius: 13px;}
.bo-1-rad-14 {border: 1px solid; border-radius: 14px;}
.bo-1-rad-15 {border: 1px solid; border-radius: 15px;}
.bo-1-rad-16 {border: 1px solid; border-radius: 16px;}
.bo-1-rad-17 {border: 1px solid; border-radius: 17px;}
.bo-1-rad-18 {border: 1px solid; border-radius: 18px;}
.bo-1-rad-19 {border: 1px solid; border-radius: 19px;}
.bo-1-rad-20 {border: 1px solid; border-radius: 20px;}
.bo-1-rad-21 {border: 1px solid; border-radius: 21px;}
.bo-1-rad-22 {border: 1px solid; border-radius: 22px;}
.bo-1-rad-23 {border: 1px solid; border-radius: 23px;}
.bo-1-rad-24 {border: 1px solid; border-radius: 24px;}
.bo-1-rad-25 {border: 1px solid; border-radius: 25px;}
.bo-1-rad-26 {border: 1px solid; border-radius: 26px;}
.bo-1-rad-27 {border: 1px solid; border-radius: 27px;}
.bo-1-rad-28 {border: 1px solid; border-radius: 28px;}
.bo-1-rad-29 {border: 1px solid; border-radius: 29px;}
.bo-1-rad-30 {border: 1px solid; border-radius: 30px;}
.bo-2-rad-1 {border: 2px solid; border-radius: 1px;}
.bo-2-rad-2 {border: 2px solid; border-radius: 2px;}
.bo-2-rad-3 {border: 2px solid; border-radius: 3px;}
.bo-2-rad-4 {border: 2px solid; border-radius: 4px;}
.bo-2-rad-5 {border: 2px solid; border-radius: 5px;}
.bo-2-rad-6 {border: 2px solid; border-radius: 6px;}
.bo-2-rad-7 {border: 2px solid; border-radius: 7px;}
.bo-2-rad-8 {border: 2px solid; border-radius: 8px;}
.bo-2-rad-9 {border: 2px solid; border-radius: 9px;}
.bo-2-rad-10 {border: 2px solid; border-radius: 10px;}
.bo-2-rad-11 {border: 2px solid; border-radius: 11px;}
.bo-2-rad-12 {border: 2px solid; border-radius: 12px;}
.bo-2-rad-13 {border: 2px solid; border-radius: 13px;}
.bo-2-rad-14 {border: 2px solid; border-radius: 14px;}
.bo-2-rad-15 {border: 2px solid; border-radius: 15px;}
.bo-2-rad-16 {border: 2px solid; border-radius: 16px;}
.bo-2-rad-17 {border: 2px solid; border-radius: 17px;}
.bo-2-rad-18 {border: 2px solid; border-radius: 18px;}
.bo-2-rad-19 {border: 2px solid; border-radius: 19px;}
.bo-2-rad-20 {border: 2px solid; border-radius: 20px;}
.bo-2-rad-21 {border: 2px solid; border-radius: 21px;}
.bo-2-rad-22 {border: 2px solid; border-radius: 22px;}
.bo-2-rad-23 {border: 2px solid; border-radius: 23px;}
.bo-2-rad-24 {border: 2px solid; border-radius: 24px;}
.bo-2-rad-25 {border: 2px solid; border-radius: 25px;}
.bo-2-rad-26 {border: 2px solid; border-radius: 26px;}
.bo-2-rad-27 {border: 2px solid; border-radius: 27px;}
.bo-2-rad-28 {border: 2px solid; border-radius: 28px;}
.bo-2-rad-29 {border: 2px solid; border-radius: 29px;}
.bo-2-rad-30 {border: 2px solid; border-radius: 30px;}
.bo-3-rad-1 {border: 3px solid; border-radius: 1px;}
.bo-3-rad-2 {border: 3px solid; border-radius: 2px;}
.bo-3-rad-3 {border: 3px solid; border-radius: 3px;}
.bo-3-rad-4 {border: 3px solid; border-radius: 4px;}
.bo-3-rad-5 {border: 3px solid; border-radius: 5px;}
.bo-3-rad-6 {border: 3px solid; border-radius: 6px;}
.bo-3-rad-7 {border: 3px solid; border-radius: 7px;}
.bo-3-rad-8 {border: 3px solid; border-radius: 8px;}
.bo-3-rad-9 {border: 3px solid; border-radius: 9px;}
.bo-3-rad-10 {border: 3px solid; border-radius: 10px;}
.bo-3-rad-11 {border: 3px solid; border-radius: 11px;}
.bo-3-rad-12 {border: 3px solid; border-radius: 12px;}
.bo-3-rad-13 {border: 3px solid; border-radius: 13px;}
.bo-3-rad-14 {border: 3px solid; border-radius: 14px;}
.bo-3-rad-15 {border: 3px solid; border-radius: 15px;}
.bo-3-rad-16 {border: 3px solid; border-radius: 16px;}
.bo-3-rad-17 {border: 3px solid; border-radius: 17px;}
.bo-3-rad-18 {border: 3px solid; border-radius: 18px;}
.bo-3-rad-19 {border: 3px solid; border-radius: 19px;}
.bo-3-rad-20 {border: 3px solid; border-radius: 20px;}
.bo-3-rad-21 {border: 3px solid; border-radius: 21px;}
.bo-3-rad-22 {border: 3px solid; border-radius: 22px;}
.bo-3-rad-23 {border: 3px solid; border-radius: 23px;}
.bo-3-rad-24 {border: 3px solid; border-radius: 24px;}
.bo-3-rad-25 {border: 3px solid; border-radius: 25px;}
.bo-3-rad-26 {border: 3px solid; border-radius: 26px;}
.bo-3-rad-27 {border: 3px solid; border-radius: 27px;}
.bo-3-rad-28 {border: 3px solid; border-radius: 28px;}
.bo-3-rad-29 {border: 3px solid; border-radius: 29px;}
.bo-3-rad-30 {border: 3px solid; border-radius: 30px;}
.bo-4-rad-1 {border: 4px solid; border-radius: 1px;}
.bo-4-rad-2 {border: 4px solid; border-radius: 2px;}
.bo-4-rad-3 {border: 4px solid; border-radius: 3px;}
.bo-4-rad-4 {border: 4px solid; border-radius: 4px;}
.bo-4-rad-5 {border: 4px solid; border-radius: 5px;}
.bo-4-rad-6 {border: 4px solid; border-radius: 6px;}
.bo-4-rad-7 {border: 4px solid; border-radius: 7px;}
.bo-4-rad-8 {border: 4px solid; border-radius: 8px;}
.bo-4-rad-9 {border: 4px solid; border-radius: 9px;}
.bo-4-rad-10 {border: 4px solid; border-radius: 10px;}
.bo-4-rad-11 {border: 4px solid; border-radius: 11px;}
.bo-4-rad-12 {border: 4px solid; border-radius: 12px;}
.bo-4-rad-13 {border: 4px solid; border-radius: 13px;}
.bo-4-rad-14 {border: 4px solid; border-radius: 14px;}
.bo-4-rad-15 {border: 4px solid; border-radius: 15px;}
.bo-4-rad-16 {border: 4px solid; border-radius: 16px;}
.bo-4-rad-17 {border: 4px solid; border-radius: 17px;}
.bo-4-rad-18 {border: 4px solid; border-radius: 18px;}
.bo-4-rad-19 {border: 4px solid; border-radius: 19px;}
.bo-4-rad-20 {border: 4px solid; border-radius: 20px;}
.bo-4-rad-21 {border: 4px solid; border-radius: 21px;}
.bo-4-rad-22 {border: 4px solid; border-radius: 22px;}
.bo-4-rad-23 {border: 4px solid; border-radius: 23px;}
.bo-4-rad-24 {border: 4px solid; border-radius: 24px;}
.bo-4-rad-25 {border: 4px solid; border-radius: 25px;}
.bo-4-rad-26 {border: 4px solid; border-radius: 26px;}
.bo-4-rad-27 {border: 4px solid; border-radius: 27px;}
.bo-4-rad-28 {border: 4px solid; border-radius: 28px;}
.bo-4-rad-29 {border: 4px solid; border-radius: 29px;}
.bo-4-rad-30 {border: 4px solid; border-radius: 30px;}
.bo-5-rad-1 {border: 5px solid; border-radius: 1px;}
.bo-5-rad-2 {border: 5px solid; border-radius: 2px;}
.bo-5-rad-3 {border: 5px solid; border-radius: 3px;}
.bo-5-rad-4 {border: 5px solid; border-radius: 4px;}
.bo-5-rad-5 {border: 5px solid; border-radius: 5px;}
.bo-5-rad-6 {border: 5px solid; border-radius: 6px;}
.bo-5-rad-7 {border: 5px solid; border-radius: 7px;}
.bo-5-rad-8 {border: 5px solid; border-radius: 8px;}
.bo-5-rad-9 {border: 5px solid; border-radius: 9px;}
.bo-5-rad-10 {border: 5px solid; border-radius: 10px;}
.bo-5-rad-11 {border: 5px solid; border-radius: 11px;}
.bo-5-rad-12 {border: 5px solid; border-radius: 12px;}
.bo-5-rad-13 {border: 5px solid; border-radius: 13px;}
.bo-5-rad-14 {border: 5px solid; border-radius: 14px;}
.bo-5-rad-15 {border: 5px solid; border-radius: 15px;}
.bo-5-rad-16 {border: 5px solid; border-radius: 16px;}
.bo-5-rad-17 {border: 5px solid; border-radius: 17px;}
.bo-5-rad-18 {border: 5px solid; border-radius: 18px;}
.bo-5-rad-19 {border: 5px solid; border-radius: 19px;}
.bo-5-rad-20 {border: 5px solid; border-radius: 20px;}
.bo-5-rad-21 {border: 5px solid; border-radius: 21px;}
.bo-5-rad-22 {border: 5px solid; border-radius: 22px;}
.bo-5-rad-23 {border: 5px solid; border-radius: 23px;}
.bo-5-rad-24 {border: 5px solid; border-radius: 24px;}
.bo-5-rad-25 {border: 5px solid; border-radius: 25px;}
.bo-5-rad-26 {border: 5px solid; border-radius: 26px;}
.bo-5-rad-27 {border: 5px solid; border-radius: 27px;}
.bo-5-rad-28 {border: 5px solid; border-radius: 28px;}
.bo-5-rad-29 {border: 5px solid; border-radius: 29px;}
.bo-5-rad-30 {border: 5px solid; border-radius: 30px;}
.bo-6-rad-1 {border: 6px solid; border-radius: 1px;}
.bo-6-rad-2 {border: 6px solid; border-radius: 2px;}
.bo-6-rad-3 {border: 6px solid; border-radius: 3px;}
.bo-6-rad-4 {border: 6px solid; border-radius: 4px;}
.bo-6-rad-5 {border: 6px solid; border-radius: 5px;}
.bo-6-rad-6 {border: 6px solid; border-radius: 6px;}
.bo-6-rad-7 {border: 6px solid; border-radius: 7px;}
.bo-6-rad-8 {border: 6px solid; border-radius: 8px;}
.bo-6-rad-9 {border: 6px solid; border-radius: 9px;}
.bo-6-rad-10 {border: 6px solid; border-radius: 10px;}
.bo-6-rad-11 {border: 6px solid; border-radius: 11px;}
.bo-6-rad-12 {border: 6px solid; border-radius: 12px;}
.bo-6-rad-13 {border: 6px solid; border-radius: 13px;}
.bo-6-rad-14 {border: 6px solid; border-radius: 14px;}
.bo-6-rad-15 {border: 6px solid; border-radius: 15px;}
.bo-6-rad-16 {border: 6px solid; border-radius: 16px;}
.bo-6-rad-17 {border: 6px solid; border-radius: 17px;}
.bo-6-rad-18 {border: 6px solid; border-radius: 18px;}
.bo-6-rad-19 {border: 6px solid; border-radius: 19px;}
.bo-6-rad-20 {border: 6px solid; border-radius: 20px;}
.bo-6-rad-21 {border: 6px solid; border-radius: 21px;}
.bo-6-rad-22 {border: 6px solid; border-radius: 22px;}
.bo-6-rad-23 {border: 6px solid; border-radius: 23px;}
.bo-6-rad-24 {border: 6px solid; border-radius: 24px;}
.bo-6-rad-25 {border: 6px solid; border-radius: 25px;}
.bo-6-rad-26 {border: 6px solid; border-radius: 26px;}
.bo-6-rad-27 {border: 6px solid; border-radius: 27px;}
.bo-6-rad-28 {border: 6px solid; border-radius: 28px;}
.bo-6-rad-29 {border: 6px solid; border-radius: 29px;}
.bo-6-rad-30 {border: 6px solid; border-radius: 30px;}
.bo-7-rad-1 {border: 7px solid; border-radius: 1px;}
.bo-7-rad-2 {border: 7px solid; border-radius: 2px;}
.bo-7-rad-3 {border: 7px solid; border-radius: 3px;}
.bo-7-rad-4 {border: 7px solid; border-radius: 4px;}
.bo-7-rad-5 {border: 7px solid; border-radius: 5px;}
.bo-7-rad-6 {border: 7px solid; border-radius: 6px;}
.bo-7-rad-7 {border: 7px solid; border-radius: 7px;}
.bo-7-rad-8 {border: 7px solid; border-radius: 8px;}
.bo-7-rad-9 {border: 7px solid; border-radius: 9px;}
.bo-7-rad-10 {border: 7px solid; border-radius: 10px;}
.bo-7-rad-11 {border: 7px solid; border-radius: 11px;}
.bo-7-rad-12 {border: 7px solid; border-radius: 12px;}
.bo-7-rad-13 {border: 7px solid; border-radius: 13px;}
.bo-7-rad-14 {border: 7px solid; border-radius: 14px;}
.bo-7-rad-15 {border: 7px solid; border-radius: 15px;}
.bo-7-rad-16 {border: 7px solid; border-radius: 16px;}
.bo-7-rad-17 {border: 7px solid; border-radius: 17px;}
.bo-7-rad-18 {border: 7px solid; border-radius: 18px;}
.bo-7-rad-19 {border: 7px solid; border-radius: 19px;}
.bo-7-rad-20 {border: 7px solid; border-radius: 20px;}
.bo-7-rad-21 {border: 7px solid; border-radius: 21px;}
.bo-7-rad-22 {border: 7px solid; border-radius: 22px;}
.bo-7-rad-23 {border: 7px solid; border-radius: 23px;}
.bo-7-rad-24 {border: 7px solid; border-radius: 24px;}
.bo-7-rad-25 {border: 7px solid; border-radius: 25px;}
.bo-7-rad-26 {border: 7px solid; border-radius: 26px;}
.bo-7-rad-27 {border: 7px solid; border-radius: 27px;}
.bo-7-rad-28 {border: 7px solid; border-radius: 28px;}
.bo-7-rad-29 {border: 7px solid; border-radius: 29px;}
.bo-7-rad-30 {border: 7px solid; border-radius: 30px;}
.bo-8-rad-1 {border: 8px solid; border-radius: 1px;}
.bo-8-rad-2 {border: 8px solid; border-radius: 2px;}
.bo-8-rad-3 {border: 8px solid; border-radius: 3px;}
.bo-8-rad-4 {border: 8px solid; border-radius: 4px;}
.bo-8-rad-5 {border: 8px solid; border-radius: 5px;}
.bo-8-rad-6 {border: 8px solid; border-radius: 6px;}
.bo-8-rad-7 {border: 8px solid; border-radius: 7px;}
.bo-8-rad-8 {border: 8px solid; border-radius: 8px;}
.bo-8-rad-9 {border: 8px solid; border-radius: 9px;}
.bo-8-rad-10 {border: 8px solid; border-radius: 10px;}
.bo-8-rad-11 {border: 8px solid; border-radius: 11px;}
.bo-8-rad-12 {border: 8px solid; border-radius: 12px;}
.bo-8-rad-13 {border: 8px solid; border-radius: 13px;}
.bo-8-rad-14 {border: 8px solid; border-radius: 14px;}
.bo-8-rad-15 {border: 8px solid; border-radius: 15px;}
.bo-8-rad-16 {border: 8px solid; border-radius: 16px;}
.bo-8-rad-17 {border: 8px solid; border-radius: 17px;}
.bo-8-rad-18 {border: 8px solid; border-radius: 18px;}
.bo-8-rad-19 {border: 8px solid; border-radius: 19px;}
.bo-8-rad-20 {border: 8px solid; border-radius: 20px;}
.bo-8-rad-21 {border: 8px solid; border-radius: 21px;}
.bo-8-rad-22 {border: 8px solid; border-radius: 22px;}
.bo-8-rad-23 {border: 8px solid; border-radius: 23px;}
.bo-8-rad-24 {border: 8px solid; border-radius: 24px;}
.bo-8-rad-25 {border: 8px solid; border-radius: 25px;}
.bo-8-rad-26 {border: 8px solid; border-radius: 26px;}
.bo-8-rad-27 {border: 8px solid; border-radius: 27px;}
.bo-8-rad-28 {border: 8px solid; border-radius: 28px;}
.bo-8-rad-29 {border: 8px solid; border-radius: 29px;}
.bo-8-rad-30 {border: 8px solid; border-radius: 30px;}
.bo-9-rad-1 {border: 9px solid; border-radius: 1px;}
.bo-9-rad-2 {border: 9px solid; border-radius: 2px;}
.bo-9-rad-3 {border: 9px solid; border-radius: 3px;}
.bo-9-rad-4 {border: 9px solid; border-radius: 4px;}
.bo-9-rad-5 {border: 9px solid; border-radius: 5px;}
.bo-9-rad-6 {border: 9px solid; border-radius: 6px;}
.bo-9-rad-7 {border: 9px solid; border-radius: 7px;}
.bo-9-rad-8 {border: 9px solid; border-radius: 8px;}
.bo-9-rad-9 {border: 9px solid; border-radius: 9px;}
.bo-9-rad-10 {border: 9px solid; border-radius: 10px;}
.bo-9-rad-11 {border: 9px solid; border-radius: 11px;}
.bo-9-rad-12 {border: 9px solid; border-radius: 12px;}
.bo-9-rad-13 {border: 9px solid; border-radius: 13px;}
.bo-9-rad-14 {border: 9px solid; border-radius: 14px;}
.bo-9-rad-15 {border: 9px solid; border-radius: 15px;}
.bo-9-rad-16 {border: 9px solid; border-radius: 16px;}
.bo-9-rad-17 {border: 9px solid; border-radius: 17px;}
.bo-9-rad-18 {border: 9px solid; border-radius: 18px;}
.bo-9-rad-19 {border: 9px solid; border-radius: 19px;}
.bo-9-rad-20 {border: 9px solid; border-radius: 20px;}
.bo-9-rad-21 {border: 9px solid; border-radius: 21px;}
.bo-9-rad-22 {border: 9px solid; border-radius: 22px;}
.bo-9-rad-23 {border: 9px solid; border-radius: 23px;}
.bo-9-rad-24 {border: 9px solid; border-radius: 24px;}
.bo-9-rad-25 {border: 9px solid; border-radius: 25px;}
.bo-9-rad-26 {border: 9px solid; border-radius: 26px;}
.bo-9-rad-27 {border: 9px solid; border-radius: 27px;}
.bo-9-rad-28 {border: 9px solid; border-radius: 28px;}
.bo-9-rad-29 {border: 9px solid; border-radius: 29px;}
.bo-9-rad-30 {border: 9px solid; border-radius: 30px;}
.bo-10-rad-1 {border: 10px solid; border-radius: 1px;}
.bo-10-rad-2 {border: 10px solid; border-radius: 2px;}
.bo-10-rad-3 {border: 10px solid; border-radius: 3px;}
.bo-10-rad-4 {border: 10px solid; border-radius: 4px;}
.bo-10-rad-5 {border: 10px solid; border-radius: 5px;}
.bo-10-rad-6 {border: 10px solid; border-radius: 6px;}
.bo-10-rad-7 {border: 10px solid; border-radius: 7px;}
.bo-10-rad-8 {border: 10px solid; border-radius: 8px;}
.bo-10-rad-9 {border: 10px solid; border-radius: 9px;}
.bo-10-rad-10 {border: 10px solid; border-radius: 10px;}
.bo-10-rad-11 {border: 10px solid; border-radius: 11px;}
.bo-10-rad-12 {border: 10px solid; border-radius: 12px;}
.bo-10-rad-13 {border: 10px solid; border-radius: 13px;}
.bo-10-rad-14 {border: 10px solid; border-radius: 14px;}
.bo-10-rad-15 {border: 10px solid; border-radius: 15px;}
.bo-10-rad-16 {border: 10px solid; border-radius: 16px;}
.bo-10-rad-17 {border: 10px solid; border-radius: 17px;}
.bo-10-rad-18 {border: 10px solid; border-radius: 18px;}
.bo-10-rad-19 {border: 10px solid; border-radius: 19px;}
.bo-10-rad-20 {border: 10px solid; border-radius: 20px;}
.bo-10-rad-21 {border: 10px solid; border-radius: 21px;}
.bo-10-rad-22 {border: 10px solid; border-radius: 22px;}
.bo-10-rad-23 {border: 10px solid; border-radius: 23px;}
.bo-10-rad-24 {border: 10px solid; border-radius: 24px;}
.bo-10-rad-25 {border: 10px solid; border-radius: 25px;}
.bo-10-rad-26 {border: 10px solid; border-radius: 26px;}
.bo-10-rad-27 {border: 10px solid; border-radius: 27px;}
.bo-10-rad-28 {border: 10px solid; border-radius: 28px;}
.bo-10-rad-29 {border: 10px solid; border-radius: 29px;}
.bo-10-rad-30 {border: 10px solid; border-radius: 30px;}

.bo-1-rad-50per {border: 1px solid; border-radius: 50%;}
.bo-2-rad-50per {border: 2px solid; border-radius: 50%;}
.bo-3-rad-50per {border: 3px solid; border-radius: 50%;}
.bo-4-rad-50per {border: 4px solid; border-radius: 50%;}
.bo-5-rad-50per {border: 5px solid; border-radius: 50%;}
.bo-6-rad-50per {border: 6px solid; border-radius: 50%;}
.bo-7-rad-50per {border: 7px solid; border-radius: 50%;}
.bo-8-rad-50per {border: 8px solid; border-radius: 50%;}
.bo-9-rad-50per {border: 9px solid; border-radius: 50%;}
.bo-10-rad-50per {border: 10px solid; border-radius: 50%;}

.borad-1 {border-radius: 1px;}
.borad-2 {border-radius: 2px;}
.borad-3 {border-radius: 3px;}
.borad-4 {border-radius: 4px;}
.borad-5 {border-radius: 5px;}
.borad-6 {border-radius: 6px;}
.borad-7 {border-radius: 7px;}
.borad-8 {border-radius: 8px;}
.borad-9 {border-radius: 9px;}
.borad-10 {border-radius: 10px;}
.borad-11 {border-radius: 11px;}
.borad-12 {border-radius: 12px;}
.borad-13 {border-radius: 13px;}
.borad-14 {border-radius: 14px;}
.borad-15 {border-radius: 15px;}
.borad-16 {border-radius: 16px;}
.borad-17 {border-radius: 17px;}
.borad-18 {border-radius: 18px;}
.borad-19 {border-radius: 19px;}
.borad-20 {border-radius: 20px;}
.borad-21 {border-radius: 21px;}
.borad-22 {border-radius: 22px;}
.borad-23 {border-radius: 23px;}
.borad-24 {border-radius: 24px;}
.borad-25 {border-radius: 25px;}
.borad-26 {border-radius: 26px;}
.borad-27 {border-radius: 27px;}
.borad-28 {border-radius: 28px;}
.borad-29 {border-radius: 29px;}
.borad-30 {border-radius: 30px;}
.borad-31 {border-radius: 31px;}
.borad-32 {border-radius: 32px;}
.borad-33 {border-radius: 33px;}
.borad-34 {border-radius: 34px;}
.borad-35 {border-radius: 35px;}
.borad-36 {border-radius: 36px;}
.borad-37 {border-radius: 37px;}
.borad-38 {border-radius: 38px;}
.borad-39 {border-radius: 39px;}
.borad-40 {border-radius: 40px;}
.borad-41 {border-radius: 41px;}
.borad-42 {border-radius: 42px;}
.borad-43 {border-radius: 43px;}
.borad-44 {border-radius: 44px;}
.borad-45 {border-radius: 45px;}
.borad-46 {border-radius: 46px;}
.borad-47 {border-radius: 47px;}
.borad-48 {border-radius: 48px;}
.borad-49 {border-radius: 49px;}
.borad-50 {border-radius: 50px;}
.borad-50per {border-radius: 50%;}



/*//////////////////////////////////////////////////////////////////
[ PADDING ]*/
.p-t-0, .p-tb-0, .p-all-0 {padding-top: 0px;}
.p-t-1, .p-tb-1, .p-all-1 {padding-top: 1px;}
.p-t-2, .p-tb-2, .p-all-2 {padding-top: 2px;}
.p-t-3, .p-tb-3, .p-all-3 {padding-top: 3px;}
.p-t-4, .p-tb-4, .p-all-4 {padding-top: 4px;}
.p-t-5, .p-tb-5, .p-all-5 {padding-top: 5px;}
.p-t-6, .p-tb-6, .p-all-6 {padding-top: 6px;}
.p-t-7, .p-tb-7, .p-all-7 {padding-top: 7px;}
.p-t-8, .p-tb-8, .p-all-8 {padding-top: 8px;}
.p-t-9, .p-tb-9, .p-all-9 {padding-top: 9px;}
.p-t-10, .p-tb-10, .p-all-10 {padding-top: 10px;}
.p-t-11, .p-tb-11, .p-all-11 {padding-top: 11px;}
.p-t-12, .p-tb-12, .p-all-12 {padding-top: 12px;}
.p-t-13, .p-tb-13, .p-all-13 {padding-top: 13px;}
.p-t-14, .p-tb-14, .p-all-14 {padding-top: 14px;}
.p-t-15, .p-tb-15, .p-all-15 {padding-top: 15px;}
.p-t-16, .p-tb-16, .p-all-16 {padding-top: 16px;}
.p-t-17, .p-tb-17, .p-all-17 {padding-top: 17px;}
.p-t-18, .p-tb-18, .p-all-18 {padding-top: 18px;}
.p-t-19, .p-tb-19, .p-all-19 {padding-top: 19px;}
.p-t-20, .p-tb-20, .p-all-20 {padding-top: 20px;}
.p-t-21, .p-tb-21, .p-all-21 {padding-top: 21px;}
.p-t-22, .p-tb-22, .p-all-22 {padding-top: 22px;}
.p-t-23, .p-tb-23, .p-all-23 {padding-top: 23px;}
.p-t-24, .p-tb-24, .p-all-24 {padding-top: 24px;}
.p-t-25, .p-tb-25, .p-all-25 {padding-top: 25px;}
.p-t-26, .p-tb-26, .p-all-26 {padding-top: 26px;}
.p-t-27, .p-tb-27, .p-all-27 {padding-top: 27px;}
.p-t-28, .p-tb-28, .p-all-28 {padding-top: 28px;}
.p-t-29, .p-tb-29, .p-all-29 {padding-top: 29px;}
.p-t-30, .p-tb-30, .p-all-30 {padding-top: 30px;}
.p-t-31, .p-tb-31, .p-all-31 {padding-top: 31px;}
.p-t-32, .p-tb-32, .p-all-32 {padding-top: 32px;}
.p-t-33, .p-tb-33, .p-all-33 {padding-top: 33px;}
.p-t-34, .p-tb-34, .p-all-34 {padding-top: 34px;}
.p-t-35, .p-tb-35, .p-all-35 {padding-top: 35px;}
.p-t-36, .p-tb-36, .p-all-36 {padding-top: 36px;}
.p-t-37, .p-tb-37, .p-all-37 {padding-top: 37px;}
.p-t-38, .p-tb-38, .p-all-38 {padding-top: 38px;}
.p-t-39, .p-tb-39, .p-all-39 {padding-top: 39px;}
.p-t-40, .p-tb-40, .p-all-40 {padding-top: 40px;}
.p-t-41, .p-tb-41, .p-all-41 {padding-top: 41px;}
.p-t-42, .p-tb-42, .p-all-42 {padding-top: 42px;}
.p-t-43, .p-tb-43, .p-all-43 {padding-top: 43px;}
.p-t-44, .p-tb-44, .p-all-44 {padding-top: 44px;}
.p-t-45, .p-tb-45, .p-all-45 {padding-top: 45px;}
.p-t-46, .p-tb-46, .p-all-46 {padding-top: 46px;}
.p-t-47, .p-tb-47, .p-all-47 {padding-top: 47px;}
.p-t-48, .p-tb-48, .p-all-48 {padding-top: 48px;}
.p-t-49, .p-tb-49, .p-all-49 {padding-top: 49px;}
.p-t-50, .p-tb-50, .p-all-50 {padding-top: 50px;}
.p-t-51, .p-tb-51, .p-all-51 {padding-top: 51px;}
.p-t-52, .p-tb-52, .p-all-52 {padding-top: 52px;}
.p-t-53, .p-tb-53, .p-all-53 {padding-top: 53px;}
.p-t-54, .p-tb-54, .p-all-54 {padding-top: 54px;}
.p-t-55, .p-tb-55, .p-all-55 {padding-top: 55px;}
.p-t-56, .p-tb-56, .p-all-56 {padding-top: 56px;}
.p-t-57, .p-tb-57, .p-all-57 {padding-top: 57px;}
.p-t-58, .p-tb-58, .p-all-58 {padding-top: 58px;}
.p-t-59, .p-tb-59, .p-all-59 {padding-top: 59px;}
.p-t-60, .p-tb-60, .p-all-60 {padding-top: 60px;}
.p-t-61, .p-tb-61, .p-all-61 {padding-top: 61px;}
.p-t-62, .p-tb-62, .p-all-62 {padding-top: 62px;}
.p-t-63, .p-tb-63, .p-all-63 {padding-top: 63px;}
.p-t-64, .p-tb-64, .p-all-64 {padding-top: 64px;}
.p-t-65, .p-tb-65, .p-all-65 {padding-top: 65px;}
.p-t-66, .p-tb-66, .p-all-66 {padding-top: 66px;}
.p-t-67, .p-tb-67, .p-all-67 {padding-top: 67px;}
.p-t-68, .p-tb-68, .p-all-68 {padding-top: 68px;}
.p-t-69, .p-tb-69, .p-all-69 {padding-top: 69px;}
.p-t-70, .p-tb-70, .p-all-70 {padding-top: 70px;}
.p-t-71, .p-tb-71, .p-all-71 {padding-top: 71px;}
.p-t-72, .p-tb-72, .p-all-72 {padding-top: 72px;}
.p-t-73, .p-tb-73, .p-all-73 {padding-top: 73px;}
.p-t-74, .p-tb-74, .p-all-74 {padding-top: 74px;}
.p-t-75, .p-tb-75, .p-all-75 {padding-top: 75px;}
.p-t-76, .p-tb-76, .p-all-76 {padding-top: 76px;}
.p-t-77, .p-tb-77, .p-all-77 {padding-top: 77px;}
.p-t-78, .p-tb-78, .p-all-78 {padding-top: 78px;}
.p-t-79, .p-tb-79, .p-all-79 {padding-top: 79px;}
.p-t-80, .p-tb-80, .p-all-80 {padding-top: 80px;}
.p-t-81, .p-tb-81, .p-all-81 {padding-top: 81px;}
.p-t-82, .p-tb-82, .p-all-82 {padding-top: 82px;}
.p-t-83, .p-tb-83, .p-all-83 {padding-top: 83px;}
.p-t-84, .p-tb-84, .p-all-84 {padding-top: 84px;}
.p-t-85, .p-tb-85, .p-all-85 {padding-top: 85px;}
.p-t-86, .p-tb-86, .p-all-86 {padding-top: 86px;}
.p-t-87, .p-tb-87, .p-all-87 {padding-top: 87px;}
.p-t-88, .p-tb-88, .p-all-88 {padding-top: 88px;}
.p-t-89, .p-tb-89, .p-all-89 {padding-top: 89px;}
.p-t-90, .p-tb-90, .p-all-90 {padding-top: 90px;}
.p-t-91, .p-tb-91, .p-all-91 {padding-top: 91px;}
.p-t-92, .p-tb-92, .p-all-92 {padding-top: 92px;}
.p-t-93, .p-tb-93, .p-all-93 {padding-top: 93px;}
.p-t-94, .p-tb-94, .p-all-94 {padding-top: 94px;}
.p-t-95, .p-tb-95, .p-all-95 {padding-top: 95px;}
.p-t-96, .p-tb-96, .p-all-96 {padding-top: 96px;}
.p-t-97, .p-tb-97, .p-all-97 {padding-top: 97px;}
.p-t-98, .p-tb-98, .p-all-98 {padding-top: 98px;}
.p-t-99, .p-tb-99, .p-all-99 {padding-top: 99px;}

.p-b-0, .p-tb-0, .p-all-0 {padding-bottom: 0px;}
.p-b-1, .p-tb-1, .p-all-1 {padding-bottom: 1px;}
.p-b-2, .p-tb-2, .p-all-2 {padding-bottom: 2px;}
.p-b-3, .p-tb-3, .p-all-3 {padding-bottom: 3px;}
.p-b-4, .p-tb-4, .p-all-4 {padding-bottom: 4px;}
.p-b-5, .p-tb-5, .p-all-5 {padding-bottom: 5px;}
.p-b-6, .p-tb-6, .p-all-6 {padding-bottom: 6px;}
.p-b-7, .p-tb-7, .p-all-7 {padding-bottom: 7px;}
.p-b-8, .p-tb-8, .p-all-8 {padding-bottom: 8px;}
.p-b-9, .p-tb-9, .p-all-9 {padding-bottom: 9px;}
.p-b-10, .p-tb-10, .p-all-10 {padding-bottom: 10px;}
.p-b-11, .p-tb-11, .p-all-11 {padding-bottom: 11px;}
.p-b-12, .p-tb-12, .p-all-12 {padding-bottom: 12px;}
.p-b-13, .p-tb-13, .p-all-13 {padding-bottom: 13px;}
.p-b-14, .p-tb-14, .p-all-14 {padding-bottom: 14px;}
.p-b-15, .p-tb-15, .p-all-15 {padding-bottom: 15px;}
.p-b-16, .p-tb-16, .p-all-16 {padding-bottom: 16px;}
.p-b-17, .p-tb-17, .p-all-17 {padding-bottom: 17px;}
.p-b-18, .p-tb-18, .p-all-18 {padding-bottom: 18px;}
.p-b-19, .p-tb-19, .p-all-19 {padding-bottom: 19px;}
.p-b-20, .p-tb-20, .p-all-20 {padding-bottom: 20px;}
.p-b-21, .p-tb-21, .p-all-21 {padding-bottom: 21px;}
.p-b-22, .p-tb-22, .p-all-22 {padding-bottom: 22px;}
.p-b-23, .p-tb-23, .p-all-23 {padding-bottom: 23px;}
.p-b-24, .p-tb-24, .p-all-24 {padding-bottom: 24px;}
.p-b-25, .p-tb-25, .p-all-25 {padding-bottom: 25px;}
.p-b-26, .p-tb-26, .p-all-26 {padding-bottom: 26px;}
.p-b-27, .p-tb-27, .p-all-27 {padding-bottom: 27px;}
.p-b-28, .p-tb-28, .p-all-28 {padding-bottom: 28px;}
.p-b-29, .p-tb-29, .p-all-29 {padding-bottom: 29px;}
.p-b-30, .p-tb-30, .p-all-30 {padding-bottom: 30px;}
.p-b-31, .p-tb-31, .p-all-31 {padding-bottom: 31px;}
.p-b-32, .p-tb-32, .p-all-32 {padding-bottom: 32px;}
.p-b-33, .p-tb-33, .p-all-33 {padding-bottom: 33px;}
.p-b-34, .p-tb-34, .p-all-34 {padding-bottom: 34px;}
.p-b-35, .p-tb-35, .p-all-35 {padding-bottom: 35px;}
.p-b-36, .p-tb-36, .p-all-36 {padding-bottom: 36px;}
.p-b-37, .p-tb-37, .p-all-37 {padding-bottom: 37px;}
.p-b-38, .p-tb-38, .p-all-38 {padding-bottom: 38px;}
.p-b-39, .p-tb-39, .p-all-39 {padding-bottom: 39px;}
.p-b-40, .p-tb-40, .p-all-40 {padding-bottom: 40px;}
.p-b-41, .p-tb-41, .p-all-41 {padding-bottom: 41px;}
.p-b-42, .p-tb-42, .p-all-42 {padding-bottom: 42px;}
.p-b-43, .p-tb-43, .p-all-43 {padding-bottom: 43px;}
.p-b-44, .p-tb-44, .p-all-44 {padding-bottom: 44px;}
.p-b-45, .p-tb-45, .p-all-45 {padding-bottom: 45px;}
.p-b-46, .p-tb-46, .p-all-46 {padding-bottom: 46px;}
.p-b-47, .p-tb-47, .p-all-47 {padding-bottom: 47px;}
.p-b-48, .p-tb-48, .p-all-48 {padding-bottom: 48px;}
.p-b-49, .p-tb-49, .p-all-49 {padding-bottom: 49px;}
.p-b-50, .p-tb-50, .p-all-50 {padding-bottom: 50px;}
.p-b-51, .p-tb-51, .p-all-51 {padding-bottom: 51px;}
.p-b-52, .p-tb-52, .p-all-52 {padding-bottom: 52px;}
.p-b-53, .p-tb-53, .p-all-53 {padding-bottom: 53px;}
.p-b-54, .p-tb-54, .p-all-54 {padding-bottom: 54px;}
.p-b-55, .p-tb-55, .p-all-55 {padding-bottom: 55px;}
.p-b-56, .p-tb-56, .p-all-56 {padding-bottom: 56px;}
.p-b-57, .p-tb-57, .p-all-57 {padding-bottom: 57px;}
.p-b-58, .p-tb-58, .p-all-58 {padding-bottom: 58px;}
.p-b-59, .p-tb-59, .p-all-59 {padding-bottom: 59px;}
.p-b-60, .p-tb-60, .p-all-60 {padding-bottom: 60px;}
.p-b-61, .p-tb-61, .p-all-61 {padding-bottom: 61px;}
.p-b-62, .p-tb-62, .p-all-62 {padding-bottom: 62px;}
.p-b-63, .p-tb-63, .p-all-63 {padding-bottom: 63px;}
.p-b-64, .p-tb-64, .p-all-64 {padding-bottom: 64px;}
.p-b-65, .p-tb-65, .p-all-65 {padding-bottom: 65px;}
.p-b-66, .p-tb-66, .p-all-66 {padding-bottom: 66px;}
.p-b-67, .p-tb-67, .p-all-67 {padding-bottom: 67px;}
.p-b-68, .p-tb-68, .p-all-68 {padding-bottom: 68px;}
.p-b-69, .p-tb-69, .p-all-69 {padding-bottom: 69px;}
.p-b-70, .p-tb-70, .p-all-70 {padding-bottom: 70px;}
.p-b-71, .p-tb-71, .p-all-71 {padding-bottom: 71px;}
.p-b-72, .p-tb-72, .p-all-72 {padding-bottom: 72px;}
.p-b-73, .p-tb-73, .p-all-73 {padding-bottom: 73px;}
.p-b-74, .p-tb-74, .p-all-74 {padding-bottom: 74px;}
.p-b-75, .p-tb-75, .p-all-75 {padding-bottom: 75px;}
.p-b-76, .p-tb-76, .p-all-76 {padding-bottom: 76px;}
.p-b-77, .p-tb-77, .p-all-77 {padding-bottom: 77px;}
.p-b-78, .p-tb-78, .p-all-78 {padding-bottom: 78px;}
.p-b-79, .p-tb-79, .p-all-79 {padding-bottom: 79px;}
.p-b-80, .p-tb-80, .p-all-80 {padding-bottom: 80px;}
.p-b-81, .p-tb-81, .p-all-81 {padding-bottom: 81px;}
.p-b-82, .p-tb-82, .p-all-82 {padding-bottom: 82px;}
.p-b-83, .p-tb-83, .p-all-83 {padding-bottom: 83px;}
.p-b-84, .p-tb-84, .p-all-84 {padding-bottom: 84px;}
.p-b-85, .p-tb-85, .p-all-85 {padding-bottom: 85px;}
.p-b-86, .p-tb-86, .p-all-86 {padding-bottom: 86px;}
.p-b-87, .p-tb-87, .p-all-87 {padding-bottom: 87px;}
.p-b-88, .p-tb-88, .p-all-88 {padding-bottom: 88px;}
.p-b-89, .p-tb-89, .p-all-89 {padding-bottom: 89px;}
.p-b-90, .p-tb-90, .p-all-90 {padding-bottom: 90px;}
.p-b-91, .p-tb-91, .p-all-91 {padding-bottom: 91px;}
.p-b-92, .p-tb-92, .p-all-92 {padding-bottom: 92px;}
.p-b-93, .p-tb-93, .p-all-93 {padding-bottom: 93px;}
.p-b-94, .p-tb-94, .p-all-94 {padding-bottom: 94px;}
.p-b-95, .p-tb-95, .p-all-95 {padding-bottom: 95px;}
.p-b-96, .p-tb-96, .p-all-96 {padding-bottom: 96px;}
.p-b-97, .p-tb-97, .p-all-97 {padding-bottom: 97px;}
.p-b-98, .p-tb-98, .p-all-98 {padding-bottom: 98px;}
.p-b-99, .p-tb-99, .p-all-99 {padding-bottom: 99px;}

.p-l-0, .p-rl-0, .p-all-0 {padding-left: 0px;}
.p-l-1, .p-rl-1, .p-all-1 {padding-left: 1px;}
.p-l-2, .p-rl-2, .p-all-2 {padding-left: 2px;}
.p-l-3, .p-rl-3, .p-all-3 {padding-left: 3px;}
.p-l-4, .p-rl-4, .p-all-4 {padding-left: 4px;}
.p-l-5, .p-rl-5, .p-all-5 {padding-left: 5px;}
.p-l-6, .p-rl-6, .p-all-6 {padding-left: 6px;}
.p-l-7, .p-rl-7, .p-all-7 {padding-left: 7px;}
.p-l-8, .p-rl-8, .p-all-8 {padding-left: 8px;}
.p-l-9, .p-rl-9, .p-all-9 {padding-left: 9px;}
.p-l-10, .p-rl-10, .p-all-10 {padding-left: 10px;}
.p-l-11, .p-rl-11, .p-all-11 {padding-left: 11px;}
.p-l-12, .p-rl-12, .p-all-12 {padding-left: 12px;}
.p-l-13, .p-rl-13, .p-all-13 {padding-left: 13px;}
.p-l-14, .p-rl-14, .p-all-14 {padding-left: 14px;}
.p-l-15, .p-rl-15, .p-all-15 {padding-left: 15px;}
.p-l-16, .p-rl-16, .p-all-16 {padding-left: 16px;}
.p-l-17, .p-rl-17, .p-all-17 {padding-left: 17px;}
.p-l-18, .p-rl-18, .p-all-18 {padding-left: 18px;}
.p-l-19, .p-rl-19, .p-all-19 {padding-left: 19px;}
.p-l-20, .p-rl-20, .p-all-20 {padding-left: 20px;}
.p-l-21, .p-rl-21, .p-all-21 {padding-left: 21px;}
.p-l-22, .p-rl-22, .p-all-22 {padding-left: 22px;}
.p-l-23, .p-rl-23, .p-all-23 {padding-left: 23px;}
.p-l-24, .p-rl-24, .p-all-24 {padding-left: 24px;}
.p-l-25, .p-rl-25, .p-all-25 {padding-left: 25px;}
.p-l-26, .p-rl-26, .p-all-26 {padding-left: 26px;}
.p-l-27, .p-rl-27, .p-all-27 {padding-left: 27px;}
.p-l-28, .p-rl-28, .p-all-28 {padding-left: 28px;}
.p-l-29, .p-rl-29, .p-all-29 {padding-left: 29px;}
.p-l-30, .p-rl-30, .p-all-30 {padding-left: 30px;}
.p-l-31, .p-rl-31, .p-all-31 {padding-left: 31px;}
.p-l-32, .p-rl-32, .p-all-32 {padding-left: 32px;}
.p-l-33, .p-rl-33, .p-all-33 {padding-left: 33px;}
.p-l-34, .p-rl-34, .p-all-34 {padding-left: 34px;}
.p-l-35, .p-rl-35, .p-all-35 {padding-left: 35px;}
.p-l-36, .p-rl-36, .p-all-36 {padding-left: 36px;}
.p-l-37, .p-rl-37, .p-all-37 {padding-left: 37px;}
.p-l-38, .p-rl-38, .p-all-38 {padding-left: 38px;}
.p-l-39, .p-rl-39, .p-all-39 {padding-left: 39px;}
.p-l-40, .p-rl-40, .p-all-40 {padding-left: 40px;}
.p-l-41, .p-rl-41, .p-all-41 {padding-left: 41px;}
.p-l-42, .p-rl-42, .p-all-42 {padding-left: 42px;}
.p-l-43, .p-rl-43, .p-all-43 {padding-left: 43px;}
.p-l-44, .p-rl-44, .p-all-44 {padding-left: 44px;}
.p-l-45, .p-rl-45, .p-all-45 {padding-left: 45px;}
.p-l-46, .p-rl-46, .p-all-46 {padding-left: 46px;}
.p-l-47, .p-rl-47, .p-all-47 {padding-left: 47px;}
.p-l-48, .p-rl-48, .p-all-48 {padding-left: 48px;}
.p-l-49, .p-rl-49, .p-all-49 {padding-left: 49px;}
.p-l-50, .p-rl-50, .p-all-50 {padding-left: 50px;}
.p-l-51, .p-rl-51, .p-all-51 {padding-left: 51px;}
.p-l-52, .p-rl-52, .p-all-52 {padding-left: 52px;}
.p-l-53, .p-rl-53, .p-all-53 {padding-left: 53px;}
.p-l-54, .p-rl-54, .p-all-54 {padding-left: 54px;}
.p-l-55, .p-rl-55, .p-all-55 {padding-left: 55px;}
.p-l-56, .p-rl-56, .p-all-56 {padding-left: 56px;}
.p-l-57, .p-rl-57, .p-all-57 {padding-left: 57px;}
.p-l-58, .p-rl-58, .p-all-58 {padding-left: 58px;}
.p-l-59, .p-rl-59, .p-all-59 {padding-left: 59px;}
.p-l-60, .p-rl-60, .p-all-60 {padding-left: 60px;}
.p-l-61, .p-rl-61, .p-all-61 {padding-left: 61px;}
.p-l-62, .p-rl-62, .p-all-62 {padding-left: 62px;}
.p-l-63, .p-rl-63, .p-all-63 {padding-left: 63px;}
.p-l-64, .p-rl-64, .p-all-64 {padding-left: 64px;}
.p-l-65, .p-rl-65, .p-all-65 {padding-left: 65px;}
.p-l-66, .p-rl-66, .p-all-66 {padding-left: 66px;}
.p-l-67, .p-rl-67, .p-all-67 {padding-left: 67px;}
.p-l-68, .p-rl-68, .p-all-68 {padding-left: 68px;}
.p-l-69, .p-rl-69, .p-all-69 {padding-left: 69px;}
.p-l-70, .p-rl-70, .p-all-70 {padding-left: 70px;}
.p-l-71, .p-rl-71, .p-all-71 {padding-left: 71px;}
.p-l-72, .p-rl-72, .p-all-72 {padding-left: 72px;}
.p-l-73, .p-rl-73, .p-all-73 {padding-left: 73px;}
.p-l-74, .p-rl-74, .p-all-74 {padding-left: 74px;}
.p-l-75, .p-rl-75, .p-all-75 {padding-left: 75px;}
.p-l-76, .p-rl-76, .p-all-76 {padding-left: 76px;}
.p-l-77, .p-rl-77, .p-all-77 {padding-left: 77px;}
.p-l-78, .p-rl-78, .p-all-78 {padding-left: 78px;}
.p-l-79, .p-rl-79, .p-all-79 {padding-left: 79px;}
.p-l-80, .p-rl-80, .p-all-80 {padding-left: 80px;}
.p-l-81, .p-rl-81, .p-all-81 {padding-left: 81px;}
.p-l-82, .p-rl-82, .p-all-82 {padding-left: 82px;}
.p-l-83, .p-rl-83, .p-all-83 {padding-left: 83px;}
.p-l-84, .p-rl-84, .p-all-84 {padding-left: 84px;}
.p-l-85, .p-rl-85, .p-all-85 {padding-left: 85px;}
.p-l-86, .p-rl-86, .p-all-86 {padding-left: 86px;}
.p-l-87, .p-rl-87, .p-all-87 {padding-left: 87px;}
.p-l-88, .p-rl-88, .p-all-88 {padding-left: 88px;}
.p-l-89, .p-rl-89, .p-all-89 {padding-left: 89px;}
.p-l-90, .p-rl-90, .p-all-90 {padding-left: 90px;}
.p-l-91, .p-rl-91, .p-all-91 {padding-left: 91px;}
.p-l-92, .p-rl-92, .p-all-92 {padding-left: 92px;}
.p-l-93, .p-rl-93, .p-all-93 {padding-left: 93px;}
.p-l-94, .p-rl-94, .p-all-94 {padding-left: 94px;}
.p-l-95, .p-rl-95, .p-all-95 {padding-left: 95px;}
.p-l-96, .p-rl-96, .p-all-96 {padding-left: 96px;}
.p-l-97, .p-rl-97, .p-all-97 {padding-left: 97px;}
.p-l-98, .p-rl-98, .p-all-98 {padding-left: 98px;}
.p-l-99, .p-rl-99, .p-all-99 {padding-left: 99px;}

.p-r-0, .p-rl-0, .p-all-0 {padding-right: 0px;}
.p-r-1, .p-rl-1, .p-all-1 {padding-right: 1px;}
.p-r-2, .p-rl-2, .p-all-2 {padding-right: 2px;}
.p-r-3, .p-rl-3, .p-all-3 {padding-right: 3px;}
.p-r-4, .p-rl-4, .p-all-4 {padding-right: 4px;}
.p-r-5, .p-rl-5, .p-all-5 {padding-right: 5px;}
.p-r-6, .p-rl-6, .p-all-6 {padding-right: 6px;}
.p-r-7, .p-rl-7, .p-all-7 {padding-right: 7px;}
.p-r-8, .p-rl-8, .p-all-8 {padding-right: 8px;}
.p-r-9, .p-rl-9, .p-all-9 {padding-right: 9px;}
.p-r-10, .p-rl-10, .p-all-10 {padding-right: 10px;}
.p-r-11, .p-rl-11, .p-all-11 {padding-right: 11px;}
.p-r-12, .p-rl-12, .p-all-12 {padding-right: 12px;}
.p-r-13, .p-rl-13, .p-all-13 {padding-right: 13px;}
.p-r-14, .p-rl-14, .p-all-14 {padding-right: 14px;}
.p-r-15, .p-rl-15, .p-all-15 {padding-right: 15px;}
.p-r-16, .p-rl-16, .p-all-16 {padding-right: 16px;}
.p-r-17, .p-rl-17, .p-all-17 {padding-right: 17px;}
.p-r-18, .p-rl-18, .p-all-18 {padding-right: 18px;}
.p-r-19, .p-rl-19, .p-all-19 {padding-right: 19px;}
.p-r-20, .p-rl-20, .p-all-20 {padding-right: 20px;}
.p-r-21, .p-rl-21, .p-all-21 {padding-right: 21px;}
.p-r-22, .p-rl-22, .p-all-22 {padding-right: 22px;}
.p-r-23, .p-rl-23, .p-all-23 {padding-right: 23px;}
.p-r-24, .p-rl-24, .p-all-24 {padding-right: 24px;}
.p-r-25, .p-rl-25, .p-all-25 {padding-right: 25px;}
.p-r-26, .p-rl-26, .p-all-26 {padding-right: 26px;}
.p-r-27, .p-rl-27, .p-all-27 {padding-right: 27px;}
.p-r-28, .p-rl-28, .p-all-28 {padding-right: 28px;}
.p-r-29, .p-rl-29, .p-all-29 {padding-right: 29px;}
.p-r-30, .p-rl-30, .p-all-30 {padding-right: 30px;}
.p-r-31, .p-rl-31, .p-all-31 {padding-right: 31px;}
.p-r-32, .p-rl-32, .p-all-32 {padding-right: 32px;}
.p-r-33, .p-rl-33, .p-all-33 {padding-right: 33px;}
.p-r-34, .p-rl-34, .p-all-34 {padding-right: 34px;}
.p-r-35, .p-rl-35, .p-all-35 {padding-right: 35px;}
.p-r-36, .p-rl-36, .p-all-36 {padding-right: 36px;}
.p-r-37, .p-rl-37, .p-all-37 {padding-right: 37px;}
.p-r-38, .p-rl-38, .p-all-38 {padding-right: 38px;}
.p-r-39, .p-rl-39, .p-all-39 {padding-right: 39px;}
.p-r-40, .p-rl-40, .p-all-40 {padding-right: 40px;}
.p-r-41, .p-rl-41, .p-all-41 {padding-right: 41px;}
.p-r-42, .p-rl-42, .p-all-42 {padding-right: 42px;}
.p-r-43, .p-rl-43, .p-all-43 {padding-right: 43px;}
.p-r-44, .p-rl-44, .p-all-44 {padding-right: 44px;}
.p-r-45, .p-rl-45, .p-all-45 {padding-right: 45px;}
.p-r-46, .p-rl-46, .p-all-46 {padding-right: 46px;}
.p-r-47, .p-rl-47, .p-all-47 {padding-right: 47px;}
.p-r-48, .p-rl-48, .p-all-48 {padding-right: 48px;}
.p-r-49, .p-rl-49, .p-all-49 {padding-right: 49px;}
.p-r-50, .p-rl-50, .p-all-50 {padding-right: 50px;}
.p-r-51, .p-rl-51, .p-all-51 {padding-right: 51px;}
.p-r-52, .p-rl-52, .p-all-52 {padding-right: 52px;}
.p-r-53, .p-rl-53, .p-all-53 {padding-right: 53px;}
.p-r-54, .p-rl-54, .p-all-54 {padding-right: 54px;}
.p-r-55, .p-rl-55, .p-all-55 {padding-right: 55px;}
.p-r-56, .p-rl-56, .p-all-56 {padding-right: 56px;}
.p-r-57, .p-rl-57, .p-all-57 {padding-right: 57px;}
.p-r-58, .p-rl-58, .p-all-58 {padding-right: 58px;}
.p-r-59, .p-rl-59, .p-all-59 {padding-right: 59px;}
.p-r-60, .p-rl-60, .p-all-60 {padding-right: 60px;}
.p-r-61, .p-rl-61, .p-all-61 {padding-right: 61px;}
.p-r-62, .p-rl-62, .p-all-62 {padding-right: 62px;}
.p-r-63, .p-rl-63, .p-all-63 {padding-right: 63px;}
.p-r-64, .p-rl-64, .p-all-64 {padding-right: 64px;}
.p-r-65, .p-rl-65, .p-all-65 {padding-right: 65px;}
.p-r-66, .p-rl-66, .p-all-66 {padding-right: 66px;}
.p-r-67, .p-rl-67, .p-all-67 {padding-right: 67px;}
.p-r-68, .p-rl-68, .p-all-68 {padding-right: 68px;}
.p-r-69, .p-rl-69, .p-all-69 {padding-right: 69px;}
.p-r-70, .p-rl-70, .p-all-70 {padding-right: 70px;}
.p-r-71, .p-rl-71, .p-all-71 {padding-right: 71px;}
.p-r-72, .p-rl-72, .p-all-72 {padding-right: 72px;}
.p-r-73, .p-rl-73, .p-all-73 {padding-right: 73px;}
.p-r-74, .p-rl-74, .p-all-74 {padding-right: 74px;}
.p-r-75, .p-rl-75, .p-all-75 {padding-right: 75px;}
.p-r-76, .p-rl-76, .p-all-76 {padding-right: 76px;}
.p-r-77, .p-rl-77, .p-all-77 {padding-right: 77px;}
.p-r-78, .p-rl-78, .p-all-78 {padding-right: 78px;}
.p-r-79, .p-rl-79, .p-all-79 {padding-right: 79px;}
.p-r-80, .p-rl-80, .p-all-80 {padding-right: 80px;}
.p-r-81, .p-rl-81, .p-all-81 {padding-right: 81px;}
.p-r-82, .p-rl-82, .p-all-82 {padding-right: 82px;}
.p-r-83, .p-rl-83, .p-all-83 {padding-right: 83px;}
.p-r-84, .p-rl-84, .p-all-84 {padding-right: 84px;}
.p-r-85, .p-rl-85, .p-all-85 {padding-right: 85px;}
.p-r-86, .p-rl-86, .p-all-86 {padding-right: 86px;}
.p-r-87, .p-rl-87, .p-all-87 {padding-right: 87px;}
.p-r-88, .p-rl-88, .p-all-88 {padding-right: 88px;}
.p-r-89, .p-rl-89, .p-all-89 {padding-right: 89px;}
.p-r-90, .p-rl-90, .p-all-90 {padding-right: 90px;}
.p-r-91, .p-rl-91, .p-all-91 {padding-right: 91px;}
.p-r-92, .p-rl-92, .p-all-92 {padding-right: 92px;}
.p-r-93, .p-rl-93, .p-all-93 {padding-right: 93px;}
.p-r-94, .p-rl-94, .p-all-94 {padding-right: 94px;}
.p-r-95, .p-rl-95, .p-all-95 {padding-right: 95px;}
.p-r-96, .p-rl-96, .p-all-96 {padding-right: 96px;}
.p-r-97, .p-rl-97, .p-all-97 {padding-right: 97px;}
.p-r-98, .p-rl-98, .p-all-98 {padding-right: 98px;}
.p-r-99, .p-rl-99, .p-all-99 {padding-right: 99px;}

.p-t-100, .p-tb-100, .p-all-100 {padding-top: 100px;}
.p-t-105, .p-tb-105, .p-all-105 {padding-top: 105px;}
.p-t-110, .p-tb-110, .p-all-110 {padding-top: 110px;}
.p-t-115, .p-tb-115, .p-all-115 {padding-top: 115px;}
.p-t-120, .p-tb-120, .p-all-120 {padding-top: 120px;}
.p-t-125, .p-tb-125, .p-all-125 {padding-top: 125px;}
.p-t-130, .p-tb-130, .p-all-130 {padding-top: 130px;}
.p-t-135, .p-tb-135, .p-all-135 {padding-top: 135px;}
.p-t-140, .p-tb-140, .p-all-140 {padding-top: 140px;}
.p-t-145, .p-tb-145, .p-all-145 {padding-top: 145px;}
.p-t-150, .p-tb-150, .p-all-150 {padding-top: 150px;}
.p-t-155, .p-tb-155, .p-all-155 {padding-top: 155px;}
.p-t-160, .p-tb-160, .p-all-160 {padding-top: 160px;}
.p-t-165, .p-tb-165, .p-all-165 {padding-top: 165px;}
.p-t-170, .p-tb-170, .p-all-170 {padding-top: 170px;}
.p-t-175, .p-tb-175, .p-all-175 {padding-top: 175px;}
.p-t-180, .p-tb-180, .p-all-180 {padding-top: 180px;}
.p-t-185, .p-tb-185, .p-all-185 {padding-top: 185px;}
.p-t-190, .p-tb-190, .p-all-190 {padding-top: 190px;}
.p-t-195, .p-tb-195, .p-all-195 {padding-top: 195px;}
.p-t-200, .p-tb-200, .p-all-200 {padding-top: 200px;}
.p-t-205, .p-tb-205, .p-all-205 {padding-top: 205px;}
.p-t-210, .p-tb-210, .p-all-210 {padding-top: 210px;}
.p-t-215, .p-tb-215, .p-all-215 {padding-top: 215px;}
.p-t-220, .p-tb-220, .p-all-220 {padding-top: 220px;}
.p-t-225, .p-tb-225, .p-all-225 {padding-top: 225px;}
.p-t-230, .p-tb-230, .p-all-230 {padding-top: 230px;}
.p-t-235, .p-tb-235, .p-all-235 {padding-top: 235px;}
.p-t-240, .p-tb-240, .p-all-240 {padding-top: 240px;}
.p-t-245, .p-tb-245, .p-all-245 {padding-top: 245px;}
.p-t-250, .p-tb-250, .p-all-250 {padding-top: 250px;}
.p-t-255, .p-tb-255, .p-all-255 {padding-top: 255px;}
.p-t-260, .p-tb-260, .p-all-260 {padding-top: 260px;}
.p-t-265, .p-tb-265, .p-all-265 {padding-top: 265px;}
.p-t-270, .p-tb-270, .p-all-270 {padding-top: 270px;}
.p-t-275, .p-tb-275, .p-all-275 {padding-top: 275px;}
.p-t-280, .p-tb-280, .p-all-280 {padding-top: 280px;}
.p-t-285, .p-tb-285, .p-all-285 {padding-top: 285px;}
.p-t-290, .p-tb-290, .p-all-290 {padding-top: 290px;}
.p-t-295, .p-tb-295, .p-all-295 {padding-top: 295px;}
.p-t-300, .p-tb-300, .p-all-300 {padding-top: 300px;}
.p-b-100, .p-tb-100, .p-all-100 {padding-bottom: 100px;}
.p-b-105, .p-tb-105, .p-all-105 {padding-bottom: 105px;}
.p-b-110, .p-tb-110, .p-all-110 {padding-bottom: 110px;}
.p-b-115, .p-tb-115, .p-all-115 {padding-bottom: 115px;}
.p-b-120, .p-tb-120, .p-all-120 {padding-bottom: 120px;}
.p-b-125, .p-tb-125, .p-all-125 {padding-bottom: 125px;}
.p-b-130, .p-tb-130, .p-all-130 {padding-bottom: 130px;}
.p-b-135, .p-tb-135, .p-all-135 {padding-bottom: 135px;}
.p-b-140, .p-tb-140, .p-all-140 {padding-bottom: 140px;}
.p-b-145, .p-tb-145, .p-all-145 {padding-bottom: 145px;}
.p-b-150, .p-tb-150, .p-all-150 {padding-bottom: 150px;}
.p-b-155, .p-tb-155, .p-all-155 {padding-bottom: 155px;}
.p-b-160, .p-tb-160, .p-all-160 {padding-bottom: 160px;}
.p-b-165, .p-tb-165, .p-all-165 {padding-bottom: 165px;}
.p-b-170, .p-tb-170, .p-all-170 {padding-bottom: 170px;}
.p-b-175, .p-tb-175, .p-all-175 {padding-bottom: 175px;}
.p-b-180, .p-tb-180, .p-all-180 {padding-bottom: 180px;}
.p-b-185, .p-tb-185, .p-all-185 {padding-bottom: 185px;}
.p-b-190, .p-tb-190, .p-all-190 {padding-bottom: 190px;}
.p-b-195, .p-tb-195, .p-all-195 {padding-bottom: 195px;}
.p-b-200, .p-tb-200, .p-all-200 {padding-bottom: 200px;}
.p-b-205, .p-tb-205, .p-all-205 {padding-bottom: 205px;}
.p-b-210, .p-tb-210, .p-all-210 {padding-bottom: 210px;}
.p-b-215, .p-tb-215, .p-all-215 {padding-bottom: 215px;}
.p-b-220, .p-tb-220, .p-all-220 {padding-bottom: 220px;}
.p-b-225, .p-tb-225, .p-all-225 {padding-bottom: 225px;}
.p-b-230, .p-tb-230, .p-all-230 {padding-bottom: 230px;}
.p-b-235, .p-tb-235, .p-all-235 {padding-bottom: 235px;}
.p-b-240, .p-tb-240, .p-all-240 {padding-bottom: 240px;}
.p-b-245, .p-tb-245, .p-all-245 {padding-bottom: 245px;}
.p-b-250, .p-tb-250, .p-all-250 {padding-bottom: 250px;}
.p-b-255, .p-tb-255, .p-all-255 {padding-bottom: 255px;}
.p-b-260, .p-tb-260, .p-all-260 {padding-bottom: 260px;}
.p-b-265, .p-tb-265, .p-all-265 {padding-bottom: 265px;}
.p-b-270, .p-tb-270, .p-all-270 {padding-bottom: 270px;}
.p-b-275, .p-tb-275, .p-all-275 {padding-bottom: 275px;}
.p-b-280, .p-tb-280, .p-all-280 {padding-bottom: 280px;}
.p-b-285, .p-tb-285, .p-all-285 {padding-bottom: 285px;}
.p-b-290, .p-tb-290, .p-all-290 {padding-bottom: 290px;}
.p-b-295, .p-tb-295, .p-all-295 {padding-bottom: 295px;}
.p-b-300, .p-tb-300, .p-all-300 {padding-bottom: 300px;}
.p-l-100, .p-rl-100, .p-all-100 {padding-left: 100px;}
.p-l-105, .p-rl-105, .p-all-105 {padding-left: 105px;}
.p-l-110, .p-rl-110, .p-all-110 {padding-left: 110px;}
.p-l-115, .p-rl-115, .p-all-115 {padding-left: 115px;}
.p-l-120, .p-rl-120, .p-all-120 {padding-left: 120px;}
.p-l-125, .p-rl-125, .p-all-125 {padding-left: 125px;}
.p-l-130, .p-rl-130, .p-all-130 {padding-left: 130px;}
.p-l-135, .p-rl-135, .p-all-135 {padding-left: 135px;}
.p-l-140, .p-rl-140, .p-all-140 {padding-left: 140px;}
.p-l-145, .p-rl-145, .p-all-145 {padding-left: 145px;}
.p-l-150, .p-rl-150, .p-all-150 {padding-left: 150px;}
.p-l-155, .p-rl-155, .p-all-155 {padding-left: 155px;}
.p-l-160, .p-rl-160, .p-all-160 {padding-left: 160px;}
.p-l-165, .p-rl-165, .p-all-165 {padding-left: 165px;}
.p-l-170, .p-rl-170, .p-all-170 {padding-left: 170px;}
.p-l-175, .p-rl-175, .p-all-175 {padding-left: 175px;}
.p-l-180, .p-rl-180, .p-all-180 {padding-left: 180px;}
.p-l-185, .p-rl-185, .p-all-185 {padding-left: 185px;}
.p-l-190, .p-rl-190, .p-all-190 {padding-left: 190px;}
.p-l-195, .p-rl-195, .p-all-195 {padding-left: 195px;}
.p-l-200, .p-rl-200, .p-all-200 {padding-left: 200px;}
.p-l-205, .p-rl-205, .p-all-205 {padding-left: 205px;}
.p-l-210, .p-rl-210, .p-all-210 {padding-left: 210px;}
.p-l-215, .p-rl-215, .p-all-215 {padding-left: 215px;}
.p-l-220, .p-rl-220, .p-all-220 {padding-left: 220px;}
.p-l-225, .p-rl-225, .p-all-225 {padding-left: 225px;}
.p-l-230, .p-rl-230, .p-all-230 {padding-left: 230px;}
.p-l-235, .p-rl-235, .p-all-235 {padding-left: 235px;}
.p-l-240, .p-rl-240, .p-all-240 {padding-left: 240px;}
.p-l-245, .p-rl-245, .p-all-245 {padding-left: 245px;}
.p-l-250, .p-rl-250, .p-all-250 {padding-left: 250px;}
.p-l-255, .p-rl-255, .p-all-255 {padding-left: 255px;}
.p-l-260, .p-rl-260, .p-all-260 {padding-left: 260px;}
.p-l-265, .p-rl-265, .p-all-265 {padding-left: 265px;}
.p-l-270, .p-rl-270, .p-all-270 {padding-left: 270px;}
.p-l-275, .p-rl-275, .p-all-275 {padding-left: 275px;}
.p-l-280, .p-rl-280, .p-all-280 {padding-left: 280px;}
.p-l-285, .p-rl-285, .p-all-285 {padding-left: 285px;}
.p-l-290, .p-rl-290, .p-all-290 {padding-left: 290px;}
.p-l-295, .p-rl-295, .p-all-295 {padding-left: 295px;}
.p-l-300, .p-rl-300, .p-all-300 {padding-left: 300px;}
.p-r-100, .p-rl-100, .p-all-100 {padding-right: 100px;}
.p-r-105, .p-rl-105, .p-all-105 {padding-right: 105px;}
.p-r-110, .p-rl-110, .p-all-110 {padding-right: 110px;}
.p-r-115, .p-rl-115, .p-all-115 {padding-right: 115px;}
.p-r-120, .p-rl-120, .p-all-120 {padding-right: 120px;}
.p-r-125, .p-rl-125, .p-all-125 {padding-right: 125px;}
.p-r-130, .p-rl-130, .p-all-130 {padding-right: 130px;}
.p-r-135, .p-rl-135, .p-all-135 {padding-right: 135px;}
.p-r-140, .p-rl-140, .p-all-140 {padding-right: 140px;}
.p-r-145, .p-rl-145, .p-all-145 {padding-right: 145px;}
.p-r-150, .p-rl-150, .p-all-150 {padding-right: 150px;}
.p-r-155, .p-rl-155, .p-all-155 {padding-right: 155px;}
.p-r-160, .p-rl-160, .p-all-160 {padding-right: 160px;}
.p-r-165, .p-rl-165, .p-all-165 {padding-right: 165px;}
.p-r-170, .p-rl-170, .p-all-170 {padding-right: 170px;}
.p-r-175, .p-rl-175, .p-all-175 {padding-right: 175px;}
.p-r-180, .p-rl-180, .p-all-180 {padding-right: 180px;}
.p-r-185, .p-rl-185, .p-all-185 {padding-right: 185px;}
.p-r-190, .p-rl-190, .p-all-190 {padding-right: 190px;}
.p-r-195, .p-rl-195, .p-all-195 {padding-right: 195px;}
.p-r-200, .p-rl-200, .p-all-200 {padding-right: 200px;}
.p-r-205, .p-rl-205, .p-all-205 {padding-right: 205px;}
.p-r-210, .p-rl-210, .p-all-210 {padding-right: 210px;}
.p-r-215, .p-rl-215, .p-all-215 {padding-right: 215px;}
.p-r-220, .p-rl-220, .p-all-220 {padding-right: 220px;}
.p-r-225, .p-rl-225, .p-all-225 {padding-right: 225px;}
.p-r-230, .p-rl-230, .p-all-230 {padding-right: 230px;}
.p-r-235, .p-rl-235, .p-all-235 {padding-right: 235px;}
.p-r-240, .p-rl-240, .p-all-240 {padding-right: 240px;}
.p-r-245, .p-rl-245, .p-all-245 {padding-right: 245px;}
.p-r-250, .p-rl-250, .p-all-250 {padding-right: 250px;}
.p-r-255, .p-rl-255, .p-all-255 {padding-right: 255px;}
.p-r-260, .p-rl-260, .p-all-260 {padding-right: 260px;}
.p-r-265, .p-rl-265, .p-all-265 {padding-right: 265px;}
.p-r-270, .p-rl-270, .p-all-270 {padding-right: 270px;}
.p-r-275, .p-rl-275, .p-all-275 {padding-right: 275px;}
.p-r-280, .p-rl-280, .p-all-280 {padding-right: 280px;}
.p-r-285, .p-rl-285, .p-all-285 {padding-right: 285px;}
.p-r-290, .p-rl-290, .p-all-290 {padding-right: 290px;}
.p-r-295, .p-rl-295, .p-all-295 {padding-right: 295px;}
.p-r-300, .p-rl-300, .p-all-300 {padding-right: 300px;}






/*//////////////////////////////////////////////////////////////////
[ MARGIN ]*/
.m-t-0, .m-tb-0, .m-all-0 {margin-top: 0px;}
.m-t-1, .m-tb-1, .m-all-1 {margin-top: 1px;}
.m-t-2, .m-tb-2, .m-all-2 {margin-top: 2px;}
.m-t-3, .m-tb-3, .m-all-3 {margin-top: 3px;}
.m-t-4, .m-tb-4, .m-all-4 {margin-top: 4px;}
.m-t-5, .m-tb-5, .m-all-5 {margin-top: 5px;}
.m-t-6, .m-tb-6, .m-all-6 {margin-top: 6px;}
.m-t-7, .m-tb-7, .m-all-7 {margin-top: 7px;}
.m-t-8, .m-tb-8, .m-all-8 {margin-top: 8px;}
.m-t-9, .m-tb-9, .m-all-9 {margin-top: 9px;}
.m-t-10, .m-tb-10, .m-all-10 {margin-top: 10px;}
.m-t-11, .m-tb-11, .m-all-11 {margin-top: 11px;}
.m-t-12, .m-tb-12, .m-all-12 {margin-top: 12px;}
.m-t-13, .m-tb-13, .m-all-13 {margin-top: 13px;}
.m-t-14, .m-tb-14, .m-all-14 {margin-top: 14px;}
.m-t-15, .m-tb-15, .m-all-15 {margin-top: 15px;}
.m-t-16, .m-tb-16, .m-all-16 {margin-top: 16px;}
.m-t-17, .m-tb-17, .m-all-17 {margin-top: 17px;}
.m-t-18, .m-tb-18, .m-all-18 {margin-top: 18px;}
.m-t-19, .m-tb-19, .m-all-19 {margin-top: 19px;}
.m-t-20, .m-tb-20, .m-all-20 {margin-top: 20px;}
.m-t-21, .m-tb-21, .m-all-21 {margin-top: 21px;}
.m-t-22, .m-tb-22, .m-all-22 {margin-top: 22px;}
.m-t-23, .m-tb-23, .m-all-23 {margin-top: 23px;}
.m-t-24, .m-tb-24, .m-all-24 {margin-top: 24px;}
.m-t-25, .m-tb-25, .m-all-25 {margin-top: 25px;}
.m-t-26, .m-tb-26, .m-all-26 {margin-top: 26px;}
.m-t-27, .m-tb-27, .m-all-27 {margin-top: 27px;}
.m-t-28, .m-tb-28, .m-all-28 {margin-top: 28px;}
.m-t-29, .m-tb-29, .m-all-29 {margin-top: 29px;}
.m-t-30, .m-tb-30, .m-all-30 {margin-top: 30px;}
.m-t-31, .m-tb-31, .m-all-31 {margin-top: 31px;}
.m-t-32, .m-tb-32, .m-all-32 {margin-top: 32px;}
.m-t-33, .m-tb-33, .m-all-33 {margin-top: 33px;}
.m-t-34, .m-tb-34, .m-all-34 {margin-top: 34px;}
.m-t-35, .m-tb-35, .m-all-35 {margin-top: 35px;}
.m-t-36, .m-tb-36, .m-all-36 {margin-top: 36px;}
.m-t-37, .m-tb-37, .m-all-37 {margin-top: 37px;}
.m-t-38, .m-tb-38, .m-all-38 {margin-top: 38px;}
.m-t-39, .m-tb-39, .m-all-39 {margin-top: 39px;}
.m-t-40, .m-tb-40, .m-all-40 {margin-top: 40px;}
.m-t-41, .m-tb-41, .m-all-41 {margin-top: 41px;}
.m-t-42, .m-tb-42, .m-all-42 {margin-top: 42px;}
.m-t-43, .m-tb-43, .m-all-43 {margin-top: 43px;}
.m-t-44, .m-tb-44, .m-all-44 {margin-top: 44px;}
.m-t-45, .m-tb-45, .m-all-45 {margin-top: 45px;}
.m-t-46, .m-tb-46, .m-all-46 {margin-top: 46px;}
.m-t-47, .m-tb-47, .m-all-47 {margin-top: 47px;}
.m-t-48, .m-tb-48, .m-all-48 {margin-top: 48px;}
.m-t-49, .m-tb-49, .m-all-49 {margin-top: 49px;}
.m-t-50, .m-tb-50, .m-all-50 {margin-top: 50px;}
.m-t-51, .m-tb-51, .m-all-51 {margin-top: 51px;}
.m-t-52, .m-tb-52, .m-all-52 {margin-top: 52px;}
.m-t-53, .m-tb-53, .m-all-53 {margin-top: 53px;}
.m-t-54, .m-tb-54, .m-all-54 {margin-top: 54px;}
.m-t-55, .m-tb-55, .m-all-55 {margin-top: 55px;}
.m-t-56, .m-tb-56, .m-all-56 {margin-top: 56px;}
.m-t-57, .m-tb-57, .m-all-57 {margin-top: 57px;}
.m-t-58, .m-tb-58, .m-all-58 {margin-top: 58px;}
.m-t-59, .m-tb-59, .m-all-59 {margin-top: 59px;}
.m-t-60, .m-tb-60, .m-all-60 {margin-top: 60px;}
.m-t-61, .m-tb-61, .m-all-61 {margin-top: 61px;}
.m-t-62, .m-tb-62, .m-all-62 {margin-top: 62px;}
.m-t-63, .m-tb-63, .m-all-63 {margin-top: 63px;}
.m-t-64, .m-tb-64, .m-all-64 {margin-top: 64px;}
.m-t-65, .m-tb-65, .m-all-65 {margin-top: 65px;}
.m-t-66, .m-tb-66, .m-all-66 {margin-top: 66px;}
.m-t-67, .m-tb-67, .m-all-67 {margin-top: 67px;}
.m-t-68, .m-tb-68, .m-all-68 {margin-top: 68px;}
.m-t-69, .m-tb-69, .m-all-69 {margin-top: 69px;}
.m-t-70, .m-tb-70, .m-all-70 {margin-top: 70px;}
.m-t-71, .m-tb-71, .m-all-71 {margin-top: 71px;}
.m-t-72, .m-tb-72, .m-all-72 {margin-top: 72px;}
.m-t-73, .m-tb-73, .m-all-73 {margin-top: 73px;}
.m-t-74, .m-tb-74, .m-all-74 {margin-top: 74px;}
.m-t-75, .m-tb-75, .m-all-75 {margin-top: 75px;}
.m-t-76, .m-tb-76, .m-all-76 {margin-top: 76px;}
.m-t-77, .m-tb-77, .m-all-77 {margin-top: 77px;}
.m-t-78, .m-tb-78, .m-all-78 {margin-top: 78px;}
.m-t-79, .m-tb-79, .m-all-79 {margin-top: 79px;}
.m-t-80, .m-tb-80, .m-all-80 {margin-top: 80px;}
.m-t-81, .m-tb-81, .m-all-81 {margin-top: 81px;}
.m-t-82, .m-tb-82, .m-all-82 {margin-top: 82px;}
.m-t-83, .m-tb-83, .m-all-83 {margin-top: 83px;}
.m-t-84, .m-tb-84, .m-all-84 {margin-top: 84px;}
.m-t-85, .m-tb-85, .m-all-85 {margin-top: 85px;}
.m-t-86, .m-tb-86, .m-all-86 {margin-top: 86px;}
.m-t-87, .m-tb-87, .m-all-87 {margin-top: 87px;}
.m-t-88, .m-tb-88, .m-all-88 {margin-top: 88px;}
.m-t-89, .m-tb-89, .m-all-89 {margin-top: 89px;}
.m-t-90, .m-tb-90, .m-all-90 {margin-top: 90px;}
.m-t-91, .m-tb-91, .m-all-91 {margin-top: 91px;}
.m-t-92, .m-tb-92, .m-all-92 {margin-top: 92px;}
.m-t-93, .m-tb-93, .m-all-93 {margin-top: 93px;}
.m-t-94, .m-tb-94, .m-all-94 {margin-top: 94px;}
.m-t-95, .m-tb-95, .m-all-95 {margin-top: 95px;}
.m-t-96, .m-tb-96, .m-all-96 {margin-top: 96px;}
.m-t-97, .m-tb-97, .m-all-97 {margin-top: 97px;}
.m-t-98, .m-tb-98, .m-all-98 {margin-top: 98px;}
.m-t-99, .m-tb-99, .m-all-99 {margin-top: 99px;}

.m-b-0, .m-tb-0, .m-all-0 {margin-bottom: 0px;}
.m-b-1, .m-tb-1, .m-all-1 {margin-bottom: 1px;}
.m-b-2, .m-tb-2, .m-all-2 {margin-bottom: 2px;}
.m-b-3, .m-tb-3, .m-all-3 {margin-bottom: 3px;}
.m-b-4, .m-tb-4, .m-all-4 {margin-bottom: 4px;}
.m-b-5, .m-tb-5, .m-all-5 {margin-bottom: 5px;}
.m-b-6, .m-tb-6, .m-all-6 {margin-bottom: 6px;}
.m-b-7, .m-tb-7, .m-all-7 {margin-bottom: 7px;}
.m-b-8, .m-tb-8, .m-all-8 {margin-bottom: 8px;}
.m-b-9, .m-tb-9, .m-all-9 {margin-bottom: 9px;}
.m-b-10, .m-tb-10, .m-all-10 {margin-bottom: 10px;}
.m-b-11, .m-tb-11, .m-all-11 {margin-bottom: 11px;}
.m-b-12, .m-tb-12, .m-all-12 {margin-bottom: 12px;}
.m-b-13, .m-tb-13, .m-all-13 {margin-bottom: 13px;}
.m-b-14, .m-tb-14, .m-all-14 {margin-bottom: 14px;}
.m-b-15, .m-tb-15, .m-all-15 {margin-bottom: 15px;}
.m-b-16, .m-tb-16, .m-all-16 {margin-bottom: 16px;}
.m-b-17, .m-tb-17, .m-all-17 {margin-bottom: 17px;}
.m-b-18, .m-tb-18, .m-all-18 {margin-bottom: 18px;}
.m-b-19, .m-tb-19, .m-all-19 {margin-bottom: 19px;}
.m-b-20, .m-tb-20, .m-all-20 {margin-bottom: 20px;}
.m-b-21, .m-tb-21, .m-all-21 {margin-bottom: 21px;}
.m-b-22, .m-tb-22, .m-all-22 {margin-bottom: 22px;}
.m-b-23, .m-tb-23, .m-all-23 {margin-bottom: 23px;}
.m-b-24, .m-tb-24, .m-all-24 {margin-bottom: 24px;}
.m-b-25, .m-tb-25, .m-all-25 {margin-bottom: 25px;}
.m-b-26, .m-tb-26, .m-all-26 {margin-bottom: 26px;}
.m-b-27, .m-tb-27, .m-all-27 {margin-bottom: 27px;}
.m-b-28, .m-tb-28, .m-all-28 {margin-bottom: 28px;}
.m-b-29, .m-tb-29, .m-all-29 {margin-bottom: 29px;}
.m-b-30, .m-tb-30, .m-all-30 {margin-bottom: 30px;}
.m-b-31, .m-tb-31, .m-all-31 {margin-bottom: 31px;}
.m-b-32, .m-tb-32, .m-all-32 {margin-bottom: 32px;}
.m-b-33, .m-tb-33, .m-all-33 {margin-bottom: 33px;}
.m-b-34, .m-tb-34, .m-all-34 {margin-bottom: 34px;}
.m-b-35, .m-tb-35, .m-all-35 {margin-bottom: 35px;}
.m-b-36, .m-tb-36, .m-all-36 {margin-bottom: 36px;}
.m-b-37, .m-tb-37, .m-all-37 {margin-bottom: 37px;}
.m-b-38, .m-tb-38, .m-all-38 {margin-bottom: 38px;}
.m-b-39, .m-tb-39, .m-all-39 {margin-bottom: 39px;}
.m-b-40, .m-tb-40, .m-all-40 {margin-bottom: 40px;}
.m-b-41, .m-tb-41, .m-all-41 {margin-bottom: 41px;}
.m-b-42, .m-tb-42, .m-all-42 {margin-bottom: 42px;}
.m-b-43, .m-tb-43, .m-all-43 {margin-bottom: 43px;}
.m-b-44, .m-tb-44, .m-all-44 {margin-bottom: 44px;}
.m-b-45, .m-tb-45, .m-all-45 {margin-bottom: 45px;}
.m-b-46, .m-tb-46, .m-all-46 {margin-bottom: 46px;}
.m-b-47, .m-tb-47, .m-all-47 {margin-bottom: 47px;}
.m-b-48, .m-tb-48, .m-all-48 {margin-bottom: 48px;}
.m-b-49, .m-tb-49, .m-all-49 {margin-bottom: 49px;}
.m-b-50, .m-tb-50, .m-all-50 {margin-bottom: 50px;}
.m-b-51, .m-tb-51, .m-all-51 {margin-bottom: 51px;}
.m-b-52, .m-tb-52, .m-all-52 {margin-bottom: 52px;}
.m-b-53, .m-tb-53, .m-all-53 {margin-bottom: 53px;}
.m-b-54, .m-tb-54, .m-all-54 {margin-bottom: 54px;}
.m-b-55, .m-tb-55, .m-all-55 {margin-bottom: 55px;}
.m-b-56, .m-tb-56, .m-all-56 {margin-bottom: 56px;}
.m-b-57, .m-tb-57, .m-all-57 {margin-bottom: 57px;}
.m-b-58, .m-tb-58, .m-all-58 {margin-bottom: 58px;}
.m-b-59, .m-tb-59, .m-all-59 {margin-bottom: 59px;}
.m-b-60, .m-tb-60, .m-all-60 {margin-bottom: 60px;}
.m-b-61, .m-tb-61, .m-all-61 {margin-bottom: 61px;}
.m-b-62, .m-tb-62, .m-all-62 {margin-bottom: 62px;}
.m-b-63, .m-tb-63, .m-all-63 {margin-bottom: 63px;}
.m-b-64, .m-tb-64, .m-all-64 {margin-bottom: 64px;}
.m-b-65, .m-tb-65, .m-all-65 {margin-bottom: 65px;}
.m-b-66, .m-tb-66, .m-all-66 {margin-bottom: 66px;}
.m-b-67, .m-tb-67, .m-all-67 {margin-bottom: 67px;}
.m-b-68, .m-tb-68, .m-all-68 {margin-bottom: 68px;}
.m-b-69, .m-tb-69, .m-all-69 {margin-bottom: 69px;}
.m-b-70, .m-tb-70, .m-all-70 {margin-bottom: 70px;}
.m-b-71, .m-tb-71, .m-all-71 {margin-bottom: 71px;}
.m-b-72, .m-tb-72, .m-all-72 {margin-bottom: 72px;}
.m-b-73, .m-tb-73, .m-all-73 {margin-bottom: 73px;}
.m-b-74, .m-tb-74, .m-all-74 {margin-bottom: 74px;}
.m-b-75, .m-tb-75, .m-all-75 {margin-bottom: 75px;}
.m-b-76, .m-tb-76, .m-all-76 {margin-bottom: 76px;}
.m-b-77, .m-tb-77, .m-all-77 {margin-bottom: 77px;}
.m-b-78, .m-tb-78, .m-all-78 {margin-bottom: 78px;}
.m-b-79, .m-tb-79, .m-all-79 {margin-bottom: 79px;}
.m-b-80, .m-tb-80, .m-all-80 {margin-bottom: 80px;}
.m-b-81, .m-tb-81, .m-all-81 {margin-bottom: 81px;}
.m-b-82, .m-tb-82, .m-all-82 {margin-bottom: 82px;}
.m-b-83, .m-tb-83, .m-all-83 {margin-bottom: 83px;}
.m-b-84, .m-tb-84, .m-all-84 {margin-bottom: 84px;}
.m-b-85, .m-tb-85, .m-all-85 {margin-bottom: 85px;}
.m-b-86, .m-tb-86, .m-all-86 {margin-bottom: 86px;}
.m-b-87, .m-tb-87, .m-all-87 {margin-bottom: 87px;}
.m-b-88, .m-tb-88, .m-all-88 {margin-bottom: 88px;}
.m-b-89, .m-tb-89, .m-all-89 {margin-bottom: 89px;}
.m-b-90, .m-tb-90, .m-all-90 {margin-bottom: 90px;}
.m-b-91, .m-tb-91, .m-all-91 {margin-bottom: 91px;}
.m-b-92, .m-tb-92, .m-all-92 {margin-bottom: 92px;}
.m-b-93, .m-tb-93, .m-all-93 {margin-bottom: 93px;}
.m-b-94, .m-tb-94, .m-all-94 {margin-bottom: 94px;}
.m-b-95, .m-tb-95, .m-all-95 {margin-bottom: 95px;}
.m-b-96, .m-tb-96, .m-all-96 {margin-bottom: 96px;}
.m-b-97, .m-tb-97, .m-all-97 {margin-bottom: 97px;}
.m-b-98, .m-tb-98, .m-all-98 {margin-bottom: 98px;}
.m-b-99, .m-tb-99, .m-all-99 {margin-bottom: 99px;}

.m-l-0, .m-rl-0, .m-all-0 {margin-left: 0px;}
.m-l-1, .m-rl-1, .m-all-1 {margin-left: 1px;}
.m-l-2, .m-rl-2, .m-all-2 {margin-left: 2px;}
.m-l-3, .m-rl-3, .m-all-3 {margin-left: 3px;}
.m-l-4, .m-rl-4, .m-all-4 {margin-left: 4px;}
.m-l-5, .m-rl-5, .m-all-5 {margin-left: 5px;}
.m-l-6, .m-rl-6, .m-all-6 {margin-left: 6px;}
.m-l-7, .m-rl-7, .m-all-7 {margin-left: 7px;}
.m-l-8, .m-rl-8, .m-all-8 {margin-left: 8px;}
.m-l-9, .m-rl-9, .m-all-9 {margin-left: 9px;}
.m-l-10, .m-rl-10, .m-all-10 {margin-left: 10px;}
.m-l-11, .m-rl-11, .m-all-11 {margin-left: 11px;}
.m-l-12, .m-rl-12, .m-all-12 {margin-left: 12px;}
.m-l-13, .m-rl-13, .m-all-13 {margin-left: 13px;}
.m-l-14, .m-rl-14, .m-all-14 {margin-left: 14px;}
.m-l-15, .m-rl-15, .m-all-15 {margin-left: 15px;}
.m-l-16, .m-rl-16, .m-all-16 {margin-left: 16px;}
.m-l-17, .m-rl-17, .m-all-17 {margin-left: 17px;}
.m-l-18, .m-rl-18, .m-all-18 {margin-left: 18px;}
.m-l-19, .m-rl-19, .m-all-19 {margin-left: 19px;}
.m-l-20, .m-rl-20, .m-all-20 {margin-left: 20px;}
.m-l-21, .m-rl-21, .m-all-21 {margin-left: 21px;}
.m-l-22, .m-rl-22, .m-all-22 {margin-left: 22px;}
.m-l-23, .m-rl-23, .m-all-23 {margin-left: 23px;}
.m-l-24, .m-rl-24, .m-all-24 {margin-left: 24px;}
.m-l-25, .m-rl-25, .m-all-25 {margin-left: 25px;}
.m-l-26, .m-rl-26, .m-all-26 {margin-left: 26px;}
.m-l-27, .m-rl-27, .m-all-27 {margin-left: 27px;}
.m-l-28, .m-rl-28, .m-all-28 {margin-left: 28px;}
.m-l-29, .m-rl-29, .m-all-29 {margin-left: 29px;}
.m-l-30, .m-rl-30, .m-all-30 {margin-left: 30px;}
.m-l-31, .m-rl-31, .m-all-31 {margin-left: 31px;}
.m-l-32, .m-rl-32, .m-all-32 {margin-left: 32px;}
.m-l-33, .m-rl-33, .m-all-33 {margin-left: 33px;}
.m-l-34, .m-rl-34, .m-all-34 {margin-left: 34px;}
.m-l-35, .m-rl-35, .m-all-35 {margin-left: 35px;}
.m-l-36, .m-rl-36, .m-all-36 {margin-left: 36px;}
.m-l-37, .m-rl-37, .m-all-37 {margin-left: 37px;}
.m-l-38, .m-rl-38, .m-all-38 {margin-left: 38px;}
.m-l-39, .m-rl-39, .m-all-39 {margin-left: 39px;}
.m-l-40, .m-rl-40, .m-all-40 {margin-left: 40px;}
.m-l-41, .m-rl-41, .m-all-41 {margin-left: 41px;}
.m-l-42, .m-rl-42, .m-all-42 {margin-left: 42px;}
.m-l-43, .m-rl-43, .m-all-43 {margin-left: 43px;}
.m-l-44, .m-rl-44, .m-all-44 {margin-left: 44px;}
.m-l-45, .m-rl-45, .m-all-45 {margin-left: 45px;}
.m-l-46, .m-rl-46, .m-all-46 {margin-left: 46px;}
.m-l-47, .m-rl-47, .m-all-47 {margin-left: 47px;}
.m-l-48, .m-rl-48, .m-all-48 {margin-left: 48px;}
.m-l-49, .m-rl-49, .m-all-49 {margin-left: 49px;}
.m-l-50, .m-rl-50, .m-all-50 {margin-left: 50px;}
.m-l-51, .m-rl-51, .m-all-51 {margin-left: 51px;}
.m-l-52, .m-rl-52, .m-all-52 {margin-left: 52px;}
.m-l-53, .m-rl-53, .m-all-53 {margin-left: 53px;}
.m-l-54, .m-rl-54, .m-all-54 {margin-left: 54px;}
.m-l-55, .m-rl-55, .m-all-55 {margin-left: 55px;}
.m-l-56, .m-rl-56, .m-all-56 {margin-left: 56px;}
.m-l-57, .m-rl-57, .m-all-57 {margin-left: 57px;}
.m-l-58, .m-rl-58, .m-all-58 {margin-left: 58px;}
.m-l-59, .m-rl-59, .m-all-59 {margin-left: 59px;}
.m-l-60, .m-rl-60, .m-all-60 {margin-left: 60px;}
.m-l-61, .m-rl-61, .m-all-61 {margin-left: 61px;}
.m-l-62, .m-rl-62, .m-all-62 {margin-left: 62px;}
.m-l-63, .m-rl-63, .m-all-63 {margin-left: 63px;}
.m-l-64, .m-rl-64, .m-all-64 {margin-left: 64px;}
.m-l-65, .m-rl-65, .m-all-65 {margin-left: 65px;}
.m-l-66, .m-rl-66, .m-all-66 {margin-left: 66px;}
.m-l-67, .m-rl-67, .m-all-67 {margin-left: 67px;}
.m-l-68, .m-rl-68, .m-all-68 {margin-left: 68px;}
.m-l-69, .m-rl-69, .m-all-69 {margin-left: 69px;}
.m-l-70, .m-rl-70, .m-all-70 {margin-left: 70px;}
.m-l-71, .m-rl-71, .m-all-71 {margin-left: 71px;}
.m-l-72, .m-rl-72, .m-all-72 {margin-left: 72px;}
.m-l-73, .m-rl-73, .m-all-73 {margin-left: 73px;}
.m-l-74, .m-rl-74, .m-all-74 {margin-left: 74px;}
.m-l-75, .m-rl-75, .m-all-75 {margin-left: 75px;}
.m-l-76, .m-rl-76, .m-all-76 {margin-left: 76px;}
.m-l-77, .m-rl-77, .m-all-77 {margin-left: 77px;}
.m-l-78, .m-rl-78, .m-all-78 {margin-left: 78px;}
.m-l-79, .m-rl-79, .m-all-79 {margin-left: 79px;}
.m-l-80, .m-rl-80, .m-all-80 {margin-left: 80px;}
.m-l-81, .m-rl-81, .m-all-81 {margin-left: 81px;}
.m-l-82, .m-rl-82, .m-all-82 {margin-left: 82px;}
.m-l-83, .m-rl-83, .m-all-83 {margin-left: 83px;}
.m-l-84, .m-rl-84, .m-all-84 {margin-left: 84px;}
.m-l-85, .m-rl-85, .m-all-85 {margin-left: 85px;}
.m-l-86, .m-rl-86, .m-all-86 {margin-left: 86px;}
.m-l-87, .m-rl-87, .m-all-87 {margin-left: 87px;}
.m-l-88, .m-rl-88, .m-all-88 {margin-left: 88px;}
.m-l-89, .m-rl-89, .m-all-89 {margin-left: 89px;}
.m-l-90, .m-rl-90, .m-all-90 {margin-left: 90px;}
.m-l-91, .m-rl-91, .m-all-91 {margin-left: 91px;}
.m-l-92, .m-rl-92, .m-all-92 {margin-left: 92px;}
.m-l-93, .m-rl-93, .m-all-93 {margin-left: 93px;}
.m-l-94, .m-rl-94, .m-all-94 {margin-left: 94px;}
.m-l-95, .m-rl-95, .m-all-95 {margin-left: 95px;}
.m-l-96, .m-rl-96, .m-all-96 {margin-left: 96px;}
.m-l-97, .m-rl-97, .m-all-97 {margin-left: 97px;}
.m-l-98, .m-rl-98, .m-all-98 {margin-left: 98px;}
.m-l-99, .m-rl-99, .m-all-99 {margin-left: 99px;}

.m-r-0, .m-rl-0, .m-all-0 {margin-right: 0px;}
.m-r-1, .m-rl-1, .m-all-1 {margin-right: 1px;}
.m-r-2, .m-rl-2, .m-all-2 {margin-right: 2px;}
.m-r-3, .m-rl-3, .m-all-3 {margin-right: 3px;}
.m-r-4, .m-rl-4, .m-all-4 {margin-right: 4px;}
.m-r-5, .m-rl-5, .m-all-5 {margin-right: 5px;}
.m-r-6, .m-rl-6, .m-all-6 {margin-right: 6px;}
.m-r-7, .m-rl-7, .m-all-7 {margin-right: 7px;}
.m-r-8, .m-rl-8, .m-all-8 {margin-right: 8px;}
.m-r-9, .m-rl-9, .m-all-9 {margin-right: 9px;}
.m-r-10, .m-rl-10, .m-all-10 {margin-right: 10px;}
.m-r-11, .m-rl-11, .m-all-11 {margin-right: 11px;}
.m-r-12, .m-rl-12, .m-all-12 {margin-right: 12px;}
.m-r-13, .m-rl-13, .m-all-13 {margin-right: 13px;}
.m-r-14, .m-rl-14, .m-all-14 {margin-right: 14px;}
.m-r-15, .m-rl-15, .m-all-15 {margin-right: 15px;}
.m-r-16, .m-rl-16, .m-all-16 {margin-right: 16px;}
.m-r-17, .m-rl-17, .m-all-17 {margin-right: 17px;}
.m-r-18, .m-rl-18, .m-all-18 {margin-right: 18px;}
.m-r-19, .m-rl-19, .m-all-19 {margin-right: 19px;}
.m-r-20, .m-rl-20, .m-all-20 {margin-right: 20px;}
.m-r-21, .m-rl-21, .m-all-21 {margin-right: 21px;}
.m-r-22, .m-rl-22, .m-all-22 {margin-right: 22px;}
.m-r-23, .m-rl-23, .m-all-23 {margin-right: 23px;}
.m-r-24, .m-rl-24, .m-all-24 {margin-right: 24px;}
.m-r-25, .m-rl-25, .m-all-25 {margin-right: 25px;}
.m-r-26, .m-rl-26, .m-all-26 {margin-right: 26px;}
.m-r-27, .m-rl-27, .m-all-27 {margin-right: 27px;}
.m-r-28, .m-rl-28, .m-all-28 {margin-right: 28px;}
.m-r-29, .m-rl-29, .m-all-29 {margin-right: 29px;}
.m-r-30, .m-rl-30, .m-all-30 {margin-right: 30px;}
.m-r-31, .m-rl-31, .m-all-31 {margin-right: 31px;}
.m-r-32, .m-rl-32, .m-all-32 {margin-right: 32px;}
.m-r-33, .m-rl-33, .m-all-33 {margin-right: 33px;}
.m-r-34, .m-rl-34, .m-all-34 {margin-right: 34px;}
.m-r-35, .m-rl-35, .m-all-35 {margin-right: 35px;}
.m-r-36, .m-rl-36, .m-all-36 {margin-right: 36px;}
.m-r-37, .m-rl-37, .m-all-37 {margin-right: 37px;}
.m-r-38, .m-rl-38, .m-all-38 {margin-right: 38px;}
.m-r-39, .m-rl-39, .m-all-39 {margin-right: 39px;}
.m-r-40, .m-rl-40, .m-all-40 {margin-right: 40px;}
.m-r-41, .m-rl-41, .m-all-41 {margin-right: 41px;}
.m-r-42, .m-rl-42, .m-all-42 {margin-right: 42px;}
.m-r-43, .m-rl-43, .m-all-43 {margin-right: 43px;}
.m-r-44, .m-rl-44, .m-all-44 {margin-right: 44px;}
.m-r-45, .m-rl-45, .m-all-45 {margin-right: 45px;}
.m-r-46, .m-rl-46, .m-all-46 {margin-right: 46px;}
.m-r-47, .m-rl-47, .m-all-47 {margin-right: 47px;}
.m-r-48, .m-rl-48, .m-all-48 {margin-right: 48px;}
.m-r-49, .m-rl-49, .m-all-49 {margin-right: 49px;}
.m-r-50, .m-rl-50, .m-all-50 {margin-right: 50px;}
.m-r-51, .m-rl-51, .m-all-51 {margin-right: 51px;}
.m-r-52, .m-rl-52, .m-all-52 {margin-right: 52px;}
.m-r-53, .m-rl-53, .m-all-53 {margin-right: 53px;}
.m-r-54, .m-rl-54, .m-all-54 {margin-right: 54px;}
.m-r-55, .m-rl-55, .m-all-55 {margin-right: 55px;}
.m-r-56, .m-rl-56, .m-all-56 {margin-right: 56px;}
.m-r-57, .m-rl-57, .m-all-57 {margin-right: 57px;}
.m-r-58, .m-rl-58, .m-all-58 {margin-right: 58px;}
.m-r-59, .m-rl-59, .m-all-59 {margin-right: 59px;}
.m-r-60, .m-rl-60, .m-all-60 {margin-right: 60px;}
.m-r-61, .m-rl-61, .m-all-61 {margin-right: 61px;}
.m-r-62, .m-rl-62, .m-all-62 {margin-right: 62px;}
.m-r-63, .m-rl-63, .m-all-63 {margin-right: 63px;}
.m-r-64, .m-rl-64, .m-all-64 {margin-right: 64px;}
.m-r-65, .m-rl-65, .m-all-65 {margin-right: 65px;}
.m-r-66, .m-rl-66, .m-all-66 {margin-right: 66px;}
.m-r-67, .m-rl-67, .m-all-67 {margin-right: 67px;}
.m-r-68, .m-rl-68, .m-all-68 {margin-right: 68px;}
.m-r-69, .m-rl-69, .m-all-69 {margin-right: 69px;}
.m-r-70, .m-rl-70, .m-all-70 {margin-right: 70px;}
.m-r-71, .m-rl-71, .m-all-71 {margin-right: 71px;}
.m-r-72, .m-rl-72, .m-all-72 {margin-right: 72px;}
.m-r-73, .m-rl-73, .m-all-73 {margin-right: 73px;}
.m-r-74, .m-rl-74, .m-all-74 {margin-right: 74px;}
.m-r-75, .m-rl-75, .m-all-75 {margin-right: 75px;}
.m-r-76, .m-rl-76, .m-all-76 {margin-right: 76px;}
.m-r-77, .m-rl-77, .m-all-77 {margin-right: 77px;}
.m-r-78, .m-rl-78, .m-all-78 {margin-right: 78px;}
.m-r-79, .m-rl-79, .m-all-79 {margin-right: 79px;}
.m-r-80, .m-rl-80, .m-all-80 {margin-right: 80px;}
.m-r-81, .m-rl-81, .m-all-81 {margin-right: 81px;}
.m-r-82, .m-rl-82, .m-all-82 {margin-right: 82px;}
.m-r-83, .m-rl-83, .m-all-83 {margin-right: 83px;}
.m-r-84, .m-rl-84, .m-all-84 {margin-right: 84px;}
.m-r-85, .m-rl-85, .m-all-85 {margin-right: 85px;}
.m-r-86, .m-rl-86, .m-all-86 {margin-right: 86px;}
.m-r-87, .m-rl-87, .m-all-87 {margin-right: 87px;}
.m-r-88, .m-rl-88, .m-all-88 {margin-right: 88px;}
.m-r-89, .m-rl-89, .m-all-89 {margin-right: 89px;}
.m-r-90, .m-rl-90, .m-all-90 {margin-right: 90px;}
.m-r-91, .m-rl-91, .m-all-91 {margin-right: 91px;}
.m-r-92, .m-rl-92, .m-all-92 {margin-right: 92px;}
.m-r-93, .m-rl-93, .m-all-93 {margin-right: 93px;}
.m-r-94, .m-rl-94, .m-all-94 {margin-right: 94px;}
.m-r-95, .m-rl-95, .m-all-95 {margin-right: 95px;}
.m-r-96, .m-rl-96, .m-all-96 {margin-right: 96px;}
.m-r-97, .m-rl-97, .m-all-97 {margin-right: 97px;}
.m-r-98, .m-rl-98, .m-all-98 {margin-right: 98px;}
.m-r-99, .m-rl-99, .m-all-99 {margin-right: 99px;}

.m-t-100, .m-tb-100, .m-all-100 {margin-top: 100px;}
.m-t-105, .m-tb-105, .m-all-105 {margin-top: 105px;}
.m-t-110, .m-tb-110, .m-all-110 {margin-top: 110px;}
.m-t-115, .m-tb-115, .m-all-115 {margin-top: 115px;}
.m-t-120, .m-tb-120, .m-all-120 {margin-top: 120px;}
.m-t-125, .m-tb-125, .m-all-125 {margin-top: 125px;}
.m-t-130, .m-tb-130, .m-all-130 {margin-top: 130px;}
.m-t-135, .m-tb-135, .m-all-135 {margin-top: 135px;}
.m-t-140, .m-tb-140, .m-all-140 {margin-top: 140px;}
.m-t-145, .m-tb-145, .m-all-145 {margin-top: 145px;}
.m-t-150, .m-tb-150, .m-all-150 {margin-top: 150px;}
.m-t-155, .m-tb-155, .m-all-155 {margin-top: 155px;}
.m-t-160, .m-tb-160, .m-all-160 {margin-top: 160px;}
.m-t-165, .m-tb-165, .m-all-165 {margin-top: 165px;}
.m-t-170, .m-tb-170, .m-all-170 {margin-top: 170px;}
.m-t-175, .m-tb-175, .m-all-175 {margin-top: 175px;}
.m-t-180, .m-tb-180, .m-all-180 {margin-top: 180px;}
.m-t-185, .m-tb-185, .m-all-185 {margin-top: 185px;}
.m-t-190, .m-tb-190, .m-all-190 {margin-top: 190px;}
.m-t-195, .m-tb-195, .m-all-195 {margin-top: 195px;}
.m-t-200, .m-tb-200, .m-all-200 {margin-top: 200px;}
.m-t-205, .m-tb-205, .m-all-205 {margin-top: 205px;}
.m-t-210, .m-tb-210, .m-all-210 {margin-top: 210px;}
.m-t-215, .m-tb-215, .m-all-215 {margin-top: 215px;}
.m-t-220, .m-tb-220, .m-all-220 {margin-top: 220px;}
.m-t-225, .m-tb-225, .m-all-225 {margin-top: 225px;}
.m-t-230, .m-tb-230, .m-all-230 {margin-top: 230px;}
.m-t-235, .m-tb-235, .m-all-235 {margin-top: 235px;}
.m-t-240, .m-tb-240, .m-all-240 {margin-top: 240px;}
.m-t-245, .m-tb-245, .m-all-245 {margin-top: 245px;}
.m-t-250, .m-tb-250, .m-all-250 {margin-top: 250px;}
.m-t-255, .m-tb-255, .m-all-255 {margin-top: 255px;}
.m-t-260, .m-tb-260, .m-all-260 {margin-top: 260px;}
.m-t-265, .m-tb-265, .m-all-265 {margin-top: 265px;}
.m-t-270, .m-tb-270, .m-all-270 {margin-top: 270px;}
.m-t-275, .m-tb-275, .m-all-275 {margin-top: 275px;}
.m-t-280, .m-tb-280, .m-all-280 {margin-top: 280px;}
.m-t-285, .m-tb-285, .m-all-285 {margin-top: 285px;}
.m-t-290, .m-tb-290, .m-all-290 {margin-top: 290px;}
.m-t-295, .m-tb-295, .m-all-295 {margin-top: 295px;}
.m-t-300, .m-tb-300, .m-all-300 {margin-top: 300px;}
.m-b-100, .m-tb-100, .m-all-100 {margin-bottom: 100px;}
.m-b-105, .m-tb-105, .m-all-105 {margin-bottom: 105px;}
.m-b-110, .m-tb-110, .m-all-110 {margin-bottom: 110px;}
.m-b-115, .m-tb-115, .m-all-115 {margin-bottom: 115px;}
.m-b-120, .m-tb-120, .m-all-120 {margin-bottom: 120px;}
.m-b-125, .m-tb-125, .m-all-125 {margin-bottom: 125px;}
.m-b-130, .m-tb-130, .m-all-130 {margin-bottom: 130px;}
.m-b-135, .m-tb-135, .m-all-135 {margin-bottom: 135px;}
.m-b-140, .m-tb-140, .m-all-140 {margin-bottom: 140px;}
.m-b-145, .m-tb-145, .m-all-145 {margin-bottom: 145px;}
.m-b-150, .m-tb-150, .m-all-150 {margin-bottom: 150px;}
.m-b-155, .m-tb-155, .m-all-155 {margin-bottom: 155px;}
.m-b-160, .m-tb-160, .m-all-160 {margin-bottom: 160px;}
.m-b-165, .m-tb-165, .m-all-165 {margin-bottom: 165px;}
.m-b-170, .m-tb-170, .m-all-170 {margin-bottom: 170px;}
.m-b-175, .m-tb-175, .m-all-175 {margin-bottom: 175px;}
.m-b-180, .m-tb-180, .m-all-180 {margin-bottom: 180px;}
.m-b-185, .m-tb-185, .m-all-185 {margin-bottom: 185px;}
.m-b-190, .m-tb-190, .m-all-190 {margin-bottom: 190px;}
.m-b-195, .m-tb-195, .m-all-195 {margin-bottom: 195px;}
.m-b-200, .m-tb-200, .m-all-200 {margin-bottom: 200px;}
.m-b-205, .m-tb-205, .m-all-205 {margin-bottom: 205px;}
.m-b-210, .m-tb-210, .m-all-210 {margin-bottom: 210px;}
.m-b-215, .m-tb-215, .m-all-215 {margin-bottom: 215px;}
.m-b-220, .m-tb-220, .m-all-220 {margin-bottom: 220px;}
.m-b-225, .m-tb-225, .m-all-225 {margin-bottom: 225px;}
.m-b-230, .m-tb-230, .m-all-230 {margin-bottom: 230px;}
.m-b-235, .m-tb-235, .m-all-235 {margin-bottom: 235px;}
.m-b-240, .m-tb-240, .m-all-240 {margin-bottom: 240px;}
.m-b-245, .m-tb-245, .m-all-245 {margin-bottom: 245px;}
.m-b-250, .m-tb-250, .m-all-250 {margin-bottom: 250px;}
.m-b-255, .m-tb-255, .m-all-255 {margin-bottom: 255px;}
.m-b-260, .m-tb-260, .m-all-260 {margin-bottom: 260px;}
.m-b-265, .m-tb-265, .m-all-265 {margin-bottom: 265px;}
.m-b-270, .m-tb-270, .m-all-270 {margin-bottom: 270px;}
.m-b-275, .m-tb-275, .m-all-275 {margin-bottom: 275px;}
.m-b-280, .m-tb-280, .m-all-280 {margin-bottom: 280px;}
.m-b-285, .m-tb-285, .m-all-285 {margin-bottom: 285px;}
.m-b-290, .m-tb-290, .m-all-290 {margin-bottom: 290px;}
.m-b-295, .m-tb-295, .m-all-295 {margin-bottom: 295px;}
.m-b-300, .m-tb-300, .m-all-300 {margin-bottom: 300px;}
.m-l-100, .m-rl-100, .m-all-100 {margin-left: 100px;}
.m-l-105, .m-rl-105, .m-all-105 {margin-left: 105px;}
.m-l-110, .m-rl-110, .m-all-110 {margin-left: 110px;}
.m-l-115, .m-rl-115, .m-all-115 {margin-left: 115px;}
.m-l-120, .m-rl-120, .m-all-120 {margin-left: 120px;}
.m-l-125, .m-rl-125, .m-all-125 {margin-left: 125px;}
.m-l-130, .m-rl-130, .m-all-130 {margin-left: 130px;}
.m-l-135, .m-rl-135, .m-all-135 {margin-left: 135px;}
.m-l-140, .m-rl-140, .m-all-140 {margin-left: 140px;}
.m-l-145, .m-rl-145, .m-all-145 {margin-left: 145px;}
.m-l-150, .m-rl-150, .m-all-150 {margin-left: 150px;}
.m-l-155, .m-rl-155, .m-all-155 {margin-left: 155px;}
.m-l-160, .m-rl-160, .m-all-160 {margin-left: 160px;}
.m-l-165, .m-rl-165, .m-all-165 {margin-left: 165px;}
.m-l-170, .m-rl-170, .m-all-170 {margin-left: 170px;}
.m-l-175, .m-rl-175, .m-all-175 {margin-left: 175px;}
.m-l-180, .m-rl-180, .m-all-180 {margin-left: 180px;}
.m-l-185, .m-rl-185, .m-all-185 {margin-left: 185px;}
.m-l-190, .m-rl-190, .m-all-190 {margin-left: 190px;}
.m-l-195, .m-rl-195, .m-all-195 {margin-left: 195px;}
.m-l-200, .m-rl-200, .m-all-200 {margin-left: 200px;}
.m-l-205, .m-rl-205, .m-all-205 {margin-left: 205px;}
.m-l-210, .m-rl-210, .m-all-210 {margin-left: 210px;}
.m-l-215, .m-rl-215, .m-all-215 {margin-left: 215px;}
.m-l-220, .m-rl-220, .m-all-220 {margin-left: 220px;}
.m-l-225, .m-rl-225, .m-all-225 {margin-left: 225px;}
.m-l-230, .m-rl-230, .m-all-230 {margin-left: 230px;}
.m-l-235, .m-rl-235, .m-all-235 {margin-left: 235px;}
.m-l-240, .m-rl-240, .m-all-240 {margin-left: 240px;}
.m-l-245, .m-rl-245, .m-all-245 {margin-left: 245px;}
.m-l-250, .m-rl-250, .m-all-250 {margin-left: 250px;}
.m-l-255, .m-rl-255, .m-all-255 {margin-left: 255px;}
.m-l-260, .m-rl-260, .m-all-260 {margin-left: 260px;}
.m-l-265, .m-rl-265, .m-all-265 {margin-left: 265px;}
.m-l-270, .m-rl-270, .m-all-270 {margin-left: 270px;}
.m-l-275, .m-rl-275, .m-all-275 {margin-left: 275px;}
.m-l-280, .m-rl-280, .m-all-280 {margin-left: 280px;}
.m-l-285, .m-rl-285, .m-all-285 {margin-left: 285px;}
.m-l-290, .m-rl-290, .m-all-290 {margin-left: 290px;}
.m-l-295, .m-rl-295, .m-all-295 {margin-left: 295px;}
.m-l-300, .m-rl-300, .m-all-300 {margin-left: 300px;}
.m-r-100, .m-rl-100, .m-all-100 {margin-right: 100px;}
.m-r-105, .m-rl-105, .m-all-105 {margin-right: 105px;}
.m-r-110, .m-rl-110, .m-all-110 {margin-right: 110px;}
.m-r-115, .m-rl-115, .m-all-115 {margin-right: 115px;}
.m-r-120, .m-rl-120, .m-all-120 {margin-right: 120px;}
.m-r-125, .m-rl-125, .m-all-125 {margin-right: 125px;}
.m-r-130, .m-rl-130, .m-all-130 {margin-right: 130px;}
.m-r-135, .m-rl-135, .m-all-135 {margin-right: 135px;}
.m-r-140, .m-rl-140, .m-all-140 {margin-right: 140px;}
.m-r-145, .m-rl-145, .m-all-145 {margin-right: 145px;}
.m-r-150, .m-rl-150, .m-all-150 {margin-right: 150px;}
.m-r-155, .m-rl-155, .m-all-155 {margin-right: 155px;}
.m-r-160, .m-rl-160, .m-all-160 {margin-right: 160px;}
.m-r-165, .m-rl-165, .m-all-165 {margin-right: 165px;}
.m-r-170, .m-rl-170, .m-all-170 {margin-right: 170px;}
.m-r-175, .m-rl-175, .m-all-175 {margin-right: 175px;}
.m-r-180, .m-rl-180, .m-all-180 {margin-right: 180px;}
.m-r-185, .m-rl-185, .m-all-185 {margin-right: 185px;}
.m-r-190, .m-rl-190, .m-all-190 {margin-right: 190px;}
.m-r-195, .m-rl-195, .m-all-195 {margin-right: 195px;}
.m-r-200, .m-rl-200, .m-all-200 {margin-right: 200px;}
.m-r-205, .m-rl-205, .m-all-205 {margin-right: 205px;}
.m-r-210, .m-rl-210, .m-all-210 {margin-right: 210px;}
.m-r-215, .m-rl-215, .m-all-215 {margin-right: 215px;}
.m-r-220, .m-rl-220, .m-all-220 {margin-right: 220px;}
.m-r-225, .m-rl-225, .m-all-225 {margin-right: 225px;}
.m-r-230, .m-rl-230, .m-all-230 {margin-right: 230px;}
.m-r-235, .m-rl-235, .m-all-235 {margin-right: 235px;}
.m-r-240, .m-rl-240, .m-all-240 {margin-right: 240px;}
.m-r-245, .m-rl-245, .m-all-245 {margin-right: 245px;}
.m-r-250, .m-rl-250, .m-all-250 {margin-right: 250px;}
.m-r-255, .m-rl-255, .m-all-255 {margin-right: 255px;}
.m-r-260, .m-rl-260, .m-all-260 {margin-right: 260px;}
.m-r-265, .m-rl-265, .m-all-265 {margin-right: 265px;}
.m-r-270, .m-rl-270, .m-all-270 {margin-right: 270px;}
.m-r-275, .m-rl-275, .m-all-275 {margin-right: 275px;}
.m-r-280, .m-rl-280, .m-all-280 {margin-right: 280px;}
.m-r-285, .m-rl-285, .m-all-285 {margin-right: 285px;}
.m-r-290, .m-rl-290, .m-all-290 {margin-right: 290px;}
.m-r-295, .m-rl-295, .m-all-295 {margin-right: 295px;}
.m-r-300, .m-rl-300, .m-all-300 {margin-right: 300px;}




.m-t--1, .m-tb--1, .m-all--1 {margin-top: -1px;}
.m-t--2, .m-tb--2, .m-all--2 {margin-top: -2px;}
.m-t--3, .m-tb--3, .m-all--3 {margin-top: -3px;}
.m-t--4, .m-tb--4, .m-all--4 {margin-top: -4px;}
.m-t--5, .m-tb--5, .m-all--5 {margin-top: -5px;}
.m-t--6, .m-tb--6, .m-all--6 {margin-top: -6px;}
.m-t--7, .m-tb--7, .m-all--7 {margin-top: -7px;}
.m-t--8, .m-tb--8, .m-all--8 {margin-top: -8px;}
.m-t--9, .m-tb--9, .m-all--9 {margin-top: -9px;}
.m-t--10, .m-tb--10, .m-all--10 {margin-top: -10px;}
.m-t--11, .m-tb--11, .m-all--11 {margin-top: -11px;}
.m-t--12, .m-tb--12, .m-all--12 {margin-top: -12px;}
.m-t--13, .m-tb--13, .m-all--13 {margin-top: -13px;}
.m-t--14, .m-tb--14, .m-all--14 {margin-top: -14px;}
.m-t--15, .m-tb--15, .m-all--15 {margin-top: -15px;}
.m-t--16, .m-tb--16, .m-all--16 {margin-top: -16px;}
.m-t--17, .m-tb--17, .m-all--17 {margin-top: -17px;}
.m-t--18, .m-tb--18, .m-all--18 {margin-top: -18px;}
.m-t--19, .m-tb--19, .m-all--19 {margin-top: -19px;}
.m-t--20, .m-tb--20, .m-all--20 {margin-top: -20px;}
.m-t--21, .m-tb--21, .m-all--21 {margin-top: -21px;}
.m-t--22, .m-tb--22, .m-all--22 {margin-top: -22px;}
.m-t--23, .m-tb--23, .m-all--23 {margin-top: -23px;}
.m-t--24, .m-tb--24, .m-all--24 {margin-top: -24px;}
.m-t--25, .m-tb--25, .m-all--25 {margin-top: -25px;}
.m-t--26, .m-tb--26, .m-all--26 {margin-top: -26px;}
.m-t--27, .m-tb--27, .m-all--27 {margin-top: -27px;}
.m-t--28, .m-tb--28, .m-all--28 {margin-top: -28px;}
.m-t--29, .m-tb--29, .m-all--29 {margin-top: -29px;}
.m-t--30, .m-tb--30, .m-all--30 {margin-top: -30px;}
.m-t--31, .m-tb--31, .m-all--31 {margin-top: -31px;}
.m-t--32, .m-tb--32, .m-all--32 {margin-top: -32px;}
.m-t--33, .m-tb--33, .m-all--33 {margin-top: -33px;}
.m-t--34, .m-tb--34, .m-all--34 {margin-top: -34px;}
.m-t--35, .m-tb--35, .m-all--35 {margin-top: -35px;}
.m-t--36, .m-tb--36, .m-all--36 {margin-top: -36px;}
.m-t--37, .m-tb--37, .m-all--37 {margin-top: -37px;}
.m-t--38, .m-tb--38, .m-all--38 {margin-top: -38px;}
.m-t--39, .m-tb--39, .m-all--39 {margin-top: -39px;}
.m-t--40, .m-tb--40, .m-all--40 {margin-top: -40px;}
.m-t--41, .m-tb--41, .m-all--41 {margin-top: -41px;}
.m-t--42, .m-tb--42, .m-all--42 {margin-top: -42px;}
.m-t--43, .m-tb--43, .m-all--43 {margin-top: -43px;}
.m-t--44, .m-tb--44, .m-all--44 {margin-top: -44px;}
.m-t--45, .m-tb--45, .m-all--45 {margin-top: -45px;}
.m-t--46, .m-tb--46, .m-all--46 {margin-top: -46px;}
.m-t--47, .m-tb--47, .m-all--47 {margin-top: -47px;}
.m-t--48, .m-tb--48, .m-all--48 {margin-top: -48px;}
.m-t--49, .m-tb--49, .m-all--49 {margin-top: -49px;}
.m-t--50, .m-tb--50, .m-all--50 {margin-top: -50px;}
.m-t--51, .m-tb--51, .m-all--51 {margin-top: -51px;}
.m-t--52, .m-tb--52, .m-all--52 {margin-top: -52px;}
.m-t--53, .m-tb--53, .m-all--53 {margin-top: -53px;}
.m-t--54, .m-tb--54, .m-all--54 {margin-top: -54px;}
.m-t--55, .m-tb--55, .m-all--55 {margin-top: -55px;}
.m-t--56, .m-tb--56, .m-all--56 {margin-top: -56px;}
.m-t--57, .m-tb--57, .m-all--57 {margin-top: -57px;}
.m-t--58, .m-tb--58, .m-all--58 {margin-top: -58px;}
.m-t--59, .m-tb--59, .m-all--59 {margin-top: -59px;}
.m-t--60, .m-tb--60, .m-all--60 {margin-top: -60px;}
.m-t--61, .m-tb--61, .m-all--61 {margin-top: -61px;}
.m-t--62, .m-tb--62, .m-all--62 {margin-top: -62px;}
.m-t--63, .m-tb--63, .m-all--63 {margin-top: -63px;}
.m-t--64, .m-tb--64, .m-all--64 {margin-top: -64px;}
.m-t--65, .m-tb--65, .m-all--65 {margin-top: -65px;}
.m-t--66, .m-tb--66, .m-all--66 {margin-top: -66px;}
.m-t--67, .m-tb--67, .m-all--67 {margin-top: -67px;}
.m-t--68, .m-tb--68, .m-all--68 {margin-top: -68px;}
.m-t--69, .m-tb--69, .m-all--69 {margin-top: -69px;}
.m-t--70, .m-tb--70, .m-all--70 {margin-top: -70px;}
.m-t--71, .m-tb--71, .m-all--71 {margin-top: -71px;}
.m-t--72, .m-tb--72, .m-all--72 {margin-top: -72px;}
.m-t--73, .m-tb--73, .m-all--73 {margin-top: -73px;}
.m-t--74, .m-tb--74, .m-all--74 {margin-top: -74px;}
.m-t--75, .m-tb--75, .m-all--75 {margin-top: -75px;}
.m-t--76, .m-tb--76, .m-all--76 {margin-top: -76px;}
.m-t--77, .m-tb--77, .m-all--77 {margin-top: -77px;}
.m-t--78, .m-tb--78, .m-all--78 {margin-top: -78px;}
.m-t--79, .m-tb--79, .m-all--79 {margin-top: -79px;}
.m-t--80, .m-tb--80, .m-all--80 {margin-top: -80px;}
.m-t--81, .m-tb--81, .m-all--81 {margin-top: -81px;}
.m-t--82, .m-tb--82, .m-all--82 {margin-top: -82px;}
.m-t--83, .m-tb--83, .m-all--83 {margin-top: -83px;}
.m-t--84, .m-tb--84, .m-all--84 {margin-top: -84px;}
.m-t--85, .m-tb--85, .m-all--85 {margin-top: -85px;}
.m-t--86, .m-tb--86, .m-all--86 {margin-top: -86px;}
.m-t--87, .m-tb--87, .m-all--87 {margin-top: -87px;}
.m-t--88, .m-tb--88, .m-all--88 {margin-top: -88px;}
.m-t--89, .m-tb--89, .m-all--89 {margin-top: -89px;}
.m-t--90, .m-tb--90, .m-all--90 {margin-top: -90px;}
.m-t--91, .m-tb--91, .m-all--91 {margin-top: -91px;}
.m-t--92, .m-tb--92, .m-all--92 {margin-top: -92px;}
.m-t--93, .m-tb--93, .m-all--93 {margin-top: -93px;}
.m-t--94, .m-tb--94, .m-all--94 {margin-top: -94px;}
.m-t--95, .m-tb--95, .m-all--95 {margin-top: -95px;}
.m-t--96, .m-tb--96, .m-all--96 {margin-top: -96px;}
.m-t--97, .m-tb--97, .m-all--97 {margin-top: -97px;}
.m-t--98, .m-tb--98, .m-all--98 {margin-top: -98px;}
.m-t--99, .m-tb--99, .m-all--99 {margin-top: -99px;}
.m-t--100, .m-tb--100, .m-all--100 {margin-top: -100px;}
.m-b--0, .m-tb--0, .m-all--0 {margin-bottom: -0px;}
.m-b--1, .m-tb--1, .m-all--1 {margin-bottom: -1px;}
.m-b--2, .m-tb--2, .m-all--2 {margin-bottom: -2px;}
.m-b--3, .m-tb--3, .m-all--3 {margin-bottom: -3px;}
.m-b--4, .m-tb--4, .m-all--4 {margin-bottom: -4px;}
.m-b--5, .m-tb--5, .m-all--5 {margin-bottom: -5px;}
.m-b--6, .m-tb--6, .m-all--6 {margin-bottom: -6px;}
.m-b--7, .m-tb--7, .m-all--7 {margin-bottom: -7px;}
.m-b--8, .m-tb--8, .m-all--8 {margin-bottom: -8px;}
.m-b--9, .m-tb--9, .m-all--9 {margin-bottom: -9px;}
.m-b--10, .m-tb--10, .m-all--10 {margin-bottom: -10px;}
.m-b--11, .m-tb--11, .m-all--11 {margin-bottom: -11px;}
.m-b--12, .m-tb--12, .m-all--12 {margin-bottom: -12px;}
.m-b--13, .m-tb--13, .m-all--13 {margin-bottom: -13px;}
.m-b--14, .m-tb--14, .m-all--14 {margin-bottom: -14px;}
.m-b--15, .m-tb--15, .m-all--15 {margin-bottom: -15px;}
.m-b--16, .m-tb--16, .m-all--16 {margin-bottom: -16px;}
.m-b--17, .m-tb--17, .m-all--17 {margin-bottom: -17px;}
.m-b--18, .m-tb--18, .m-all--18 {margin-bottom: -18px;}
.m-b--19, .m-tb--19, .m-all--19 {margin-bottom: -19px;}
.m-b--20, .m-tb--20, .m-all--20 {margin-bottom: -20px;}
.m-b--21, .m-tb--21, .m-all--21 {margin-bottom: -21px;}
.m-b--22, .m-tb--22, .m-all--22 {margin-bottom: -22px;}
.m-b--23, .m-tb--23, .m-all--23 {margin-bottom: -23px;}
.m-b--24, .m-tb--24, .m-all--24 {margin-bottom: -24px;}
.m-b--25, .m-tb--25, .m-all--25 {margin-bottom: -25px;}
.m-b--26, .m-tb--26, .m-all--26 {margin-bottom: -26px;}
.m-b--27, .m-tb--27, .m-all--27 {margin-bottom: -27px;}
.m-b--28, .m-tb--28, .m-all--28 {margin-bottom: -28px;}
.m-b--29, .m-tb--29, .m-all--29 {margin-bottom: -29px;}
.m-b--30, .m-tb--30, .m-all--30 {margin-bottom: -30px;}
.m-b--31, .m-tb--31, .m-all--31 {margin-bottom: -31px;}
.m-b--32, .m-tb--32, .m-all--32 {margin-bottom: -32px;}
.m-b--33, .m-tb--33, .m-all--33 {margin-bottom: -33px;}
.m-b--34, .m-tb--34, .m-all--34 {margin-bottom: -34px;}
.m-b--35, .m-tb--35, .m-all--35 {margin-bottom: -35px;}
.m-b--36, .m-tb--36, .m-all--36 {margin-bottom: -36px;}
.m-b--37, .m-tb--37, .m-all--37 {margin-bottom: -37px;}
.m-b--38, .m-tb--38, .m-all--38 {margin-bottom: -38px;}
.m-b--39, .m-tb--39, .m-all--39 {margin-bottom: -39px;}
.m-b--40, .m-tb--40, .m-all--40 {margin-bottom: -40px;}
.m-b--41, .m-tb--41, .m-all--41 {margin-bottom: -41px;}
.m-b--42, .m-tb--42, .m-all--42 {margin-bottom: -42px;}
.m-b--43, .m-tb--43, .m-all--43 {margin-bottom: -43px;}
.m-b--44, .m-tb--44, .m-all--44 {margin-bottom: -44px;}
.m-b--45, .m-tb--45, .m-all--45 {margin-bottom: -45px;}
.m-b--46, .m-tb--46, .m-all--46 {margin-bottom: -46px;}
.m-b--47, .m-tb--47, .m-all--47 {margin-bottom: -47px;}
.m-b--48, .m-tb--48, .m-all--48 {margin-bottom: -48px;}
.m-b--49, .m-tb--49, .m-all--49 {margin-bottom: -49px;}
.m-b--50, .m-tb--50, .m-all--50 {margin-bottom: -50px;}
.m-b--51, .m-tb--51, .m-all--51 {margin-bottom: -51px;}
.m-b--52, .m-tb--52, .m-all--52 {margin-bottom: -52px;}
.m-b--53, .m-tb--53, .m-all--53 {margin-bottom: -53px;}
.m-b--54, .m-tb--54, .m-all--54 {margin-bottom: -54px;}
.m-b--55, .m-tb--55, .m-all--55 {margin-bottom: -55px;}
.m-b--56, .m-tb--56, .m-all--56 {margin-bottom: -56px;}
.m-b--57, .m-tb--57, .m-all--57 {margin-bottom: -57px;}
.m-b--58, .m-tb--58, .m-all--58 {margin-bottom: -58px;}
.m-b--59, .m-tb--59, .m-all--59 {margin-bottom: -59px;}
.m-b--60, .m-tb--60, .m-all--60 {margin-bottom: -60px;}
.m-b--61, .m-tb--61, .m-all--61 {margin-bottom: -61px;}
.m-b--62, .m-tb--62, .m-all--62 {margin-bottom: -62px;}
.m-b--63, .m-tb--63, .m-all--63 {margin-bottom: -63px;}
.m-b--64, .m-tb--64, .m-all--64 {margin-bottom: -64px;}
.m-b--65, .m-tb--65, .m-all--65 {margin-bottom: -65px;}
.m-b--66, .m-tb--66, .m-all--66 {margin-bottom: -66px;}
.m-b--67, .m-tb--67, .m-all--67 {margin-bottom: -67px;}
.m-b--68, .m-tb--68, .m-all--68 {margin-bottom: -68px;}
.m-b--69, .m-tb--69, .m-all--69 {margin-bottom: -69px;}
.m-b--70, .m-tb--70, .m-all--70 {margin-bottom: -70px;}
.m-b--71, .m-tb--71, .m-all--71 {margin-bottom: -71px;}
.m-b--72, .m-tb--72, .m-all--72 {margin-bottom: -72px;}
.m-b--73, .m-tb--73, .m-all--73 {margin-bottom: -73px;}
.m-b--74, .m-tb--74, .m-all--74 {margin-bottom: -74px;}
.m-b--75, .m-tb--75, .m-all--75 {margin-bottom: -75px;}
.m-b--76, .m-tb--76, .m-all--76 {margin-bottom: -76px;}
.m-b--77, .m-tb--77, .m-all--77 {margin-bottom: -77px;}
.m-b--78, .m-tb--78, .m-all--78 {margin-bottom: -78px;}
.m-b--79, .m-tb--79, .m-all--79 {margin-bottom: -79px;}
.m-b--80, .m-tb--80, .m-all--80 {margin-bottom: -80px;}
.m-b--81, .m-tb--81, .m-all--81 {margin-bottom: -81px;}
.m-b--82, .m-tb--82, .m-all--82 {margin-bottom: -82px;}
.m-b--83, .m-tb--83, .m-all--83 {margin-bottom: -83px;}
.m-b--84, .m-tb--84, .m-all--84 {margin-bottom: -84px;}
.m-b--85, .m-tb--85, .m-all--85 {margin-bottom: -85px;}
.m-b--86, .m-tb--86, .m-all--86 {margin-bottom: -86px;}
.m-b--87, .m-tb--87, .m-all--87 {margin-bottom: -87px;}
.m-b--88, .m-tb--88, .m-all--88 {margin-bottom: -88px;}
.m-b--89, .m-tb--89, .m-all--89 {margin-bottom: -89px;}
.m-b--90, .m-tb--90, .m-all--90 {margin-bottom: -90px;}
.m-b--91, .m-tb--91, .m-all--91 {margin-bottom: -91px;}
.m-b--92, .m-tb--92, .m-all--92 {margin-bottom: -92px;}
.m-b--93, .m-tb--93, .m-all--93 {margin-bottom: -93px;}
.m-b--94, .m-tb--94, .m-all--94 {margin-bottom: -94px;}
.m-b--95, .m-tb--95, .m-all--95 {margin-bottom: -95px;}
.m-b--96, .m-tb--96, .m-all--96 {margin-bottom: -96px;}
.m-b--97, .m-tb--97, .m-all--97 {margin-bottom: -97px;}
.m-b--98, .m-tb--98, .m-all--98 {margin-bottom: -98px;}
.m-b--99, .m-tb--99, .m-all--99 {margin-bottom: -99px;}
.m-b--100, .m-tb--100, .m-all--100 {margin-bottom: -100px;}
.m-l--0, .m-rl--0, .m-all--0 {margin-left: -0px;}
.m-l--1, .m-rl--1, .m-all--1 {margin-left: -1px;}
.m-l--2, .m-rl--2, .m-all--2 {margin-left: -2px;}
.m-l--3, .m-rl--3, .m-all--3 {margin-left: -3px;}
.m-l--4, .m-rl--4, .m-all--4 {margin-left: -4px;}
.m-l--5, .m-rl--5, .m-all--5 {margin-left: -5px;}
.m-l--6, .m-rl--6, .m-all--6 {margin-left: -6px;}
.m-l--7, .m-rl--7, .m-all--7 {margin-left: -7px;}
.m-l--8, .m-rl--8, .m-all--8 {margin-left: -8px;}
.m-l--9, .m-rl--9, .m-all--9 {margin-left: -9px;}
.m-l--10, .m-rl--10, .m-all--10 {margin-left: -10px;}
.m-l--11, .m-rl--11, .m-all--11 {margin-left: -11px;}
.m-l--12, .m-rl--12, .m-all--12 {margin-left: -12px;}
.m-l--13, .m-rl--13, .m-all--13 {margin-left: -13px;}
.m-l--14, .m-rl--14, .m-all--14 {margin-left: -14px;}
.m-l--15, .m-rl--15, .m-all--15 {margin-left: -15px;}
.m-l--16, .m-rl--16, .m-all--16 {margin-left: -16px;}
.m-l--17, .m-rl--17, .m-all--17 {margin-left: -17px;}
.m-l--18, .m-rl--18, .m-all--18 {margin-left: -18px;}
.m-l--19, .m-rl--19, .m-all--19 {margin-left: -19px;}
.m-l--20, .m-rl--20, .m-all--20 {margin-left: -20px;}
.m-l--21, .m-rl--21, .m-all--21 {margin-left: -21px;}
.m-l--22, .m-rl--22, .m-all--22 {margin-left: -22px;}
.m-l--23, .m-rl--23, .m-all--23 {margin-left: -23px;}
.m-l--24, .m-rl--24, .m-all--24 {margin-left: -24px;}
.m-l--25, .m-rl--25, .m-all--25 {margin-left: -25px;}
.m-l--26, .m-rl--26, .m-all--26 {margin-left: -26px;}
.m-l--27, .m-rl--27, .m-all--27 {margin-left: -27px;}
.m-l--28, .m-rl--28, .m-all--28 {margin-left: -28px;}
.m-l--29, .m-rl--29, .m-all--29 {margin-left: -29px;}
.m-l--30, .m-rl--30, .m-all--30 {margin-left: -30px;}
.m-l--31, .m-rl--31, .m-all--31 {margin-left: -31px;}
.m-l--32, .m-rl--32, .m-all--32 {margin-left: -32px;}
.m-l--33, .m-rl--33, .m-all--33 {margin-left: -33px;}
.m-l--34, .m-rl--34, .m-all--34 {margin-left: -34px;}
.m-l--35, .m-rl--35, .m-all--35 {margin-left: -35px;}
.m-l--36, .m-rl--36, .m-all--36 {margin-left: -36px;}
.m-l--37, .m-rl--37, .m-all--37 {margin-left: -37px;}
.m-l--38, .m-rl--38, .m-all--38 {margin-left: -38px;}
.m-l--39, .m-rl--39, .m-all--39 {margin-left: -39px;}
.m-l--40, .m-rl--40, .m-all--40 {margin-left: -40px;}
.m-l--41, .m-rl--41, .m-all--41 {margin-left: -41px;}
.m-l--42, .m-rl--42, .m-all--42 {margin-left: -42px;}
.m-l--43, .m-rl--43, .m-all--43 {margin-left: -43px;}
.m-l--44, .m-rl--44, .m-all--44 {margin-left: -44px;}
.m-l--45, .m-rl--45, .m-all--45 {margin-left: -45px;}
.m-l--46, .m-rl--46, .m-all--46 {margin-left: -46px;}
.m-l--47, .m-rl--47, .m-all--47 {margin-left: -47px;}
.m-l--48, .m-rl--48, .m-all--48 {margin-left: -48px;}
.m-l--49, .m-rl--49, .m-all--49 {margin-left: -49px;}
.m-l--50, .m-rl--50, .m-all--50 {margin-left: -50px;}
.m-l--51, .m-rl--51, .m-all--51 {margin-left: -51px;}
.m-l--52, .m-rl--52, .m-all--52 {margin-left: -52px;}
.m-l--53, .m-rl--53, .m-all--53 {margin-left: -53px;}
.m-l--54, .m-rl--54, .m-all--54 {margin-left: -54px;}
.m-l--55, .m-rl--55, .m-all--55 {margin-left: -55px;}
.m-l--56, .m-rl--56, .m-all--56 {margin-left: -56px;}
.m-l--57, .m-rl--57, .m-all--57 {margin-left: -57px;}
.m-l--58, .m-rl--58, .m-all--58 {margin-left: -58px;}
.m-l--59, .m-rl--59, .m-all--59 {margin-left: -59px;}
.m-l--60, .m-rl--60, .m-all--60 {margin-left: -60px;}
.m-l--61, .m-rl--61, .m-all--61 {margin-left: -61px;}
.m-l--62, .m-rl--62, .m-all--62 {margin-left: -62px;}
.m-l--63, .m-rl--63, .m-all--63 {margin-left: -63px;}
.m-l--64, .m-rl--64, .m-all--64 {margin-left: -64px;}
.m-l--65, .m-rl--65, .m-all--65 {margin-left: -65px;}
.m-l--66, .m-rl--66, .m-all--66 {margin-left: -66px;}
.m-l--67, .m-rl--67, .m-all--67 {margin-left: -67px;}
.m-l--68, .m-rl--68, .m-all--68 {margin-left: -68px;}
.m-l--69, .m-rl--69, .m-all--69 {margin-left: -69px;}
.m-l--70, .m-rl--70, .m-all--70 {margin-left: -70px;}
.m-l--71, .m-rl--71, .m-all--71 {margin-left: -71px;}
.m-l--72, .m-rl--72, .m-all--72 {margin-left: -72px;}
.m-l--73, .m-rl--73, .m-all--73 {margin-left: -73px;}
.m-l--74, .m-rl--74, .m-all--74 {margin-left: -74px;}
.m-l--75, .m-rl--75, .m-all--75 {margin-left: -75px;}
.m-l--76, .m-rl--76, .m-all--76 {margin-left: -76px;}
.m-l--77, .m-rl--77, .m-all--77 {margin-left: -77px;}
.m-l--78, .m-rl--78, .m-all--78 {margin-left: -78px;}
.m-l--79, .m-rl--79, .m-all--79 {margin-left: -79px;}
.m-l--80, .m-rl--80, .m-all--80 {margin-left: -80px;}
.m-l--81, .m-rl--81, .m-all--81 {margin-left: -81px;}
.m-l--82, .m-rl--82, .m-all--82 {margin-left: -82px;}
.m-l--83, .m-rl--83, .m-all--83 {margin-left: -83px;}
.m-l--84, .m-rl--84, .m-all--84 {margin-left: -84px;}
.m-l--85, .m-rl--85, .m-all--85 {margin-left: -85px;}
.m-l--86, .m-rl--86, .m-all--86 {margin-left: -86px;}
.m-l--87, .m-rl--87, .m-all--87 {margin-left: -87px;}
.m-l--88, .m-rl--88, .m-all--88 {margin-left: -88px;}
.m-l--89, .m-rl--89, .m-all--89 {margin-left: -89px;}
.m-l--90, .m-rl--90, .m-all--90 {margin-left: -90px;}
.m-l--91, .m-rl--91, .m-all--91 {margin-left: -91px;}
.m-l--92, .m-rl--92, .m-all--92 {margin-left: -92px;}
.m-l--93, .m-rl--93, .m-all--93 {margin-left: -93px;}
.m-l--94, .m-rl--94, .m-all--94 {margin-left: -94px;}
.m-l--95, .m-rl--95, .m-all--95 {margin-left: -95px;}
.m-l--96, .m-rl--96, .m-all--96 {margin-left: -96px;}
.m-l--97, .m-rl--97, .m-all--97 {margin-left: -97px;}
.m-l--98, .m-rl--98, .m-all--98 {margin-left: -98px;}
.m-l--99, .m-rl--99, .m-all--99 {margin-left: -99px;}
.m-l--100, .m-rl--100, .m-all--100 {margin-left: -100px;}
.m-r--0, .m-rl--0, .m-all--0 {margin-right: -0px;}
.m-r--1, .m-rl--1, .m-all--1 {margin-right: -1px;}
.m-r--2, .m-rl--2, .m-all--2 {margin-right: -2px;}
.m-r--3, .m-rl--3, .m-all--3 {margin-right: -3px;}
.m-r--4, .m-rl--4, .m-all--4 {margin-right: -4px;}
.m-r--5, .m-rl--5, .m-all--5 {margin-right: -5px;}
.m-r--6, .m-rl--6, .m-all--6 {margin-right: -6px;}
.m-r--7, .m-rl--7, .m-all--7 {margin-right: -7px;}
.m-r--8, .m-rl--8, .m-all--8 {margin-right: -8px;}
.m-r--9, .m-rl--9, .m-all--9 {margin-right: -9px;}
.m-r--10, .m-rl--10, .m-all--10 {margin-right: -10px;}
.m-r--11, .m-rl--11, .m-all--11 {margin-right: -11px;}
.m-r--12, .m-rl--12, .m-all--12 {margin-right: -12px;}
.m-r--13, .m-rl--13, .m-all--13 {margin-right: -13px;}
.m-r--14, .m-rl--14, .m-all--14 {margin-right: -14px;}
.m-r--15, .m-rl--15, .m-all--15 {margin-right: -15px;}
.m-r--16, .m-rl--16, .m-all--16 {margin-right: -16px;}
.m-r--17, .m-rl--17, .m-all--17 {margin-right: -17px;}
.m-r--18, .m-rl--18, .m-all--18 {margin-right: -18px;}
.m-r--19, .m-rl--19, .m-all--19 {margin-right: -19px;}
.m-r--20, .m-rl--20, .m-all--20 {margin-right: -20px;}
.m-r--21, .m-rl--21, .m-all--21 {margin-right: -21px;}
.m-r--22, .m-rl--22, .m-all--22 {margin-right: -22px;}
.m-r--23, .m-rl--23, .m-all--23 {margin-right: -23px;}
.m-r--24, .m-rl--24, .m-all--24 {margin-right: -24px;}
.m-r--25, .m-rl--25, .m-all--25 {margin-right: -25px;}
.m-r--26, .m-rl--26, .m-all--26 {margin-right: -26px;}
.m-r--27, .m-rl--27, .m-all--27 {margin-right: -27px;}
.m-r--28, .m-rl--28, .m-all--28 {margin-right: -28px;}
.m-r--29, .m-rl--29, .m-all--29 {margin-right: -29px;}
.m-r--30, .m-rl--30, .m-all--30 {margin-right: -30px;}
.m-r--31, .m-rl--31, .m-all--31 {margin-right: -31px;}
.m-r--32, .m-rl--32, .m-all--32 {margin-right: -32px;}
.m-r--33, .m-rl--33, .m-all--33 {margin-right: -33px;}
.m-r--34, .m-rl--34, .m-all--34 {margin-right: -34px;}
.m-r--35, .m-rl--35, .m-all--35 {margin-right: -35px;}
.m-r--36, .m-rl--36, .m-all--36 {margin-right: -36px;}
.m-r--37, .m-rl--37, .m-all--37 {margin-right: -37px;}
.m-r--38, .m-rl--38, .m-all--38 {margin-right: -38px;}
.m-r--39, .m-rl--39, .m-all--39 {margin-right: -39px;}
.m-r--40, .m-rl--40, .m-all--40 {margin-right: -40px;}
.m-r--41, .m-rl--41, .m-all--41 {margin-right: -41px;}
.m-r--42, .m-rl--42, .m-all--42 {margin-right: -42px;}
.m-r--43, .m-rl--43, .m-all--43 {margin-right: -43px;}
.m-r--44, .m-rl--44, .m-all--44 {margin-right: -44px;}
.m-r--45, .m-rl--45, .m-all--45 {margin-right: -45px;}
.m-r--46, .m-rl--46, .m-all--46 {margin-right: -46px;}
.m-r--47, .m-rl--47, .m-all--47 {margin-right: -47px;}
.m-r--48, .m-rl--48, .m-all--48 {margin-right: -48px;}
.m-r--49, .m-rl--49, .m-all--49 {margin-right: -49px;}
.m-r--50, .m-rl--50, .m-all--50 {margin-right: -50px;}
.m-r--51, .m-rl--51, .m-all--51 {margin-right: -51px;}
.m-r--52, .m-rl--52, .m-all--52 {margin-right: -52px;}
.m-r--53, .m-rl--53, .m-all--53 {margin-right: -53px;}
.m-r--54, .m-rl--54, .m-all--54 {margin-right: -54px;}
.m-r--55, .m-rl--55, .m-all--55 {margin-right: -55px;}
.m-r--56, .m-rl--56, .m-all--56 {margin-right: -56px;}
.m-r--57, .m-rl--57, .m-all--57 {margin-right: -57px;}
.m-r--58, .m-rl--58, .m-all--58 {margin-right: -58px;}
.m-r--59, .m-rl--59, .m-all--59 {margin-right: -59px;}
.m-r--60, .m-rl--60, .m-all--60 {margin-right: -60px;}
.m-r--61, .m-rl--61, .m-all--61 {margin-right: -61px;}
.m-r--62, .m-rl--62, .m-all--62 {margin-right: -62px;}
.m-r--63, .m-rl--63, .m-all--63 {margin-right: -63px;}
.m-r--64, .m-rl--64, .m-all--64 {margin-right: -64px;}
.m-r--65, .m-rl--65, .m-all--65 {margin-right: -65px;}
.m-r--66, .m-rl--66, .m-all--66 {margin-right: -66px;}
.m-r--67, .m-rl--67, .m-all--67 {margin-right: -67px;}
.m-r--68, .m-rl--68, .m-all--68 {margin-right: -68px;}
.m-r--69, .m-rl--69, .m-all--69 {margin-right: -69px;}
.m-r--70, .m-rl--70, .m-all--70 {margin-right: -70px;}
.m-r--71, .m-rl--71, .m-all--71 {margin-right: -71px;}
.m-r--72, .m-rl--72, .m-all--72 {margin-right: -72px;}
.m-r--73, .m-rl--73, .m-all--73 {margin-right: -73px;}
.m-r--74, .m-rl--74, .m-all--74 {margin-right: -74px;}
.m-r--75, .m-rl--75, .m-all--75 {margin-right: -75px;}
.m-r--76, .m-rl--76, .m-all--76 {margin-right: -76px;}
.m-r--77, .m-rl--77, .m-all--77 {margin-right: -77px;}
.m-r--78, .m-rl--78, .m-all--78 {margin-right: -78px;}
.m-r--79, .m-rl--79, .m-all--79 {margin-right: -79px;}
.m-r--80, .m-rl--80, .m-all--80 {margin-right: -80px;}
.m-r--81, .m-rl--81, .m-all--81 {margin-right: -81px;}
.m-r--82, .m-rl--82, .m-all--82 {margin-right: -82px;}
.m-r--83, .m-rl--83, .m-all--83 {margin-right: -83px;}
.m-r--84, .m-rl--84, .m-all--84 {margin-right: -84px;}
.m-r--85, .m-rl--85, .m-all--85 {margin-right: -85px;}
.m-r--86, .m-rl--86, .m-all--86 {margin-right: -86px;}
.m-r--87, .m-rl--87, .m-all--87 {margin-right: -87px;}
.m-r--88, .m-rl--88, .m-all--88 {margin-right: -88px;}
.m-r--89, .m-rl--89, .m-all--89 {margin-right: -89px;}
.m-r--90, .m-rl--90, .m-all--90 {margin-right: -90px;}
.m-r--91, .m-rl--91, .m-all--91 {margin-right: -91px;}
.m-r--92, .m-rl--92, .m-all--92 {margin-right: -92px;}
.m-r--93, .m-rl--93, .m-all--93 {margin-right: -93px;}
.m-r--94, .m-rl--94, .m-all--94 {margin-right: -94px;}
.m-r--95, .m-rl--95, .m-all--95 {margin-right: -95px;}
.m-r--96, .m-rl--96, .m-all--96 {margin-right: -96px;}
.m-r--97, .m-rl--97, .m-all--97 {margin-right: -97px;}
.m-r--98, .m-rl--98, .m-all--98 {margin-right: -98px;}
.m-r--99, .m-rl--99, .m-all--99 {margin-right: -99px;}
.m-r--100, .m-rl--100, .m-all--100 {margin-right: -100px;}

.m-l-auto, .m-rl-auto {margin-left: auto;}
.m-r-auto, .m-rl-auto {margin-right: auto;}
.m-t-auto, .m-tb-auto {margin-top: auto;}
.m-b-auto, .m-tb-auto {margin-bottom: auto;}



/*//////////////////////////////////////////////////////////////////
[ TEXT ]*/
.clwhite {color: white;}
.clblack {color: black;}

/*------------------------------------------------------------------
[ Line height ]*/
.lh-00 {line-height: 0.0;}
.lh-01 {line-height: 0.1;}
.lh-02 {line-height: 0.2;}
.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1.0;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

/* ------------------------------------ */
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-middle {vertical-align: middle;}



/*//////////////////////////////////////////////////////////////////
[ SIZE ]*/

.s-full {width: 100%; height: 100%;}
.w-full {width: 100%;}
.h-full {height: 100%;}
.max-s-full {max-width: 100%; max-height: 100%;}
.max-w-full {max-width: 100%;}
.max-h-full {max-height: 100%;}
.min-w-full {min-width: 100%;}
.min-h-full {min-height: 100%;}



/*//////////////////////////////////////////////////////////////////
[ BACKGROUND ]*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}


/*//////////////////////////////////////////////////////////////////
[ EFFECT ]*/

/*------------------------------------------------------------------
[ Opacity ]*/
.op-00 {opacity: 0;}
.op-01 {opacity: 0.1;}
.op-02 {opacity: 0.2;}
.op-03 {opacity: 0.3;}
.op-04 {opacity: 0.4;}
.op-05 {opacity: 0.5;}
.op-06 {opacity: 0.6;}
.op-07 {opacity: 0.7;}
.op-08 {opacity: 0.8;}
.op-09 {opacity: 0.9;}
.op-10 {opacity: 1;}

/*---------------------------------------------*/
.pointer {cursor: pointer;}
.of-hidden {overflow: hidden;}
.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}


/*------------------------------------------------------------------
[ Transition ]*/
.trans-01 {
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.trans-02 {
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.trans-03 {
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trans-04 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.trans-05 {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.trans-06 {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.trans-07 {
	-webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.trans-08 {
	-webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.trans-09 {
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.trans-10 {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}



/*//////////////////////////////////////////////////////////////////
[ POSITION ]*/

/*------------------------------------------------------------------
[ Position ]*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}

/*------------------------------------------------------------------
[ Float ]*/
.float-l {float: left;}
.float-r {float: right;}


/*------------------------------------------------------------------
[ Top Bottom Left Right ]*/
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.top-auto {top: auto;}
.bottom-auto {bottom: auto;}
.left-auto {left: auto;}
.right-auto {right: auto;}


/*------------------------------------------------------------------
[ Display ]*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}


/*------------------------------------------------------------------
[ Flex ]*/
.ver-top {vertical-align: top;}
.ver-middle {vertical-align: middle;}
.ver-bottom {vertical-align: bottom;}

/*---------------------------------------------*/
.al-self-s {align-self: flex-start;}
.al-self-c {align-self: center;}
.al-self-e {align-self: flex-end;}

/*---------------------------------------------*/
.flex-col-wr-s-s, .flex-col-wr-s-c, .flex-col-wr-s-e, .flex-col-wr-s-st,
.flex-col-wr-c-s, .flex-col-wr-c-c, .flex-col-wr-c-e, .flex-col-wr-c-st,
.flex-col-wr-e-s, .flex-col-wr-e-c, .flex-col-wr-e-e, .flex-col-wr-e-st,
.flex-col-wr-sb-s, .flex-col-wr-sb-c, .flex-col-wr-sb-e, .flex-col-wr-sb-st,
.flex-col-wr-sa-s, .flex-col-wr-sa-c, .flex-col-wr-sa-e, .flex-col-wr-sa-st,
.flex-colrev-wr-s-s, .flex-colrev-wr-s-c, .flex-colrev-wr-s-e, .flex-colrev-wr-s-st,
.flex-colrev-wr-c-s, .flex-colrev-wr-c-c, .flex-colrev-wr-c-e, .flex-colrev-wr-c-st,
.flex-colrev-wr-e-s, .flex-colrev-wr-e-c, .flex-colrev-wr-e-e, .flex-colrev-wr-e-st,
.flex-colrev-wr-sb-s, .flex-colrev-wr-sb-c, .flex-colrev-wr-sb-e, .flex-colrev-wr-sb-st,
.flex-colrev-wr-sa-s, .flex-colrev-wr-sa-c, .flex-colrev-wr-sa-e, .flex-colrev-wr-sa-st,
.flex-row-wr-s-s, .flex-row-wr-s-c, .flex-row-wr-s-e, .flex-row-wr-s-st,
.flex-row-wr-c-s, .flex-row-wr-c-c, .flex-row-wr-c-e, .flex-row-wr-c-st,
.flex-row-wr-e-s, .flex-row-wr-e-c, .flex-row-wr-e-e, .flex-row-wr-e-st,
.flex-row-wr-sb-s, .flex-row-wr-sb-c, .flex-row-wr-sb-e, .flex-row-wr-sb-st,
.flex-row-wr-sa-s, .flex-row-wr-sa-c, .flex-row-wr-sa-e, .flex-row-wr-sa-st,
.flex-rowrev-wr-s-s, .flex-rowrev-wr-s-c, .flex-rowrev-wr-s-e, .flex-rowrev-wr-s-st,
.flex-rowrev-wr-c-s, .flex-rowrev-wr-c-c, .flex-rowrev-wr-c-e, .flex-rowrev-wr-c-st,
.flex-rowrev-wr-e-s, .flex-rowrev-wr-e-c, .flex-rowrev-wr-e-e, .flex-rowrev-wr-e-st,
.flex-rowrev-wr-sb-s, .flex-rowrev-wr-sb-c, .flex-rowrev-wr-sb-e, .flex-rowrev-wr-sb-st,
.flex-rowrev-wr-sa-s, .flex-rowrev-wr-sa-c, .flex-rowrev-wr-sa-e, .flex-rowrev-wr-sa-st,
.flex-wr-s-s, .flex-wr-s-c, .flex-wr-s-e, .flex-wr-s-st,
.flex-wr-c-s, .flex-wr-c-c, .flex-wr-c-e, .flex-wr-c-st,
.flex-wr-e-s, .flex-wr-e-c, .flex-wr-e-e, .flex-wr-e-st,
.flex-wr-sb-s, .flex-wr-sb-c, .flex-wr-sb-e, .flex-wr-sb-st,
.flex-wr-sa-s, .flex-wr-sa-c, .flex-wr-sa-e, .flex-wr-sa-st,
.flex-col-s-s, .flex-col-s-c, .flex-col-s-e, .flex-col-s-st,
.flex-col-c-s, .flex-col-c-c, .flex-col-c-e, .flex-col-c-st,
.flex-col-e-s, .flex-col-e-c, .flex-col-e-e, .flex-col-e-st,
.flex-col-sb-s, .flex-col-sb-c, .flex-col-sb-e, .flex-col-sb-st,
.flex-col-sa-s, .flex-col-sa-c, .flex-col-sa-e, .flex-col-sa-st,
.flex-colrev-s-s, .flex-colrev-s-c, .flex-colrev-s-e, .flex-colrev-s-st,
.flex-colrev-c-s, .flex-colrev-c-c, .flex-colrev-c-e, .flex-colrev-c-st,
.flex-colrev-e-s, .flex-colrev-e-c, .flex-colrev-e-e, .flex-colrev-e-st,
.flex-colrev-sb-s, .flex-colrev-sb-c, .flex-colrev-sb-e, .flex-colrev-sb-st,
.flex-colrev-sa-s, .flex-colrev-sa-c, .flex-colrev-sa-e, .flex-colrev-sa-st,
.flex-row-s-s, .flex-row-s-c, .flex-row-s-e, .flex-row-s-st,
.flex-row-c-s, .flex-row-c-c, .flex-row-c-e, .flex-row-c-st,
.flex-row-e-s, .flex-row-e-c, .flex-row-e-e, .flex-row-e-st,
.flex-row-sb-s, .flex-row-sb-c, .flex-row-sb-e, .flex-row-sb-st,
.flex-row-sa-s, .flex-row-sa-c, .flex-row-sa-e, .flex-row-sa-st,
.flex-rowrev-s-s, .flex-rowrev-s-c, .flex-rowrev-s-e, .flex-rowrev-s-st,
.flex-rowrev-c-s, .flex-rowrev-c-c, .flex-rowrev-c-e, .flex-rowrev-c-st,
.flex-rowrev-e-s, .flex-rowrev-e-c, .flex-rowrev-e-e, .flex-rowrev-e-st,
.flex-rowrev-sb-s, .flex-rowrev-sb-c, .flex-rowrev-sb-e, .flex-rowrev-sb-st,
.flex-rowrev-sa-s, .flex-rowrev-sa-c, .flex-rowrev-sa-e, .flex-rowrev-sa-st,
.flex-s-s, .flex-s-c, .flex-s-e, .flex-s-st,
.flex-c-s, .flex-c-c, .flex-c-e, .flex-c-st,
.flex-e-s, .flex-e-c, .flex-e-e, .flex-e-st,
.flex-sb-s, .flex-sb-c, .flex-sb-e, .flex-sb-st,
.flex-sa-s, .flex-sa-c, .flex-sa-e, .flex-sa-st,
.flex-col-wr, .flex-colrev-wr,
.flex-row-wr, .flex-rowrev-wr,
.flex-col, .flex-colrev, .flex-row, .flex-rowrev, .flex-wr,
.jus-s, .jus-c, .jus-e, .jus-sb, .jus-sa,
.ali-s, .ali-c, .ali-e, .ali-st,
.felx, .dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-col-wr-s-s, .flex-col-wr-s-c, .flex-col-wr-s-e, .flex-col-wr-s-st,
.flex-col-wr-c-s, .flex-col-wr-c-c, .flex-col-wr-c-e, .flex-col-wr-c-st,
.flex-col-wr-e-s, .flex-col-wr-e-c, .flex-col-wr-e-e, .flex-col-wr-e-st,
.flex-col-wr-sb-s, .flex-col-wr-sb-c, .flex-col-wr-sb-e, .flex-col-wr-sb-st,
.flex-col-wr-sa-s, .flex-col-wr-sa-c, .flex-col-wr-sa-e, .flex-col-wr-sa-st,
.flex-col-s-s, .flex-col-s-c, .flex-col-s-e, .flex-col-s-st,
.flex-col-c-s, .flex-col-c-c, .flex-col-c-e, .flex-col-c-st,
.flex-col-e-s, .flex-col-e-c, .flex-col-e-e, .flex-col-e-st,
.flex-col-sb-s, .flex-col-sb-c, .flex-col-sb-e, .flex-col-sb-st,
.flex-col-sa-s, .flex-col-sa-c, .flex-col-sa-e, .flex-col-sa-st,
.flex-col-wr,
.flex-col {flex-direction: column;}

.flex-colrev-wr-s-s, .flex-colrev-wr-s-c, .flex-colrev-wr-s-e, .flex-colrev-wr-s-st,
.flex-colrev-wr-c-s, .flex-colrev-wr-c-c, .flex-colrev-wr-c-e, .flex-colrev-wr-c-st,
.flex-colrev-wr-e-s, .flex-colrev-wr-e-c, .flex-colrev-wr-e-e, .flex-colrev-wr-e-st,
.flex-colrev-wr-sb-s, .flex-colrev-wr-sb-c, .flex-colrev-wr-sb-e, .flex-colrev-wr-sb-st,
.flex-colrev-wr-sa-s, .flex-colrev-wr-sa-c, .flex-colrev-wr-sa-e, .flex-colrev-wr-sa-st,
.flex-colrev-s-s, .flex-colrev-s-c, .flex-colrev-s-e, .flex-colrev-s-st,
.flex-colrev-c-s, .flex-colrev-c-c, .flex-colrev-c-e, .flex-colrev-c-st,
.flex-colrev-e-s, .flex-colrev-e-c, .flex-colrev-e-e, .flex-colrev-e-st,
.flex-colrev-sb-s, .flex-colrev-sb-c, .flex-colrev-sb-e, .flex-colrev-sb-st,
.flex-colrev-sa-s, .flex-colrev-sa-c, .flex-colrev-sa-e, .flex-colrev-sa-st,
.flex-colrev-wr,
.flex-colrev {flex-direction: column-reverse;}

.flex-row-wr-s-s, .flex-row-wr-s-c, .flex-row-wr-s-e, .flex-row-wr-s-st,
.flex-row-wr-c-s, .flex-row-wr-c-c, .flex-row-wr-c-e, .flex-row-wr-c-st,
.flex-row-wr-e-s, .flex-row-wr-e-c, .flex-row-wr-e-e, .flex-row-wr-e-st,
.flex-row-wr-sb-s, .flex-row-wr-sb-c, .flex-row-wr-sb-e, .flex-row-wr-sb-st,
.flex-row-wr-sa-s, .flex-row-wr-sa-c, .flex-row-wr-sa-e, .flex-row-wr-sa-st,
.flex-row-s-s, .flex-row-s-c, .flex-row-s-e, .flex-row-s-st,
.flex-row-c-s, .flex-row-c-c, .flex-row-c-e, .flex-row-c-st,
.flex-row-e-s, .flex-row-e-c, .flex-row-e-e, .flex-row-e-st,
.flex-row-sb-s, .flex-row-sb-c, .flex-row-sb-e, .flex-row-sb-st,
.flex-row-sa-s, .flex-row-sa-c, .flex-row-sa-e, .flex-row-sa-st,
.flex-row-wr,
.flex-row {flex-direction: row;}

.flex-rowrev-wr-s-s, .flex-rowrev-wr-s-c, .flex-rowrev-wr-s-e, .flex-rowrev-wr-s-st,
.flex-rowrev-wr-c-s, .flex-rowrev-wr-c-c, .flex-rowrev-wr-c-e, .flex-rowrev-wr-c-st,
.flex-rowrev-wr-e-s, .flex-rowrev-wr-e-c, .flex-rowrev-wr-e-e, .flex-rowrev-wr-e-st,
.flex-rowrev-wr-sb-s, .flex-rowrev-wr-sb-c, .flex-rowrev-wr-sb-e, .flex-rowrev-wr-sb-st,
.flex-rowrev-wr-sa-s, .flex-rowrev-wr-sa-c, .flex-rowrev-wr-sa-e, .flex-rowrev-wr-sa-st,
.flex-rowrev-s-s, .flex-rowrev-s-c, .flex-rowrev-s-e, .flex-rowrev-s-st,
.flex-rowrev-c-s, .flex-rowrev-c-c, .flex-rowrev-c-e, .flex-rowrev-c-st,
.flex-rowrev-e-s, .flex-rowrev-e-c, .flex-rowrev-e-e, .flex-rowrev-e-st,
.flex-rowrev-sb-s, .flex-rowrev-sb-c, .flex-rowrev-sb-e, .flex-rowrev-sb-st,
.flex-rowrev-sa-s, .flex-rowrev-sa-c, .flex-rowrev-sa-e, .flex-rowrev-sa-st,
.flex-rowrev-wr,
.flex-rowrev {flex-direction: row-reverse;}


.flex-col-wr-s-s, .flex-col-wr-s-c, .flex-col-wr-s-e, .flex-col-wr-s-st,
.flex-col-wr-c-s, .flex-col-wr-c-c, .flex-col-wr-c-e, .flex-col-wr-c-st,
.flex-col-wr-e-s, .flex-col-wr-e-c, .flex-col-wr-e-e, .flex-col-wr-e-st,
.flex-col-wr-sb-s, .flex-col-wr-sb-c, .flex-col-wr-sb-e, .flex-col-wr-sb-st,
.flex-col-wr-sa-s, .flex-col-wr-sa-c, .flex-col-wr-sa-e, .flex-col-wr-sa-st,
.flex-colrev-wr-s-s, .flex-colrev-wr-s-c, .flex-colrev-wr-s-e, .flex-colrev-wr-s-st,
.flex-colrev-wr-c-s, .flex-colrev-wr-c-c, .flex-colrev-wr-c-e, .flex-colrev-wr-c-st,
.flex-colrev-wr-e-s, .flex-colrev-wr-e-c, .flex-colrev-wr-e-e, .flex-colrev-wr-e-st,
.flex-colrev-wr-sb-s, .flex-colrev-wr-sb-c, .flex-colrev-wr-sb-e, .flex-colrev-wr-sb-st,
.flex-colrev-wr-sa-s, .flex-colrev-wr-sa-c, .flex-colrev-wr-sa-e, .flex-colrev-wr-sa-st,
.flex-row-wr-s-s, .flex-row-wr-s-c, .flex-row-wr-s-e, .flex-row-wr-s-st,
.flex-row-wr-c-s, .flex-row-wr-c-c, .flex-row-wr-c-e, .flex-row-wr-c-st,
.flex-row-wr-e-s, .flex-row-wr-e-c, .flex-row-wr-e-e, .flex-row-wr-e-st,
.flex-row-wr-sb-s, .flex-row-wr-sb-c, .flex-row-wr-sb-e, .flex-row-wr-sb-st,
.flex-row-wr-sa-s, .flex-row-wr-sa-c, .flex-row-wr-sa-e, .flex-row-wr-sa-st,
.flex-rowrev-wr-s-s, .flex-rowrev-wr-s-c, .flex-rowrev-wr-s-e, .flex-rowrev-wr-s-st,
.flex-rowrev-wr-c-s, .flex-rowrev-wr-c-c, .flex-rowrev-wr-c-e, .flex-rowrev-wr-c-st,
.flex-rowrev-wr-e-s, .flex-rowrev-wr-e-c, .flex-rowrev-wr-e-e, .flex-rowrev-wr-e-st,
.flex-rowrev-wr-sb-s, .flex-rowrev-wr-sb-c, .flex-rowrev-wr-sb-e, .flex-rowrev-wr-sb-st,
.flex-rowrev-wr-sa-s, .flex-rowrev-wr-sa-c, .flex-rowrev-wr-sa-e, .flex-rowrev-wr-sa-st,
.flex-wr-s-s, .flex-wr-s-c, .flex-wr-s-e, .flex-wr-s-st,
.flex-wr-c-s, .flex-wr-c-c, .flex-wr-c-e, .flex-wr-c-st,
.flex-wr-e-s, .flex-wr-e-c, .flex-wr-e-e, .flex-wr-e-st,
.flex-wr-sb-s, .flex-wr-sb-c, .flex-wr-sb-e, .flex-wr-sb-st,
.flex-wr-sa-s, .flex-wr-sa-c, .flex-wr-sa-e, .flex-wr-sa-st,
.flex-col-wr, .flex-colrev-wr,
.flex-row-wr, .flex-rowrev-wr,
.flex-wr {flex-wrap: wrap;}

.flex-col-wr-s-s, .flex-col-wr-s-c, .flex-col-wr-s-e, .flex-col-wr-s-st,
.flex-colrev-wr-s-s, .flex-colrev-wr-s-c, .flex-colrev-wr-s-e, .flex-colrev-wr-s-st,
.flex-row-wr-s-s, .flex-row-wr-s-c, .flex-row-wr-s-e, .flex-row-wr-s-st,
.flex-rowrev-wr-s-s, .flex-rowrev-wr-s-c, .flex-rowrev-wr-s-e, .flex-rowrev-wr-s-st,
.flex-wr-s-s, .flex-wr-s-c, .flex-wr-s-e, .flex-wr-s-st,
.flex-col-s-s, .flex-col-s-c, .flex-col-s-e, .flex-col-s-st,
.flex-colrev-s-s, .flex-colrev-s-c, .flex-colrev-s-e, .flex-colrev-s-st,
.flex-row-s-s, .flex-row-s-c, .flex-row-s-e, .flex-row-s-st,
.flex-rowrev-s-s, .flex-rowrev-s-c, .flex-rowrev-s-e, .flex-rowrev-s-st,
.flex-s-s, .flex-s-c, .flex-s-e, .flex-s-st,
.jus-s {justify-content: flex-start;}

.flex-col-wr-c-s, .flex-col-wr-c-c, .flex-col-wr-c-e, .flex-col-wr-c-st,
.flex-colrev-wr-c-s, .flex-colrev-wr-c-c, .flex-colrev-wr-c-e, .flex-colrev-wr-c-st,
.flex-row-wr-c-s, .flex-row-wr-c-c, .flex-row-wr-c-e, .flex-row-wr-c-st,
.flex-rowrev-wr-c-s, .flex-rowrev-wr-c-c, .flex-rowrev-wr-c-e, .flex-rowrev-wr-c-st,
.flex-wr-c-s, .flex-wr-c-c, .flex-wr-c-e, .flex-wr-c-st,
.flex-col-c-s, .flex-col-c-c, .flex-col-c-e, .flex-col-c-st,
.flex-colrev-c-s, .flex-colrev-c-c, .flex-colrev-c-e, .flex-colrev-c-st,
.flex-row-c-s, .flex-row-c-c, .flex-row-c-e, .flex-row-c-st,
.flex-rowrev-c-s, .flex-rowrev-c-c, .flex-rowrev-c-e, .flex-rowrev-c-st,
.flex-c-s, .flex-c-c, .flex-c-e, .flex-c-st,
.jus-c {justify-content: center;}

.flex-col-wr-e-s, .flex-col-wr-e-c, .flex-col-wr-e-e, .flex-col-wr-e-st,
.flex-colrev-wr-e-s, .flex-colrev-wr-e-c, .flex-colrev-wr-e-e, .flex-colrev-wr-e-st,
.flex-row-wr-e-s, .flex-row-wr-e-c, .flex-row-wr-e-e, .flex-row-wr-e-st,
.flex-rowrev-wr-e-s, .flex-rowrev-wr-e-c, .flex-rowrev-wr-e-e, .flex-rowrev-wr-e-st,
.flex-wr-e-s, .flex-wr-e-c, .flex-wr-e-e, .flex-wr-e-st,
.flex-col-e-s, .flex-col-e-c, .flex-col-e-e, .flex-col-e-st,
.flex-colrev-e-s, .flex-colrev-e-c, .flex-colrev-e-e, .flex-colrev-e-st,
.flex-row-e-s, .flex-row-e-c, .flex-row-e-e, .flex-row-e-st,
.flex-rowrev-e-s, .flex-rowrev-e-c, .flex-rowrev-e-e, .flex-rowrev-e-st,
.flex-e-s, .flex-e-c, .flex-e-e, .flex-e-st,
.jus-e {justify-content: flex-end;}

.flex-col-wr-sb-s, .flex-col-wr-sb-c, .flex-col-wr-sb-e, .flex-col-wr-sb-st,
.flex-colrev-wr-sb-s, .flex-colrev-wr-sb-c, .flex-colrev-wr-sb-e, .flex-colrev-wr-sb-st,
.flex-row-wr-sb-s, .flex-row-wr-sb-c, .flex-row-wr-sb-e, .flex-row-wr-sb-st,
.flex-rowrev-wr-sb-s, .flex-rowrev-wr-sb-c, .flex-rowrev-wr-sb-e, .flex-rowrev-wr-sb-st,
.flex-wr-sb-s, .flex-wr-sb-c, .flex-wr-sb-e, .flex-wr-sb-st,
.flex-col-sb-s, .flex-col-sb-c, .flex-col-sb-e, .flex-col-sb-st,
.flex-colrev-sb-s, .flex-colrev-sb-c, .flex-colrev-sb-e, .flex-colrev-sb-st,
.flex-row-sb-s, .flex-row-sb-c, .flex-row-sb-e, .flex-row-sb-st,
.flex-rowrev-sb-s, .flex-rowrev-sb-c, .flex-rowrev-sb-e, .flex-rowrev-sb-st,
.flex-sb-s, .flex-sb-c, .flex-sb-e, .flex-sb-st,
.jus-sb {justify-content: space-between;}

.flex-col-wr-sa-s, .flex-col-wr-sa-c, .flex-col-wr-sa-e, .flex-col-wr-sa-st,
.flex-colrev-wr-sa-s, .flex-colrev-wr-sa-c, .flex-colrev-wr-sa-e, .flex-colrev-wr-sa-st,
.flex-row-wr-sa-s, .flex-row-wr-sa-c, .flex-row-wr-sa-e, .flex-row-wr-sa-st,
.flex-rowrev-wr-sa-s, .flex-rowrev-wr-sa-c, .flex-rowrev-wr-sa-e, .flex-rowrev-wr-sa-st,
.flex-wr-sa-s, .flex-wr-sa-c, .flex-wr-sa-e, .flex-wr-sa-st,
.flex-col-sa-s, .flex-col-sa-c, .flex-col-sa-e, .flex-col-sa-st,
.flex-colrev-sa-s, .flex-colrev-sa-c, .flex-colrev-sa-e, .flex-colrev-sa-st,
.flex-row-sa-s, .flex-row-sa-c, .flex-row-sa-e, .flex-row-sa-st,
.flex-rowrev-sa-s, .flex-rowrev-sa-c, .flex-rowrev-sa-e, .flex-rowrev-sa-st,
.flex-sa-s, .flex-sa-c, .flex-sa-e, .flex-sa-st,
.jus-sa {justify-content: space-around;}

.flex-col-wr-s-s, .flex-col-wr-c-s, .flex-col-wr-e-s, .flex-col-wr-sb-s, .flex-col-wr-sa-s,
.flex-colrev-wr-s-s, .flex-colrev-wr-c-s, .flex-colrev-wr-e-s, .flex-colrev-wr-sb-s, .flex-colrev-wr-sa-s,
.flex-row-wr-s-s, .flex-row-wr-c-s, .flex-row-wr-e-s, .flex-row-wr-sb-s, .flex-row-wr-sa-s,
.flex-rowrev-wr-s-s, .flex-rowrev-wr-c-s, .flex-rowrev-wr-e-s, .flex-rowrev-wr-sb-s, .flex-rowrev-wr-sa-s,
.flex-wr-s-s, .flex-wr-c-s, .flex-wr-e-s, .flex-wr-sb-s, .flex-wr-sa-s,
.flex-col-s-s, .flex-col-c-s, .flex-col-e-s, .flex-col-sb-s, .flex-col-sa-s,
.flex-colrev-s-s, .flex-colrev-c-s, .flex-colrev-e-s, .flex-colrev-sb-s, .flex-colrev-sa-s,
.flex-row-s-s, .flex-row-c-s, .flex-row-e-s, .flex-row-sb-s, .flex-row-sa-s,
.flex-rowrev-s-s, .flex-rowrev-c-s, .flex-rowrev-e-s, .flex-rowrev-sb-s, .flex-rowrev-sa-s,
.flex-s-s, .flex-c-s, .flex-e-s, .flex-sb-s, .flex-sa-s,
.ali-s {align-items: flex-start;}

.flex-col-wr-s-c, .flex-col-wr-c-c, .flex-col-wr-e-c, .flex-col-wr-sb-c, .flex-col-wr-sa-c,
.flex-colrev-wr-s-c, .flex-colrev-wr-c-c, .flex-colrev-wr-e-c, .flex-colrev-wr-sb-c, .flex-colrev-wr-sa-c,
.flex-row-wr-s-c, .flex-row-wr-c-c, .flex-row-wr-e-c, .flex-row-wr-sb-c, .flex-row-wr-sa-c,
.flex-rowrev-wr-s-c, .flex-rowrev-wr-c-c, .flex-rowrev-wr-e-c, .flex-rowrev-wr-sb-c, .flex-rowrev-wr-sa-c,
.flex-wr-s-c, .flex-wr-c-c, .flex-wr-e-c, .flex-wr-sb-c, .flex-wr-sa-c,
.flex-col-s-c, .flex-col-c-c, .flex-col-e-c, .flex-col-sb-c, .flex-col-sa-c,
.flex-colrev-s-c, .flex-colrev-c-c, .flex-colrev-e-c, .flex-colrev-sb-c, .flex-colrev-sa-c,
.flex-row-s-c, .flex-row-c-c, .flex-row-e-c, .flex-row-sb-c, .flex-row-sa-c,
.flex-rowrev-s-c, .flex-rowrev-c-c, .flex-rowrev-e-c, .flex-rowrev-sb-c, .flex-rowrev-sa-c,
.flex-s-c, .flex-c-c, .flex-e-c, .flex-sb-c, .flex-sa-c,
.ali-c {align-items: center;}

.flex-col-wr-s-e, .flex-col-wr-c-e, .flex-col-wr-e-e, .flex-col-wr-sb-e, .flex-col-wr-sa-e,
.flex-colrev-wr-s-e, .flex-colrev-wr-c-e, .flex-colrev-wr-e-e, .flex-colrev-wr-sb-e, .flex-colrev-wr-sa-e,
.flex-row-wr-s-e, .flex-row-wr-c-e, .flex-row-wr-e-e, .flex-row-wr-sb-e, .flex-row-wr-sa-e,
.flex-rowrev-wr-s-e, .flex-rowrev-wr-c-e, .flex-rowrev-wr-e-e, .flex-rowrev-wr-sb-e, .flex-rowrev-wr-sa-e,
.flex-wr-s-e, .flex-wr-c-e, .flex-wr-e-e, .flex-wr-sb-e, .flex-wr-sa-e,
.flex-col-s-e, .flex-col-c-e, .flex-col-e-e, .flex-col-sb-e, .flex-col-sa-e,
.flex-colrev-s-e, .flex-colrev-c-e, .flex-colrev-e-e, .flex-colrev-sb-e, .flex-colrev-sa-e,
.flex-row-s-e, .flex-row-c-e, .flex-row-e-e, .flex-row-sb-e, .flex-row-sa-e,
.flex-rowrev-s-e, .flex-rowrev-c-e, .flex-rowrev-e-e, .flex-rowrev-sb-e, .flex-rowrev-sa-e,
.flex-s-e, .flex-c-e, .flex-e-e, .flex-sb-e, .flex-sa-e,
.ali-e {align-items: flex-end;}

.flex-col-wr-s-st, .flex-col-wr-c-st, .flex-col-wr-e-st, .flex-col-wr-sb-st, .flex-col-wr-sa-st,
.flex-colrev-wr-s-st, .flex-colrev-wr-c-st, .flex-colrev-wr-e-st, .flex-colrev-wr-sb-st, .flex-colrev-wr-sa-st,
.flex-row-wr-s-st, .flex-row-wr-c-st, .flex-row-wr-e-st, .flex-row-wr-sb-st, .flex-row-wr-sa-st,
.flex-rowrev-wr-s-st, .flex-rowrev-wr-c-st, .flex-rowrev-wr-e-st, .flex-rowrev-wr-sb-st, .flex-rowrev-wr-sa-st,
.flex-wr-s-st, .flex-wr-c-st, .flex-wr-e-st, .flex-wr-sb-st, .flex-wr-sa-st,
.flex-col-s-st, .flex-col-c-st, .flex-col-e-st, .flex-col-sb-st, .flex-col-sa-st,
.flex-colrev-s-st, .flex-colrev-c-st, .flex-colrev-e-st, .flex-colrev-sb-st, .flex-colrev-sa-st,
.flex-row-s-st, .flex-row-c-st, .flex-row-e-st, .flex-row-sb-st, .flex-row-sa-st,
.flex-rowrev-s-st, .flex-rowrev-c-st, .flex-rowrev-e-st, .flex-rowrev-sb-st, .flex-rowrev-sa-st,
.flex-s-st, .flex-c-st, .flex-e-st, .flex-sb-st, .flex-sa-st,
.ali-st {align-items: stretch;}


/*------------------------------------------------------------------
[ Absolute ]*/
.ab-t-l, .ab-t-r, .ab-b-l, .ab-b-r,
.ab-t-c, .ab-m-l, .ab-b-c, .ab-m-r,
.ab-c-m {position: absolute;}

.ab-t-l, .ab-t-r, .ab-t-c {top: 0px;}
.ab-b-l, .ab-b-r, .ab-b-c {bottom: 0px;}
.ab-t-l, .ab-b-l, .ab-m-l {left: 0px;}
.ab-t-r, .ab-b-r, .ab-m-r {right: 0px;}

.ab-m-l, .ab-m-r, .ab-c-m {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-t-c, .ab-b-c, .ab-c-m {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*//////////////////////////////////////////////////////////////////
[ Other ]*/
.pointer-e-none {pointer-events: none;}
.pointer-e-auto {pointer-events: auto;}



/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

@media (max-width: 1199px) {
  .m-l-auto-sr1199 {margin-left: auto !important;}
  .m-r-auto-sr1199 {margin-right: auto !important;}
  .m-rl-auto-sr1199 {margin-left: auto !important; margin-right: auto !important;}

  .p-t-0-sr1199, .p-tb-0-sr1199, .p-all-0-sr1199 {padding-top: 0px !important;}
  .p-b-0-sr1199, .p-tb-0-sr1199, .p-all-0-sr1199 {padding-bottom: 0px !important;}
  .p-r-0-sr1199, .p-rl-0-sr1199, .p-all-0-sr1199 {padding-right: 0px !important;}
  .p-l-0-sr1199, .p-rl-0-sr1199, .p-all-0-sr1199 {padding-left: 0px !important;}

  .p-t-15-sr1199, .p-tb-15-sr1199, .p-all-15-sr1199 {padding-top: 15px !important;}
  .p-b-15-sr1199, .p-tb-15-sr1199, .p-all-15-sr1199 {padding-bottom: 15px !important;}
  .p-r-15-sr1199, .p-rl-15-sr1199, .p-all-15-sr1199 {padding-right: 15px !important;}
  .p-l-15-sr1199, .p-rl-15-sr1199, .p-all-15-sr1199 {padding-left: 15px !important;}

  .m-t-0-sr1199, .m-tb-0-sr1199, .m-all-0-sr1199 {margin-top: 0px !important;}
  .m-b-0-sr1199, .m-tb-0-sr1199, .m-all-0-sr1199 {margin-bottom: 0px !important;}
  .m-r-0-sr1199, .m-rl-0-sr1199, .m-all-0-sr1199 {margin-right: 0px !important;}
  .m-l-0-sr1199, .m-rl-0-sr1199, .m-all-0-sr1199 {margin-left: 0px !important;}

  .m-t-15-sr1199, .m-tb-15-sr1199, .m-all-15-sr1199 {margin-top: 15px !important;}
  .m-b-15-sr1199, .m-tb-15-sr1199, .m-all-15-sr1199 {margin-bottom: 15px !important;}
  .m-r-15-sr1199, .m-rl-15-sr1199, .m-all-15-sr1199 {margin-right: 15px !important;}
  .m-l-15-sr1199, .m-rl-15-sr1199, .m-all-15-sr1199 {margin-left: 15px !important;}

  .w-full-sr1199 {width: 100% !important;}
  .h-full-sr1199 {height: 100% !important;}
  .s-full-sr1199 {width: 100% !important; height: 100% !important;}

  .dis-none-sr1199 {display: none !important;}
}


@media (max-width: 991px) {
  .m-l-auto-sr991 {margin-left: auto !important;}
  .m-r-auto-sr991 {margin-right: auto !important;}
  .m-rl-auto-sr991 {margin-left: auto !important; margin-right: auto !important;}

  .p-t-0-sr991, .p-tb-0-sr991, .p-all-0-sr991 {padding-top: 0px !important;}
  .p-b-0-sr991, .p-tb-0-sr991, .p-all-0-sr991 {padding-bottom: 0px !important;}
  .p-r-0-sr991, .p-rl-0-sr991, .p-all-0-sr991 {padding-right: 0px !important;}
  .p-l-0-sr991, .p-rl-0-sr991, .p-all-0-sr991 {padding-left: 0px !important;}

  .p-t-15-sr991, .p-tb-15-sr991, .p-all-15-sr991 {padding-top: 15px !important;}
  .p-b-15-sr991, .p-tb-15-sr991, .p-all-15-sr991 {padding-bottom: 15px !important;}
  .p-r-15-sr991, .p-rl-15-sr991, .p-all-15-sr991 {padding-right: 15px !important;}
  .p-l-15-sr991, .p-rl-15-sr991, .p-all-15-sr991 {padding-left: 15px !important;}

  .m-t-0-sr991, .m-tb-0-sr991, .m-all-0-sr991 {margin-top: 0px !important;}
  .m-b-0-sr991, .m-tb-0-sr991, .m-all-0-sr991 {margin-bottom: 0px !important;}
  .m-r-0-sr991, .m-rl-0-sr991, .m-all-0-sr991 {margin-right: 0px !important;}
  .m-l-0-sr991, .m-rl-0-sr991, .m-all-0-sr991 {margin-left: 0px !important;}

  .m-t-15-sr991, .m-tb-15-sr991, .m-all-15-sr991 {margin-top: 15px !important;}
  .m-b-15-sr991, .m-tb-15-sr991, .m-all-15-sr991 {margin-bottom: 15px !important;}
  .m-r-15-sr991, .m-rl-15-sr991, .m-all-15-sr991 {margin-right: 15px !important;}
  .m-l-15-sr991, .m-rl-15-sr991, .m-all-15-sr991 {margin-left: 15px !important;}

  .w-full-sr991 {width: 100% !important;}
  .h-full-sr991 {height: 100% !important;}
  .s-full-sr991 {width: 100% !important; height: 100% !important;}

  .dis-none-sr991 {display: none !important;}
}


@media (max-width: 767px) {
  .m-l-auto-sr767 {margin-left: auto !important;}
  .m-r-auto-sr767 {margin-right: auto !important;}
  .m-rl-auto-sr767 {margin-left: auto !important; margin-right: auto !important;}

  .p-t-0-sr767, .p-tb-0-sr767, .p-all-0-sr767 {padding-top: 0px !important;}
  .p-b-0-sr767, .p-tb-0-sr767, .p-all-0-sr767 {padding-bottom: 0px !important;}
  .p-r-0-sr767, .p-rl-0-sr767, .p-all-0-sr767 {padding-right: 0px !important;}
  .p-l-0-sr767, .p-rl-0-sr767, .p-all-0-sr767 {padding-left: 0px !important;}

  .p-t-15-sr767, .p-tb-15-sr767, .p-all-15-sr767 {padding-top: 15px !important;}
  .p-b-15-sr767, .p-tb-15-sr767, .p-all-15-sr767 {padding-bottom: 15px !important;}
  .p-r-15-sr767, .p-rl-15-sr767, .p-all-15-sr767 {padding-right: 15px !important;}
  .p-l-15-sr767, .p-rl-15-sr767, .p-all-15-sr767 {padding-left: 15px !important;}

  .m-t-0-sr767, .m-tb-0-sr767, .m-all-0-sr767 {margin-top: 0px !important;}
  .m-b-0-sr767, .m-tb-0-sr767, .m-all-0-sr767 {margin-bottom: 0px !important;}
  .m-r-0-sr767, .m-rl-0-sr767, .m-all-0-sr767 {margin-right: 0px !important;}
  .m-l-0-sr767, .m-rl-0-sr767, .m-all-0-sr767 {margin-left: 0px !important;}

  .m-t-15-sr767, .m-tb-15-sr767, .m-all-15-sr767 {margin-top: 15px !important;}
  .m-b-15-sr767, .m-tb-15-sr767, .m-all-15-sr767 {margin-bottom: 15px !important;}
  .m-r-15-sr767, .m-rl-15-sr767, .m-all-15-sr767 {margin-right: 15px !important;}
  .m-l-15-sr767, .m-rl-15-sr767, .m-all-15-sr767 {margin-left: 15px !important;}

  .w-full-sr767 {width: 100% !important;}
  .h-full-sr767 {height: 100% !important;}
  .s-full-sr767 {width: 100% !important; height: 100% !important;}

  .dis-none-sr767 {display: none !important;}
}


@media (max-width: 575px) {
  .m-l-auto-sr575 {margin-left: auto !important;}
  .m-r-auto-sr575 {margin-right: auto !important;}
  .m-rl-auto-sr575 {margin-left: auto !important; margin-right: auto !important;}

  .p-t-0-sr575, .p-tb-0-sr575, .p-all-0-sr575 {padding-top: 0px !important;}
  .p-b-0-sr575, .p-tb-0-sr575, .p-all-0-sr575 {padding-bottom: 0px !important;}
  .p-r-0-sr575, .p-rl-0-sr575, .p-all-0-sr575 {padding-right: 0px !important;}
  .p-l-0-sr575, .p-rl-0-sr575, .p-all-0-sr575 {padding-left: 0px !important;}

  .p-t-15-sr575, .p-tb-15-sr575, .p-all-15-sr575 {padding-top: 15px !important;}
  .p-b-15-sr575, .p-tb-15-sr575, .p-all-15-sr575 {padding-bottom: 15px !important;}
  .p-r-15-sr575, .p-rl-15-sr575, .p-all-15-sr575 {padding-right: 15px !important;}
  .p-l-15-sr575, .p-rl-15-sr575, .p-all-15-sr575 {padding-left: 15px !important;}

  .m-t-0-sr575, .m-tb-0-sr575, .m-all-0-sr575 {margin-top: 0px !important;}
  .m-b-0-sr575, .m-tb-0-sr575, .m-all-0-sr575 {margin-bottom: 0px !important;}
  .m-r-0-sr575, .m-rl-0-sr575, .m-all-0-sr575 {margin-right: 0px !important;}
  .m-l-0-sr575, .m-rl-0-sr575, .m-all-0-sr575 {margin-left: 0px !important;}

  .m-t-15-sr575, .m-tb-15-sr575, .m-all-15-sr575 {margin-top: 15px !important;}
  .m-b-15-sr575, .m-tb-15-sr575, .m-all-15-sr575 {margin-bottom: 15px !important;}
  .m-r-15-sr575, .m-rl-15-sr575, .m-all-15-sr575 {margin-right: 15px !important;}
  .m-l-15-sr575, .m-rl-15-sr575, .m-all-15-sr575 {margin-left: 15px !important;}

  .w-full-sr575 {width: 100% !important;}
  .h-full-sr575 {height: 100% !important;}
  .s-full-sr575 {width: 100% !important; height: 100% !important;}

  .dis-none-sr575 {display: none !important;}
}


@media (max-width: 480px) {
  .m-l-auto-sr480 {margin-left: auto !important;}
  .m-r-auto-sr480 {margin-right: auto !important;}
  .m-rl-auto-sr480 {margin-left: auto !important; margin-right: auto !important;}

  .p-t-0-sr480, .p-tb-0-sr480, .p-all-0-sr480 {padding-top: 0px !important;}
  .p-b-0-sr480, .p-tb-0-sr480, .p-all-0-sr480 {padding-bottom: 0px !important;}
  .p-r-0-sr480, .p-rl-0-sr480, .p-all-0-sr480 {padding-right: 0px !important;}
  .p-l-0-sr480, .p-rl-0-sr480, .p-all-0-sr480 {padding-left: 0px !important;}

  .p-t-15-sr480, .p-tb-15-sr480, .p-all-15-sr480 {padding-top: 15px !important;}
  .p-b-15-sr480, .p-tb-15-sr480, .p-all-15-sr480 {padding-bottom: 15px !important;}
  .p-r-15-sr480, .p-rl-15-sr480, .p-all-15-sr480 {padding-right: 15px !important;}
  .p-l-15-sr480, .p-rl-15-sr480, .p-all-15-sr480 {padding-left: 15px !important;}

  .m-t-0-sr480, .m-tb-0-sr480, .m-all-0-sr480 {margin-top: 0px !important;}
  .m-b-0-sr480, .m-tb-0-sr480, .m-all-0-sr480 {margin-bottom: 0px !important;}
  .m-r-0-sr480, .m-rl-0-sr480, .m-all-0-sr480 {margin-right: 0px !important;}
  .m-l-0-sr480, .m-rl-0-sr480, .m-all-0-sr480 {margin-left: 0px !important;}

  .m-t-15-sr480, .m-tb-15-sr480, .m-all-15-sr480 {margin-top: 15px !important;}
  .m-b-15-sr480, .m-tb-15-sr480, .m-all-15-sr480 {margin-bottom: 15px !important;}
  .m-r-15-sr480, .m-rl-15-sr480, .m-all-15-sr480 {margin-right: 15px !important;}
  .m-l-15-sr480, .m-rl-15-sr480, .m-all-15-sr480 {margin-left: 15px !important;}

  .w-full-sr480 {width: 100% !important;}
  .h-full-sr480 {height: 100% !important;}
  .s-full-sr480 {width: 100% !important; height: 100% !important;}

  .dis-none-sr480 {display: none !important;}
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align:center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}