@charset "UTF-8";
/*!
 * 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: #5BC0DE;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #DF4B33;
  --bs-orange: #FF9900;
  --bs-yellow: #ffc107;
  --bs-green: #60C060;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFFFFF;
  --bs-gray: #878787;
  --bs-gray-dark: #3d3c3c;
  --bs-primary: #F77E0F;
  --bs-secondary: #F77E0F;
  --bs-success: #34a853;
  --bs-info: #F77E0F;
  --bs-warning: #fbbc05;
  --bs-danger: #ea4335;
  --bs-light: #FFF4E7;
  --bs-dark: #3d3c3c;
  --bs-grey: #cccccc;
  --bs-new: #34a853;
  --bs-delete: #ea4335;
  --bs-font-sans-serif: "Roboto", Arial, sans-serif;
  --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;
}

:root {
  font-size: 13px;
}
@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.428571429;
  color: #404040;
  background-color: #EEEEEE;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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: 300;
  line-height: 1.1;
}

h1, .h1 {
  font-size: calc(1.3789rem + 1.5468vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.539rem;
  }
}

h2, .h2 {
  font-size: calc(1.3327rem + 0.9924vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.077rem;
  }
}

h3, .h3 {
  font-size: calc(1.3019rem + 0.6228vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.769rem;
  }
}

h4, .h4 {
  font-size: calc(1.2558rem + 0.0696vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.308rem;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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: 65%;
}

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: #F77E0F;
  text-decoration: underline;
}
a:hover {
  color: #c6650c;
}

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: 65%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 65%;
  color: #F77E0F;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 65%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 2px;
}
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: #878787;
  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.1;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.1;
}
@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.1;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.1;
}
@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.1;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.1;
}
@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: 65%;
  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: 65%;
  color: #878787;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 65%;
  color: #878787;
}

.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: 1349px) {
  .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: 1349px) {
  .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.3846153846rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.3846153846rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.7692307692rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.7692307692rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.154rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.154rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.539rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.539rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.923rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.923rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2.308rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.308rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3.077rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3.077rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3.851rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 3.851rem;
}

@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.3846153846rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.3846153846rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.7692307692rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.7692307692rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.154rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.154rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.539rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.539rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.923rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.923rem;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 2.308rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 2.308rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 3.077rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 3.077rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 3.851rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 3.851rem;
  }
}
@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.3846153846rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.3846153846rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.7692307692rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.7692307692rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.154rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.154rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.539rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.539rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.923rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.923rem;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 2.308rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 2.308rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 3.077rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 3.077rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 3.851rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 3.851rem;
  }
}
@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.3846153846rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.3846153846rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.7692307692rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.7692307692rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.154rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.154rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.539rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.539rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.923rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.923rem;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 2.308rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 2.308rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 3.077rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 3.077rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 3.851rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 3.851rem;
  }
}
@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.3846153846rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.3846153846rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.7692307692rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.7692307692rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.154rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.154rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.539rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.539rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.923rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.923rem;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 2.308rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 2.308rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 3.077rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 3.077rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 3.851rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 3.851rem;
  }
}
@media (min-width: 1349px) {
  .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.3846153846rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.3846153846rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.7692307692rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.7692307692rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.154rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.154rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.539rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.539rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.923rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.923rem;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 2.308rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 2.308rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 3.077rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 3.077rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 3.851rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 3.851rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: #FFF4E7;
  --bs-table-striped-color: #404040;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #404040;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #404040;
  --bs-table-hover-bg: #f0f0f0;
  width: 100%;
  margin-bottom: 1rem;
  color: #404040;
  vertical-align: top;
  border-color: #dee2e6;
}
.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 {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.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) > * {
  border-width: 1px 0;
}
.table-bordered > :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 {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #fde5cf;
  --bs-table-striped-bg: #f0dac5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e4ceba;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ead4bf;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e4ceba;
}

.table-secondary {
  --bs-table-bg: #fde5cf;
  --bs-table-striped-bg: #f0dac5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e4ceba;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ead4bf;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e4ceba;
}

.table-success {
  --bs-table-bg: #d6eedd;
  --bs-table-striped-bg: #cbe2d2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c1d6c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c6dccc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c1d6c7;
}

.table-info {
  --bs-table-bg: #fde5cf;
  --bs-table-striped-bg: #f0dac5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e4ceba;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ead4bf;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e4ceba;
}

.table-warning {
  --bs-table-bg: #fef2cd;
  --bs-table-striped-bg: #f1e6c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e5dab9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ebe0be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e5dab9;
}

.table-danger {
  --bs-table-bg: #fbd9d7;
  --bs-table-striped-bg: #eececc;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e2c3c2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e8c9c7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e2c3c2;
}

.table-light {
  --bs-table-bg: #FFF4E7;
  --bs-table-striped-bg: #f2e8db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dcd0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece2d6;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dcd0;
}

.table-dark {
  --bs-table-bg: #3d3c3c;
  --bs-table-striped-bg: #474646;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #505050;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #4c4b4b;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #505050;
}

.table-responsive {
  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: 1348.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 65%;
  color: #878787;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7692rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d5d8de;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #F77E0F;
  outline: 0;
  box-shadow: 0 0 0 0.15rem transparent;
}
.form-control::-webkit-date-and-time-value {
  height: 1.428571429em;
}
.form-control::placeholder {
  color: #878787;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EEEEEE;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.7692rem 0.75rem;
  margin: -0.7692rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #404040;
  background-color: #f5f5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: none;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9e9e9;
}
.form-control::-webkit-file-upload-button {
  padding: 0.7692rem 0.75rem;
  margin: -0.7692rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #404040;
  background-color: #f5f5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: none;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9e9e9;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.7692rem 0;
  margin-bottom: 0;
  line-height: 1.428571429;
  color: #404040;
  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: 2.3125rem;
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  border-radius: 2px;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 8px;
  margin: -0.25rem -8px;
  margin-inline-end: 8px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 8px;
  margin: -0.25rem -8px;
  margin-inline-end: 8px;
}

.form-control-lg {
  min-height: 2.846rem;
  padding: 0.5rem 12px;
  font-size: 1.15rem;
  border-radius: 4px;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 12px;
  margin: -0.5rem -12px;
  margin-inline-end: 12px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 12px;
  margin: -0.5rem -12px;
  margin-inline-end: 12px;
}

textarea.form-control {
  min-height: 3.692rem;
}
textarea.form-control-sm {
  min-height: 2.3125rem;
}
textarea.form-control-lg {
  min-height: 2.846rem;
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.7692rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.428571429em;
  border-radius: 8px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.428571429em;
  border-radius: 8px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.7692rem 2.25rem 0.7692rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  background-color: #FFFFFF;
  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='%233d3c3c' 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 #d5d8de;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #F77E0F;
  outline: 0;
  box-shadow: 0 0 0 0.15rem transparent;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #dddddd;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #404040;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 8px;
  font-size: 0.85rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 12px;
  font-size: 1.15rem;
}

.form-check {
  display: block;
  min-height: 1.428571429rem;
  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.2142857145em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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: #F77E0F;
  outline: 0;
  box-shadow: 0 0 0 0.15rem transparent;
}
.form-check-input:checked {
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.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='%23FFFFFF' 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='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #F77E0F;
  border-color: #F77E0F;
  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='%23FFFFFF' 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='%23F77E0F'/%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='%23FFFFFF'/%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.3rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #EEEEEE, 0 0 0 0.15rem transparent;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #EEEEEE, 0 0 0 0.15rem transparent;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #F77E0F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fdd8b7;
}
.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: #F77E0F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #fdd8b7;
}
.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: #a1a1a1;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #a1a1a1;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-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 > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select: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.7692rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #d5d8de;
  border-radius: 8px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 12px;
  font-size: 1.15rem;
  border-radius: 4px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  border-radius: 2px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  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.9rem;
  color: #34a853;
}

.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.85rem;
  color: #000000;
  background-color: rgba(52, 168, 83, 0.9);
  border-radius: 8px;
}

.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, .form-control.is-valid {
  border-color: #34a853;
  padding-right: 2.966971429rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334a853' 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.3571428573em + 0.3846rem) center;
  background-size: calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #34a853;
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.966971429rem;
  background-position: top calc(0.3571428573em + 0.3846rem) right calc(0.3571428573em + 0.3846rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #34a853;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid: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='%233d3c3c' 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='%2334a853' 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.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #34a853;
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #34a853;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #34a853;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #34a853;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.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.85rem;
  color: #000000;
  background-color: rgba(234, 67, 53, 0.9);
  border-radius: 8px;
}

.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, .form-control.is-invalid {
  border-color: #ea4335;
  padding-right: 2.966971429rem;
  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='%23ea4335'%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='%23ea4335' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428573em + 0.3846rem) center;
  background-size: calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ea4335;
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.966971429rem;
  background-position: top calc(0.3571428573em + 0.3846rem) right calc(0.3571428573em + 0.3846rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ea4335;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid: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='%233d3c3c' 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='%23ea4335'%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='%23ea4335' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.7142857145em + 0.7692rem) calc(0.7142857145em + 0.7692rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ea4335;
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ea4335;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ea4335;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ea4335;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.428571429;
  color: #404040;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.7692rem 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: none;
}
.btn:hover {
  color: #404040;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(135, 135, 135, 0.5);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.btn-primary:hover {
  color: #000000;
  background-color: #f89133;
  border-color: #f88b27;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #f89133;
  border-color: #f88b27;
  box-shadow: 0 0 0 0.15rem rgba(210, 107, 13, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #f9983f;
  border-color: #f88b27;
}
.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.15rem rgba(210, 107, 13, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}

.btn-secondary {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #f89133;
  border-color: #f88b27;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #f89133;
  border-color: #f88b27;
  box-shadow: 0 0 0 0.15rem rgba(210, 107, 13, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #f9983f;
  border-color: #f88b27;
}
.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.15rem rgba(210, 107, 13, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}

.btn-success {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-success:hover {
  color: #000000;
  background-color: #52b56d;
  border-color: #48b164;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #52b56d;
  border-color: #48b164;
  box-shadow: 0 0 0 0.15rem rgba(44, 143, 71, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #5db975;
  border-color: #48b164;
}
.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.15rem rgba(44, 143, 71, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}

.btn-info {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.btn-info:hover {
  color: #000000;
  background-color: #f89133;
  border-color: #f88b27;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #f89133;
  border-color: #f88b27;
  box-shadow: 0 0 0 0.15rem rgba(210, 107, 13, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #f9983f;
  border-color: #f88b27;
}
.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.15rem rgba(210, 107, 13, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}

.btn-warning {
  color: #000000;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.btn-warning:hover {
  color: #000000;
  background-color: #fcc62b;
  border-color: #fbc31e;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #fcc62b;
  border-color: #fbc31e;
  box-shadow: 0 0 0 0.15rem rgba(213, 160, 4, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #fcc937;
  border-color: #fbc31e;
}
.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.15rem rgba(213, 160, 4, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #fbbc05;
  border-color: #fbbc05;
}

.btn-danger {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-danger:hover {
  color: #000000;
  background-color: #ed5f53;
  border-color: #ec5649;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: #ed5f53;
  border-color: #ec5649;
  box-shadow: 0 0 0 0.15rem rgba(199, 57, 45, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #ee695d;
  border-color: #ec5649;
}
.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.15rem rgba(199, 57, 45, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}

.btn-light {
  color: #000000;
  background-color: #FFF4E7;
  border-color: #FFF4E7;
}
.btn-light:hover {
  color: #000000;
  background-color: #fff6eb;
  border-color: #fff5e9;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #fff6eb;
  border-color: #fff5e9;
  box-shadow: 0 0 0 0.15rem rgba(217, 207, 196, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #fff6ec;
  border-color: #fff5e9;
}
.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.15rem rgba(217, 207, 196, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #FFF4E7;
  border-color: #FFF4E7;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #343333;
  border-color: #313030;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: #343333;
  border-color: #313030;
  box-shadow: 0 0 0 0.15rem rgba(90, 89, 89, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #313030;
  border-color: #2e2d2d;
}
.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.15rem rgba(90, 89, 89, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}

.btn-grey {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-grey:hover {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #d1d1d1;
}
.btn-check:focus + .btn-grey, .btn-grey:focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 0.15rem rgba(173, 173, 173, 0.5);
}
.btn-check:checked + .btn-grey, .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active, .show > .btn-grey.dropdown-toggle {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d1d1d1;
}
.btn-check:checked + .btn-grey:focus, .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(173, 173, 173, 0.5);
}
.btn-grey:disabled, .btn-grey.disabled {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-new {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-new:hover {
  color: #000000;
  background-color: #52b56d;
  border-color: #48b164;
}
.btn-check:focus + .btn-new, .btn-new:focus {
  color: #000000;
  background-color: #52b56d;
  border-color: #48b164;
  box-shadow: 0 0 0 0.15rem rgba(44, 143, 71, 0.5);
}
.btn-check:checked + .btn-new, .btn-check:active + .btn-new, .btn-new:active, .btn-new.active, .show > .btn-new.dropdown-toggle {
  color: #000000;
  background-color: #5db975;
  border-color: #48b164;
}
.btn-check:checked + .btn-new:focus, .btn-check:active + .btn-new:focus, .btn-new:active:focus, .btn-new.active:focus, .show > .btn-new.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 143, 71, 0.5);
}
.btn-new:disabled, .btn-new.disabled {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}

.btn-delete {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-delete:hover {
  color: #000000;
  background-color: #ed5f53;
  border-color: #ec5649;
}
.btn-check:focus + .btn-delete, .btn-delete:focus {
  color: #000000;
  background-color: #ed5f53;
  border-color: #ec5649;
  box-shadow: 0 0 0 0.15rem rgba(199, 57, 45, 0.5);
}
.btn-check:checked + .btn-delete, .btn-check:active + .btn-delete, .btn-delete:active, .btn-delete.active, .show > .btn-delete.dropdown-toggle {
  color: #000000;
  background-color: #ee695d;
  border-color: #ec5649;
}
.btn-check:checked + .btn-delete:focus, .btn-check:active + .btn-delete:focus, .btn-delete:active:focus, .btn-delete.active:focus, .show > .btn-delete.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(199, 57, 45, 0.5);
}
.btn-delete:disabled, .btn-delete.disabled {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}

.btn-outline-primary {
  color: #F77E0F;
  border-color: #F77E0F;
}
.btn-outline-primary:hover {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 126, 15, 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: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.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.15rem rgba(247, 126, 15, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #F77E0F;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #F77E0F;
  border-color: #F77E0F;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 126, 15, 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: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.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.15rem rgba(247, 126, 15, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #F77E0F;
  background-color: transparent;
}

.btn-outline-success {
  color: #34a853;
  border-color: #34a853;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 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: #000000;
  background-color: #34a853;
  border-color: #34a853;
}
.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.15rem rgba(52, 168, 83, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #34a853;
  background-color: transparent;
}

.btn-outline-info {
  color: #F77E0F;
  border-color: #F77E0F;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 126, 15, 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: #000000;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.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.15rem rgba(247, 126, 15, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #F77E0F;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fbbc05;
  border-color: #fbbc05;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.15rem rgba(251, 188, 5, 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: #000000;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.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.15rem rgba(251, 188, 5, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fbbc05;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ea4335;
  border-color: #ea4335;
}
.btn-outline-danger:hover {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 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: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}
.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.15rem rgba(234, 67, 53, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ea4335;
  background-color: transparent;
}

.btn-outline-light {
  color: #FFF4E7;
  border-color: #FFF4E7;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #FFF4E7;
  border-color: #FFF4E7;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 244, 231, 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: #000000;
  background-color: #FFF4E7;
  border-color: #FFF4E7;
}
.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.15rem rgba(255, 244, 231, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #FFF4E7;
  background-color: transparent;
}

.btn-outline-dark {
  color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.15rem rgba(61, 60, 60, 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: #FFFFFF;
  background-color: #3d3c3c;
  border-color: #3d3c3c;
}
.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.15rem rgba(61, 60, 60, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #3d3c3c;
  background-color: transparent;
}

.btn-outline-grey {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-grey:hover {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-check:focus + .btn-outline-grey, .btn-outline-grey:focus {
  box-shadow: 0 0 0 0.15rem rgba(204, 204, 204, 0.5);
}
.btn-check:checked + .btn-outline-grey, .btn-check:active + .btn-outline-grey, .btn-outline-grey:active, .btn-outline-grey.active, .btn-outline-grey.dropdown-toggle.show {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-check:checked + .btn-outline-grey:focus, .btn-check:active + .btn-outline-grey:focus, .btn-outline-grey:active:focus, .btn-outline-grey.active:focus, .btn-outline-grey.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(204, 204, 204, 0.5);
}
.btn-outline-grey:disabled, .btn-outline-grey.disabled {
  color: #cccccc;
  background-color: transparent;
}

.btn-outline-new {
  color: #34a853;
  border-color: #34a853;
}
.btn-outline-new:hover {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-check:focus + .btn-outline-new, .btn-outline-new:focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
}
.btn-check:checked + .btn-outline-new, .btn-check:active + .btn-outline-new, .btn-outline-new:active, .btn-outline-new.active, .btn-outline-new.dropdown-toggle.show {
  color: #000000;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-check:checked + .btn-outline-new:focus, .btn-check:active + .btn-outline-new:focus, .btn-outline-new:active:focus, .btn-outline-new.active:focus, .btn-outline-new.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
}
.btn-outline-new:disabled, .btn-outline-new.disabled {
  color: #34a853;
  background-color: transparent;
}

.btn-outline-delete {
  color: #ea4335;
  border-color: #ea4335;
}
.btn-outline-delete:hover {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-check:focus + .btn-outline-delete, .btn-outline-delete:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
}
.btn-check:checked + .btn-outline-delete, .btn-check:active + .btn-outline-delete, .btn-outline-delete:active, .btn-outline-delete.active, .btn-outline-delete.dropdown-toggle.show {
  color: #000000;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-check:checked + .btn-outline-delete:focus, .btn-check:active + .btn-outline-delete:focus, .btn-outline-delete:active:focus, .btn-outline-delete.active:focus, .btn-outline-delete.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
}
.btn-outline-delete:disabled, .btn-outline-delete.disabled {
  color: #ea4335;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #F77E0F;
  text-decoration: underline;
}
.btn-link:hover {
  color: #c6650c;
}
.btn-link:disabled, .btn-link.disabled {
  color: #878787;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 12px;
  font-size: 1.15rem;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 8px;
  font-size: 0.85rem;
  border-radius: 2px;
}

.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: #404040;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffdaaf;
  border-radius: 8px;
}
.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: 1349px) {
  .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 #e5e5e5;
}

.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: #dddddd;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #F77E0F;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a1a1a1;
  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.85rem;
  color: #878787;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #3d3c3c;
  border-color: #ffdaaf;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: #F77E0F;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #a1a1a1;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #e5e5e5;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #a1a1a1;
}

.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: 6px;
  padding-left: 6px;
}

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

.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: #F77E0F;
  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: #c6650c;
}
.nav-link.disabled {
  color: #878787;
  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: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #dddddd #dddddd #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #878787;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #636c72;
  background-color: #EEEEEE;
  border-color: #dee2e6 #dee2e6 #EEEEEE;
}
.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: 8px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #F77E0F;
}

.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.3928571428rem;
  padding-bottom: 0.3928571428rem;
  margin-right: 1rem;
  font-size: 1.15rem;
  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.15rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  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.15rem;
}

.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: 1349px) {
  .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: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.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: #FFFFFF;
}
.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: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

.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: 1.538rem;
}

.card-header {
  padding: 0.3846rem 1.538rem;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}

.card-footer {
  padding: 0.3846rem 1.538rem;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}

.card-header-tabs {
  margin-right: -0.769rem;
  margin-bottom: -0.3846rem;
  margin-left: -0.769rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 2px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.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: #404040;
  text-align: left;
  background-color: #EEEEEE;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: none, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #de710e;
  background-color: #fef2e7;
  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='%23de710e'%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='%23404040'%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: #F77E0F;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(135, 135, 135, 0.5);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #EEEEEE;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.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: 7px 20px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffebd3;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #878787;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #814600;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #404040;
  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 {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #c6650c;
  background-color: #ececec;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #c6650c;
  background-color: #dddddd;
  outline: 0;
  box-shadow: 0 0 0 0.15rem transparent;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.page-item.disabled .page-link {
  color: #878787;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.15rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.07692rem 0.6154rem;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1.385rem 1.385rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.155rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.73125rem 1.385rem;
}

.alert-primary {
  color: #944c09;
  background-color: #fde5cf;
  border-color: #fdd8b7;
}
.alert-primary .alert-link {
  color: #763d07;
}

.alert-secondary {
  color: #944c09;
  background-color: #fde5cf;
  border-color: #fdd8b7;
}
.alert-secondary .alert-link {
  color: #763d07;
}

.alert-success {
  color: #1f6532;
  background-color: #d6eedd;
  border-color: #c2e5cb;
}
.alert-success .alert-link {
  color: #195128;
}

.alert-info {
  color: #944c09;
  background-color: #fde5cf;
  border-color: #fdd8b7;
}
.alert-info .alert-link {
  color: #763d07;
}

.alert-warning {
  color: #644b02;
  background-color: #fef2cd;
  border-color: #feebb4;
}
.alert-warning .alert-link {
  color: #503c02;
}

.alert-danger {
  color: #8c2820;
  background-color: #fbd9d7;
  border-color: #f9c7c2;
}
.alert-danger .alert-link {
  color: #70201a;
}

.alert-light {
  color: #66625c;
  background-color: #fffdfa;
  border-color: #fffcf8;
}
.alert-light .alert-link {
  color: #524e4a;
}

.alert-dark {
  color: #252424;
  background-color: #d8d8d8;
  border-color: #c5c5c5;
}
.alert-dark .alert-link {
  color: #1e1d1d;
}

.alert-grey {
  color: #525252;
  background-color: whitesmoke;
  border-color: #f0f0f0;
}
.alert-grey .alert-link {
  color: #424242;
}

.alert-new {
  color: #1f6532;
  background-color: #d6eedd;
  border-color: #c2e5cb;
}
.alert-new .alert-link {
  color: #195128;
}

.alert-delete {
  color: #8c2820;
  background-color: #fbd9d7;
  border-color: #f9c7c2;
}
.alert-delete .alert-link {
  color: #70201a;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 3.077rem;
  }
}
.progress {
  display: flex;
  height: 3.077rem;
  overflow: hidden;
  font-size: 0.9231rem;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #F77E0F;
  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: 3.077rem 3.077rem;
}

.progress-bar-animated {
  animation: 2s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.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: #636c72;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #636c72;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #404040;
  background-color: #dddddd;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #FFFFFF;
  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: #878787;
  pointer-events: none;
  background-color: #ececec;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #F77E0F;
  border-color: #F77E0F;
}
.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: 8px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 8px;
  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: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 1349px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: #944c09;
  background-color: #fde5cf;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #944c09;
  background-color: #e4ceba;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #944c09;
  border-color: #944c09;
}

.list-group-item-secondary {
  color: #944c09;
  background-color: #fde5cf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #944c09;
  background-color: #e4ceba;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #944c09;
  border-color: #944c09;
}

.list-group-item-success {
  color: #1f6532;
  background-color: #d6eedd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1f6532;
  background-color: #c1d6c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1f6532;
  border-color: #1f6532;
}

.list-group-item-info {
  color: #944c09;
  background-color: #fde5cf;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #944c09;
  background-color: #e4ceba;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #944c09;
  border-color: #944c09;
}

.list-group-item-warning {
  color: #644b02;
  background-color: #fef2cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #644b02;
  background-color: #e5dab9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #644b02;
  border-color: #644b02;
}

.list-group-item-danger {
  color: #8c2820;
  background-color: #fbd9d7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8c2820;
  background-color: #e2c3c2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8c2820;
  border-color: #8c2820;
}

.list-group-item-light {
  color: #66625c;
  background-color: #fffdfa;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #66625c;
  background-color: #e6e4e1;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #66625c;
  border-color: #66625c;
}

.list-group-item-dark {
  color: #252424;
  background-color: #d8d8d8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #252424;
  background-color: #c2c2c2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #252424;
  border-color: #252424;
}

.list-group-item-grey {
  color: #525252;
  background-color: whitesmoke;
}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #525252;
  background-color: #dddddd;
}
.list-group-item-grey.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #525252;
  border-color: #525252;
}

.list-group-item-new {
  color: #1f6532;
  background-color: #d6eedd;
}
.list-group-item-new.list-group-item-action:hover, .list-group-item-new.list-group-item-action:focus {
  color: #1f6532;
  background-color: #c1d6c7;
}
.list-group-item-new.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1f6532;
  border-color: #1f6532;
}

.list-group-item-delete {
  color: #8c2820;
  background-color: #fbd9d7;
}
.list-group-item-delete.list-group-item-action:hover, .list-group-item-delete.list-group-item-action:focus {
  color: #8c2820;
  background-color: #e2c3c2;
}
.list-group-item-delete.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8c2820;
  border-color: #8c2820;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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: 8px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem transparent;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: 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: 8px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  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: #878787;
  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: 7px;
  border-top-right-radius: 7px;
}
.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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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.428571429;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    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: 700px;
  }
}
@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: 1348.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.428571429;
  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.85rem;
  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: #000000;
}

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

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

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

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

.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.428571429;
  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.85rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.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: #FFFFFF;
}

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

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

.popover-header {
  padding: 0.6154rem 1.077rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #404040;
}

.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%;
  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: #FFFFFF;
  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: #FFFFFF;
  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='%23FFFFFF'%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='%23FFFFFF'%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: #FFFFFF;
  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: #FFFFFF;
  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: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@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%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@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;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  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.428571429;
}

.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: #F77E0F;
}
.link-primary:hover, .link-primary:focus {
  color: #f9983f;
}

.link-secondary {
  color: #F77E0F;
}
.link-secondary:hover, .link-secondary:focus {
  color: #f9983f;
}

.link-success {
  color: #34a853;
}
.link-success:hover, .link-success:focus {
  color: #5db975;
}

.link-info {
  color: #F77E0F;
}
.link-info:hover, .link-info:focus {
  color: #f9983f;
}

.link-warning {
  color: #fbbc05;
}
.link-warning:hover, .link-warning:focus {
  color: #fcc937;
}

.link-danger {
  color: #ea4335;
}
.link-danger:hover, .link-danger:focus {
  color: #ee695d;
}

.link-light {
  color: #FFF4E7;
}
.link-light:hover, .link-light:focus {
  color: #fff6ec;
}

.link-dark {
  color: #3d3c3c;
}
.link-dark:hover, .link-dark:focus {
  color: #313030;
}

.link-grey {
  color: #cccccc;
}
.link-grey:hover, .link-grey:focus {
  color: #d6d6d6;
}

.link-new {
  color: #34a853;
}
.link-new:hover, .link-new:focus {
  color: #5db975;
}

.link-delete {
  color: #ea4335;
}
.link-delete:hover, .link-delete:focus {
  color: #ee695d;
}

.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 {
  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: 1349px) {
  .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: #F77E0F !important;
}

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

.border-success {
  border-color: #34a853 !important;
}

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

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

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

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

.border-dark {
  border-color: #3d3c3c !important;
}

.border-grey {
  border-color: #cccccc !important;
}

.border-new {
  border-color: #34a853 !important;
}

.border-delete {
  border-color: #ea4335 !important;
}

.border-white {
  border-color: #FFFFFF !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.3846153846rem !important;
}

.gap-2 {
  gap: 0.7692307692rem !important;
}

.gap-3 {
  gap: 1.154rem !important;
}

.gap-4 {
  gap: 1.539rem !important;
}

.gap-5 {
  gap: 1.923rem !important;
}

.gap-6 {
  gap: 2.308rem !important;
}

.gap-7 {
  gap: 3.077rem !important;
}

.gap-8 {
  gap: 3.851rem !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.3846153846rem !important;
}

.m-2 {
  margin: 0.7692307692rem !important;
}

.m-3 {
  margin: 1.154rem !important;
}

.m-4 {
  margin: 1.539rem !important;
}

.m-5 {
  margin: 1.923rem !important;
}

.m-6 {
  margin: 2.308rem !important;
}

.m-7 {
  margin: 3.077rem !important;
}

.m-8 {
  margin: 3.851rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.3846153846rem !important;
  margin-left: 0.3846153846rem !important;
}

.mx-2 {
  margin-right: 0.7692307692rem !important;
  margin-left: 0.7692307692rem !important;
}

.mx-3 {
  margin-right: 1.154rem !important;
  margin-left: 1.154rem !important;
}

.mx-4 {
  margin-right: 1.539rem !important;
  margin-left: 1.539rem !important;
}

.mx-5 {
  margin-right: 1.923rem !important;
  margin-left: 1.923rem !important;
}

.mx-6 {
  margin-right: 2.308rem !important;
  margin-left: 2.308rem !important;
}

.mx-7 {
  margin-right: 3.077rem !important;
  margin-left: 3.077rem !important;
}

.mx-8 {
  margin-right: 3.851rem !important;
  margin-left: 3.851rem !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.3846153846rem !important;
  margin-bottom: 0.3846153846rem !important;
}

.my-2 {
  margin-top: 0.7692307692rem !important;
  margin-bottom: 0.7692307692rem !important;
}

.my-3 {
  margin-top: 1.154rem !important;
  margin-bottom: 1.154rem !important;
}

.my-4 {
  margin-top: 1.539rem !important;
  margin-bottom: 1.539rem !important;
}

.my-5 {
  margin-top: 1.923rem !important;
  margin-bottom: 1.923rem !important;
}

.my-6 {
  margin-top: 2.308rem !important;
  margin-bottom: 2.308rem !important;
}

.my-7 {
  margin-top: 3.077rem !important;
  margin-bottom: 3.077rem !important;
}

.my-8 {
  margin-top: 3.851rem !important;
  margin-bottom: 3.851rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.3846153846rem !important;
}

.mt-2 {
  margin-top: 0.7692307692rem !important;
}

.mt-3 {
  margin-top: 1.154rem !important;
}

.mt-4 {
  margin-top: 1.539rem !important;
}

.mt-5 {
  margin-top: 1.923rem !important;
}

.mt-6 {
  margin-top: 2.308rem !important;
}

.mt-7 {
  margin-top: 3.077rem !important;
}

.mt-8 {
  margin-top: 3.851rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.3846153846rem !important;
}

.me-2 {
  margin-right: 0.7692307692rem !important;
}

.me-3 {
  margin-right: 1.154rem !important;
}

.me-4 {
  margin-right: 1.539rem !important;
}

.me-5 {
  margin-right: 1.923rem !important;
}

.me-6 {
  margin-right: 2.308rem !important;
}

.me-7 {
  margin-right: 3.077rem !important;
}

.me-8 {
  margin-right: 3.851rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.3846153846rem !important;
}

.mb-2 {
  margin-bottom: 0.7692307692rem !important;
}

.mb-3 {
  margin-bottom: 1.154rem !important;
}

.mb-4 {
  margin-bottom: 1.539rem !important;
}

.mb-5 {
  margin-bottom: 1.923rem !important;
}

.mb-6 {
  margin-bottom: 2.308rem !important;
}

.mb-7 {
  margin-bottom: 3.077rem !important;
}

.mb-8 {
  margin-bottom: 3.851rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.3846153846rem !important;
}

.ms-2 {
  margin-left: 0.7692307692rem !important;
}

.ms-3 {
  margin-left: 1.154rem !important;
}

.ms-4 {
  margin-left: 1.539rem !important;
}

.ms-5 {
  margin-left: 1.923rem !important;
}

.ms-6 {
  margin-left: 2.308rem !important;
}

.ms-7 {
  margin-left: 3.077rem !important;
}

.ms-8 {
  margin-left: 3.851rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.3846153846rem !important;
}

.p-2 {
  padding: 0.7692307692rem !important;
}

.p-3 {
  padding: 1.154rem !important;
}

.p-4 {
  padding: 1.539rem !important;
}

.p-5 {
  padding: 1.923rem !important;
}

.p-6 {
  padding: 2.308rem !important;
}

.p-7 {
  padding: 3.077rem !important;
}

.p-8 {
  padding: 3.851rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.3846153846rem !important;
  padding-left: 0.3846153846rem !important;
}

.px-2 {
  padding-right: 0.7692307692rem !important;
  padding-left: 0.7692307692rem !important;
}

.px-3 {
  padding-right: 1.154rem !important;
  padding-left: 1.154rem !important;
}

.px-4 {
  padding-right: 1.539rem !important;
  padding-left: 1.539rem !important;
}

.px-5 {
  padding-right: 1.923rem !important;
  padding-left: 1.923rem !important;
}

.px-6 {
  padding-right: 2.308rem !important;
  padding-left: 2.308rem !important;
}

.px-7 {
  padding-right: 3.077rem !important;
  padding-left: 3.077rem !important;
}

.px-8 {
  padding-right: 3.851rem !important;
  padding-left: 3.851rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.3846153846rem !important;
  padding-bottom: 0.3846153846rem !important;
}

.py-2 {
  padding-top: 0.7692307692rem !important;
  padding-bottom: 0.7692307692rem !important;
}

.py-3 {
  padding-top: 1.154rem !important;
  padding-bottom: 1.154rem !important;
}

.py-4 {
  padding-top: 1.539rem !important;
  padding-bottom: 1.539rem !important;
}

.py-5 {
  padding-top: 1.923rem !important;
  padding-bottom: 1.923rem !important;
}

.py-6 {
  padding-top: 2.308rem !important;
  padding-bottom: 2.308rem !important;
}

.py-7 {
  padding-top: 3.077rem !important;
  padding-bottom: 3.077rem !important;
}

.py-8 {
  padding-top: 3.851rem !important;
  padding-bottom: 3.851rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.3846153846rem !important;
}

.pt-2 {
  padding-top: 0.7692307692rem !important;
}

.pt-3 {
  padding-top: 1.154rem !important;
}

.pt-4 {
  padding-top: 1.539rem !important;
}

.pt-5 {
  padding-top: 1.923rem !important;
}

.pt-6 {
  padding-top: 2.308rem !important;
}

.pt-7 {
  padding-top: 3.077rem !important;
}

.pt-8 {
  padding-top: 3.851rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.3846153846rem !important;
}

.pe-2 {
  padding-right: 0.7692307692rem !important;
}

.pe-3 {
  padding-right: 1.154rem !important;
}

.pe-4 {
  padding-right: 1.539rem !important;
}

.pe-5 {
  padding-right: 1.923rem !important;
}

.pe-6 {
  padding-right: 2.308rem !important;
}

.pe-7 {
  padding-right: 3.077rem !important;
}

.pe-8 {
  padding-right: 3.851rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.3846153846rem !important;
}

.pb-2 {
  padding-bottom: 0.7692307692rem !important;
}

.pb-3 {
  padding-bottom: 1.154rem !important;
}

.pb-4 {
  padding-bottom: 1.539rem !important;
}

.pb-5 {
  padding-bottom: 1.923rem !important;
}

.pb-6 {
  padding-bottom: 2.308rem !important;
}

.pb-7 {
  padding-bottom: 3.077rem !important;
}

.pb-8 {
  padding-bottom: 3.851rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.3846153846rem !important;
}

.ps-2 {
  padding-left: 0.7692307692rem !important;
}

.ps-3 {
  padding-left: 1.154rem !important;
}

.ps-4 {
  padding-left: 1.539rem !important;
}

.ps-5 {
  padding-left: 1.923rem !important;
}

.ps-6 {
  padding-left: 2.308rem !important;
}

.ps-7 {
  padding-left: 3.077rem !important;
}

.ps-8 {
  padding-left: 3.851rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3789rem + 1.5468vw) !important;
}

.fs-2 {
  font-size: calc(1.3327rem + 0.9924vw) !important;
}

.fs-3 {
  font-size: calc(1.3019rem + 0.6228vw) !important;
}

.fs-4 {
  font-size: calc(1.2558rem + 0.0696vw) !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.923rem !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.6 !important;
}

.lh-base {
  line-height: 1.428571429 !important;
}

.lh-lg {
  line-height: 1.7 !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: #F77E0F !important;
}

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

.text-success {
  color: #34a853 !important;
}

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

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

.text-danger {
  color: #ea4335 !important;
}

.text-light {
  color: #FFF4E7 !important;
}

.text-dark {
  color: #3d3c3c !important;
}

.text-grey {
  color: #cccccc !important;
}

.text-new {
  color: #34a853 !important;
}

.text-delete {
  color: #ea4335 !important;
}

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

.text-body {
  color: #404040 !important;
}

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

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

.bg-success {
  background-color: #34a853 !important;
}

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

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

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

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

.bg-dark {
  background-color: #3d3c3c !important;
}

.bg-grey {
  background-color: #cccccc !important;
}

.bg-new {
  background-color: #34a853 !important;
}

.bg-delete {
  background-color: #ea4335 !important;
}

.bg-body {
  background-color: #EEEEEE !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 8px !important;
}

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

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 4px !important;
}

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

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

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

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

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

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

  .gap-sm-2 {
    gap: 0.7692307692rem !important;
  }

  .gap-sm-3 {
    gap: 1.154rem !important;
  }

  .gap-sm-4 {
    gap: 1.539rem !important;
  }

  .gap-sm-5 {
    gap: 1.923rem !important;
  }

  .gap-sm-6 {
    gap: 2.308rem !important;
  }

  .gap-sm-7 {
    gap: 3.077rem !important;
  }

  .gap-sm-8 {
    gap: 3.851rem !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.3846153846rem !important;
  }

  .m-sm-2 {
    margin: 0.7692307692rem !important;
  }

  .m-sm-3 {
    margin: 1.154rem !important;
  }

  .m-sm-4 {
    margin: 1.539rem !important;
  }

  .m-sm-5 {
    margin: 1.923rem !important;
  }

  .m-sm-6 {
    margin: 2.308rem !important;
  }

  .m-sm-7 {
    margin: 3.077rem !important;
  }

  .m-sm-8 {
    margin: 3.851rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.3846153846rem !important;
    margin-left: 0.3846153846rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.7692307692rem !important;
    margin-left: 0.7692307692rem !important;
  }

  .mx-sm-3 {
    margin-right: 1.154rem !important;
    margin-left: 1.154rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.539rem !important;
    margin-left: 1.539rem !important;
  }

  .mx-sm-5 {
    margin-right: 1.923rem !important;
    margin-left: 1.923rem !important;
  }

  .mx-sm-6 {
    margin-right: 2.308rem !important;
    margin-left: 2.308rem !important;
  }

  .mx-sm-7 {
    margin-right: 3.077rem !important;
    margin-left: 3.077rem !important;
  }

  .mx-sm-8 {
    margin-right: 3.851rem !important;
    margin-left: 3.851rem !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.3846153846rem !important;
    margin-bottom: 0.3846153846rem !important;
  }

  .my-sm-2 {
    margin-top: 0.7692307692rem !important;
    margin-bottom: 0.7692307692rem !important;
  }

  .my-sm-3 {
    margin-top: 1.154rem !important;
    margin-bottom: 1.154rem !important;
  }

  .my-sm-4 {
    margin-top: 1.539rem !important;
    margin-bottom: 1.539rem !important;
  }

  .my-sm-5 {
    margin-top: 1.923rem !important;
    margin-bottom: 1.923rem !important;
  }

  .my-sm-6 {
    margin-top: 2.308rem !important;
    margin-bottom: 2.308rem !important;
  }

  .my-sm-7 {
    margin-top: 3.077rem !important;
    margin-bottom: 3.077rem !important;
  }

  .my-sm-8 {
    margin-top: 3.851rem !important;
    margin-bottom: 3.851rem !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.3846153846rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.7692307692rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.154rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.539rem !important;
  }

  .mt-sm-5 {
    margin-top: 1.923rem !important;
  }

  .mt-sm-6 {
    margin-top: 2.308rem !important;
  }

  .mt-sm-7 {
    margin-top: 3.077rem !important;
  }

  .mt-sm-8 {
    margin-top: 3.851rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.3846153846rem !important;
  }

  .me-sm-2 {
    margin-right: 0.7692307692rem !important;
  }

  .me-sm-3 {
    margin-right: 1.154rem !important;
  }

  .me-sm-4 {
    margin-right: 1.539rem !important;
  }

  .me-sm-5 {
    margin-right: 1.923rem !important;
  }

  .me-sm-6 {
    margin-right: 2.308rem !important;
  }

  .me-sm-7 {
    margin-right: 3.077rem !important;
  }

  .me-sm-8 {
    margin-right: 3.851rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.3846153846rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.7692307692rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.154rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.539rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 1.923rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 2.308rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 3.077rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 3.851rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.3846153846rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.7692307692rem !important;
  }

  .ms-sm-3 {
    margin-left: 1.154rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.539rem !important;
  }

  .ms-sm-5 {
    margin-left: 1.923rem !important;
  }

  .ms-sm-6 {
    margin-left: 2.308rem !important;
  }

  .ms-sm-7 {
    margin-left: 3.077rem !important;
  }

  .ms-sm-8 {
    margin-left: 3.851rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.3846153846rem !important;
  }

  .p-sm-2 {
    padding: 0.7692307692rem !important;
  }

  .p-sm-3 {
    padding: 1.154rem !important;
  }

  .p-sm-4 {
    padding: 1.539rem !important;
  }

  .p-sm-5 {
    padding: 1.923rem !important;
  }

  .p-sm-6 {
    padding: 2.308rem !important;
  }

  .p-sm-7 {
    padding: 3.077rem !important;
  }

  .p-sm-8 {
    padding: 3.851rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.3846153846rem !important;
    padding-left: 0.3846153846rem !important;
  }

  .px-sm-2 {
    padding-right: 0.7692307692rem !important;
    padding-left: 0.7692307692rem !important;
  }

  .px-sm-3 {
    padding-right: 1.154rem !important;
    padding-left: 1.154rem !important;
  }

  .px-sm-4 {
    padding-right: 1.539rem !important;
    padding-left: 1.539rem !important;
  }

  .px-sm-5 {
    padding-right: 1.923rem !important;
    padding-left: 1.923rem !important;
  }

  .px-sm-6 {
    padding-right: 2.308rem !important;
    padding-left: 2.308rem !important;
  }

  .px-sm-7 {
    padding-right: 3.077rem !important;
    padding-left: 3.077rem !important;
  }

  .px-sm-8 {
    padding-right: 3.851rem !important;
    padding-left: 3.851rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.3846153846rem !important;
    padding-bottom: 0.3846153846rem !important;
  }

  .py-sm-2 {
    padding-top: 0.7692307692rem !important;
    padding-bottom: 0.7692307692rem !important;
  }

  .py-sm-3 {
    padding-top: 1.154rem !important;
    padding-bottom: 1.154rem !important;
  }

  .py-sm-4 {
    padding-top: 1.539rem !important;
    padding-bottom: 1.539rem !important;
  }

  .py-sm-5 {
    padding-top: 1.923rem !important;
    padding-bottom: 1.923rem !important;
  }

  .py-sm-6 {
    padding-top: 2.308rem !important;
    padding-bottom: 2.308rem !important;
  }

  .py-sm-7 {
    padding-top: 3.077rem !important;
    padding-bottom: 3.077rem !important;
  }

  .py-sm-8 {
    padding-top: 3.851rem !important;
    padding-bottom: 3.851rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.3846153846rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.7692307692rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.154rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.539rem !important;
  }

  .pt-sm-5 {
    padding-top: 1.923rem !important;
  }

  .pt-sm-6 {
    padding-top: 2.308rem !important;
  }

  .pt-sm-7 {
    padding-top: 3.077rem !important;
  }

  .pt-sm-8 {
    padding-top: 3.851rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.3846153846rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.7692307692rem !important;
  }

  .pe-sm-3 {
    padding-right: 1.154rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.539rem !important;
  }

  .pe-sm-5 {
    padding-right: 1.923rem !important;
  }

  .pe-sm-6 {
    padding-right: 2.308rem !important;
  }

  .pe-sm-7 {
    padding-right: 3.077rem !important;
  }

  .pe-sm-8 {
    padding-right: 3.851rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.3846153846rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.7692307692rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.154rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.539rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 1.923rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 2.308rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 3.077rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 3.851rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.3846153846rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.7692307692rem !important;
  }

  .ps-sm-3 {
    padding-left: 1.154rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.539rem !important;
  }

  .ps-sm-5 {
    padding-left: 1.923rem !important;
  }

  .ps-sm-6 {
    padding-left: 2.308rem !important;
  }

  .ps-sm-7 {
    padding-left: 3.077rem !important;
  }

  .ps-sm-8 {
    padding-left: 3.851rem !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.3846153846rem !important;
  }

  .gap-md-2 {
    gap: 0.7692307692rem !important;
  }

  .gap-md-3 {
    gap: 1.154rem !important;
  }

  .gap-md-4 {
    gap: 1.539rem !important;
  }

  .gap-md-5 {
    gap: 1.923rem !important;
  }

  .gap-md-6 {
    gap: 2.308rem !important;
  }

  .gap-md-7 {
    gap: 3.077rem !important;
  }

  .gap-md-8 {
    gap: 3.851rem !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.3846153846rem !important;
  }

  .m-md-2 {
    margin: 0.7692307692rem !important;
  }

  .m-md-3 {
    margin: 1.154rem !important;
  }

  .m-md-4 {
    margin: 1.539rem !important;
  }

  .m-md-5 {
    margin: 1.923rem !important;
  }

  .m-md-6 {
    margin: 2.308rem !important;
  }

  .m-md-7 {
    margin: 3.077rem !important;
  }

  .m-md-8 {
    margin: 3.851rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.3846153846rem !important;
    margin-left: 0.3846153846rem !important;
  }

  .mx-md-2 {
    margin-right: 0.7692307692rem !important;
    margin-left: 0.7692307692rem !important;
  }

  .mx-md-3 {
    margin-right: 1.154rem !important;
    margin-left: 1.154rem !important;
  }

  .mx-md-4 {
    margin-right: 1.539rem !important;
    margin-left: 1.539rem !important;
  }

  .mx-md-5 {
    margin-right: 1.923rem !important;
    margin-left: 1.923rem !important;
  }

  .mx-md-6 {
    margin-right: 2.308rem !important;
    margin-left: 2.308rem !important;
  }

  .mx-md-7 {
    margin-right: 3.077rem !important;
    margin-left: 3.077rem !important;
  }

  .mx-md-8 {
    margin-right: 3.851rem !important;
    margin-left: 3.851rem !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.3846153846rem !important;
    margin-bottom: 0.3846153846rem !important;
  }

  .my-md-2 {
    margin-top: 0.7692307692rem !important;
    margin-bottom: 0.7692307692rem !important;
  }

  .my-md-3 {
    margin-top: 1.154rem !important;
    margin-bottom: 1.154rem !important;
  }

  .my-md-4 {
    margin-top: 1.539rem !important;
    margin-bottom: 1.539rem !important;
  }

  .my-md-5 {
    margin-top: 1.923rem !important;
    margin-bottom: 1.923rem !important;
  }

  .my-md-6 {
    margin-top: 2.308rem !important;
    margin-bottom: 2.308rem !important;
  }

  .my-md-7 {
    margin-top: 3.077rem !important;
    margin-bottom: 3.077rem !important;
  }

  .my-md-8 {
    margin-top: 3.851rem !important;
    margin-bottom: 3.851rem !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.3846153846rem !important;
  }

  .mt-md-2 {
    margin-top: 0.7692307692rem !important;
  }

  .mt-md-3 {
    margin-top: 1.154rem !important;
  }

  .mt-md-4 {
    margin-top: 1.539rem !important;
  }

  .mt-md-5 {
    margin-top: 1.923rem !important;
  }

  .mt-md-6 {
    margin-top: 2.308rem !important;
  }

  .mt-md-7 {
    margin-top: 3.077rem !important;
  }

  .mt-md-8 {
    margin-top: 3.851rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.3846153846rem !important;
  }

  .me-md-2 {
    margin-right: 0.7692307692rem !important;
  }

  .me-md-3 {
    margin-right: 1.154rem !important;
  }

  .me-md-4 {
    margin-right: 1.539rem !important;
  }

  .me-md-5 {
    margin-right: 1.923rem !important;
  }

  .me-md-6 {
    margin-right: 2.308rem !important;
  }

  .me-md-7 {
    margin-right: 3.077rem !important;
  }

  .me-md-8 {
    margin-right: 3.851rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.3846153846rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.7692307692rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.154rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.539rem !important;
  }

  .mb-md-5 {
    margin-bottom: 1.923rem !important;
  }

  .mb-md-6 {
    margin-bottom: 2.308rem !important;
  }

  .mb-md-7 {
    margin-bottom: 3.077rem !important;
  }

  .mb-md-8 {
    margin-bottom: 3.851rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.3846153846rem !important;
  }

  .ms-md-2 {
    margin-left: 0.7692307692rem !important;
  }

  .ms-md-3 {
    margin-left: 1.154rem !important;
  }

  .ms-md-4 {
    margin-left: 1.539rem !important;
  }

  .ms-md-5 {
    margin-left: 1.923rem !important;
  }

  .ms-md-6 {
    margin-left: 2.308rem !important;
  }

  .ms-md-7 {
    margin-left: 3.077rem !important;
  }

  .ms-md-8 {
    margin-left: 3.851rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.3846153846rem !important;
  }

  .p-md-2 {
    padding: 0.7692307692rem !important;
  }

  .p-md-3 {
    padding: 1.154rem !important;
  }

  .p-md-4 {
    padding: 1.539rem !important;
  }

  .p-md-5 {
    padding: 1.923rem !important;
  }

  .p-md-6 {
    padding: 2.308rem !important;
  }

  .p-md-7 {
    padding: 3.077rem !important;
  }

  .p-md-8 {
    padding: 3.851rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.3846153846rem !important;
    padding-left: 0.3846153846rem !important;
  }

  .px-md-2 {
    padding-right: 0.7692307692rem !important;
    padding-left: 0.7692307692rem !important;
  }

  .px-md-3 {
    padding-right: 1.154rem !important;
    padding-left: 1.154rem !important;
  }

  .px-md-4 {
    padding-right: 1.539rem !important;
    padding-left: 1.539rem !important;
  }

  .px-md-5 {
    padding-right: 1.923rem !important;
    padding-left: 1.923rem !important;
  }

  .px-md-6 {
    padding-right: 2.308rem !important;
    padding-left: 2.308rem !important;
  }

  .px-md-7 {
    padding-right: 3.077rem !important;
    padding-left: 3.077rem !important;
  }

  .px-md-8 {
    padding-right: 3.851rem !important;
    padding-left: 3.851rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.3846153846rem !important;
    padding-bottom: 0.3846153846rem !important;
  }

  .py-md-2 {
    padding-top: 0.7692307692rem !important;
    padding-bottom: 0.7692307692rem !important;
  }

  .py-md-3 {
    padding-top: 1.154rem !important;
    padding-bottom: 1.154rem !important;
  }

  .py-md-4 {
    padding-top: 1.539rem !important;
    padding-bottom: 1.539rem !important;
  }

  .py-md-5 {
    padding-top: 1.923rem !important;
    padding-bottom: 1.923rem !important;
  }

  .py-md-6 {
    padding-top: 2.308rem !important;
    padding-bottom: 2.308rem !important;
  }

  .py-md-7 {
    padding-top: 3.077rem !important;
    padding-bottom: 3.077rem !important;
  }

  .py-md-8 {
    padding-top: 3.851rem !important;
    padding-bottom: 3.851rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.3846153846rem !important;
  }

  .pt-md-2 {
    padding-top: 0.7692307692rem !important;
  }

  .pt-md-3 {
    padding-top: 1.154rem !important;
  }

  .pt-md-4 {
    padding-top: 1.539rem !important;
  }

  .pt-md-5 {
    padding-top: 1.923rem !important;
  }

  .pt-md-6 {
    padding-top: 2.308rem !important;
  }

  .pt-md-7 {
    padding-top: 3.077rem !important;
  }

  .pt-md-8 {
    padding-top: 3.851rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.3846153846rem !important;
  }

  .pe-md-2 {
    padding-right: 0.7692307692rem !important;
  }

  .pe-md-3 {
    padding-right: 1.154rem !important;
  }

  .pe-md-4 {
    padding-right: 1.539rem !important;
  }

  .pe-md-5 {
    padding-right: 1.923rem !important;
  }

  .pe-md-6 {
    padding-right: 2.308rem !important;
  }

  .pe-md-7 {
    padding-right: 3.077rem !important;
  }

  .pe-md-8 {
    padding-right: 3.851rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.3846153846rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.7692307692rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.154rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.539rem !important;
  }

  .pb-md-5 {
    padding-bottom: 1.923rem !important;
  }

  .pb-md-6 {
    padding-bottom: 2.308rem !important;
  }

  .pb-md-7 {
    padding-bottom: 3.077rem !important;
  }

  .pb-md-8 {
    padding-bottom: 3.851rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.3846153846rem !important;
  }

  .ps-md-2 {
    padding-left: 0.7692307692rem !important;
  }

  .ps-md-3 {
    padding-left: 1.154rem !important;
  }

  .ps-md-4 {
    padding-left: 1.539rem !important;
  }

  .ps-md-5 {
    padding-left: 1.923rem !important;
  }

  .ps-md-6 {
    padding-left: 2.308rem !important;
  }

  .ps-md-7 {
    padding-left: 3.077rem !important;
  }

  .ps-md-8 {
    padding-left: 3.851rem !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.3846153846rem !important;
  }

  .gap-lg-2 {
    gap: 0.7692307692rem !important;
  }

  .gap-lg-3 {
    gap: 1.154rem !important;
  }

  .gap-lg-4 {
    gap: 1.539rem !important;
  }

  .gap-lg-5 {
    gap: 1.923rem !important;
  }

  .gap-lg-6 {
    gap: 2.308rem !important;
  }

  .gap-lg-7 {
    gap: 3.077rem !important;
  }

  .gap-lg-8 {
    gap: 3.851rem !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.3846153846rem !important;
  }

  .m-lg-2 {
    margin: 0.7692307692rem !important;
  }

  .m-lg-3 {
    margin: 1.154rem !important;
  }

  .m-lg-4 {
    margin: 1.539rem !important;
  }

  .m-lg-5 {
    margin: 1.923rem !important;
  }

  .m-lg-6 {
    margin: 2.308rem !important;
  }

  .m-lg-7 {
    margin: 3.077rem !important;
  }

  .m-lg-8 {
    margin: 3.851rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.3846153846rem !important;
    margin-left: 0.3846153846rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.7692307692rem !important;
    margin-left: 0.7692307692rem !important;
  }

  .mx-lg-3 {
    margin-right: 1.154rem !important;
    margin-left: 1.154rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.539rem !important;
    margin-left: 1.539rem !important;
  }

  .mx-lg-5 {
    margin-right: 1.923rem !important;
    margin-left: 1.923rem !important;
  }

  .mx-lg-6 {
    margin-right: 2.308rem !important;
    margin-left: 2.308rem !important;
  }

  .mx-lg-7 {
    margin-right: 3.077rem !important;
    margin-left: 3.077rem !important;
  }

  .mx-lg-8 {
    margin-right: 3.851rem !important;
    margin-left: 3.851rem !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.3846153846rem !important;
    margin-bottom: 0.3846153846rem !important;
  }

  .my-lg-2 {
    margin-top: 0.7692307692rem !important;
    margin-bottom: 0.7692307692rem !important;
  }

  .my-lg-3 {
    margin-top: 1.154rem !important;
    margin-bottom: 1.154rem !important;
  }

  .my-lg-4 {
    margin-top: 1.539rem !important;
    margin-bottom: 1.539rem !important;
  }

  .my-lg-5 {
    margin-top: 1.923rem !important;
    margin-bottom: 1.923rem !important;
  }

  .my-lg-6 {
    margin-top: 2.308rem !important;
    margin-bottom: 2.308rem !important;
  }

  .my-lg-7 {
    margin-top: 3.077rem !important;
    margin-bottom: 3.077rem !important;
  }

  .my-lg-8 {
    margin-top: 3.851rem !important;
    margin-bottom: 3.851rem !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.3846153846rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.7692307692rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.154rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.539rem !important;
  }

  .mt-lg-5 {
    margin-top: 1.923rem !important;
  }

  .mt-lg-6 {
    margin-top: 2.308rem !important;
  }

  .mt-lg-7 {
    margin-top: 3.077rem !important;
  }

  .mt-lg-8 {
    margin-top: 3.851rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.3846153846rem !important;
  }

  .me-lg-2 {
    margin-right: 0.7692307692rem !important;
  }

  .me-lg-3 {
    margin-right: 1.154rem !important;
  }

  .me-lg-4 {
    margin-right: 1.539rem !important;
  }

  .me-lg-5 {
    margin-right: 1.923rem !important;
  }

  .me-lg-6 {
    margin-right: 2.308rem !important;
  }

  .me-lg-7 {
    margin-right: 3.077rem !important;
  }

  .me-lg-8 {
    margin-right: 3.851rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.3846153846rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.7692307692rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.154rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.539rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 1.923rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 2.308rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3.077rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 3.851rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.3846153846rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.7692307692rem !important;
  }

  .ms-lg-3 {
    margin-left: 1.154rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.539rem !important;
  }

  .ms-lg-5 {
    margin-left: 1.923rem !important;
  }

  .ms-lg-6 {
    margin-left: 2.308rem !important;
  }

  .ms-lg-7 {
    margin-left: 3.077rem !important;
  }

  .ms-lg-8 {
    margin-left: 3.851rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.3846153846rem !important;
  }

  .p-lg-2 {
    padding: 0.7692307692rem !important;
  }

  .p-lg-3 {
    padding: 1.154rem !important;
  }

  .p-lg-4 {
    padding: 1.539rem !important;
  }

  .p-lg-5 {
    padding: 1.923rem !important;
  }

  .p-lg-6 {
    padding: 2.308rem !important;
  }

  .p-lg-7 {
    padding: 3.077rem !important;
  }

  .p-lg-8 {
    padding: 3.851rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.3846153846rem !important;
    padding-left: 0.3846153846rem !important;
  }

  .px-lg-2 {
    padding-right: 0.7692307692rem !important;
    padding-left: 0.7692307692rem !important;
  }

  .px-lg-3 {
    padding-right: 1.154rem !important;
    padding-left: 1.154rem !important;
  }

  .px-lg-4 {
    padding-right: 1.539rem !important;
    padding-left: 1.539rem !important;
  }

  .px-lg-5 {
    padding-right: 1.923rem !important;
    padding-left: 1.923rem !important;
  }

  .px-lg-6 {
    padding-right: 2.308rem !important;
    padding-left: 2.308rem !important;
  }

  .px-lg-7 {
    padding-right: 3.077rem !important;
    padding-left: 3.077rem !important;
  }

  .px-lg-8 {
    padding-right: 3.851rem !important;
    padding-left: 3.851rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.3846153846rem !important;
    padding-bottom: 0.3846153846rem !important;
  }

  .py-lg-2 {
    padding-top: 0.7692307692rem !important;
    padding-bottom: 0.7692307692rem !important;
  }

  .py-lg-3 {
    padding-top: 1.154rem !important;
    padding-bottom: 1.154rem !important;
  }

  .py-lg-4 {
    padding-top: 1.539rem !important;
    padding-bottom: 1.539rem !important;
  }

  .py-lg-5 {
    padding-top: 1.923rem !important;
    padding-bottom: 1.923rem !important;
  }

  .py-lg-6 {
    padding-top: 2.308rem !important;
    padding-bottom: 2.308rem !important;
  }

  .py-lg-7 {
    padding-top: 3.077rem !important;
    padding-bottom: 3.077rem !important;
  }

  .py-lg-8 {
    padding-top: 3.851rem !important;
    padding-bottom: 3.851rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.3846153846rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.7692307692rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.154rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.539rem !important;
  }

  .pt-lg-5 {
    padding-top: 1.923rem !important;
  }

  .pt-lg-6 {
    padding-top: 2.308rem !important;
  }

  .pt-lg-7 {
    padding-top: 3.077rem !important;
  }

  .pt-lg-8 {
    padding-top: 3.851rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.3846153846rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.7692307692rem !important;
  }

  .pe-lg-3 {
    padding-right: 1.154rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.539rem !important;
  }

  .pe-lg-5 {
    padding-right: 1.923rem !important;
  }

  .pe-lg-6 {
    padding-right: 2.308rem !important;
  }

  .pe-lg-7 {
    padding-right: 3.077rem !important;
  }

  .pe-lg-8 {
    padding-right: 3.851rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.3846153846rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.7692307692rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.154rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.539rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 1.923rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 2.308rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3.077rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 3.851rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.3846153846rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.7692307692rem !important;
  }

  .ps-lg-3 {
    padding-left: 1.154rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.539rem !important;
  }

  .ps-lg-5 {
    padding-left: 1.923rem !important;
  }

  .ps-lg-6 {
    padding-left: 2.308rem !important;
  }

  .ps-lg-7 {
    padding-left: 3.077rem !important;
  }

  .ps-lg-8 {
    padding-left: 3.851rem !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.3846153846rem !important;
  }

  .gap-xl-2 {
    gap: 0.7692307692rem !important;
  }

  .gap-xl-3 {
    gap: 1.154rem !important;
  }

  .gap-xl-4 {
    gap: 1.539rem !important;
  }

  .gap-xl-5 {
    gap: 1.923rem !important;
  }

  .gap-xl-6 {
    gap: 2.308rem !important;
  }

  .gap-xl-7 {
    gap: 3.077rem !important;
  }

  .gap-xl-8 {
    gap: 3.851rem !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.3846153846rem !important;
  }

  .m-xl-2 {
    margin: 0.7692307692rem !important;
  }

  .m-xl-3 {
    margin: 1.154rem !important;
  }

  .m-xl-4 {
    margin: 1.539rem !important;
  }

  .m-xl-5 {
    margin: 1.923rem !important;
  }

  .m-xl-6 {
    margin: 2.308rem !important;
  }

  .m-xl-7 {
    margin: 3.077rem !important;
  }

  .m-xl-8 {
    margin: 3.851rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.3846153846rem !important;
    margin-left: 0.3846153846rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.7692307692rem !important;
    margin-left: 0.7692307692rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.154rem !important;
    margin-left: 1.154rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.539rem !important;
    margin-left: 1.539rem !important;
  }

  .mx-xl-5 {
    margin-right: 1.923rem !important;
    margin-left: 1.923rem !important;
  }

  .mx-xl-6 {
    margin-right: 2.308rem !important;
    margin-left: 2.308rem !important;
  }

  .mx-xl-7 {
    margin-right: 3.077rem !important;
    margin-left: 3.077rem !important;
  }

  .mx-xl-8 {
    margin-right: 3.851rem !important;
    margin-left: 3.851rem !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.3846153846rem !important;
    margin-bottom: 0.3846153846rem !important;
  }

  .my-xl-2 {
    margin-top: 0.7692307692rem !important;
    margin-bottom: 0.7692307692rem !important;
  }

  .my-xl-3 {
    margin-top: 1.154rem !important;
    margin-bottom: 1.154rem !important;
  }

  .my-xl-4 {
    margin-top: 1.539rem !important;
    margin-bottom: 1.539rem !important;
  }

  .my-xl-5 {
    margin-top: 1.923rem !important;
    margin-bottom: 1.923rem !important;
  }

  .my-xl-6 {
    margin-top: 2.308rem !important;
    margin-bottom: 2.308rem !important;
  }

  .my-xl-7 {
    margin-top: 3.077rem !important;
    margin-bottom: 3.077rem !important;
  }

  .my-xl-8 {
    margin-top: 3.851rem !important;
    margin-bottom: 3.851rem !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.3846153846rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.7692307692rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.154rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.539rem !important;
  }

  .mt-xl-5 {
    margin-top: 1.923rem !important;
  }

  .mt-xl-6 {
    margin-top: 2.308rem !important;
  }

  .mt-xl-7 {
    margin-top: 3.077rem !important;
  }

  .mt-xl-8 {
    margin-top: 3.851rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.3846153846rem !important;
  }

  .me-xl-2 {
    margin-right: 0.7692307692rem !important;
  }

  .me-xl-3 {
    margin-right: 1.154rem !important;
  }

  .me-xl-4 {
    margin-right: 1.539rem !important;
  }

  .me-xl-5 {
    margin-right: 1.923rem !important;
  }

  .me-xl-6 {
    margin-right: 2.308rem !important;
  }

  .me-xl-7 {
    margin-right: 3.077rem !important;
  }

  .me-xl-8 {
    margin-right: 3.851rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.3846153846rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.7692307692rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.154rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.539rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 1.923rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 2.308rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 3.077rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 3.851rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.3846153846rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.7692307692rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.154rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.539rem !important;
  }

  .ms-xl-5 {
    margin-left: 1.923rem !important;
  }

  .ms-xl-6 {
    margin-left: 2.308rem !important;
  }

  .ms-xl-7 {
    margin-left: 3.077rem !important;
  }

  .ms-xl-8 {
    margin-left: 3.851rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.3846153846rem !important;
  }

  .p-xl-2 {
    padding: 0.7692307692rem !important;
  }

  .p-xl-3 {
    padding: 1.154rem !important;
  }

  .p-xl-4 {
    padding: 1.539rem !important;
  }

  .p-xl-5 {
    padding: 1.923rem !important;
  }

  .p-xl-6 {
    padding: 2.308rem !important;
  }

  .p-xl-7 {
    padding: 3.077rem !important;
  }

  .p-xl-8 {
    padding: 3.851rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.3846153846rem !important;
    padding-left: 0.3846153846rem !important;
  }

  .px-xl-2 {
    padding-right: 0.7692307692rem !important;
    padding-left: 0.7692307692rem !important;
  }

  .px-xl-3 {
    padding-right: 1.154rem !important;
    padding-left: 1.154rem !important;
  }

  .px-xl-4 {
    padding-right: 1.539rem !important;
    padding-left: 1.539rem !important;
  }

  .px-xl-5 {
    padding-right: 1.923rem !important;
    padding-left: 1.923rem !important;
  }

  .px-xl-6 {
    padding-right: 2.308rem !important;
    padding-left: 2.308rem !important;
  }

  .px-xl-7 {
    padding-right: 3.077rem !important;
    padding-left: 3.077rem !important;
  }

  .px-xl-8 {
    padding-right: 3.851rem !important;
    padding-left: 3.851rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.3846153846rem !important;
    padding-bottom: 0.3846153846rem !important;
  }

  .py-xl-2 {
    padding-top: 0.7692307692rem !important;
    padding-bottom: 0.7692307692rem !important;
  }

  .py-xl-3 {
    padding-top: 1.154rem !important;
    padding-bottom: 1.154rem !important;
  }

  .py-xl-4 {
    padding-top: 1.539rem !important;
    padding-bottom: 1.539rem !important;
  }

  .py-xl-5 {
    padding-top: 1.923rem !important;
    padding-bottom: 1.923rem !important;
  }

  .py-xl-6 {
    padding-top: 2.308rem !important;
    padding-bottom: 2.308rem !important;
  }

  .py-xl-7 {
    padding-top: 3.077rem !important;
    padding-bottom: 3.077rem !important;
  }

  .py-xl-8 {
    padding-top: 3.851rem !important;
    padding-bottom: 3.851rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.3846153846rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.7692307692rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.154rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.539rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.923rem !important;
  }

  .pt-xl-6 {
    padding-top: 2.308rem !important;
  }

  .pt-xl-7 {
    padding-top: 3.077rem !important;
  }

  .pt-xl-8 {
    padding-top: 3.851rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.3846153846rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.7692307692rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.154rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.539rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.923rem !important;
  }

  .pe-xl-6 {
    padding-right: 2.308rem !important;
  }

  .pe-xl-7 {
    padding-right: 3.077rem !important;
  }

  .pe-xl-8 {
    padding-right: 3.851rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.3846153846rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.7692307692rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.154rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.539rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.923rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 2.308rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 3.077rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 3.851rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.3846153846rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.7692307692rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.154rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.539rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.923rem !important;
  }

  .ps-xl-6 {
    padding-left: 2.308rem !important;
  }

  .ps-xl-7 {
    padding-left: 3.077rem !important;
  }

  .ps-xl-8 {
    padding-left: 3.851rem !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: 1349px) {
  .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.3846153846rem !important;
  }

  .gap-xxl-2 {
    gap: 0.7692307692rem !important;
  }

  .gap-xxl-3 {
    gap: 1.154rem !important;
  }

  .gap-xxl-4 {
    gap: 1.539rem !important;
  }

  .gap-xxl-5 {
    gap: 1.923rem !important;
  }

  .gap-xxl-6 {
    gap: 2.308rem !important;
  }

  .gap-xxl-7 {
    gap: 3.077rem !important;
  }

  .gap-xxl-8 {
    gap: 3.851rem !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.3846153846rem !important;
  }

  .m-xxl-2 {
    margin: 0.7692307692rem !important;
  }

  .m-xxl-3 {
    margin: 1.154rem !important;
  }

  .m-xxl-4 {
    margin: 1.539rem !important;
  }

  .m-xxl-5 {
    margin: 1.923rem !important;
  }

  .m-xxl-6 {
    margin: 2.308rem !important;
  }

  .m-xxl-7 {
    margin: 3.077rem !important;
  }

  .m-xxl-8 {
    margin: 3.851rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.3846153846rem !important;
    margin-left: 0.3846153846rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.7692307692rem !important;
    margin-left: 0.7692307692rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1.154rem !important;
    margin-left: 1.154rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.539rem !important;
    margin-left: 1.539rem !important;
  }

  .mx-xxl-5 {
    margin-right: 1.923rem !important;
    margin-left: 1.923rem !important;
  }

  .mx-xxl-6 {
    margin-right: 2.308rem !important;
    margin-left: 2.308rem !important;
  }

  .mx-xxl-7 {
    margin-right: 3.077rem !important;
    margin-left: 3.077rem !important;
  }

  .mx-xxl-8 {
    margin-right: 3.851rem !important;
    margin-left: 3.851rem !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.3846153846rem !important;
    margin-bottom: 0.3846153846rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.7692307692rem !important;
    margin-bottom: 0.7692307692rem !important;
  }

  .my-xxl-3 {
    margin-top: 1.154rem !important;
    margin-bottom: 1.154rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.539rem !important;
    margin-bottom: 1.539rem !important;
  }

  .my-xxl-5 {
    margin-top: 1.923rem !important;
    margin-bottom: 1.923rem !important;
  }

  .my-xxl-6 {
    margin-top: 2.308rem !important;
    margin-bottom: 2.308rem !important;
  }

  .my-xxl-7 {
    margin-top: 3.077rem !important;
    margin-bottom: 3.077rem !important;
  }

  .my-xxl-8 {
    margin-top: 3.851rem !important;
    margin-bottom: 3.851rem !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.3846153846rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.7692307692rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1.154rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.539rem !important;
  }

  .mt-xxl-5 {
    margin-top: 1.923rem !important;
  }

  .mt-xxl-6 {
    margin-top: 2.308rem !important;
  }

  .mt-xxl-7 {
    margin-top: 3.077rem !important;
  }

  .mt-xxl-8 {
    margin-top: 3.851rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.3846153846rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.7692307692rem !important;
  }

  .me-xxl-3 {
    margin-right: 1.154rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.539rem !important;
  }

  .me-xxl-5 {
    margin-right: 1.923rem !important;
  }

  .me-xxl-6 {
    margin-right: 2.308rem !important;
  }

  .me-xxl-7 {
    margin-right: 3.077rem !important;
  }

  .me-xxl-8 {
    margin-right: 3.851rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.3846153846rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.7692307692rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1.154rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.539rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 1.923rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 2.308rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 3.077rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 3.851rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.3846153846rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.7692307692rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1.154rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.539rem !important;
  }

  .ms-xxl-5 {
    margin-left: 1.923rem !important;
  }

  .ms-xxl-6 {
    margin-left: 2.308rem !important;
  }

  .ms-xxl-7 {
    margin-left: 3.077rem !important;
  }

  .ms-xxl-8 {
    margin-left: 3.851rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.3846153846rem !important;
  }

  .p-xxl-2 {
    padding: 0.7692307692rem !important;
  }

  .p-xxl-3 {
    padding: 1.154rem !important;
  }

  .p-xxl-4 {
    padding: 1.539rem !important;
  }

  .p-xxl-5 {
    padding: 1.923rem !important;
  }

  .p-xxl-6 {
    padding: 2.308rem !important;
  }

  .p-xxl-7 {
    padding: 3.077rem !important;
  }

  .p-xxl-8 {
    padding: 3.851rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.3846153846rem !important;
    padding-left: 0.3846153846rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.7692307692rem !important;
    padding-left: 0.7692307692rem !important;
  }

  .px-xxl-3 {
    padding-right: 1.154rem !important;
    padding-left: 1.154rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.539rem !important;
    padding-left: 1.539rem !important;
  }

  .px-xxl-5 {
    padding-right: 1.923rem !important;
    padding-left: 1.923rem !important;
  }

  .px-xxl-6 {
    padding-right: 2.308rem !important;
    padding-left: 2.308rem !important;
  }

  .px-xxl-7 {
    padding-right: 3.077rem !important;
    padding-left: 3.077rem !important;
  }

  .px-xxl-8 {
    padding-right: 3.851rem !important;
    padding-left: 3.851rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.3846153846rem !important;
    padding-bottom: 0.3846153846rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.7692307692rem !important;
    padding-bottom: 0.7692307692rem !important;
  }

  .py-xxl-3 {
    padding-top: 1.154rem !important;
    padding-bottom: 1.154rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.539rem !important;
    padding-bottom: 1.539rem !important;
  }

  .py-xxl-5 {
    padding-top: 1.923rem !important;
    padding-bottom: 1.923rem !important;
  }

  .py-xxl-6 {
    padding-top: 2.308rem !important;
    padding-bottom: 2.308rem !important;
  }

  .py-xxl-7 {
    padding-top: 3.077rem !important;
    padding-bottom: 3.077rem !important;
  }

  .py-xxl-8 {
    padding-top: 3.851rem !important;
    padding-bottom: 3.851rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.3846153846rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.7692307692rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1.154rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.539rem !important;
  }

  .pt-xxl-5 {
    padding-top: 1.923rem !important;
  }

  .pt-xxl-6 {
    padding-top: 2.308rem !important;
  }

  .pt-xxl-7 {
    padding-top: 3.077rem !important;
  }

  .pt-xxl-8 {
    padding-top: 3.851rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.3846153846rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.7692307692rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1.154rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.539rem !important;
  }

  .pe-xxl-5 {
    padding-right: 1.923rem !important;
  }

  .pe-xxl-6 {
    padding-right: 2.308rem !important;
  }

  .pe-xxl-7 {
    padding-right: 3.077rem !important;
  }

  .pe-xxl-8 {
    padding-right: 3.851rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.3846153846rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.7692307692rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1.154rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.539rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 1.923rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 2.308rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 3.077rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 3.851rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.3846153846rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.7692307692rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1.154rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.539rem !important;
  }

  .ps-xxl-5 {
    padding-left: 1.923rem !important;
  }

  .ps-xxl-6 {
    padding-left: 2.308rem !important;
  }

  .ps-xxl-7 {
    padding-left: 3.077rem !important;
  }

  .ps-xxl-8 {
    padding-left: 3.851rem !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.539rem !important;
  }

  .fs-2 {
    font-size: 2.077rem !important;
  }

  .fs-3 {
    font-size: 1.769rem !important;
  }

  .fs-4 {
    font-size: 1.308rem !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;
  }
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-open {
  overflow: hidden;
}

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-show {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2001;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  position: relative;
  border-radius: 3px;
  margin: 30px auto;
  max-width: 630px;
  min-width: 320px;
}

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

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
}

.md-effect-7 .md-content {
  margin-top: 0;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #000;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-container {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/*------------------------------------------------------------------
[General elements style]
*/
html {
  height: 100%;
  overflow-x: hidden;
  font-size: 13px;
}

body {
  padding: 0;
  background-color: #FFFFFF;
  height: auto;
  min-height: 100%;
  line-height: 1.42857143;
}
body.be-alt-bg {
  background-color: #e9e9e9;
}

a:hover, a:focus {
  text-decoration: none;
}

p {
  font-size: inherit;
  line-height: 21px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*------------------------------------------------------------------
[Fonts - Roboto]
*/
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../lib/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Thin.woff2") format("woff2"), url("../lib/roboto/Roboto-Thin.woff") format("woff"), url("../lib/roboto/Roboto-Thin.ttf") format("truetype"), url("../lib/roboto/Roboto-Thin.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../lib/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../lib/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Thin.woff2") format("woff2"), url("../lib/roboto/Roboto-Thin.woff") format("woff"), url("../lib/roboto/Roboto-Thin.ttf") format("truetype"), url("../lib/roboto/Roboto-Thin.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-ThinItalic.eot");
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"), url("../lib/roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-ThinItalic.woff") format("woff"), url("../lib/roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-ThinItalic.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../lib/roboto/Roboto-ThinItalic.eot");
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"), url("../lib/roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-ThinItalic.woff") format("woff"), url("../lib/roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-ThinItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../lib/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Light.woff2") format("woff2"), url("../lib/roboto/Roboto-Light.woff") format("woff"), url("../lib/roboto/Roboto-Light.ttf") format("truetype"), url("../lib/roboto/Roboto-Light.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../lib/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../lib/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Light.woff2") format("woff2"), url("../lib/roboto/Roboto-Light.woff") format("woff"), url("../lib/roboto/Roboto-Light.ttf") format("truetype"), url("../lib/roboto/Roboto-Light.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-LightItalic.eot");
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("../lib/roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-LightItalic.woff") format("woff"), url("../lib/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-LightItalic.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../lib/roboto/Roboto-LightItalic.eot");
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("../lib/roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-LightItalic.woff") format("woff"), url("../lib/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-LightItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../lib/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Regular.woff2") format("woff2"), url("../lib/roboto/Roboto-Regular.woff") format("woff"), url("../lib/roboto/Roboto-Regular.ttf") format("truetype"), url("../lib/roboto/Roboto-Regular.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../lib/roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../lib/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Regular.woff2") format("woff2"), url("../lib/roboto/Roboto-Regular.woff") format("woff"), url("../lib/roboto/Roboto-Regular.ttf") format("truetype"), url("../lib/roboto/Roboto-Regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-RegularItalic.eot");
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url("../lib/roboto/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-RegularItalic.woff") format("woff"), url("../lib/roboto/Roboto-RegularItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-RegularItalic.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url("../lib/roboto/Roboto-RegularItalic.eot");
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url("../lib/roboto/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-RegularItalic.woff") format("woff"), url("../lib/roboto/Roboto-RegularItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-RegularItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../lib/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Medium.woff2") format("woff2"), url("../lib/roboto/Roboto-Medium.woff") format("woff"), url("../lib/roboto/Roboto-Medium.ttf") format("truetype"), url("../lib/roboto/Roboto-Medium.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../lib/roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../lib/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Medium.woff2") format("woff2"), url("../lib/roboto/Roboto-Medium.woff") format("woff"), url("../lib/roboto/Roboto-Medium.ttf") format("truetype"), url("../lib/roboto/Roboto-Medium.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-MediumItalic.eot");
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("../lib/roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-MediumItalic.woff") format("woff"), url("../lib/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-MediumItalic.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../lib/roboto/Roboto-MediumItalic.eot");
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("../lib/roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-MediumItalic.woff") format("woff"), url("../lib/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-MediumItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../lib/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Bold.woff2") format("woff2"), url("../lib/roboto/Roboto-Bold.woff") format("woff"), url("../lib/roboto/Roboto-Bold.ttf") format("truetype"), url("../lib/roboto/Roboto-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../lib/roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../lib/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Bold.woff2") format("woff2"), url("../lib/roboto/Roboto-Bold.woff") format("woff"), url("../lib/roboto/Roboto-Bold.ttf") format("truetype"), url("../lib/roboto/Roboto-Bold.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-BoldItalic.eot");
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("../lib/roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BoldItalic.woff") format("woff"), url("../lib/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BoldItalic.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../lib/roboto/Roboto-BoldItalic.eot");
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("../lib/roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BoldItalic.woff") format("woff"), url("../lib/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BoldItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../lib/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Black.woff2") format("woff2"), url("../lib/roboto/Roboto-Black.woff") format("woff"), url("../lib/roboto/Roboto-Black.ttf") format("truetype"), url("../lib/roboto/Roboto-Black.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../lib/roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../lib/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Black.woff2") format("woff2"), url("../lib/roboto/Roboto-Black.woff") format("woff"), url("../lib/roboto/Roboto-Black.ttf") format("truetype"), url("../lib/roboto/Roboto-Black.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../lib/roboto/Roboto-BlackItalic.eot");
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("../lib/roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BlackItalic.woff") format("woff"), url("../lib/roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BlackItalic.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../lib/roboto/Roboto-BlackItalic.eot");
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("../lib/roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../lib/roboto/Roboto-BlackItalic.woff") format("woff"), url("../lib/roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../lib/roboto/Roboto-BlackItalic.svg#Roboto") format("svg");
}
/*------------------------------------------------------------------
	[Main wrapper]
*/
.be-wrapper {
  min-height: 100%;
  padding-top: 61px;
  overflow-x: hidden;
}
@media print {
  .be-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .be-wrapper.be-boxed-layout {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.05);
  }
}

header {
  background-color: #000000;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid black;
  padding: 0;
}
header .navbar {
  padding: 0;
}
header .navbar .nav-item {
  margin: 0 5px;
}
header .navbar .nav-link {
  padding: 2px;
  color: #FFFFFF;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .be-top-header .be-icons-nav {
    margin-right: 10px;
  }
}
.be-icons-nav > li.dropdown {
  position: static;
}
.be-icons-nav > li.dropdown > a {
  position: relative;
}
.navbar-expand .be-icons-nav > li.dropdown > a {
  padding: 0 10px;
}
.be-icons-nav > li.dropdown > a .icon {
  font-size: 1.846rem;
  vertical-align: middle;
  color: #737373;
}
.be-icons-nav > li.dropdown > a .icon.mdi-comment-more {
  font-size: 1.538rem;
  position: relative;
  top: 1px;
}
.be-icons-nav > li.dropdown > a .indicator {
  background-color: #F77E0F;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 18px;
  right: 6px;
}
.be-icons-nav > li.dropdown > a:after {
  display: none;
  font-size: 1.231rem;
  margin-left: 6px;
}
@media (max-width: 575.98px) {
  .be-icons-nav > li.dropdown > a:after {
    display: inline-block;
  }
}
.be-icons-nav > li.dropdown .dropdown-toggle:after {
  content: "";
  margin: 0;
  border: 0;
}
.be-icons-nav > li.dropdown.show > a:after, .be-icons-nav > li.dropdown.show > a:before {
  border-bottom: 8px solid #FFF4E7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -13px;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  z-index: 1001;
}
.be-icons-nav > li.dropdown.show > a:before {
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-color: #ffdaaf;
  margin-left: -9px;
  bottom: -12px;
}
.be-icons-nav > li.dropdown .dropdown-menu {
  width: 300px;
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  box-sizing: content-box;
}
.be-icons-nav > li.dropdown .dropdown-menu .title {
  font-size: 1rem;
  color: #fd8900;
  text-align: center;
  padding: 10px 0 8px;
  border-bottom: 1px solid #ffe2c0;
}
.be-icons-nav > li.dropdown .dropdown-menu .title .badge {
  font-size: 0.6962rem;
  line-height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  background-color: #ffdbb1;
  color: #fd8900;
  min-width: 17px;
  height: 17px;
  text-align: center;
  padding: 3px 6px;
}
.be-icons-nav > li.dropdown .dropdown-menu .title .badge-new {
  background-color: #F77E0F;
  border-color: #F77E0F;
  color: #FFF4E7;
}
.be-icons-nav > li.dropdown .dropdown-menu .footer a {
  background-color: #ffefdd;
  font-size: 1rem;
  color: #fd8900;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ffe2c0;
  display: block;
  outline: none;
}
.be-icons-nav > li.dropdown .dropdown-menu .footer a:hover {
  background-color: #ffebd3;
}
.be-top-header .be-icons-nav > li.dropdown .dropdown-menu:after, .be-top-header .be-icons-nav > li.dropdown .dropdown-menu:before {
  display: none;
}
.be-icons-nav > li.dropdown.show > a {
  background-color: transparent;
}
.be-icons-nav > li.dropdown.show > a .icon {
  color: #F77E0F;
}
@media (max-width: 575.98px) {
  .be-icons-nav > li.dropdown.show > a .icon {
    color: #FFFFFF;
  }
}
@media (min-width: 1349px) {
  .be-mega-menu .be-icons-nav > li.dropdown {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .be-icons-nav {
    float: right;
    flex: 0 0 auto;
  }
  .be-top-header .be-icons-nav {
    margin: 0 5px 0 0;
  }
  .be-icons-nav > li.dropdown {
    display: inline-block;
    margin-left: 3px;
  }
  .navbar-expand .be-icons-nav > li.dropdown > a {
    padding: 0 7px;
  }
  .be-icons-nav > li.dropdown > a .icon {
    color: #FFFFFF;
  }
  .be-icons-nav > li.dropdown > a .indicator {
    right: 2px;
    background-color: #FFFFFF;
  }
}
.be-icons-nav > li.dropdown .dropdown-menu {
  left: 0;
  top: 60px;
  width: 100%;
  box-shadow: none;
  border-width: 0;
}
.be-top-header .be-icons-nav > li.dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 1px;
}
.be-icons-nav > li.dropdown .dropdown-menu .footer a {
  border-bottom: 1px solid #ffe2c0;
}
.be-icons-nav > li.dropdown.show > a:before {
  display: none;
}
.be-icons-nav > li.dropdown.show > a:after {
  bottom: -1px;
}
@media print {
  .be-icons-nav {
    display: none;
  }
}

.be-user-nav {
  margin-right: 0;
}
.be-user-nav > li.dropdown > a {
  font-size: 0;
}
.navbar-expand .be-user-nav > li.dropdown > a {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767.98px) {
  .navbar-expand .be-user-nav > li.dropdown > a {
    padding-left: 10px;
  }
}
.be-user-nav > li.dropdown > a img {
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
}
.be-user-nav > li.dropdown > a .user-name {
  margin-left: 8px;
  display: none;
  font-size: 1.077rem;
  line-height: 20px;
  vertical-align: middle;
}
.be-user-nav > li.dropdown > a:after {
  display: none;
  font-size: 1.231rem;
  margin-left: 6px;
}
@media (max-width: 575.98px) {
  .be-user-nav > li.dropdown > a:after {
    display: inline-block;
  }
}
.be-user-nav > li.dropdown .dropdown-menu {
  width: 220px;
  padding: 0 0 7px;
  left: -178px;
}
@media (max-width: 767.98px) {
  .be-user-nav > li.dropdown .dropdown-menu {
    left: -173px;
  }
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu a:focus, .be-top-header .be-user-nav > li.dropdown .dropdown-menu a:active {
  background-color: transparent;
  color: #504e4e;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu a:hover {
  background-color: #ffebd3;
  color: #504e4e;
}
.be-user-nav > li.dropdown .dropdown-menu a .icon {
  vertical-align: middle;
  margin-right: 10px;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info {
  background-color: #F77E0F;
  color: #FFFFFF;
  overflow: hidden;
  padding: 20px 15px 14px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 7px;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-name {
  display: block;
  font-size: 1.462rem;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 13px;
  position: relative;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.online:after {
  background-color: #6cd187;
  border-color: #6cd187;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.away:after {
  background-color: #fcd050;
  border-color: #fcd050;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position.busy:after {
  background-color: #f39088;
  border-color: #f39088;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .switch-status {
  float: right;
  margin-top: 5px;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
  left: auto;
  right: 13px;
  border-bottom-color: #F77E0F;
}
.be-top-header .be-user-nav > li.dropdown .dropdown-menu:before {
  display: none;
}
@media (max-width: 575.98px) {
  .be-user-nav {
    margin: 0;
    display: inline-block;
    flex: 0 1 auto;
    overflow: hidden;
  }
  .be-user-nav > li.dropdown > a {
    align-items: center;
    display: flex;
    height: 60px;
    white-space: nowrap;
  }
  .be-user-nav > li.dropdown > a:after {
    color: #FFFFFF;
  }
  .be-user-nav > li.dropdown > a img {
    flex: 0 0 auto;
  }
  .be-user-nav > li.dropdown > a .user-name {
    display: block;
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .be-user-nav > li.dropdown .dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #FFF4E7;
    position: fixed;
    top: 60px;
    left: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 220px;
  }
  .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    right: auto;
    left: 20px;
  }
}
@media print {
  .be-user-nav {
    display: none;
  }
}

.be-notifications {
  padding-top: 0;
}
.float-right .be-notifications {
  left: auto;
}
.be-notifications .be-scroller-notifications {
  position: relative;
  height: 222px;
}
.be-notifications .be-scroller-notifications > .content > ul {
  list-style: none;
  padding-left: 0;
}
.be-notifications .notification {
  overflow: hidden;
  border-bottom: 1px solid #ffe2c0;
}
.be-notifications .notification > a {
  padding: 15px 25px 15px 15px;
  display: block;
  overflow: hidden;
}
.be-notifications .notification > a .image {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #ffdbb1;
  float: left;
  text-align: center;
  overflow: hidden;
}
.be-notifications .notification > a .image img {
  height: 38px;
  width: 38px;
  font-size: 1.923rem;
  color: #979595;
  line-height: 36px;
}
.be-notifications .notification > a .notification-info {
  padding-left: 50px;
  line-height: 14px;
}
.be-notifications .notification > a .notification-info .text {
  font-weight: 500;
  color: #fd8900;
  font-size: 0.9231rem;
  line-height: 16px;
}
.be-notifications .notification > a .notification-info .user-name {
  color: #F77E0F;
  font-size: 1rem;
}
.be-notifications .notification > a .notification-info .date {
  color: #fd8900;
  display: block;
  font-size: 0.6923rem;
  margin-top: 4px;
  text-transform: uppercase;
}
.be-notifications .notification.notification-unread {
  background-color: #fddbbc;
  border-bottom: 1px solid #fcd3ad;
}
.be-notifications .notification.notification-unread > a {
  position: relative;
}
.be-notifications .notification.notification-unread > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  background-color: #F77E0F;
  border-radius: 50%;
}
.be-notifications .notification:hover {
  background-color: #F77E0F;
}
.be-notifications .notification:hover > a {
  color: #FFF4E7;
}
.be-notifications .notification:hover > a .logo {
  background-color: #db6d07;
}
.be-notifications .notification:hover > a .logo .icon {
  color: #FFF4E7;
}
.be-notifications .notification:hover > a .notification-info .circle {
  background: #FFF4E7;
}
.be-notifications .notification:hover > a .notification-info .text, .be-notifications .notification:hover > a .notification-info .date, .be-notifications .notification:hover > a .notification-info .user-name {
  color: #FFF4E7;
}
.be-notifications .notification:hover > a:after {
  background-color: #FFF4E7;
}
.be-notifications .notification:last-child {
  border-bottom: 0;
}

.navbar-nav .show .be-notifications {
  position: absolute;
  background-color: #FFF4E7;
}

.navbar-nav .show .be-notifications {
  position: fixed;
}

.be-connections {
  min-width: 304px;
}
.float-right .be-connections {
  left: auto;
}
.be-connections .content {
  padding: 20px 15px;
}
.be-connections .content .row {
  margin: 0;
}
.be-connections .content .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.be-connections .connection-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #ce6f00;
}
.be-connections .connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.be-connections .connection-item img {
  max-height: 35px;
  max-width: 35px;
}
.be-connections .connection-item:hover {
  background-color: transparent;
  border-color: #ffe2c0;
}

@media (max-width: 575.98px) {
  .float-right .be-connections {
    right: 5px;
  }
  .navbar-nav .show .be-connections {
    position: absolute;
    background-color: #FFF4E7;
  }
}
.be-connections {
  min-width: 260px;
}
.navbar-nav .show .be-connections {
  position: fixed;
}
.be-connections .content {
  padding-left: 10px;
  padding-right: 10px;
}

.offcanvas {
  background: #FFF4E7;
}
.offcanvas a {
  text-decoration: none;
}

/*------------------------------------------------------------------
	[Left sidebar]
*/
.be-left-sidebar {
  background-color: #FFF4E7;
}
@media print {
  .be-left-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .be-left-sidebar-disabled .be-left-sidebar {
    display: none;
  }
}
.be-collapsible-sidebar-collapsed .be-left-sidebar {
  width: 60px;
}
@media (max-width: 575.98px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar {
    width: 100%;
  }
}
.be-left-sidebar .left-sidebar-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.be-left-sidebar .left-sidebar-scroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.be-left-sidebar .left-sidebar-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8px;
}
.be-collapsible-sidebar-collapsed .be-left-sidebar .left-sidebar-content {
  padding-top: 20px;
}
.be-left-sidebar .left-sidebar-toggle {
  display: none;
  background-color: #FFF4E7;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 1.077rem;
}
.be-left-sidebar .left-sidebar-toggle:before {
  content: "";
  float: right;
  font-family: "Material Icons";
  font-size: 2.077rem;
  line-height: 22px;
  color: #ffc886;
}
.be-left-sidebar .left-sidebar-toggle.open:before {
  content: "";
}
@media (max-width: 575.98px) {
  .be-left-sidebar .left-sidebar-toggle {
    display: block;
  }
}
.be-left-sidebar .sidebar-elements {
  margin: 0;
  padding: 0;
}
.be-left-sidebar .sidebar-elements .divider {
  padding: 20px 20px 0;
  color: #7b7b7b;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8462rem;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider {
    padding: 40px 0 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .divider:first-child {
    display: none;
  }
}
.be-left-sidebar .sidebar-elements > li {
  list-style: none;
}
.be-left-sidebar .sidebar-elements > li > a {
  display: block;
  padding: 0 20px;
  color: dimgray;
  font-size: 1.077rem;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a {
  text-overflow: clip;
}
.be-left-sidebar .sidebar-elements > li > a .icon {
  line-height: 18px;
  font-size: 19px;
  min-width: 19px;
  margin-right: 9px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > a span {
    display: none;
  }
}
.be-left-sidebar .sidebar-elements > li > a > .badge {
  margin-top: 9px;
}
.be-left-sidebar .sidebar-elements > li > a:hover {
  background-color: #ffefdd;
}
.be-left-sidebar .sidebar-elements > li > a:hover > span {
  color: #3d3d3d;
}
.be-left-sidebar .sidebar-elements > li > ul {
  border-top: 1px solid #ffe6c8;
  border-bottom: 1px solid #ffe6c8;
}
.be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li > ul .nav-items .content > ul {
  display: block;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li > ul {
    border-top-width: 0;
    border-bottom-width: 0;
  }
}
.be-left-sidebar .sidebar-elements > li ul {
  display: none;
  background-color: #ffedd9;
  padding: 10px 0;
  list-style: none;
  line-height: 20px;
}
.be-left-sidebar .sidebar-elements > li ul .title {
  display: none;
}
.be-collapsible-sidebar .be-left-sidebar .sidebar-elements > li ul .content > ul {
  padding-left: 0;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible {
    display: table;
    table-layout: fixed;
    position: fixed;
    left: 60px;
    top: 61px;
    height: 100%;
    z-index: 1031;
    padding: 0 0 61px;
    list-style: none;
    width: 232px;
    border-right: 1px solid #ffe6c8;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .title {
    display: block;
    padding: 30px 25px;
    font-size: 1.385rem;
    color: #7b7b7b;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items {
    display: table-row;
    height: 100%;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller {
    position: relative;
    height: 100%;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .be-scroller > .content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul {
    border-color: transparent;
    padding: 0;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > a {
    padding-left: 25px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > a {
    padding-left: 35px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 55px;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li ul.visible .nav-items .content > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 65px;
  }
}
.be-left-sidebar .sidebar-elements > li ul li > a {
  padding: 8px 15px 8px 49px;
  color: dimgray;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.be-left-sidebar .sidebar-elements > li ul li > a .badge {
  border-radius: 2px;
  font-weight: 500;
  line-height: 9px;
  font-size: 0.85rem;
  padding: 4px 7px;
  margin-left: 4px;
  margin-top: 1px;
}
.be-left-sidebar .sidebar-elements > li ul li > a:hover {
  background-color: #ffe8cc;
}
.be-left-sidebar .sidebar-elements > li ul li.active > a {
  color: #F77E0F;
}
.be-left-sidebar .sidebar-elements > li ul li ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.be-left-sidebar .sidebar-elements > li ul li > ul {
  padding: 5px 0;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li ul {
  padding: 5px 0;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > a {
  padding-left: 59px;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > a {
  padding-left: 69px;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > a {
  padding-left: 79px;
}
.be-left-sidebar .sidebar-elements > li ul li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 89px;
}
.be-left-sidebar .sidebar-elements > li.active > a {
  padding-left: 20px;
  font-weight: 500;
  color: #F77E0F;
  border-right: 2px solid #F77E0F;
  background-color: #FFFFFF;
}
.be-left-sidebar .sidebar-elements > li.active > a > span {
  color: #F77E0F;
}
.be-left-sidebar .sidebar-elements > li.active > a > span.badge {
  color: #FFF4E7;
}
.be-left-sidebar .sidebar-elements > li.open > ul,
.be-left-sidebar .sidebar-elements > li.open > ul .nav-items .content > ul {
  display: block;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul {
    display: none;
  }
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements > li.open > ul.visible {
    display: table;
  }
}
.be-left-sidebar .sidebar-elements li.parent > a:before {
  content: "";
  float: right;
  font-family: "Material Icons";
  font-size: 1.615rem;
  color: #b0b0b0;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements li.parent > a:before {
    display: none;
  }
}
.be-left-sidebar .sidebar-elements li.parent.open > a:before {
  content: "";
}
.be-left-sidebar .sidebar-elements li.open > ul {
  display: block;
}
@media (min-width: 768px) {
  .be-collapsible-sidebar-collapsed .be-left-sidebar .sidebar-elements .sub-menu.visible li.parent > a:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .be-boxed-layout .be-left-sidebar {
    flex: 0 0 230px;
    position: relative;
  }
  .be-boxed-layout .be-left-sidebar:before {
    position: absolute;
  }
}
.be-left-sidebar:before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
  border-right: 1px solid #ffe4c3;
}
@media (max-width: 575.98px) {
  .be-left-sidebar:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .be-left-sidebar {
    width: 100%;
    background-color: #fff9f1;
    border-bottom: 1px solid #ffe4c3;
    border-right-width: 0;
    position: relative;
  }
  .be-left-sidebar .left-sidebar-wrapper,
.be-left-sidebar .left-sidebar-spacer,
.be-left-sidebar .left-sidebar-scroll,
.be-left-sidebar .left-sidebar-content {
    display: block;
    position: relative;
    overflow: visible;
  }
  .be-left-sidebar .left-sidebar-spacer {
    display: none;
    border-top: 2px solid #FFF4E7;
  }
  .be-left-sidebar .left-sidebar-spacer.open {
    display: block;
  }
  .be-left-sidebar .left-sidebar-content {
    padding-bottom: 20px;
  }
  .be-left-sidebar .sidebar-elements > li > a {
    text-align: left;
    position: relative;
  }
  .be-left-sidebar .sidebar-elements > li > a:hover {
    background-color: transparent;
  }
  .be-left-sidebar .sidebar-elements > li > a:hover > span {
    color: inherit;
  }
  .be-left-sidebar .sidebar-elements > li > ul {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .be-left-sidebar .sidebar-elements > li > ul li > a:hover {
    background-color: transparent;
  }
  .be-left-sidebar .sidebar-elements > li > ul li > a:active {
    background-color: #ffe8cc;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.title {
    display: none;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items {
    display: block;
    height: auto;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller {
    height: auto;
    overflow: visible;
  }
  .be-left-sidebar .sidebar-elements > li > ul > li.nav-items > .be-scroller > .content {
    padding-top: 0;
    overflow: visible;
    position: relative;
  }
  .be-left-sidebar .sidebar-elements > li:hover {
    background-color: inherit;
  }
  .be-left-sidebar .sidebar-elements > li:hover > ul {
    display: none;
  }
  .be-left-sidebar .sidebar-elements li.open > ul {
    display: block;
  }
}
.be-animate .be-left-sidebar {
  transition: all 0.35s ease;
}
.be-left-sidebar .left-sidebar-top {
  border-bottom: 1px solid #ffe4c3;
}
.be-left-sidebar .left-sidebar-top::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  body.open-left-sidebar .be-left-sidebar {
    left: 0;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  body.open-left-sidebar .be-wrapper {
    overflow: hidden;
  }
  body.open-left-sidebar .be-left-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

/*------------------------------------------------------------------
  [Right sidebar]
*/
.be-right-sidebar {
  position: fixed;
  background-color: #FAFAFA;
  margin-top: 61px;
  padding-bottom: 61px;
  width: 290px;
  height: 100%;
  right: -290px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e8e8e8;
  z-index: 1031;
}
.be-animate .be-right-sidebar {
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .be-boxed-layout .be-right-sidebar {
    position: absolute;
  }
}

@media (min-width: 768px) {
  body.open-right-sidebar .be-right-sidebar {
    right: 0;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  body.open-right-sidebar .be-wrapper {
    overflow: hidden;
  }
  body.open-right-sidebar .be-right-sidebar {
    transform: translate3d(0, 0, 0);
  }
}

.be-right-sidebar .sb-content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.be-right-sidebar .tab-navigation .nav-tabs {
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
}
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item {
  margin-right: 0;
}
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link {
  background-color: #f2f2f2;
  border-width: 0;
  padding: 15px 10px;
  min-width: auto;
  font-size: 1.077rem;
}
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link .icon {
  font-size: 1.923rem;
  color: #ffa63e;
}
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:hover {
  border: 0;
  background-color: #f6f6f6;
  color: #3b3b3b;
}
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link:focus {
  border: 0;
}
.be-right-sidebar .tab-navigation .nav-tabs > li.nav-item > a.nav-link.active {
  color: #F77E0F;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .be-right-sidebar .tab-navigation .nav-justified > li {
    display: table-cell;
  }
  .be-right-sidebar .tab-navigation .nav-justified > li > a {
    margin-bottom: 0;
    min-width: 40px;
  }
}
.be-right-sidebar .tab-panel {
  height: 100%;
  display: table-row;
}
.be-right-sidebar .tab-panel .tab-content {
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  display: table-cell;
  overflow: hidden;
}
.be-right-sidebar .tab-panel .tab-content .tab-pane {
  height: 100%;
  position: relative;
  width: 100%;
}
.be-right-sidebar .tab-panel .tab-content .tab-pane > .content {
  overflow: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.be-right-sidebar .tab-panel .tab-content .tab-pane h2, .be-right-sidebar .tab-panel .tab-content .tab-pane .h2 {
  font-size: 1.154rem;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 5px;
  margin-bottom: 20px;
  margin-top: 18px;
}
.be-right-sidebar .bottom-input {
  position: relative;
  border-top: 1px solid #f2f2f2;
}
.be-right-sidebar .bottom-input > input {
  border: 0;
  background-color: #FAFAFA;
  color: #404040;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 20px;
  outline: none;
}
.be-right-sidebar .bottom-input > span {
  position: absolute;
  color: #ffa63e;
  right: 15px;
  top: 50%;
  font-size: 1.538rem;
  margin-top: -10px;
  cursor: pointer;
}
.be-right-sidebar .bottom-input > span:hover {
  color: #ffc98a;
}
@media (max-width: 575.98px) {
  .be-right-sidebar {
    width: 290px;
    right: 0;
    transform: translate3d(100%, 0, 0);
    margin-top: 0;
    padding-bottom: 0;
  }
  .be-right-sidebar .tab-panel .tab-content > .chat {
    width: 100%;
  }
  .be-right-sidebar .tab-panel .tab-content > .chat .chat-contacts, .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    width: 100%;
  }
  .be-right-sidebar .tab-panel .tab-content > .chat .chat-window {
    left: 100%;
  }
  .be-right-sidebar .tab-panel .tab-content > .chat.chat-opened .chat-contacts {
    left: -100%;
  }
}
@media (max-width: 320px) {
  .be-right-sidebar {
    width: 90%;
  }
}

.main-content {
  padding: 1.5rem 0;
}

/*------------------------------------------------------------------
  [Page head]
*/
.page-head {
  padding: 20px -3.5rem 10px;
  position: relative;
}
@media print {
  .page-head {
    display: none;
  }
}
.page-head-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 2.154rem;
  color: #6b6b6b;
  line-height: 36px;
}
.page-head-description {
  display: block;
  color: #6e6e6e;
  font-size: 1.077rem;
  font-weight: 300;
}
.page-head .breadcrumb {
  background-color: transparent;
  padding: 3px 0;
  margin-bottom: 7px;
  line-height: 16px;
}
.page-head .breadcrumb > li {
  font-size: 1.077rem;
  font-weight: 300;
}
.page-head .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #a3a3a3;
}
.page-head .breadcrumb > li > a {
  color: #5e5e5e;
}
.page-head .breadcrumb > li > a:hover {
  color: #303030;
}
.page-head .breadcrumb > .active {
  color: #7a7a7a;
}
.page-head .breadcrumb-item {
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .page-head {
    padding: 18px -18.5rem 0;
    display: none;
  }
  .page-head-title {
    font-size: 1.846rem;
    line-height: 28px;
  }
}
.be-aside .page-head {
  margin-left: 280px;
}
@media (max-width: 575.98px) {
  .be-aside .page-head {
    margin-left: 0;
  }
}

/*------------------------------------------------------------------
  [Page aside]
*/
.be-aside .main-content {
  margin-left: 280px;
  width: auto;
}
@media (max-width: 575.98px) {
  .be-aside .main-content {
    margin-left: inherit;
  }
}
@media print {
  .be-aside .main-content {
    margin-left: 0;
  }
}
.be-aside .be-content {
  height: 100%;
}
.be-aside .content {
  height: 100%;
}

.page-aside {
  background: none repeat scroll 0 0 #FFF4E7;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 300px;
  border-right: 1px solid #ffddb4;
  margin-top: 61px;
  padding-bottom: 61px;
  color: #404040;
}
@media print {
  .page-aside {
    display: none;
  }
}
.be-collapsible-sidebar-collapsed .page-aside {
  left: 60px;
}
@media (max-width: 575.98px) {
  .be-collapsible-sidebar-collapsed .page-aside {
    left: 0;
  }
}
.no-border .page-aside {
  border-width: 0;
}
.page-aside .be-scroller-aside {
  position: relative;
  height: 100%;
  width: 100%;
}
.page-aside .content {
  padding: 20px 22px;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-aside {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    left: 0;
    border-bottom: 2px solid #ffe8ce;
  }
}

.aside-header {
  margin-bottom: 5px;
}
.aside-header .title {
  display: block;
  margin: 16px 0 0;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}
.aside-header .navbar-toggle {
  background: rgba(0, 0, 0, 0);
  display: none;
  outline: none;
  border: 0;
  padding: 0 11px 0 0;
  text-align: right;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 575.98px) {
  .aside-header .navbar-toggle {
    display: block;
  }
}
.aside-header .navbar-toggle .icon {
  font-size: 1.538rem;
  color: silver;
}
.aside-header .description {
  color: #5a5a5a;
  margin: 0;
}

.aside-nav {
  visibility: visible;
}
.aside-nav.collapse {
  display: block;
}
.aside-nav .nav li a {
  color: #404040;
  padding: 13px 22px;
}
.aside-nav .nav li.active a {
  color: #F77E0F;
}
.aside-nav .nav li.active a .icon {
  color: #F77E0F;
}
.aside-nav .nav li .badge {
  float: right;
  font-size: 0.9231rem;
  font-weight: 300;
  padding: 1px 7px;
}
.aside-nav .nav li .icon {
  font-size: 1.462rem;
  vertical-align: middle;
  text-align: center;
  min-width: 19px;
  margin-right: 6px;
  color: #616161;
}
.aside-nav .title {
  display: block;
  color: #999999;
  font-size: 0.8462rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding: 8px 22px 4px;
}
@media (max-width: 575.98px) {
  .aside-nav {
    border-bottom: 1px solid #ffddb4;
  }
  .aside-nav.collapse {
    display: none;
  }
  .aside-nav.show {
    display: block;
  }
}

.be-aside-header {
  background-color: #FFF4E7;
  padding: 37px 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .be-aside-header {
    padding: 20px 25px;
  }
}

.be-aside-header-title {
  display: block;
  margin: 3px 0 0;
  font-size: 1.769rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .be-aside-header-title {
    margin-bottom: 10px;
  }
}
.be-aside-header-title .icon {
  font-size: 1.769rem;
  color: #737373;
}
.be-aside-header-title .new-messages {
  font-size: 1rem;
  color: #8d8d8d;
  margin-left: 3px;
}

.be-aside-header-filters {
  padding: 0 20px 30px;
  border-bottom: 1px solid #ffddb4;
  background-color: #FFF4E7;
  display: table;
  width: 100%;
}
.be-aside-header-filters .dropdown-toggle:after {
  display: inline-block;
}
.be-aside-header-filters > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .be-aside-header-filters > div {
    vertical-align: top;
  }
}
@media (max-width: 767.98px) {
  .be-aside-header-filters .btn-group + .btn-group {
    margin-left: 0;
  }
}
.be-aside-header-filters .be-select-all.be-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.be-aside-header-filters .be-select-all.be-checkbox label:before {
  margin-right: 18px;
}
.be-aside-header-filters .be-aside-header-filters-right {
  text-align: right;
}
.be-aside-header-filters input {
  margin-right: 8px;
}

.be-aside-pagination-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .be-aside-pagination-indicator {
    margin-right: 0;
  }
}

.be-aside-pagination-nav .btn {
  min-width: 30px;
}
.be-aside-pagination-nav .btn i {
  font-size: 1.615rem;
  vertical-align: middle;
}

/*------------------------------------------------------------------
  [Splash screen]
*/
.be-splash-screen {
  background-color: #eee;
}
.be-splash-screen .be-wrapper {
  padding-top: 0;
}
.be-splash-screen .be-wrapper .be-content {
  margin: 0;
}

.splash-container {
  padding: var(--bs-gutter-y, 0.75rem) var(--bs-gutter-x, 0.75rem);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 1px solid rgba(247, 126, 15, 0.5);
}
@media (min-width: 768px) {
  .splash-container {
    min-width: 650px;
  }
}
.splash-container .card {
  margin-bottom: 30px;
}
.splash-container .card .card-header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
}
.splash-container .card .card-body {
  padding: 20px 30px 15px;
}
.splash-container .card .card-body .custom-checkbox {
  display: inline-block;
  margin: 0;
}
@media (max-width: 575.98px) {
  .splash-container {
    margin-top: 50px;
  }
}

.splash-title {
  text-align: center;
  display: block;
  font-size: 1.308rem;
  font-weight: 300;
}

.splash-description {
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 11px;
  padding-bottom: 10px;
}

.splash-footer {
  text-align: center;
}

/*------------------------------------------------------------------
	[Scroll to top button]
*/
.be-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #FFF4E7;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 14px;
  display: none;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  z-index: 1081;
}
@media print {
  .be-scroll-top {
    display: none !important;
  }
}
.be-scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.be-scroll-top:hover, .be-scroll-top:focus {
  color: #FFF4E7;
}
.be-scroll-top:before {
  content: "";
  font-family: "Material Icons";
  font-size: 2.538rem;
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------------------------------------
  [Sub Navigation]
*/
.be-sub-navigation {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  border-width: 0;
  border-bottom: 1px solid #ffddb4;
  padding: 0;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .be-sub-navigation {
    background-color: #000000;
    border-bottom-width: 0;
    display: block;
  }
}
.be-sub-navigation .navbar-collapse {
  border-color: #e3e3e3;
  padding: 0;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .be-sub-navigation .navbar-collapse {
    border-top: 1px solid #FFF4E7;
  }
}
.be-sub-navigation .navbar-nav {
  display: flex;
  float: none;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .be-sub-navigation .navbar-nav {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 15px 0;
    background-color: #fff9f1;
  }
}
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #333;
}
.be-sub-navigation .navbar-nav > li.nav-item.active > a.nav-link {
  color: #F77E0F;
}
.be-sub-navigation .navbar-nav > li.nav-item.show {
  display: block;
}
.be-sub-navigation .navbar-nav > li.nav-item.show > a, .be-sub-navigation .navbar-nav > li.nav-item.show > a:focus {
  color: #4e2a00;
}
.be-sub-navigation .navbar-nav > li.nav-item.show > a:hover {
  color: #F77E0F;
}
.be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu {
  margin-top: 12px;
}
.be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:after, .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before {
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  content: "";
  display: inline-block;
  left: 42px;
  margin-left: -6px;
  position: absolute;
}
.be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before {
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  border-bottom-color: #ffdaaf;
  margin-left: -7px;
  top: -9px;
}
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link {
  padding: 16px 15px;
  line-height: 18px;
  color: #777;
}
@media (max-width: 575.98px) {
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link {
    font-size: 1.077rem;
    padding: 10px 20px;
    color: dimgray;
  }
}
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle .mdi-caret-down {
  font-size: 1.385rem;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle .mdi-caret-down {
    color: #ffc886;
    float: right;
    line-height: 1.3;
  }
}
.be-sub-navigation .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
  display: none;
}
@media (max-width: 575.98px) {
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu {
    background-color: #ffedd9;
    padding: 10px 0;
    border-top: 1px solid #ffe6c8;
    border-right: 0;
    border-bottom: 1px solid #ffe6c8;
    border-left: 0;
    border-radius: 0;
    position: static;
    float: none;
    width: auto;
    box-shadow: none;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:before, .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu:after {
    display: none;
  }
  .be-sub-navigation .navbar-nav > li.nav-item.dropdown .dropdown-menu > a {
    color: dimgray;
    padding: 8px 15px 8px 49px;
    padding-left: 22px;
  }
}

.be-sub-navigation-collapse {
  padding: 16px 10px;
  color: #404040;
  border-bottom: 1px solid #FFF4E7;
  display: none;
}
.be-sub-navigation-collapse.collapsed {
  border-bottom: 1px solid #ffe4c3;
  transition: border-bottom-color 0.4s ease;
}
.be-sub-navigation-collapse.collapsed:before {
  content: "";
}
.be-sub-navigation-collapse:before {
  content: "";
  float: right;
  font-family: "Material Icons";
  font-size: 2.077rem;
  line-height: 22px;
  color: #ffc886;
}
.be-sub-navigation-collapse:focus {
  color: #404040;
}
.be-sub-navigation-collapse:hover {
  color: #4e2a00;
}
@media (max-width: 575.98px) {
  .be-sub-navigation-collapse {
    display: block;
    width: 100%;
    font-size: 1.077rem;
    font-weight: 300;
  }
}

.be-sub-header {
  border: 0;
  border-radius: 0;
  border-color: #e3e3e3;
  border-width: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #F77E0F;
  padding: 0 0 50px;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .be-sub-header {
    padding-bottom: 0;
    background-color: #FFFFFF;
  }
}
.be-sub-header:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .be-sub-header:before {
    display: none;
  }
}
.be-sub-header > .container {
  padding: 25px 20px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .be-sub-header > .container {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .be-mega-menu .be-sub-header > .container {
    width: 100%;
    max-width: 100%;
  }
}
.be-sub-header .navbar {
  padding: 0;
  width: 100%;
}
.be-sub-header .navbar-toggler {
  padding: 0;
  line-height: unset;
  border: 0;
  height: auto;
  width: 100%;
}
.be-sub-header .navbar-toggler:focus {
  outline: none;
}
.be-sub-header .navbar-toggler.collapsed {
  background-color: #FFFFFF;
}
.be-sub-header .navbar-toggler.collapsed .mega-menu-toggle:before {
  content: "";
}
.be-sub-header .navbar-toggler .mega-menu-toggle {
  display: none;
  background-color: #FFF4E7;
  padding: 16px 10px;
  color: #404040;
  font-weight: 300;
  font-size: 1.077rem;
  text-align: left;
}
.be-sub-header .navbar-toggler .mega-menu-toggle:before {
  content: "";
  float: right;
  font-family: "Material Icons";
  font-size: 2.077rem;
  line-height: 22px;
  color: #ffc886;
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-toggler .mega-menu-toggle {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav {
    padding: 15px 0;
    background-color: #fafafa;
    border-top: 2px solid #FFF4E7;
  }
}
.be-sub-header .navbar-nav > .nav-item + .nav-item {
  margin-left: 0;
}
.be-sub-header .navbar-nav > .nav-item > .nav-link {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 40px;
  min-width: 100px;
  padding: 0 17px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
  transition: color 0.12s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .be-sub-header .navbar-nav > .nav-item > .nav-link {
    min-width: 90px;
    padding: 0 13px;
  }
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav > .nav-item > .nav-link {
    color: dimgray;
    text-align: left;
    background-color: #fafafa;
    font-size: 1.077rem;
  }
  .be-sub-header .navbar-nav > .nav-item > .nav-link:after {
    color: #ffc886;
  }
}
.be-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
  font-size: 1.308em;
  margin-right: 5px;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
    display: inline-block;
    margin-right: 10px;
    min-width: 21px;
    text-align: center;
  }
}
.be-sub-header .navbar-nav > .nav-item > .nav-link > span {
  vertical-align: middle;
}
.be-sub-header .navbar-nav > .nav-item > .nav-link:hover {
  background-color: transparent;
  color: contrast-color(#F77E0F);
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav > .nav-item > .nav-link:hover {
    background-color: #fafafa;
  }
}
.be-sub-header .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
  display: none;
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav > .nav-item.parent > .nav-link:after {
    position: absolute;
    content: "";
    font-family: "Material Icons";
    font-size: 1.615rem;
    vertical-align: middle;
    right: 15px;
    margin-top: 2px;
  }
  .be-sub-header .navbar-nav > .nav-item.parent.open > .nav-link:after {
    content: "";
  }
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav > .nav-item.section-active > a {
    color: #F77E0F;
    font-weight: 500;
  }
}
.be-sub-header .navbar-nav > .nav-item.open > a, .be-sub-header .navbar-nav > .nav-item.open:hover > a {
  color: #F77E0F;
  background-color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .be-sub-header .navbar-nav > .nav-item.open > a, .be-sub-header .navbar-nav > .nav-item.open:hover > a {
    background-color: #fafafa;
  }
  .be-sub-header .navbar-nav > .nav-item.open > a:after, .be-sub-header .navbar-nav > .nav-item.open:hover > a:after {
    color: #F77E0F;
  }
}

.be-nav-tabs-sub {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub {
    position: relative;
    top: 0;
    flex-direction: column;
    padding: 10px 0;
    background-color: #ffedd9;
    border-top: 1px solid #ffe6c8;
    border-bottom: 1px solid #ffe6c8;
    flex-wrap: nowrap;
  }
  .be-nav-tabs-sub:last-child {
    border-bottom: 0;
  }
}
.be-nav-tabs-sub .name {
  margin-right: 0.4rem;
}
.nav-item.open .be-nav-tabs-sub {
  display: flex;
}
.be-nav-tabs-sub > .nav-item.mega-menu {
  position: static;
}
.be-nav-tabs-sub > .nav-item.show .be-mega-menu-section .nav-link {
  color: #F77E0F;
}
.be-nav-tabs-sub > .nav-item.show .nav-link {
  color: #333;
}
.be-nav-tabs-sub > .nav-item > .nav-link {
  padding: 0 26px;
  line-height: 50px;
  color: #777;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .be-nav-tabs-sub > .nav-item > .nav-link {
    padding: 0 14px;
  }
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub > .nav-item > .nav-link {
    padding-left: 50px;
    line-height: 36px;
    color: dimgray;
    font-size: 1rem;
  }
  .be-nav-tabs-sub > .nav-item > .nav-link:after {
    color: #ffc886;
  }
}
.be-nav-tabs-sub > .nav-item > .nav-link .icon {
  margin-right: 0.4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .be-nav-tabs-sub > .nav-item > .nav-link .icon {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub > .nav-item > .nav-link .icon {
    font-size: 1.154rem;
  }
}
.be-nav-tabs-sub > .nav-item > .nav-link:hover {
  color: #333;
}
.be-nav-tabs-sub > .nav-item > .nav-link.active {
  color: #F77E0F;
}
.be-nav-tabs-sub > .nav-item.parent > .nav-link {
  padding-right: 34px;
}
.be-nav-tabs-sub > .nav-item.parent > .nav-link:after {
  position: absolute;
  content: "";
  font-family: "Material Icons";
  font-size: 1.615rem;
  vertical-align: middle;
  margin-top: 1px;
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub > .nav-item.parent > .nav-link:after {
    right: 15px;
  }
}
.be-nav-tabs-sub > .nav-item.parent.open > .nav-link {
  color: #F77E0F;
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub > .nav-item.parent.open > .nav-link:after {
    content: "";
    color: #F77E0F;
  }
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub .dropdown.open > .dropdown-menu {
    display: block;
  }
}
.be-nav-tabs-sub .dropdown-menu {
  min-width: 200px;
  box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 0.6rem;
  border: 0;
  border-radius: 0;
}
.be-nav-tabs-sub .dropdown-menu .dropdown-item.active {
  color: #F77E0F;
}
@media (max-width: 575.98px) {
  .be-nav-tabs-sub .dropdown-menu {
    box-shadow: none;
    padding-bottom: 0.6rem;
    background-color: #ffe2bf;
    border-top: 1px solid #ffd8aa;
    border-bottom: 1px solid #ffd8aa;
  }
  .be-nav-tabs-sub .dropdown-menu .dropdown-item {
    padding-left: 80px;
    color: dimgray;
  }
  .be-nav-tabs-sub .dropdown-menu .dropdown-item:hover {
    background-color: inherit;
  }
}

footer {
  background-color: #FFF4E7;
  color: dimgray;
  padding: 5px;
}
footer p {
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  font-size: 10px;
}

/*------------------------------------------------------------------
  [Forms]
*/
/*------------------------------------------------------------------
  [Switch button]
*/
.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #ffae4e;
  width: 60px;
  height: 27px;
  padding: 4px;
  position: relative;
  vertical-align: middle;
}
.switch-button input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.switch-button label {
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #FFF inset;
  background-color: #FFF4E7;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}
.switch-button label:before {
  position: absolute;
  font-size: 0.8462rem;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #FFF4E7;
  border-radius: 50px;
}
.switch-button input[type=checkbox]:checked + span {
  border-radius: 50px;
  background-color: #F77E0F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.switch-button input[type=checkbox]:checked + span label {
  float: right;
  border-color: #e57108;
}
.switch-button input[type=checkbox]:checked + span label:before {
  position: absolute;
  font-size: 0.8462rem;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #FFF4E7;
  left: 0;
  text-align: left;
  padding-left: 10px;
}
.switch-button input[type=checkbox]:focus + span label:before {
  box-shadow: 0 0 0 0.15rem rgba(247, 126, 15, 0.3);
}
.switch-button input[type=checkbox]:checked:focus + span label:before {
  box-shadow: 0 0 0 0.15rem rgba(247, 126, 15, 0.5);
}
.switch-button.switch-button-yesno label:before {
  content: "NO";
}
.switch-button.switch-button-yesno input[type=checkbox]:checked + span label:before {
  content: "YES";
}
.switch-button.switch-button-xs {
  height: 20px;
  width: 53px;
  line-height: 16px;
  width: 50px;
}
.switch-button.switch-button-xs label {
  height: 12px;
  width: 12px;
}
.switch-button.switch-button-xs label:before {
  line-height: 21px;
}
.switch-button.switch-button-sm {
  height: 24px;
  width: 57px;
  line-height: 20px;
}
.switch-button.switch-button-sm label {
  height: 16px;
  width: 16px;
}
.switch-button.switch-button-sm label:before {
  line-height: 25px;
}
.switch-button.switch-button-lg {
  height: 30px;
  width: 63px;
  line-height: 26px;
  width: 65px;
}
.switch-button.switch-button-lg label {
  height: 22px;
  width: 22px;
}
.switch-button.switch-button-lg label:before {
  line-height: 31px;
}
.switch-button.switch-button-success {
  background-color: #ffae4e;
}
.switch-button.switch-button-success label {
  border-color: #ffa73f;
}
.switch-button.switch-button-success input[type=checkbox]:checked + span {
  background-color: #34a853;
}
.switch-button.switch-button-success input[type=checkbox]:checked + span label {
  border-color: #2e9549;
}
.switch-button.switch-button-success input[type=checkbox]:checked:focus + span label:before {
  box-shadow: 0 0 0 0.15rem rgba(52, 168, 83, 0.5);
}
.switch-button.switch-button-warning {
  background-color: #ffae4e;
}
.switch-button.switch-button-warning label {
  border-color: #ffa73f;
}
.switch-button.switch-button-warning input[type=checkbox]:checked + span {
  background-color: #fbbc05;
}
.switch-button.switch-button-warning input[type=checkbox]:checked + span label {
  border-color: #e3aa04;
}
.switch-button.switch-button-warning input[type=checkbox]:checked:focus + span label:before {
  box-shadow: 0 0 0 0.15rem rgba(251, 188, 5, 0.5);
}
.switch-button.switch-button-danger {
  background-color: #ffae4e;
}
.switch-button.switch-button-danger label {
  border-color: #ffa73f;
}
.switch-button.switch-button-danger input[type=checkbox]:checked + span {
  background-color: #ea4335;
}
.switch-button.switch-button-danger input[type=checkbox]:checked + span label {
  border-color: #e82e1e;
}
.switch-button.switch-button-danger input[type=checkbox]:checked:focus + span label:before {
  box-shadow: 0 0 0 0.15rem rgba(234, 67, 53, 0.5);
}

/*------------------------------------------------------------------
  [Elements]
*/
/*------------------------------------------------------------------
  [Widgets]
*/
.widget {
  background-color: #FFF4E7;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 3px;
}
.widget.widget-fullwidth {
  padding: 0;
}
.widget.widget-fullwidth .widget-head {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-left: 15px;
}
.widget.widget-fullwidth .widget-chart-container .counter {
  left: 20px;
}
.widget.widget-fullwidth .chart-table table {
  margin-bottom: 0;
}
.widget.widget-small {
  margin-bottom: 20px;
}
.widget.widget-small.widget-fullwidth > .widget-head {
  padding: 20px 15px 10px;
}
.widget th {
  border-top: 0;
}

.widget-head {
  margin-bottom: 20px;
  display: block;
  border-radius: 3px 3px 0 0;
}
.widget-head::after {
  display: block;
  clear: both;
  content: "";
}
.widget-head .title {
  display: block;
  font-size: 1.385rem;
  font-weight: 300;
}
.widget-head .description {
  display: block;
  color: #9e9e9e;
  line-height: 22px;
  font-weight: 300;
}
.widget-head .tools {
  float: right;
  margin-left: 10px;
}
.widget-head .tools .icon {
  display: inline-block;
  font-size: 1.538rem;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #ffb55d;
  min-width: 1.538rem;
  text-align: center;
}
.widget-head .tools .icon + .icon {
  margin-left: 2px;
}
.widget-head .tools .icon:hover {
  color: #ffa235;
}
.widget-head .tools .value {
  font-size: 1.846rem;
  line-height: 22px;
}
.widget-head .tools .dropdown {
  display: inline-block;
}
.widget-head .tools .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-head .button-toolbar {
  float: right;
}
@media (max-width: 575.98px) {
  .widget-head .button-toolbar .btn-group {
    margin-bottom: 5px;
  }
}
.widget-head .button-toolbar .btn-group + * {
  margin-left: 7px;
}
.widget-head .button-toolbar .dropdown-menu {
  right: 0;
  left: auto;
}

.widget-chart-container {
  position: relative;
}
.widget-chart-container .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.widget-chart-container .counter-inline {
  position: relative;
  display: inline-block;
}
.widget-chart-container .counter .value {
  font-size: 1.846rem;
}
.widget-chart-container .counter .desc {
  text-transform: uppercase;
  font-size: 0.8462rem;
  color: #9d9d9d;
}
.widget-chart-container .counter-big .value {
  display: block;
  font-size: 2.077rem;
  line-height: 2.077rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.widget-chart-container .indicator-equal .icon {
  color: #F77E0F;
}
.widget-chart-container .indicator-positive .icon {
  color: #34a853;
}
.widget-chart-container .indicator-negative .icon {
  color: #ea4335;
}
.widget-chart-container .indicator .icon {
  font-size: 1.923rem;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}
.widget-chart-container .indicator .number {
  font-size: 1.538rem;
  vertical-align: middle;
}

.widget-chart-info::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 575.98px) {
  .widget-chart-info + .widget-counter-group {
    margin-top: 15px;
  }
}
.widget-fullwidth .widget-chart-info {
  padding: 9px 20px 0;
}

.widget-counter-group {
  padding: 0 20px 10px;
}
.widget-counter-group-right {
  text-align: right;
}
.widget-counter-group .counter {
  position: static;
  display: inline-block;
}
.widget-counter-group .counter + .counter {
  margin-left: 20px;
}

/*------------------------------------------------------------------
  [Charts]
*/
.chart-legend table {
  width: 100%;
}
.chart-legend table tr td {
  padding: 6px 0;
  vertical-align: middle;
}

.chart-legend-color > span {
  display: block;
  background-color: #f2f2f2;
  height: 10px;
  width: 10px;
}

.chart-legend-value {
  text-align: right;
}

.chart-legend-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 14px;
}
.chart-legend-horizontal > li {
  display: inline-block;
}
.chart-legend-horizontal > li + li {
  margin-left: 14px;
}
.chart-legend-horizontal > li > span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 2px;
}

.chart-pie-counter {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 3.846rem;
  margin-top: -1.923rem;
  font-size: 3.846rem;
  font-weight: 300;
}

/*------------------------------------------------------------------
  [Colors]
*/
.clr-primary {
  background-color: #F77E0F;
}

.clr-success {
  background-color: #34a853;
}

.clr-warning {
  background-color: #fbbc05;
}

.clr-danger {
  background-color: #ea4335;
}

.clr-grey {
  background-color: #cccccc;
}

/*------------------------------------------------------------------
  [Grid]
*/
.bs-grid-block {
  border: 2px dashed #d4d4d4;
  font-weight: 300;
  font-size: 1.538rem;
  color: #807e7e;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
.bs-grid-block .content {
  display: table-cell;
  height: 177px;
  text-align: center;
  vertical-align: middle;
}
.bs-grid-block .content .size {
  display: block;
}
.bs-grid-block .content .device {
  line-height: 0;
}
.bs-grid-block .content .device:after {
  font-size: 1.154rem;
  content: "Phone";
  color: #34a853;
}
@media (max-width: 1199.98px) {
  .bs-grid-block .content .device:after {
    content: "Large Desktop";
    color: #F77E0F;
  }
}
@media (max-width: 991.98px) {
  .bs-grid-block .content .device:after {
    content: "Desktop";
    color: #F77E0F;
  }
}
@media (max-width: 767.98px) {
  .bs-grid-block .content .device:after {
    content: "Laptop";
    color: #F77E0F;
  }
}
@media (max-width: 575.98px) {
  .bs-grid-block .content .device:after {
    content: "Tablet";
    color: #34a853;
  }
}

/*------------------------------------------------------------------
  [Icons]
*/
.icon-container {
  background-color: #FFF4E7;
  padding: 20px;
  cursor: default;
}
.icon-container .icon {
  transition: background-color 300ms ease-in-out;
  background-color: #ffebd3;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 8px;
  padding: 12px;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}
.icon-container .icon span {
  transition: color 300ms ease-in-out;
  font-size: 1.923rem;
  color: #696767;
}
.icon-container .icon:hover {
  background-color: #F77E0F;
}
.icon-container .icon:hover span {
  color: #FFF4E7;
}
.icon-container .icon-class {
  transition: color 300ms ease-in-out;
  font-size: 1.385rem;
  font-weight: 300;
  vertical-align: middle;
  color: #696767;
}
.icon-container:hover .icon {
  background-color: #F77E0F;
}
.icon-container:hover .icon span {
  color: #FFF4E7;
}
.icon-container:hover .icon-class {
  color: #F77E0F;
}

.be-icons-list.hide-icons .icon-category .row > div {
  display: none;
}
.be-icons-list.hide-icons .icon-category .row > div.icon-visible {
  display: block;
}

/*------------------------------------------------------------------
  Loader
*/
.be-loading {
  position: relative;
}
.be-loading:after {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  z-index: 2;
}
.be-loading .be-spinner {
  display: none;
}
.be-loading-active:after {
  visibility: visible;
  opacity: 1;
}
.be-loading-active .be-spinner {
  display: block;
}

.be-loading .be-spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -20px;
  z-index: 3;
}
.be-spinner svg {
  animation: be-spinner-rotation 1.4s linear infinite;
  stroke: #F77E0F;
}
.be-spinner svg .circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: be-spinner-turn 1.4s ease-in-out infinite;
}

@keyframes be-spinner-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes be-spinner-turn {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/*------------------------------------------------------------------
  [Code]
*/
/* Pretty printing styles. Used with prettify.js. */
.prettyprint {
  font-size: 0.9231rem;
  line-height: 1.5;
}

/* Light Theme*/
pre {
  color: #555555;
}
pre .pln {
  color: #777777;
}
pre .str {
  color: #DD1144;
}
pre .kwd {
  color: #445588;
}
pre .com {
  color: #b8b6b1;
}
pre .typ {
  color: #008080;
}
pre .lit {
  color: #DD1144;
}
pre .pun,
pre .opn,
pre .clo {
  color: #949494;
}
pre .tag {
  color: #4285F4;
}
pre .atn {
  color: #ef6e62;
}
pre .atv {
  color: #697ce8;
}
pre .dec,
pre .var {
  color: #DD1144;
}
pre .fun {
  color: #445588;
}

/*Dark Theme*/
pre.be-code-dark {
  background-color: #4d4342;
  color: #FFFFFF;
}
pre.be-code-dark .pln {
  color: #ffffff;
}
pre.be-code-dark .str {
  color: #b5db99;
}
pre.be-code-dark .kwd {
  color: #e9c865;
}
pre.be-code-dark .com {
  color: #c3b8b7;
}
pre.be-code-dark .typ {
  color: #FF9787;
}
pre.be-code-dark .lit {
  color: #b5db99;
}
pre.be-code-dark .pun,
pre.be-code-dark .opn,
pre.be-code-dark .clo {
  color: #ffffff;
}
pre.be-code-dark .tag {
  color: #e9c865;
}
pre.be-code-dark .atn {
  color: #FF9787;
}
pre.be-code-dark .atv {
  color: #b5db99;
}
pre.be-code-dark .dec,
pre.be-code-dark .var {
  color: #b5db99;
}
pre.be-code-dark .fun {
  color: #e9c865;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

/*------------------------------------------------------------------
  [Dividers inside cards]
*/
.card-divider {
  margin: 10px 0;
  border-top: 1px solid #ffe8ce;
}
.card-divider-lg {
  margin: 15px 0;
}
.card-divider-xl {
  margin: 20px 0;
}

/*------------------------------------------------------------------
  [Pricing tables]
*/
.pricing-tables {
  margin: 30px 0 20px;
}
.pricing-tables > div {
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-table {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border-top: 3px solid #ffc37c;
  padding: 35px 20px;
  background: #FFF4E7;
  text-align: center;
  margin: 0 0 20px;
}
.pricing-table-image {
  margin-bottom: 15px;
}
.pricing-table-image svg path {
  fill: #ffa235;
}
.pricing-table-title {
  font-size: 1.538rem;
  font-weight: 300;
}
.pricing-table-price {
  padding: 5px 0 20px;
}
.pricing-table-price .currency {
  vertical-align: top;
}
.pricing-table-price .value {
  font-size: 35px;
  line-height: 40px;
}
.pricing-table-price .frecuency {
  font-size: 1.538rem;
  font-weight: 300;
}
.pricing-table-features {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.pricing-table-features > li {
  font-size: 1.077rem;
  font-weight: 300;
  line-height: 33px;
}
.pricing-table .btn {
  line-height: 36px;
  min-width: 120px;
}

.pricing-table-primary {
  border-color: #F77E0F;
}
.pricing-table-primary .pricing-table-image svg path {
  fill: #F77E0F;
}
.pricing-table-primary.pricing-table-color {
  background-color: #5f99f5;
  border-color: #5f99f5;
}
.pricing-table-primary.pricing-table-color .card-divider {
  border-top-color: #3d84f3;
}

.pricing-table-warning {
  border-color: #fbbc05;
}
.pricing-table-warning .pricing-table-image svg path {
  fill: #fbbc05;
}
.pricing-table-warning.pricing-table-color {
  background-color: #f6c163;
  border-color: #f6c163;
}
.pricing-table-warning.pricing-table-color .card-divider {
  border-top-color: #f4b441;
}

.pricing-table-success {
  border-color: #34a853;
}
.pricing-table-success .pricing-table-image svg path {
  fill: #34a853;
}
.pricing-table-success.pricing-table-color {
  background-color: #37b358;
  border-color: #37b358;
}
.pricing-table-success.pricing-table-color .card-divider {
  border-top-color: #2f984b;
}

.pricing-table-danger {
  border-color: #ea4335;
}
.pricing-table-danger .pricing-table-image svg path {
  fill: #ea4335;
}
.pricing-table-danger.pricing-table-color {
  background-color: #eb6357;
  border-color: #eb6357;
}
.pricing-table-danger.pricing-table-color .card-divider {
  border-top-color: #e74537;
}

.pricing-table-color {
  color: #FFF4E7;
}
.pricing-table-color .pricing-table-image svg path {
  fill: #FFF4E7;
}
.pricing-table-color .card-divider {
  border-top-color: #FFF4E7;
}

.be-option-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-around;
}

.be-option-button {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #404040;
  padding: 12px 21px;
  border-radius: 3px;
  min-width: 107px;
}
.be-option-button:hover {
  background-color: #F77E0F;
  color: #FFF4E7;
}
.be-option-button .icon {
  font-size: 1.615rem;
  font-weight: 400;
}

/*------------------------------------------------------------------
  [Timeline]
*/
.timeline {
  margin: 0 auto 40px;
  padding: 0;
  padding-bottom: 20px;
  max-width: 840px;
  position: relative;
}
@media (max-width: 575.98px) {
  .timeline {
    padding: 0;
  }
}
.timeline:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: #ffd3a0;
  left: 170px;
  margin-left: -1px;
}
@media (max-width: 575.98px) {
  .timeline:before {
    left: 50%;
    margin-left: -1px;
    top: -35px;
  }
}

.timeline-item {
  position: relative;
  padding-left: 210px;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .timeline-item {
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.timeline-item:before {
  content: "";
  position: absolute;
  top: 34.5px;
  left: 162px;
  border: 2px solid #cccccc;
  width: 16px;
  height: 16px;
  background-color: #ffe4c3;
  border-radius: 50px;
}
@media (max-width: 575.98px) {
  .timeline-item:before {
    display: none;
  }
}
.timeline-item:nth-child(4n+1):before {
  border-color: #F77E0F;
}
.timeline-item:nth-child(4n+2):before {
  border-color: #fbbc05;
}
.timeline-item:nth-child(4n+3):before {
  border-color: #34a853;
}
.timeline-item:nth-child(4n+4):before {
  border-color: #ea4335;
}
.timeline-variant .timeline-item {
  padding-left: 0;
  margin: 30px 0 0;
}
@media (max-width: 575.98px) {
  .timeline-variant .timeline-item {
    margin-top: 60px;
  }
}
.timeline-variant .timeline-item.right {
  right: 0;
  padding-left: calc(50% + 45px);
}
@media (max-width: 575.98px) {
  .timeline-variant .timeline-item.right {
    padding: 0;
  }
}
.timeline-variant .timeline-item.left {
  left: 0;
  padding-right: calc(50% + 45px);
}
@media (max-width: 575.98px) {
  .timeline-variant .timeline-item.left {
    padding: 0;
  }
}
.timeline-variant .timeline-item.left .timeline-content:after {
  right: -5px;
  left: inherit;
}
.timeline-variant .timeline-item.left .timeline-content:before {
  right: -5px;
  left: inherit;
}
.timeline-variant .timeline-item.left .timeline-icon {
  left: initial;
  right: -67px;
}
@media (max-width: 575.98px) {
  .timeline-variant .timeline-item.left .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
  }
}
.timeline-variant .timeline-item:before {
  display: none;
}

.timeline-date {
  position: absolute;
  display: block;
  left: 0;
  top: 34px;
  width: 145px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .timeline-date {
    width: 100%;
    left: 0;
    top: -40px;
    text-align: center;
  }
  .timeline-date span {
    background-color: #ffd8aa;
    padding: 5px 8px;
    border-radius: 4px;
    line-height: 25px;
  }
}

.timeline-content {
  position: relative;
  background-color: #FFF4E7;
  padding: 25px 30px 25px 28px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  min-height: 85px;
  padding: 15px 18px;
}
.timeline-item-gallery .timeline-content {
  padding-bottom: 15px;
}
.timeline-content:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  transform: rotate(45deg);
  top: 37.5px;
  left: -5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.07);
  z-index: -1;
}
@media (max-width: 575.98px) {
  .timeline-content:after {
    display: none;
  }
}
.timeline-content:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 37.5px;
  left: -5px;
}
@media (max-width: 575.98px) {
  .timeline-content:before {
    display: none;
  }
}

.timeline-avatar {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}
.timeline-avatar img {
  width: 100%;
  height: 100%;
}

.timeline-header {
  display: block;
  padding: 7px 0 0 46px;
}
@media (max-width: 575.98px) {
  .timeline-header {
    padding-top: 0;
  }
}
.timeline-variant .timeline-header {
  padding-top: 0;
  line-height: 16px;
}

.timeline-autor {
  display: inline-block;
  font-weight: 700;
}

.timeline-activity {
  display: inline-block;
  margin: 0;
}
.timeline-variant .timeline-activity {
  display: inline;
  line-height: 16px;
}

.timeline-time {
  float: right;
  color: #ffa73f;
}
.timeline-variant .timeline-time {
  float: none;
  display: block;
  line-height: 21px;
}

.timeline-summary {
  color: #fb8800;
  margin-top: 4px;
}
.timeline-summary p {
  margin-bottom: 0;
}
.timeline-variant .timeline-summary {
  margin-top: 20px;
}
.timeline-variant .timeline-summary p {
  line-height: 16px;
}

.timeline-gallery {
  margin-top: 12px;
}
.timeline-variant .timeline-gallery {
  margin-top: 20px;
}
.timeline-gallery .gallery-thumbnail {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.timeline-blockquote {
  margin: 10px 0 0 5px;
  padding: 4px 10px;
  border-left: 4px solid #ffd8aa;
  color: #fb8800;
}
.timeline-variant .timeline-blockquote {
  margin-top: 20px;
}
.timeline-blockquote p {
  font-size: 1rem;
}
.timeline-blockquote footer {
  color: #fb8800;
}

/*Load more button*/
@media (max-width: 575.98px) {
  .timeline-loadmore {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.timeline-loadmore .load-more-btn {
  background-color: #ffd3a0;
  border-radius: 2px;
  padding: 5px 9px;
  color: #6d3b00;
  outline: none;
  font-size: 0.92308rem;
  font-weight: 500;
  position: absolute;
  left: 131px;
}
@media (max-width: 575.98px) {
  .timeline-loadmore .load-more-btn {
    position: relative;
    left: 0;
  }
}
.timeline-loadmore:before {
  display: none;
}
.timeline-variant .timeline-loadmore {
  text-align: center;
  margin-bottom: 40px;
}
.timeline-variant .timeline-loadmore .load-more-btn {
  position: relative;
  left: initial;
}

/*------------------------------------------------------------------
  [Detailed items content like gallery & blockquote]
*/
.timeline-item-detailed .timeline-time {
  line-height: 21px;
}
.timeline-item-detailed .timeline-header {
  line-height: 21px;
}
.timeline-variant .timeline-item-detailed .timeline-header {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 15px;
}
.timeline-item-detailed .timeline-avatar {
  vertical-align: top;
}

.timeline-variant {
  max-width: none;
  padding-bottom: 0;
}
.timeline-variant:before {
  left: 50%;
  z-index: -1;
  top: 70px;
}

.timeline-month {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 30px 0 15px;
  padding: 11px 0 12px;
  font-size: 1.385rem;
  background-color: #FFFFFF;
  font-weight: 300;
}
.timeline-month:first-child {
  margin-top: 0;
  padding-bottom: 5px;
}

.timeline-icon {
  position: absolute;
  color: #FFF4E7;
  top: 20px;
  left: -67px;
  width: 44px;
  height: 44px;
  font-size: 1.538rem;
  border: 2px solid #FFF4E7;
  text-align: center;
  background-color: #ffe4c3;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .timeline-icon {
    left: 50%;
    margin-left: -18px;
    top: -48px;
    width: 38px;
    height: 38px;
    font-size: 1.385rem;
  }
}
.timeline-icon > .icon {
  line-height: 40px;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .timeline-icon > .icon {
    line-height: 34px;
  }
}
.file .timeline-icon {
  background-color: #F77E0F;
}
.comment .timeline-icon {
  background-color: #fbbc05;
}
.gallery .timeline-icon {
  background-color: #34a853;
}
.quote .timeline-icon {
  background-color: #ea4335;
}

.table-filters-container {
  margin: 0;
  border-bottom: 1px solid #ffddb4;
}
.table-filters-container .custom-checkbox {
  white-space: nowrap;
}

.table-filters {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.table-filter-title {
  flex: 0 0 auto;
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #787878;
}

#slider-value {
  font-size: 1.462rem;
  font-weight: 400;
}

.filter-container {
  padding: 5px 0 15px;
}

/*------------------------------------------------------------------
  [Invoice]
*/
.invoice {
  background-color: #FFF4E7;
  padding: 100px 100px 70px;
  color: #ff8b02;
  padding: 35px 25px 15px;
}
@media (max-width: 767.98px) {
  .invoice {
    padding: 50px 50px 35px;
  }
}

.invoice-header {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .invoice-header {
    margin-bottom: 50px;
  }
}
.invoice-header > div {
  float: none;
  width: 100%;
}

.invoice-logo {
  height: 54px;
  min-width: 320px;
  background-image: url("../img/logo-xx.png");
  background-repeat: no-repeat;
  background-position: 0;
  margin: 0 auto 20px;
  float: none;
  min-width: auto;
}
@media (max-width: 767.98px) {
  .invoice-logo {
    height: 27px;
    width: 160px;
    background-image: url("../img/logo.png");
  }
}
@media print {
  .invoice-logo {
    height: 27px !important;
    width: 160px !important;
    background-image: url("../img/logo.png") !important;
    display: block !important;
    background-repeat: no-repeat !important;
  }
}

.invoice-order {
  text-align: right;
  text-align: center;
}

.invoice-id {
  display: block;
  font-size: 2.308rem;
  line-height: 2.308rem;
}
@media (max-width: 767.98px) {
  .invoice-id {
    font-size: 1.154rem;
    line-height: 1.3849rem;
  }
}

.incoice-date {
  display: block;
  font-size: 1.385rem;
}
@media (max-width: 767.98px) {
  .incoice-date {
    font-size: 1rem;
  }
}

.invoice-data {
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .invoice-data {
    margin-bottom: 55px;
  }
}
.invoice-data > div {
  float: none;
  width: 100%;
}

.invoice-person {
  text-align: center;
}
.invoice-person span {
  font-size: 1.385rem;
  line-height: 2rem;
  display: block;
}
@media (max-width: 767.98px) {
  .invoice-person span {
    font-size: 1.0004rem;
    line-height: 1.5385rem;
  }
}
.invoice-person .name {
  font-weight: 500;
}
.invoice-person:last-child {
  text-align: right;
  text-align: center;
}

.invoice-payment-direction {
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding: 20px;
}
.invoice-payment-direction .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffedd8;
  font-size: 3.846rem;
  color: #ffbc6d;
  line-height: 80px;
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .invoice-payment-direction .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.923rem;
  }
}
@media print {
  .invoice-payment-direction .icon {
    background-color: #ffedd8 !important;
    color: #ffbc6d !important;
  }
}

.invoice-details {
  width: 100%;
  font-size: 1.231rem;
}
@media (max-width: 767.98px) {
  .invoice-details {
    font-size: 0.8464rem;
  }
}
.invoice-details tr > td {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .invoice-details tr > td {
    padding: 15px 0;
  }
}
.invoice-details th {
  text-align: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffe6c8;
}
.invoice-details th:first-child {
  text-align: left;
}
.invoice-details td.description, .invoice-details td.hours, .invoice-details td.amount, .invoice-details td.summary {
  border-bottom: 1px solid #ffe6c8;
}
.invoice-details td.hours {
  text-align: right;
}
.invoice-details td.amount {
  text-align: right;
}
.invoice-details td.summary {
  color: #ffbe72;
}
.invoice-details td.total {
  color: #ff8b02;
  font-weight: 500;
}
.invoice-details td.total-value {
  font-size: 1.692rem;
  color: #F77E0F;
}
@media (max-width: 767.98px) {
  .invoice-details td.total-value {
    font-size: 0.8464rem;
  }
}

.invoice-payment-method {
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .invoice-payment-method {
    margin-bottom: 37px;
  }
}
.invoice-payment-method span {
  font-size: 1.385rem;
  line-height: 2rem;
  display: block;
}
@media (max-width: 767.98px) {
  .invoice-payment-method span {
    font-size: 1.0004rem;
    line-height: 1.5385rem;
  }
}
.invoice-payment-method .title {
  font-weight: 500;
}

.invoice-message {
  font-size: 1.231rem;
  margin-bottom: 62px;
  margin-bottom: 31px;
}
@media (max-width: 767.98px) {
  .invoice-message {
    font-size: 1rem;
  }
}
.invoice-message .title {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.invoice-message p {
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .invoice-message p {
    line-height: 1.5385rem;
  }
}

.invoice-company-info {
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .invoice-company-info {
    margin-bottom: 35px;
  }
}
.invoice-company-info > div {
  border-left: 1px solid #ffe6c8;
  padding: 8px 40px;
}
@media (max-width: 575.98px) {
  .invoice-company-info > div {
    border: none;
    padding: 8px 15px;
  }
}
.invoice-company-info > div:first-child {
  border-left: none;
}
.invoice-company-info .summary {
  padding: 0 40px 0;
  line-height: 16px;
}
@media (max-width: 575.98px) {
  .invoice-company-info .summary {
    padding: 8px 15px;
  }
}
.invoice-company-info .summary .title {
  color: #ff8b02;
  font-size: 1.077rem;
  line-height: 21px;
  font-weight: 500;
}
.invoice-company-info .summary p {
  line-height: 16px;
}
@media (max-width: 767.98px) {
  .invoice-company-info .phone {
    border-left-width: 0;
  }
}

.invoice-footer {
  text-align: center;
}
.invoice-footer .btn {
  min-width: 96px;
  font-size: 1.077rem;
}
@media print {
  .invoice-footer {
    display: none !important;
  }
}

/*------------------------------------------------------------------
  [Custom pages]
*/
/*------------------------------------------------------------------
  [Login]
*/
.row.login-tools {
  padding: 15px 0 0;
  margin-bottom: 16px;
}

.login-forgot-password {
  line-height: 2.1;
  text-align: right;
}

.login-submit, .row.login-submit {
  padding: 19px 0 0;
  margin-bottom: 1.3842rem;
}
.login-submit .btn, .row.login-submit .btn {
  width: 100%;
}
.login-submit > div:first-child, .row.login-submit > div:first-child {
  padding-right: 10px;
}
.login-submit > div:last-child, .row.login-submit > div:last-child {
  padding-left: 10px;
}

/*------------------------------------------------------------------
  [Error pages]
*/
.be-error .error-container {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 575.98px) {
  .be-error .error-container {
    margin-top: 50px;
  }
}
.be-error .error-number {
  display: block;
  font-size: 11.54rem;
  font-weight: 700;
  line-height: 240px;
  margin-bottom: 30px;
  max-height: 240px;
}
.be-error .error-number:after {
  padding-top: 0.25%;
  display: block;
  content: "";
}
@media (max-width: 575.98px) {
  .be-error .error-number {
    padding: 20px 0;
    font-size: 6.923rem;
    margin-bottom: 10px;
    line-height: 100px;
  }
}
.be-error .error-description {
  font-size: 2.308rem;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .be-error .error-description {
    font-size: 1.462rem;
  }
}
.be-error .error-goback-text {
  font-size: 1.692rem;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .be-error .error-goback-text {
    font-size: 1.15rem;
  }
}
.be-error .error-goback-button {
  margin-bottom: 30px;
}
.be-error .error-goback-button .btn {
  min-width: 153px;
  text-align: center;
}

/*------------------------------------------------------------------
  [Page 404]
*/
.be-error-404 .error-container .error-number {
  background: url("../img/404-bg.png") no-repeat center center;
  background-size: contain;
  padding: 0;
  font-size: 5.385rem;
}
@media (max-width: 340px) {
  .be-error-404 .error-container .error-number {
    font-size: 3.846rem;
  }
}
@media (max-width: 295px) {
  .be-error-404 .error-container .error-number {
    font-size: 3.077rem;
  }
}

/*------------------------------------------------------------------
  [Sign up]
*/
.splash-container.sign-up {
  max-width: 433px;
  margin: 10px auto;
}
.splash-container.sign-up .card .card-header {
  margin-bottom: 0;
}

.signup-password.row {
  padding: 0;
  margin-bottom: 1.3842rem;
}
.signup-password .btn {
  width: 100%;
}
.signup-password > div:first-child {
  padding-right: 10px;
}
.signup-password > div:last-child {
  padding-left: 10px;
}

/*------------------------------------------------------------------
  [Forgot password]
*/
.splash-container.forgot-password .card .card-header {
  margin-bottom: 5px;
}

/*------------------------------------------------------------------
  [Gallery]
*/
.gallery-container {
  max-width: 767px;
}
.gallery-container .item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.gallery-container .item .photo {
  background: #FFF4E7;
}
.gallery-container .item .photo .img {
  position: relative;
}
.gallery-container .item .photo .img img {
  width: 100%;
}
.gallery-container .item .photo .img .over {
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(247, 126, 15, 0.8);
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  overflow: hidden;
}
.gallery-container .item .photo .img .over .info-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  margin-top: -80px;
  transition: margin-top 200ms ease-in-out;
}
.gallery-container .item .photo .img .over .info {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 0;
  text-align: center;
  color: #FFF4E7;
  padding: 0 10px;
}
.gallery-container .item .photo .img .over .title {
  font-size: 1.38462rem;
  font-weight: 300;
}
.gallery-container .item .photo .img .over .description {
  margin: 10px 0 18px;
  line-height: 15px;
}
.gallery-container .item .photo .img .over .func a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.gallery-container .item .photo .img .over .func a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gallery-container .item .photo .img .over .func a i {
  font-size: 1.385rem;
  color: #FFF4E7;
  line-height: 30px;
}
.gallery-container .item .photo .img:hover .over {
  opacity: 1;
}
.gallery-container .item .photo .img:hover .over .info-wrapper {
  margin-top: 0;
}
.gallery-container .item .photo .description {
  line-height: 20px;
  display: table;
  width: 100%;
}
.gallery-container .item .photo .description .icon {
  display: table-cell;
  background-color: #ffddb4;
  padding: 20px;
  vertical-align: middle;
  width: 20px;
  padding: 15px;
}
.gallery-container .item .photo .description .icon a {
  color: #4d4d4d;
}
.gallery-container .item .photo .description .icon a i {
  font-size: 2.308rem;
  font-size: 1.538rem;
}
.gallery-container .item .photo .description .icon a:hover {
  color: #F77E0F;
}
.gallery-container .item .photo .description .desc {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  padding: 10px;
}
.gallery-container .item .photo .description .desc h4, .gallery-container .item .photo .description .desc .h4 {
  margin: 0;
  font-size: 1.385rem;
  font-size: 1.154rem;
}
.gallery-container .item .photo .description .desc span {
  color: #8a8888;
  font-size: 0.9231rem;
  font-weight: 300;
}
.gallery-container .item.w2 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .gallery-container .item {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .gallery-container .item {
    width: 50%;
  }
}
.gallery-container .item {
  width: 100%;
  padding: 0;
}
.gallery-container .item.w2 {
  width: 100%;
}

.aside-compose {
  text-align: center;
  padding: 20px 25px;
  margin-top: 10px;
}

.email-inbox-header {
  background-color: #FFF4E7;
  padding: 37px 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .email-inbox-header {
    padding: 20px 25px;
  }
}

.email-title {
  display: block;
  margin: 3px 0 0;
  font-size: 1.769rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .email-title {
    margin-bottom: 10px;
  }
}
.email-title .icon {
  font-size: 1.769rem;
  color: #737373;
}
.email-title .new-messages {
  font-size: 1rem;
  color: #8d8d8d;
  margin-left: 3px;
}

.email-filters {
  padding: 0 20px 30px;
  border-bottom: 1px solid #ffddb4;
  background-color: #FFF4E7;
  display: table;
  width: 100%;
}
.email-filters .dropdown-toggle:after {
  display: inline-block;
}
.email-filters > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .email-filters > div {
    vertical-align: top;
  }
}
.email-filters .btn-group + .btn-group {
  margin-left: 10px;
  margin-left: 0;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .email-filters .btn-group + .btn-group {
    margin-left: 0;
    margin-top: 10px;
  }
}
.email-filters .be-select-all.custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 1rem 0 0;
}
.email-filters .be-select-all.custom-checkbox .custom-control-label::before {
  margin-right: 18px;
}
.email-filters .email-filters-right {
  text-align: right;
}
.email-filters input {
  margin-right: 8px;
}

.email-pagination-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .email-pagination-indicator {
    margin-right: 0;
  }
}

.email-pagination-nav .btn {
  min-width: 30px;
}
.email-pagination-nav .btn i {
  font-size: 1.615rem;
  vertical-align: middle;
}

.email-list {
  background: #FFF4E7;
}

.email-list-item {
  border-bottom: 1px solid #ffddb4;
  padding: 14px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background-color: #ffefdd;
}
.email-list-item--unread {
  background-color: #FFF4E7;
}
.email-list-item--unread:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  top: -1px;
  bottom: -1px;
  left: 0;
  background-color: #F77E0F;
}
.email-list-item--unread .email-list-detail .from, .email-list-item--unread .email-list-detail .date {
  font-weight: 500;
}
.email-list-item .icon {
  margin-right: 7px;
  font-size: 1.154rem;
  vertical-align: middle;
  color: #666666;
}
.email-list-item .from {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 3px 0;
}
.email-list-item .msg {
  margin: 0;
  color: #737373;
}
.email-list-item:hover {
  background-color: #ffedd8;
}

.email-list-detail, .email-list-actions {
  vertical-align: top;
  display: table-cell;
}

.email-list-actions {
  width: 40px;
}
.email-list-actions .custom-checkbox {
  padding: 0;
  margin-top: -2px;
}
.email-list-actions .custom-checkbox.custom-control {
  margin-bottom: 0;
}
.email-list-actions .favorite {
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  line-height: 15px;
}
.email-list-actions .favorite span {
  font-size: 1.538rem;
  line-height: 17px;
  color: silver;
}
.email-list-actions .favorite:hover span {
  color: #8d8d8d;
}
.email-list-actions .favorite.active span {
  color: #FFC600;
}

.email-head {
  background-color: #FFF4E7;
}

.email-head-title {
  padding: 25px 25px;
  border-bottom: 1px solid #ffddb4;
  display: block;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 1.769rem;
}
.email-head-title .icon {
  color: #b96400;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
  float: left;
  font-size: 1.538rem;
}

.email-head-subject {
  padding: 25px 25px;
  border-bottom: 1px solid #ffddb4;
}
.email-head-subject .title {
  display: block;
  font-size: 1.769rem;
  font-weight: 300;
  color: #5a5a5a;
}
.email-head-subject .title > a .icon {
  color: silver;
  font-size: 1.385rem;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 31px;
  position: relative;
  top: -1px;
}
.email-head-subject .title > a:hover .icon {
  color: #8d8d8d;
}
.email-head-subject .title > a.active .icon {
  color: #FFC600;
}
.email-head-subject .icons {
  font-size: 1.538rem;
  float: right;
}
.email-head-subject .icons .icon {
  color: #737373;
  margin-left: 12px;
  vertical-align: middle;
}
.email-head-subject .icons .icon:hover {
  color: #5a5a5a;
}

.email-head-sender {
  padding: 13px 25px;
  line-height: 40px;
}
.email-head-sender .avatar {
  float: left;
  margin-right: 10px;
}
.email-head-sender .avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.email-head-sender .sender {
  font-size: 1.15rem;
}
.email-head-sender .sender .actions {
  display: inline-block;
  position: relative;
}
.email-head-sender .sender .icon {
  font-size: 1.538rem;
  line-height: 16px;
  color: #5a5a5a;
  margin-left: 7px;
}
.email-head-sender .sender .icon i {
  line-height: 16px;
  vertical-align: middle;
}
.email-head-sender .date {
  float: right;
}
.email-head-sender .date a {
  vertical-align: middle;
  margin-right: 5px;
}
.email-head-sender .date .icon {
  font-size: 1.538rem;
}

.email-body {
  background-color: #FFF4E7;
  border-top: 1px solid #ffddb4;
  padding: 30px 28px;
}
.email-body p {
  line-height: 25px;
  margin-bottom: 20px;
}
.email-body p:last-child {
  margin-bottom: 0;
}

.email-attachments {
  background-color: #FFF4E7;
  padding: 25px 28px;
  border-top: 1px solid #ffddb4;
}
.email-attachments .title {
  display: block;
  font-weight: 500;
}
.email-attachments .title span {
  font-weight: 400;
}
.email-attachments ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.email-attachments ul > li {
  line-height: 23px;
}
.email-attachments ul > li a {
  color: #404040;
  font-weight: 500;
}
.email-attachments ul > li a:hover {
  color: #F77E0F;
}
.email-attachments ul > li span {
  font-weight: 400;
}
.email-attachments ul > li .icon {
  vertical-align: middle;
  color: #737373;
  margin-right: 2px;
}

.compose-title {
  font-weight: 400;
  font-size: 1.769rem;
  height: auto;
  padding: 25px 23px;
  border: 0;
  width: 100%;
  outline: none;
  background-color: #FFF4E7;
}
.compose-title .icon {
  float: left;
  font-size: 1.538rem;
  margin-right: 15px;
  color: #b96400;
  margin-top: 6px;
}

.email-compose-fields {
  background-color: #FFF4E7;
  border-bottom: 1px solid #ffddb4;
  padding: 30px 30px 20px;
}
.email-compose-fields label {
  padding-top: 15px;
}

.email.editor {
  background-color: #FFF4E7;
  padding: 30px;
}
.email.editor .note-toolbar {
  border: 0;
}
.email.editor .form-group {
  text-align: right;
  margin-top: 15px;
}
.email.editor .form-group .icon {
  font-size: 1.769rem;
}

.code-editor {
  height: 100%;
}

.aside-content .nav {
  display: block;
}

.aside-content .nav li a {
  display: block;
  position: relative;
}

.aside-content .nav li a:hover {
  text-decoration: none;
  background-color: #EEEEEE;
}

.code-editor #console {
  height: 100%;
}

.code-editor #console .CodeMirror {
  height: 100%;
}

.codeditor .page-title {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 10px;
}

.codeditor .description {
  color: #888;
}

.page-aside.codeditor .compose {
  margin-top: 10px;
  font-size: 1.077rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 25px;
}

.page-aside.codeditor + .main-content {
  height: calc(100vh - 61px);
  width: auto;
}
@media (max-width: 575.98px) {
  .page-aside.codeditor + .main-content {
    height: auto;
  }
}

.page-aside.codeditor .compose .btn {
  width: 100%;
  border: 0;
  border-radius: 3px !important;
  max-width: 180px;
}

.page-aside.codeditor .mail-nav {
  display: block;
  margin-top: 13px;
  padding: 0;
}

.page-aside.codeditor .mail-nav ul li {
  margin: 0;
}

.page-aside.codeditor .mail-nav ul li a {
  border-radius: 0;
  color: #555;
  padding: 12px 15px;
}

.page-aside.codeditor .mail-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.01);
}

.page-aside.codeditor .mail-nav ul li.active a {
  color: #555;
  background: rgba(0, 0, 0, 0.025);
}

.page-aside.codeditor .mail-nav ul li a .label {
  border-radius: 2px;
}

.page-aside.codeditor .mail-nav ul li a .label.label-default {
  background: #d4d4d4;
}

.page-aside.codeditor .mail-nav ul li a .label.label1 {
  background: #19B698;
}

.page-aside.codeditor .mail-nav ul li a .label.label2 {
  background: #E85647;
}

.page-aside.codeditor .mail-nav ul li a .label.label3 {
  background: #F4A425;
}

.page-aside.codeditor ul li a span.unsaved {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  content: "";
  background-color: #F77E0F;
  border-radius: 100%;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 10px;
}

.page-aside.codeditor .mail-nav ul li a i {
  font-size: 1.077rem;
  width: 24px;
  text-align: center;
}

.page-aside.codeditor .mail-nav .title {
  color: #888;
  margin: 5px 0 0 0;
  padding: 8px 13px 4px;
  border-bottom: 1px solid #E5E5E5;
}

/*inbox*/
.mail-inbox .head {
  background: #FFF;
  padding: 20px 25px;
}

.mail-inbox .head h3, .mail-inbox .head .h3 {
  margin: 9px 0 15px 0;
}

.mail-inbox .head h3 span, .mail-inbox .head .h3 span {
  color: #888;
  font-weight: 300;
  font-size: 1.231rem;
}

.mail-inbox .head input[type=text] {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}

.mail-inbox .head input[type=text]:focus {
  border-color: #badefd;
}

.mail-inbox .filters {
  padding: 9px 20px 10px 20px;
  border-bottom: 1px solid #E5E5E5;
}

.mail-inbox .filters .checkbox {
  margin-right: 8px;
}

.mail-inbox .mails {
  background: #FFF;
}

.mail-inbox .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}

.mail-inbox .mails .item:nth-child(even) {
  background: rgba(0, 0, 0, 0.015);
}

.mail-inbox .mails .item:hover {
  background: rgba(0, 0, 0, 0.035);
}

.mail-inbox .mails .item > div {
  vertical-align: top;
  display: table-cell;
}

.mail-inbox .mails .item > div:first-child {
  width: 35px;
}

.mail-inbox .mails .item > div:first-child > div {
  margin-top: 2px;
}

.mail-inbox .checkbox {
  background-color: #FFF;
}

.mail-inbox .mails .item .from {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 3px 0;
}

.mail-inbox .mails .item .date i {
  margin-right: 7px;
  font-size: 1.077rem;
}

.mail-inbox .mails .item .msg {
  font-size: 0.9231rem;
  margin: 0;
}

/*Message*/
.message .head {
  background: #FFF;
  padding: 20px 25px 24px;
}

.message .head h3, .message .head .h3 {
  margin: 9px 0 15px 0;
}

.message .head h3 span, .message .head .h3 span {
  font-weight: 300;
  font-size: 1.538rem;
  float: right;
}

.message .head h3 span a, .message .head .h3 span a {
  color: #888;
  margin-right: 15px;
}

.message .head h4 span, .message .head .h4 span {
  font-weight: 100;
  font-size: 1.154rem;
  float: right;
}

.message .head h4 span a, .message .head .h4 span a {
  color: #FEA200;
  margin-right: 10px;
}

.message .mail {
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  padding: 30px;
  font-size: 2rem;
}

.message .mail p {
  font-size: 1.154rem;
  font-weight: 100;
}

.message .mails .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 17px 20px;
  display: table;
  width: 100%;
  cursor: pointer;
}

.message .mails .item:nth-child(even) {
  background: rgba(0, 0, 0, 0.015);
}

.message .mails .item:hover {
  background: rgba(0, 0, 0, 0.035);
}

.message .mails .item > div {
  vertical-align: top;
  display: table-cell;
}

.message .mails .item > div:first-child {
  width: 35px;
}

.message .mails .item > div:first-child > div {
  margin-top: 2px;
}

.message .checkbox {
  background-color: #FFF;
}

.message .mails .item .from {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 3px 0;
}

.message .mails .item .date i {
  margin-right: 7px;
  font-size: 1.077rem;
}

.message .mails .item .msg {
  font-size: 0.9231rem;
  margin: 0;
}

@media (max-width: 767px) {
  .cl-mcont.aside {
    display: block;
  }

  .page-aside.codeditor {
    display: block;
  }

  .aside .content {
    display: block;
  }

  .page-aside > div {
    width: 100%;
  }

  .cl-mcont.aside > .content {
    display: block;
  }

  .page-aside.codeditor .mail-nav ul li {
    display: block;
  }

  .page-aside.codeditor .mail-nav {
    margin-top: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }

  .page-aside.codeditor .mail-nav .compose {
    border-top: 1px solid #E5E5E5;
    background: #FCFCFC;
  }

  .page-aside.codeditor div.content {
    border-bottom: 1px solid #E5E5E5;
  }

  .page-aside.codeditor .mail-nav.collapse.show {
    display: block;
  }

  .page-aside.codeditor .mail-nav.collapse {
    display: none;
  }

  .message .mail {
    border-top: 0;
  }
}
.CodeMirror {
  height: auto;
}

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

.be-booking-promos.row {
  padding: 26px;
}
@media (max-width: 575.98px) {
  .be-booking-promos.row {
    margin: 0;
    padding: 15px 0;
  }
}

.be-booking-promo {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #FFF4E7;
  border-left: 3px solid #F77E0F;
  padding: 23px 30px 26px;
  margin-bottom: 26px;
  flex-direction: column;
}
.be-booking-promo.be-booking-promo-danger {
  border-left-color: #ea4335;
}
.be-booking-promo.be-booking-promo-warning {
  border-left-color: #fbbc05;
}
.be-booking-promo.be-booking-promo-success {
  border-left-color: #34a853;
}
.be-booking-promo.be-booking-promo-soldout {
  border-left-color: #ffdaaf;
}
.be-booking-promo.be-booking-promo-soldout:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 72px 0;
  border-color: transparent;
  border-right-color: #ffdaaf;
}
.be-booking-promo.be-booking-promo-soldout .be-soldout-title {
  position: absolute;
  font-size: 0.8462rem;
  color: #ff9416;
  top: 20px;
  right: 5px;
  transform: rotate(45deg);
}

.be-booking-desc {
  flex: 0 1 60%;
  margin-bottom: 20px;
  text-align: center;
}

.be-booking-desc-title {
  padding-bottom: 15px;
  font-size: 1.538rem;
  margin: 0 0 13px;
  border-bottom: 1px solid #ffe1be;
}

.be-booking-desc-details {
  font-size: 1.077rem;
}

.be-booking-promo-price {
  text-align: center;
}

.be-booking-promo-amount {
  position: relative;
  margin: 3px 0 19px;
}
.be-booking-promo-soldout .be-booking-promo-amount {
  margin-top: 41px;
}
.be-booking-promo-amount .currency {
  font-size: 1.154rem;
  line-height: 1;
  vertical-align: top;
}
.be-booking-promo-amount .price {
  font-size: 3.154rem;
  line-height: 1;
}
.be-booking-promo-amount .frecuency {
  font-size: 1.769rem;
  line-height: 1;
  font-weight: 300;
}

.btn.be-booking-btn-price {
  padding: 0 21px;
  line-height: 34px;
}

.be-booking-promo-big {
  padding: 25px 30px 35px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.be-booking-promo-big .be-booking-desc-title {
  font-size: 1.538rem;
  font-weight: 400;
}
.be-booking-promo-big .be-promo-big-title {
  position: absolute;
  font-size: 1.462rem;
  color: #FFF4E7;
  top: 13px;
  right: 14px;
}
.be-booking-promo-big:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 72px 72px 0;
  border-color: transparent;
}
.be-booking-promo-big.be-booking-promo-danger .be-booking-desc-title {
  color: #ea4335;
}
.be-booking-promo-big.be-booking-promo-danger:before {
  border-right-color: #ea4335;
}
.be-booking-promo-big.be-booking-promo-primary .be-booking-desc-title {
  color: #F77E0F;
}
.be-booking-promo-big.be-booking-promo-primary:before {
  border-right-color: #F77E0F;
}
.be-booking-promo-big.be-booking-promo-success .be-booking-desc-title {
  color: #34a853;
}
.be-booking-promo-big.be-booking-promo-success:before {
  border-right-color: #34a853;
}
.be-booking-promo-big.be-booking-promo-warning .be-booking-desc-title {
  color: #fbbc05;
}
.be-booking-promo-big.be-booking-promo-warning:before {
  border-right-color: #fbbc05;
}

.be-booking-promo-color {
  color: #FFF4E7;
}
.be-booking-promo-color.be-booking-promo-danger {
  background-color: #ea4335;
}
.be-booking-promo-color.be-booking-promo-primary {
  background-color: #F77E0F;
}
.be-booking-promo-color.be-booking-promo-success {
  background-color: #34a853;
}
.be-booking-promo-color.be-booking-promo-warning {
  background-color: #fbbc05;
}

.docs {
  /* Pretty printing styles. Used with prettify.js. */
  /* Specify class=linenums on a pre to get line numbering */
  /* IE indents via margin-left */
  /* Alternate shading for lines */
}
.docs .page-aside .aside-content .aside-nav {
  padding: 0;
}
.docs .page-aside .aside-content .aside-nav .navbar {
  padding: 0;
  font-size: 1rem;
  line-height: 20px;
}
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > .nav-link:hover {
  background-color: #ffedd8;
}
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > .nav-link.active {
  color: #F77E0F;
}
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > .nav-link.active + ul {
  display: block;
}
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > ul {
  padding: 10px 0;
  display: none;
  background-color: #ffe8ce;
  border-top: 1px solid #ffe1be;
  border-bottom: 1px solid #ffe1be;
  font-size: 1rem;
  line-height: 20px;
}
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > ul .nav-link {
  padding: 8px 22px;
}
.docs .page-aside .aside-content .aside-nav .navbar > .nav-item > ul .nav-link.active {
  color: #F77E0F;
}
.docs .shareable-anchor:before {
  display: block;
  height: 8.25rem;
  margin-top: -8.25rem;
  visibility: hidden;
  content: "";
}
.docs .shareable-anchor div a {
  display: none;
}
.docs .shareable-anchor div:hover a {
  display: inline-block;
}
.docs .main-content {
  background-color: #f2f2f2;
}
.docs section > h1, .docs section > .h1, .docs section > h2, .docs section > .h2 {
  margin-top: 60px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.docs section > h1, .docs section > .h1 {
  font-size: 40px;
}
.docs section > h2, .docs section > .h2 {
  font-size: 30px;
}
.docs section > h3, .docs section > .h3 {
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 27px;
}
.docs section > h4, .docs section > .h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.docs section > p {
  font-size: 17px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 25px;
}
.docs section > p b, .docs section > p strong {
  font-weight: 400;
}
.docs section > ul, .docs section > ol {
  font-size: 17px;
  font-weight: 300;
  line-height: 33px;
}
.docs section > img {
  max-width: 100%;
}
.docs .gallery-container .item {
  width: 50%;
}
.docs .prettyprint {
  font-size: 13px;
  line-height: 1.5;
}
.docs pre {
  border: 0;
  padding: 20px;
  margin-bottom: 0;
}
.docs .code-panel {
  margin-bottom: 30px;
}
.docs .code-panel__heading {
  background: #5A5775;
  color: #cecece;
  font-size: 15px;
  padding: 11px 16px;
}
.docs pre {
  background-color: #4F4A68;
  color: #EDEBE6;
}
.docs pre .pln {
  color: #eeeeee;
}
.docs pre .str {
  color: #92CF78;
}
.docs pre .kwd {
  color: #f386ac;
}
.docs pre .com {
  color: #8275E7;
}
.docs pre .typ {
  color: #97f6fb;
}
.docs pre .lit {
  color: #dcc175;
}
.docs pre .pun,
.docs pre .opn,
.docs pre .clo {
  color: #e3e2e0;
}
.docs pre .tag {
  color: #f386ac;
}
.docs pre .atn {
  color: #1DFDC0;
}
.docs pre .atv {
  color: #F2C770;
}
.docs pre .dec,
.docs pre .var {
  color: #E86493;
}
.docs pre .fun {
  color: #445588;
}
.docs ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
.docs li.L0,
.docs li.L1,
.docs li.L2,
.docs li.L3,
.docs li.L5,
.docs li.L6,
.docs li.L7,
.docs li.L8 {
  list-style-type: none;
}
.docs li.L1,
.docs li.L3,
.docs li.L5,
.docs li.L7,
.docs li.L9 {
  background: #eee;
}

/*------------------------------------------------------------------
  [dataTables]
*/
table.dataTable {
  margin: 0 !important;
  border-collapse: collapse !important;
  width: 100% !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  font-size: 1.538rem;
  bottom: 0.5rem;
}
table.dataTable tbody tr.child ul.dtr-details {
  padding: 0;
  line-height: 28px;
  width: 100%;
}
table.dataTable tbody td span.expand-content-icon {
  display: none;
  cursor: pointer;
  color: #F77E0F;
  font-size: 1.692rem;
  padding-top: 5px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child {
  padding-left: 33px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before {
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  color: #F77E0F;
  font-weight: bold;
  font-size: 1.538rem;
  line-height: 15px;
  border-color: #F77E0F;
  background-color: transparent;
  box-shadow: none;
}

div.dataTables_wrapper {
  flex-flow: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}
div.dataTables_wrapper div.dataTables_info {
  color: #616161;
  padding-top: 5px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
  justify-content: flex-end;
  justify-content: center;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  font-size: 1rem;
  color: #616161;
}
div.dataTables_wrapper div.dataTables_length label {
  justify-content: flex-start;
}
div.dataTables_wrapper div.dataTables_length label select.form-control-sm {
  height: 37px;
  padding: 2px;
  margin: 0 5px;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
}
div.dataTables_wrapper div.dataTables_filter + * {
  padding-top: 10px;
}
div.dataTables_wrapper div.dataTables_filter label {
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_filter label select {
  padding: 2px;
}

.be-datatable-header {
  border-bottom: 1px solid #dee2e6;
  margin: 2px 0 0;
  padding: 15px 10px 22px;
}
.be-datatable-header .dt-buttons .btn embed {
  outline: none;
}

.be-datatable-footer {
  margin: 0;
  padding: 15px 3px 13px;
  background-color: #ffedd8;
  border-top: 1px solid #dee2e6;
}

/*------------------------------------------------------------------
  [Bootstrap dateTime Picker]
*/
.datetimepicker {
  padding: 4px 12px;
}
.datetimepicker.input-group {
  padding: 4px 0;
}
.datetimepicker .input-group-append > button {
  padding: 0 13px;
  font-size: 1.846rem;
  line-height: 23px;
}
.datetimepicker .input-group-append > button > i {
  vertical-align: middle;
}
.datetimepicker.input-group-sm .input-group-append > button {
  font-size: 1.538rem;
  line-height: 21px;
  padding: 0 11px;
}
.datetimepicker.input-group-lg .input-group-append > button {
  padding: 0 15px;
}
.datetimepicker table {
  border-collapse: separate;
  border-spacing: 7px 2px;
}
.datetimepicker table thead tr th {
  padding: 10px 4px 8px;
}
.datetimepicker table thead tr th.prev, .datetimepicker table thead tr th.next {
  padding: 0;
}
.datetimepicker table thead tr th.prev > .icon, .datetimepicker table thead tr th.next > .icon {
  font-size: 1.615rem;
}
.datetimepicker table thead tr th.prev:hover, .datetimepicker table thead tr th.next:hover {
  background-color: transparent;
  color: #F77E0F;
}
.datetimepicker table thead tr th.switch {
  font-weight: 600;
  font-size: 1.077rem;
}
.datetimepicker table thead tr th.switch:hover {
  background-color: transparent;
  color: #5a5a5a;
}
.datetimepicker table thead tr th.dow {
  font-weight: 400;
  font-size: 1.077rem;
  padding-top: 10px;
}
.datetimepicker table tbody tr td {
  line-height: 31px;
  padding: 0 8px;
}
.datetimepicker table tbody tr td.day {
  border-radius: 50%;
  color: #737373;
}
.datetimepicker table tbody tr td.day.old, .datetimepicker table tbody tr td.day.new {
  color: #b3b3b3;
}
.datetimepicker table tbody tr td.day.active {
  background: #F77E0F;
  color: #FFF4E7;
  text-shadow: none;
}
.datetimepicker table tbody tr td.day.active:hover {
  background: #cc6507;
}
.datetimepicker table tbody tr td .year, .datetimepicker table tbody tr td .month, .datetimepicker table tbody tr td .hour, .datetimepicker table tbody tr td .minute {
  color: #737373;
}
.datetimepicker table tbody tr td .year.old, .datetimepicker table tbody tr td .year.new, .datetimepicker table tbody tr td .month.old, .datetimepicker table tbody tr td .month.new, .datetimepicker table tbody tr td .hour.old, .datetimepicker table tbody tr td .hour.new, .datetimepicker table tbody tr td .minute.old, .datetimepicker table tbody tr td .minute.new {
  color: #b3b3b3;
}
.datetimepicker table tbody tr td .year.active, .datetimepicker table tbody tr td .month.active, .datetimepicker table tbody tr td .hour.active, .datetimepicker table tbody tr td .minute.active {
  background: #F77E0F;
  color: #FFF4E7;
  text-shadow: none;
}
.datetimepicker table tbody tr td .year.active:hover, .datetimepicker table tbody tr td .month.active:hover, .datetimepicker table tbody tr td .hour.active:hover, .datetimepicker table tbody tr td .minute.active:hover {
  background: #cc6507;
}
.datetimepicker table tbody tr td fieldset legend {
  font-size: 1.308rem;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 5px;
}
.datetimepicker.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.datetimepicker.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

/*------------------------------------------------------------------
  [DropZone]
*/
form.dropzone {
  position: relative;
  border: 2px dashed #d4d4d4;
  padding: 70px 60px 80px;
  background: transparent;
}
form.dropzone .icon {
  background-color: #ffddb4;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}
form.dropzone .icon span {
  font-size: 4.615rem;
  color: #696767;
}
form.dropzone h2, form.dropzone .h2 {
  margin-bottom: 30px;
  font-size: 3.077rem;
  font-weight: 300;
}
form.dropzone .note {
  font-size: 1.231rem;
}
form.dropzone .dz-preview.dz-file-preview .dz-image, form.dropzone .dz-preview.dz-image-preview .dz-image {
  border: 3px solid #F77E0F;
  border-radius: 3px;
  background: #ffe4c3;
  display: flex;
  align-items: center;
  justify-content: center;
}
form.dropzone .dz-preview.dz-file-preview.dz-error .dz-image, form.dropzone .dz-preview.dz-image-preview.dz-error .dz-image {
  border-color: #ea4335;
}
form.dropzone .dz-preview.dz-file-preview.dz-success .dz-image, form.dropzone .dz-preview.dz-image-preview.dz-success .dz-image {
  border-color: #F77E0F;
}
form.dropzone .dz-preview .dz-details .dz-filename span, form.dropzone .dz-preview .dz-details .dz-size span {
  background: transparent;
}
form.dropzone .dz-preview .dz-error-message {
  word-break: break-word;
}

.dropzone-mobile-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tooltip-chart {
  display: flex;
}
.tooltip-chart .content-chart {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  border-radius: 3px;
  padding: 5px 12px 5px;
  position: relative;
}
.tooltip-chart .content-chart:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -5px;
  margin-left: 50%;
  left: -5px;
}
.tooltip-chart .content-chart.arrow-none:before {
  display: none;
}
.tooltip-chart .content-chart span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: -2px;
  text-align: center;
  color: #fbc08a;
}
.tooltip-chart .content-chart .label {
  font-size: 11px;
  text-align: center;
}
.tooltip-chart .content-chart .label .label-x, .tooltip-chart .content-chart .label .label-y {
  display: inline-block;
}

/*------------------------------------------------------------------
  [Full calendar]
*/
.full-calendar .fc-toolbar {
  padding-top: 25px;
  margin-bottom: 30px;
}
.full-calendar .fc-view-container .fc-event-container .fc-event {
  background: #F77E0F;
  border-color: #d66a07;
  color: #FFF4E7;
  border-radius: 0;
}
.full-calendar .fc-view-container .fc-border-separate .fc-today {
  background-color: #ffedd8;
}
.full-calendar .fc-view-container .fc-cell-overlay {
  background-color: fade(#F77E0F, 50%);
}
.full-calendar .fc-button {
  color: #404040;
  background: #FFF4E7;
  border-color: #ffd3a0;
  height: auto;
  padding: 10px;
  font-size: 1rem;
  line-height: 28px;
}
.full-calendar .fc-button:focus, .full-calendar .fc-button.focus {
  color: #404040;
  background-color: #FFF4E7;
  border-color: #ffd3a0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  outline: none;
}
.full-calendar .fc-button:hover, .full-calendar .fc-button.hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF4E7;
  border-color: #ffb55d;
}
.full-calendar .fc-button:active, .full-calendar .fc-button.fc-state-active, .full-calendar .fc-button.active, .open > .full-calendar .fc-button.dropdown-toggle {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
  color: #272727;
  background-color: #ffdaaf;
  border-color: #ffb55d;
}
.full-calendar .fc-button:active:hover, .full-calendar .fc-button:active:focus, .full-calendar .fc-button:active.focus, .full-calendar .fc-button.fc-state-active:hover, .full-calendar .fc-button.fc-state-active:focus, .full-calendar .fc-button.fc-state-active.focus, .full-calendar .fc-button.active:hover, .full-calendar .fc-button.active:focus, .full-calendar .fc-button.active.focus, .open > .full-calendar .fc-button.dropdown-toggle:hover, .open > .full-calendar .fc-button.dropdown-toggle:focus, .open > .full-calendar .fc-button.dropdown-toggle.focus {
  color: #272727;
  background-color: #ffdaaf;
  border-color: #ffb55d;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}
.full-calendar .fc-button:active, .full-calendar .fc-button.active, .open > .full-calendar .fc-button.dropdown-toggle {
  background-image: none;
}
.full-calendar .fc-button.disabled, .full-calendar .fc-button.disabled:hover, .full-calendar .fc-button.disabled:focus, .full-calendar .fc-button.disabled.focus, .full-calendar .fc-button.disabled:active, .full-calendar .fc-button.disabled.active, .full-calendar .fc-button[disabled], .full-calendar .fc-button[disabled]:hover, .full-calendar .fc-button[disabled]:focus, .full-calendar .fc-button[disabled].focus, .full-calendar .fc-button[disabled]:active, .full-calendar .fc-button[disabled].active, fieldset[disabled] .full-calendar .fc-button, fieldset[disabled] .full-calendar .fc-button:hover, fieldset[disabled] .full-calendar .fc-button:focus, fieldset[disabled] .full-calendar .fc-button.focus, fieldset[disabled] .full-calendar .fc-button:active, fieldset[disabled] .full-calendar .fc-button.active {
  background-color: #FFF4E7;
  border-color: #ffd3a0;
}
.full-calendar .fc-button.fc-prev-button, .full-calendar .fc-button.fc-next-button {
  padding-left: 7px;
  padding-right: 7px;
}
.full-calendar .fc-button .fc-icon:after {
  position: static;
  font-weight: 400;
  font-size: 1.615rem;
}
.full-calendar .fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.full-calendar .fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media (max-width: 575.98px) {
  .full-calendar {
    max-width: 767px;
  }
  .full-calendar .fc-toolbar .fc-left, .full-calendar .fc-toolbar .fc-center, .full-calendar .fc-toolbar .fc-right {
    text-align: center;
    display: block;
    width: 100%;
  }
  .full-calendar .fc-toolbar .fc-left {
    padding-bottom: 20px;
  }
  .full-calendar .fc-toolbar .fc-center {
    padding: 0;
  }
}

.fullcalendar-external-events .fc-event {
  margin: 2px 0;
  padding: 5px;
  background: #F77E0F;
  color: #FFF4E7;
  font-size: 0.85em;
  cursor: pointer;
  display: inline-block;
  border-width: 0;
}
.fullcalendar-external-events p input {
  margin-top: 15px;
}
.fullcalendar-external-events p label {
  font-weight: 300;
  vertical-align: middle;
}

/*------------------------------------------------------------------
  [Perfect Scrollbar]
*/
/*Perfect Scrollbar*/
.ps:hover > .ps__rail-y, .ps.ps--scrolling-y > .ps__rail-y {
  background-color: transparent;
}
.ps:hover > .ps__rail-y:hover, .ps.ps--scrolling-y > .ps__rail-y:hover {
  width: 6px;
  background-color: #eeeeee;
}
.ps:hover > .ps__rail-y > .ps__thumb-y, .ps.ps--scrolling-y > .ps__rail-y > .ps__thumb-y {
  right: 0;
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.ps > .ps__rail-y {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ps > .ps__rail-y > .ps__thumb-y {
  right: 0;
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

/*------------------------------------------------------------------
  [Notifications]
*/
#gritter-notice-wrapper {
  width: 360px;
  top: 82px;
}
@media (max-width: 400px) {
  #gritter-notice-wrapper {
    right: 0;
    width: 100%;
    padding: 0 10px;
  }
}

.gritter-item-wrapper {
  background: url("../lib/jquery.gritter/images/gritter-bg.png");
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.gritter-item-wrapper .gritter-item {
  font-family: "Roboto", Arial, sans-serif;
  background: transparent;
  padding: 0;
  display: flex;
}
.gritter-item-wrapper .gritter-item .gritter-img-container {
  display: flex;
  flex: 0 0 94px;
  align-items: center;
  justify-content: center;
  background-color: #302f2f;
}
@media (max-width: 400px) {
  .gritter-item-wrapper .gritter-item .gritter-img-container {
    flex: 0 0 80px;
  }
}
.gritter-item-wrapper .gritter-item .gritter-img-container .gritter-image {
  float: none;
}
.gritter-item-wrapper .gritter-item .gritter-content {
  flex: 1 1 100%;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
  padding: 15px 35px 17px 15px;
  color: #ffd19b;
}
@media (max-width: 400px) {
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image {
    padding: 10px 25px 10px 13px;
  }
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close {
  display: block;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 30px;
  font-size: 0;
  background: transparent;
  text-indent: inherit;
  opacity: 0.4;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:hover, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:hover {
  opacity: 0.8;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-close:after, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-close:after {
  content: "";
  font-family: "Material Icons";
  color: #FFF4E7;
  font-size: 1.538rem;
  text-shadow: none;
  line-height: 35px;
  margin-left: 7px;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 1.308rem;
}
.gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image p, .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image p {
  font-size: 0.9231rem;
  line-height: 19px;
}
.gritter-item-wrapper .gritter-item .gritter-content .gritter-without-image {
  border-left: 0;
}
.gritter-item-wrapper.img-rounded {
  border-radius: 0;
}
.gritter-item-wrapper.img-rounded .gritter-img-container .gritter-image {
  border-radius: 50%;
}
.gritter-item-wrapper.clean {
  background: #FFF4E7;
}
.gritter-item-wrapper.clean .gritter-item {
  color: #404040;
}
.gritter-item-wrapper.clean .gritter-item .gritter-img-container {
  background-color: #ffefdd;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content {
  color: #404040;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close {
  opacity: 0.5;
}
.gritter-item-wrapper.clean .gritter-item .gritter-content .gritter-close:after {
  color: #404040;
}
.gritter-item-wrapper.color .gritter-item .gritter-content {
  color: #FFF4E7;
}
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close {
  opacity: 0.7;
}
.gritter-item-wrapper.color .gritter-item .gritter-content .gritter-close:hover {
  opacity: 1;
}
.gritter-item-wrapper.primary {
  background: #F77E0F;
}
.gritter-item-wrapper.success {
  background: #34a853;
}
.gritter-item-wrapper.warning {
  background: #fbbc05;
}
.gritter-item-wrapper.danger {
  background: #ea4335;
}
.gritter-item-wrapper.dark {
  background: #3d3c3c;
}
.gritter-item-wrapper.facebook {
  background: #5d82d1;
}
.gritter-item-wrapper.facebook .gritter-item .gritter-img-container {
  background-color: #5179ce;
}
.gritter-item-wrapper.twitter {
  background: #50bff5;
}
.gritter-item-wrapper.twitter .gritter-item .gritter-img-container {
  background-color: #42baf4;
}
.gritter-item-wrapper.google-plus {
  background: #eb5e4c;
}
.gritter-item-wrapper.google-plus .gritter-item .gritter-img-container {
  background-color: #e9523e;
}
.gritter-item-wrapper.dribbble {
  background: #f7659c;
}
.gritter-item-wrapper.dribbble .gritter-item .gritter-img-container {
  background-color: #f65693;
}
.gritter-item-wrapper.flickr {
  background: #0063dc;
}
.gritter-item-wrapper.flickr .gritter-item .gritter-img-container {
  background-color: #005ccd;
}
.gritter-item-wrapper.linkedin {
  background: #238cc8;
}
.gritter-item-wrapper.linkedin .gritter-item .gritter-img-container {
  background-color: #2183bb;
}
.gritter-item-wrapper.youtube {
  background: #ef4e41;
}
.gritter-item-wrapper.youtube .gritter-item .gritter-img-container {
  background-color: #ee4133;
}
.gritter-item-wrapper.pinterest {
  background: #e13138;
}
.gritter-item-wrapper.pinterest .gritter-item .gritter-img-container {
  background-color: #df242b;
}
.gritter-item-wrapper.github {
  background: #333;
}
.gritter-item-wrapper.github .gritter-item .gritter-img-container {
  background-color: #2b2b2b;
}
.gritter-item-wrapper.tumblr {
  background: #426d9b;
}
.gritter-item-wrapper.tumblr .gritter-item .gritter-img-container {
  background-color: #3d6590;
}

@media (max-width: 400px) {
  .gritter-image {
    max-width: 32px;
    max-height: 32px;
  }
}
.ms-container .ms-selectable {
  background-color: transparent;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #F77E0F;
}

.ms-container .ms-list {
  background-color: #FFF4E7;
}
.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border-color: #F77E0F;
}

.ms-container .search-input {
  height: 30px;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------
  [Select2]
*/
.input-group .select2-container--default {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border: 0.07692rem solid #d5d8de;
  border-radius: 8px;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus {
  border-color: #4285f4;
  outline: 0;
}
.select2-container--default .select2-selection--single {
  height: 3.692rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
  height: 3.53816rem;
  line-height: 3.53816rem;
  font-size: 1.077rem;
  color: #404040;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  right: 25px;
  font-size: 1.538rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.5382rem;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "";
  font-family: "Material Icons";
  font-size: 1.923rem;
  font-weight: normal;
  line-height: 3.5382rem;
  color: #404040;
}
.select2-container--default .select2-selection--multiple {
  min-height: 3.53816rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 8px;
  margin-right: 0;
  font-size: 1.538rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background-color: #ffe8ce;
  color: #5a5a5a;
  border-width: 0;
  padding: 4px 6px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #666666;
  margin-right: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #4d4d4d;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: 2rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.077rem;
  color: #999;
}
.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0.07692rem solid #d5d8de;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "";
}
.select2-container--default .select2-results__group {
  font-size: 0.9231rem;
  color: #5a5a5a;
}
.select2-container--default .select2-results__option {
  padding: 10px 6px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffedd8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F77E0F;
}
.select2-container--default .select2-dropdown {
  border-width: 0.07692rem;
  border-color: #d5d8de;
}
.select2-container--default .select2-dropdown--above {
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-dropdown--below {
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-search--dropdown {
  background-color: #f2f3f4;
  border-bottom: 0.07692rem solid #d5d8de;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: none;
}

.select2.select2-lg + .select2-container--default, .select2.input-lg + .select2-container--default {
  padding: 0;
}
.select2.select2-lg + .select2-container--default .select2-selection--single, .select2.input-lg + .select2-container--default .select2-selection--single {
  height: 4.385rem;
  padding: 5px 0;
  font-weight: 300;
  border-radius: 2px;
}
.select2.select2-lg + .select2-container--default .select2-selection--single .select2-selection__rendered, .select2.input-lg + .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 4.385rem;
  font-size: 1.385rem;
}
.select2.select2-lg + .select2-container--default .select2-selection--single .select2-selection__arrow, .select2.input-lg + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4.385rem;
}
.select2.select2-lg + .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .select2.input-lg + .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  line-height: 4.385rem;
}
.select2.select2-sm + .select2-container--default, .select2.input-sm + .select2-container--default {
  padding: 0;
}
.select2.select2-sm + .select2-container--default .select2-selection--single,
.select2.select2-sm + .select2-container--default .select2-selection--multiple, .select2.input-sm + .select2-container--default .select2-selection--single,
.select2.input-sm + .select2-container--default .select2-selection--multiple {
  height: 2.846rem;
  min-height: 2.846rem;
  padding: 0;
}
.select2.select2-sm + .select2-container--default .select2-selection--single .select2-selection__choice,
.select2.select2-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2.input-sm + .select2-container--default .select2-selection--single .select2-selection__choice,
.select2.input-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 6px;
  line-height: 14px;
}
.select2.select2-sm + .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.select2-sm + .select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2.input-sm + .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.input-sm + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 2.846rem;
  line-height: 2.692rem;
  font-size: 1rem;
  padding: 0 10px;
}
.select2.select2-sm + .select2-container--default .select2-selection--single .select2-search--inline .select2-search__field,
.select2.select2-sm + .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field, .select2.input-sm + .select2-container--default .select2-selection--single .select2-search--inline .select2-search__field,
.select2.input-sm + .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 1rem;
}
.select2.select2-sm + .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2.select2-sm + .select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2.input-sm + .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2.input-sm + .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 2.846rem;
  width: 21px;
}
.select2.select2-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.select2.select2-sm + .select2-container--default .select2-selection--multiple .select2-selection__arrow b:after, .select2.input-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.select2.input-sm + .select2-container--default .select2-selection--multiple .select2-selection__arrow b:after {
  line-height: 2.846rem;
  font-size: 1.6rem;
}
.select2.select2-sm + .select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2.input-sm + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 7px;
}
.select2.select2-xs + .select2-container--default, .select2.input-xs + .select2-container--default {
  padding: 0;
}
.select2.select2-xs + .select2-container--default .select2-selection--single, .select2.input-xs + .select2-container--default .select2-selection--single {
  height: 2.308rem;
  padding: 0;
}
.select2.select2-xs + .select2-container--default .select2-selection--single .select2-selection__rendered, .select2.input-xs + .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 2.308rem;
  line-height: 2.231rem;
  font-size: 0.9231rem;
  padding: 0 7px;
}
.select2.select2-xs + .select2-container--default .select2-selection--single .select2-selection__arrow, .select2.input-xs + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.308rem;
  width: 19px;
}
.select2.select2-xs + .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .select2.input-xs + .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  line-height: 2.1rem;
  font-size: 1.4rem;
}

.input-group.input-group-lg .select2-container--default {
  padding: 0;
}
.input-group.input-group-lg .select2-container--default .select2-selection--single {
  height: 4.385rem;
  padding: 5px 0;
  font-weight: 300;
  border-radius: 2px;
}
.input-group.input-group-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 4.385rem;
  font-size: 1.385rem;
}
.input-group.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4.385rem;
}
.input-group.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  line-height: 4.385rem;
}
.input-group.input-group-sm .select2-container--default {
  padding: 0;
}
.input-group.input-group-sm .select2-container--default .select2-selection--single {
  height: 2.846rem;
  padding: 0;
}
.input-group.input-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 2.846rem;
  line-height: 2.692rem;
  font-size: 1rem;
}
.input-group.input-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.846rem;
}
.input-group.input-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  line-height: 2.846rem;
}
.input-group.input-group-xs .select2-container--default {
  padding: 0;
}
.input-group.input-group-xs .select2-container--default .select2-selection--single {
  height: 2.308rem;
  padding: 0;
}
.input-group.input-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 2.308rem;
  line-height: 2.231rem;
  font-size: 0.9231rem;
}
.input-group.input-group-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.308rem;
}
.input-group.input-group-xs .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  line-height: 2.1rem;
}

/*------------------------------------------------------------------
  [Slider]
*/
/*Slider*/
.slider.slider-vertical {
  margin-right: 13px;
}
.slider.slider-vertical .slider-handle {
  margin-left: -1px;
}
.slider.slider-horizontal {
  height: 24px;
  max-width: 100%;
}
.slider.slider-horizontal .slider-track {
  height: 8px;
}

.slider-selection {
  background: #F77E0F;
  border: 1px solid #F77E0F;
  box-shadow: none;
}

.slider-track {
  background: #ffe8ce;
  box-shadow: none;
}

.slider-handle {
  opacity: 1;
  background: #FFF4E7;
  border: 1px solid #ffe6c8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  height: 22px;
  width: 22px;
  transition: box-shadow 200ms ease-in-out;
}

/*------------------------------------------------------------------
  [Nestable list]
*/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 1rem;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-item .dd-handle, .dd-list .dd3-item .dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  text-decoration: none;
  border: 1px solid #ffd6a5;
  background: #FFF4E7;
}
.dd-list .dd-item .dd-handle:hover, .dd-list .dd3-item .dd-handle:hover {
  color: #FFF4E7;
  background: #F77E0F;
  border-color: #F77E0F;
}
.dd-list .dd-item > button, .dd-list .dd3-item > button {
  font-family: "Material Icons";
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 1.231rem;
  line-height: 1;
  text-align: center;
}
.dd-list .dd-item > button:before, .dd-list .dd3-item > button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-list .dd-item > button[data-action=collapse]:before, .dd-list .dd3-item > button[data-action=collapse]:before {
  content: "";
}
.dd-list .dd-item .dd3-content, .dd-list .dd3-item .dd3-content {
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  background: none repeat scroll 0 0 #FFF4E7;
  border: 1px solid #ffd6a5;
}
.dd-list .dd-item .dd3-content:hover, .dd-list .dd3-item .dd3-content:hover {
  background: #FFF4E7;
}
.dd-list .dd-item .dd3-handle, .dd-list .dd3-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #F77E0F;
  background: #F77E0F;
  height: 36px;
}
.dd-list .dd-item .dd3-handle:before, .dd-list .dd3-item .dd3-handle:before {
  content: "=";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #FFF4E7;
  font-size: 1.769rem;
  line-height: 24px;
  font-weight: normal;
}
.dd-list .dd-item .dd3-handle:hover, .dd-list .dd3-item .dd3-handle:hover {
  background: #f88b28;
  border-color: #f88b28;
}
.dd-list .dd3-item > button {
  margin-left: 35px;
}
.dd-list .dd-item, .dd-list .dd-empty, .dd-list .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 1rem;
  line-height: 20px;
}
.dd-list .dd-placeholder, .dd-list .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #FFF;
  border: 1px dashed #ffae4e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-list .dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #FFF4E7 25%, transparent 25%, transparent 75%, #FFF4E7 75%, #FFF4E7), -webkit-linear-gradient(45deg, #FFF4E7 25%, transparent 25%, transparent 75%, #FFF4E7 75%, #FFF4E7);
  background-image: -moz-linear-gradient(45deg, #FFF4E7 25%, transparent 25%, transparent 75%, #FFF4E7 75%, #FFF4E7), -moz-linear-gradient(45deg, #FFF4E7 25%, transparent 25%, transparent 75%, #FFF4E7 75%, #FFF4E7);
  background-image: linear-gradient(45deg, #FFF4E7 25%, transparent 25%, transparent 75%, #FFF4E7 75%, #FFF4E7), linear-gradient(45deg, #FFF4E7 25%, transparent 25%, transparent 75%, #FFF4E7 75%, #FFF4E7);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-list .dd-collapsed .dd-list {
  display: none;
}
.dd-list.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-list.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-list.dd-dragel .dd-handle, .dd-list.dd-dragel .dd3-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd-list .dd-list {
  padding-left: 30px;
}

.ui-mprogress .deter-bar {
  background: #F77E0F;
}
.ui-mprogress .peg {
  box-shadow: 0 0 10px #F77E0F, 0 0 5px #f9a659;
}
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg {
  background: #fccea3;
}

/*------------------------------------------------------------------
  [Parsley]
*/
.parsley-errors-list.filled {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
  position: relative;
  background-color: #eb6357;
  color: #FFF4E7;
}
.parsley-errors-list.filled:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 7px solid #eb6357;
  -moz-transform: scale(0.9999);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.parsley-errors-list.filled > li {
  list-style: none;
}

/*------------------------------------------------------------------
  [Summernote]
*/
.note-editor.note-frame {
  margin-bottom: 0;
  border-width: 0;
  box-shadow: none;
}
.note-editor.note-frame .note-toolbar {
  margin: 0;
  padding-bottom: 5px;
}
.note-editor.note-frame .note-toolbar .btn .fa {
  font-size: 1.077rem;
}
.note-editor.note-frame .note-toolbar > .btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}
.note-editor.note-frame .note-toolbar > .btn-group .btn-light {
  border-color: #d5d8de;
}
.note-editor.note-frame .note-toolbar > .btn-group .btn-light:hover {
  border-color: #bdbdbd;
}
.note-editor.note-frame .note-toolbar > .btn-group .btn-light:not([disabled]):not(.disabled):active, .note-editor.note-frame .note-toolbar > .btn-group .btn-light:not([disabled]):not(.disabled).active, .show > .note-editor.note-frame .note-toolbar > .btn-group .btn-light.dropdown-toggle {
  border-color: #ffb55d;
}
.note-editor.note-frame .note-toolbar > .btn-group .btn-light.dropdown-toggle:after {
  display: inline-block;
}
.note-editor.note-frame .note-toolbar > .btn-group .btn-light + .dropdown-menu blockquote {
  padding: 10px 20px;
}
.note-editor.note-frame .note-toolbar .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}
.note-editor.note-frame .note-statusbar {
  background-color: #ffecd5;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  height: auto;
  padding-top: 3px;
  padding-bottom: 4px;
}
.note-editor.note-frame .note-editable {
  border: 1px solid #d5d8de;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 0;
}
.note-editor.note-frame .note-editing-area .note-editable {
  color: #404040;
}

.swal2-shown {
  overflow-x: unset;
}
.swal2-shown .swal2-popup {
  padding: 0;
}
.swal2-shown .swal2-popup .swal2-checkbox,
.swal2-shown .swal2-popup .swal2-file,
.swal2-shown .swal2-popup .swal2-input,
.swal2-shown .swal2-popup .swal2-radio,
.swal2-shown .swal2-popup .swal2-select,
.swal2-shown .swal2-popup .swal2-textarea {
  margin: auto;
}
.swal2-shown .swal2-popup .swal2-header {
  align-items: start;
  padding: 20px;
}
.swal2-shown .swal2-popup .swal2-header .swal2-progresssteps {
  margin: 0;
  padding: 10px 0 20px;
}
.swal2-shown .swal2-popup .swal2-header .swal2-icon {
  order: 2;
  margin: 30px auto 0;
}
.swal2-shown .swal2-popup .swal2-header .swal2-image {
  order: 3;
  margin: 30px auto 0;
}
.swal2-shown .swal2-popup .swal2-header .swal2-title {
  font-size: 1.538rem;
  font-weight: 300;
  order: 1;
  margin: 0;
  line-height: 1.428571429;
}
.swal2-shown .swal2-popup .swal2-close {
  width: auto;
  height: auto;
  right: 5px;
  outline: none;
  opacity: 0.4;
  color: #000000;
  font-size: 2.15rem;
  font-weight: bold;
  line-height: 1;
  padding: 1rem;
}
.swal2-shown .swal2-popup .swal2-close:hover {
  opacity: 0.75;
}
.swal2-shown .swal2-popup .swal2-content {
  padding: 10px 20px 20px;
}
.swal2-shown .swal2-popup .swal2-content #swal2-content {
  text-align: left;
  font-size: 1rem;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.swal2-shown .swal2-popup .swal2-content .swal2-textarea {
  min-height: 100px;
}
.swal2-shown .swal2-popup .swal2-content .swal2-input,
.swal2-shown .swal2-popup .swal2-content .swal2-textarea,
.swal2-shown .swal2-popup .swal2-content .swal2-select {
  display: block;
  width: 100%;
  height: 3.692rem;
  line-height: 1.428571429;
  color: #404040;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d5d8de;
  border-width: 1px;
  border-top-color: #bdc0c7;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 1.1538rem;
  transition: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .swal2-shown .swal2-popup .swal2-content .swal2-input,
.swal2-shown .swal2-popup .swal2-content .swal2-textarea,
.swal2-shown .swal2-popup .swal2-content .swal2-select {
    transition: none;
  }
}
.swal2-shown .swal2-popup .swal2-content .swal2-input::-ms-expand,
.swal2-shown .swal2-popup .swal2-content .swal2-textarea::-ms-expand,
.swal2-shown .swal2-popup .swal2-content .swal2-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.swal2-shown .swal2-popup .swal2-content .swal2-input::placeholder,
.swal2-shown .swal2-popup .swal2-content .swal2-textarea::placeholder,
.swal2-shown .swal2-popup .swal2-content .swal2-select::placeholder {
  color: #878787;
  opacity: 1;
}
.swal2-shown .swal2-popup .swal2-content .swal2-input:disabled, .swal2-shown .swal2-popup .swal2-content .swal2-input[readonly],
.swal2-shown .swal2-popup .swal2-content .swal2-textarea:disabled,
.swal2-shown .swal2-popup .swal2-content .swal2-textarea[readonly],
.swal2-shown .swal2-popup .swal2-content .swal2-select:disabled,
.swal2-shown .swal2-popup .swal2-content .swal2-select[readonly] {
  background-color: #EEEEEE;
  opacity: 1;
}
.swal2-shown .swal2-popup .swal2-actions {
  padding: 20px;
  margin: 0;
  justify-content: end;
}
.swal2-shown .swal2-popup.swal2-loading .swal2-actions .swal2-styled.swal2-confirm {
  border-left-color: #F77E0F !important;
  border-right-color: #F77E0F !important;
  background-color: transparent;
}
.swal2-shown .swal2-popup .swal2-footer {
  margin: 0;
  padding: 20px;
  justify-content: left;
}
.swal2-shown .content-text-center.swal2-popup .swal2-content #swal2-content {
  text-align: center;
}
.swal2-shown .content-header-left.swal2-popup .swal2-header {
  align-items: start;
}
.swal2-shown .content-header-center.swal2-popup .swal2-header {
  align-items: center;
}
.swal2-shown .content-header-right.swal2-popup .swal2-header {
  align-items: end;
}
.swal2-shown .content-header-title-left.swal2-popup .swal2-header .swal2-title {
  align-self: start;
}
.swal2-shown .content-header-title-center.swal2-popup .swal2-header .swal2-title {
  align-self: center;
}
.swal2-shown .content-header-title-right.swal2-popup .swal2-header .swal2-title {
  align-self: end;
}
.swal2-shown .content-text-left.swal2-popup .swal2-content #swal2-content {
  text-align: left;
}
.swal2-shown .content-text-center.swal2-popup .swal2-content #swal2-content {
  text-align: center;
}
.swal2-shown .content-text-right.swal2-popup .swal2-content #swal2-content {
  text-align: right;
}
.swal2-shown .content-actions-left.swal2-popup .swal2-actions {
  justify-content: start;
}
.swal2-shown .content-actions-center.swal2-popup .swal2-actions {
  justify-content: center;
}
.swal2-shown .content-actions-right.swal2-popup .swal2-actions {
  justify-content: end;
}
.swal2-shown .content-footer-left.swal2-popup .swal2-footer {
  justify-content: start;
}
.swal2-shown .content-footer-center.swal2-popup .swal2-footer {
  justify-content: center;
}
.swal2-shown .content-footer-right.swal2-popup .swal2-footer {
  justify-content: end;
}
.swal2-shown .colored-header.swal2-popup {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.swal2-shown .colored-header.swal2-popup .swal2-header {
  padding: 30px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.swal2-shown .colored-header.swal2-popup .swal2-header .swal2-title,
.swal2-shown .colored-header.swal2-popup .swal2-header .swal2-icon {
  color: #FFF4E7;
  border-color: #FFF4E7;
}
.swal2-shown .colored-header.swal2-popup .swal2-content {
  padding: 35px 20px 20px;
}
.swal2-shown .colored-header.swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.swal2-shown .colored-header .swal2-close {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.95;
}
.swal2-shown .colored-header-success .swal2-header {
  background-color: #34a853;
}
.swal2-shown .colored-header-primary .swal2-header {
  background-color: #F77E0F;
}
.swal2-shown .colored-header-info .swal2-header {
  background-color: #F77E0F;
}
.swal2-shown .colored-header-warning .swal2-header {
  background-color: #fbbc05;
}
.swal2-shown .colored-header-danger .swal2-header {
  background-color: #ea4335;
}
.swal2-shown .colored-header-dark .swal2-header {
  background-color: #3d3c3c;
}
.swal2-shown .modal-full-color.swal2-popup .swal2-header .swal2-title,
.swal2-shown .modal-full-color.swal2-popup .swal2-header .swal2-icon {
  color: #FFF4E7;
  border-color: #FFF4E7;
}
.swal2-shown .modal-full-color.swal2-popup .swal2-content #swal2-content {
  color: #FFF4E7;
}
.swal2-shown .modal-full-color .swal2-close {
  color: #FFF4E7;
  opacity: 0.6;
}
.swal2-shown .modal-full-color .swal2-close:hover {
  opacity: 1;
}
.swal2-shown .modal-full-color-success {
  background-color: #34a853;
}
.swal2-shown .modal-full-color-primary {
  background-color: #F77E0F;
}
.swal2-shown .modal-full-color-info {
  background-color: #F77E0F;
}
.swal2-shown .modal-full-color-warning {
  background-color: #fbbc05;
}
.swal2-shown .modal-full-color-danger {
  background-color: #ea4335;
}
.swal2-shown .modal-full-color-dark {
  background-color: #3d3c3c;
}

.swal2-progress-steps .swal2-progress-step {
  background-color: #F77E0F;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background-color: #F77E0F;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background-color: #fbc08a;
}
.swal2-progress-steps .swal2-progress-step-line {
  background-color: #F77E0F;
}

.swal2-actions .btn {
  margin-right: 5px;
}

/*------------------------------------------------------------------
  [Vector Maps]
*/
.jvectormap-zoomin,
.jvectormap-zoomout {
  line-height: 11px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  color: #7a7a7a;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  top: auto;
  left: 0;
  bottom: 0;
}
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background-color: #c9c9c9;
}

.jqvmap-zoomin {
  left: 43px;
}

/*------------------------------------------------------------------
  [Wizard]
*/
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background-color: #f9f9f9;
  position: relative;
  min-height: 48px;
  overflow: hidden;
}

.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}

.fuelux .wizard:after {
  clear: both;
}

.fuelux .wizard > .steps-container > .steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete {
  cursor: default;
}

.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
  background: #f3f4f5;
  color: #468847;
  cursor: default;
}

.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}

.fuelux .wizard > .steps-container > .steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #ededed;
  color: #999999;
  font-size: 1.231rem;
  cursor: not-allowed;
}

.fuelux .wizard > .steps-container > .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}

.fuelux .wizard > .steps-container > .steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #ededed;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}

.fuelux .wizard > .steps-container > .steps li.complete {
  background: #f3f4f5;
  color: #468847;
}

.fuelux .wizard > .steps-container > .steps li.complete:hover {
  background: #e7eff8;
  cursor: pointer;
}

.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}

.fuelux .wizard > .steps-container > .steps li.active {
  background: #f1f6fc;
  color: #3a87ad;
  cursor: default;
}

.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

.fuelux .wizard > .steps-container > .steps li.active .badge {
  background-color: #3a87ad;
}

.fuelux .wizard > .steps-container > .steps li .badge {
  margin-right: 8px;
}

.fuelux .wizard > .steps-container > .steps li .badge-success {
  background-color: #468847;
}

.fuelux .wizard > .steps-container > .steps li:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}

.fuelux .wizard > .actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}

.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 0.9231rem;
  margin-right: 8px;
}

.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}

.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}

.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}

.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}

.fuelux .wizard .step-content {
  border-top: 1px solid #D4D4D4;
  padding: 10px;
  float: left;
  width: 100%;
}

.fuelux .wizard .step-content .step-pane {
  display: none;
}

.fuelux .wizard .step-content > .active {
  display: block;
}

.fuelux .wizard .step-content > .active .btn-group .active {
  display: inline-block;
}

.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
  display: none;
}

.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
  margin-left: 0;
}

.block-wizard {
  padding: 0;
}

.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #FFF4E7;
}
.fuelux .wizard label.col-form-label {
  font-weight: 600;
}
.fuelux .wizard .wizard-title {
  margin: 10px 0 0;
}
.fuelux .wizard > .actions {
  line-height: 48px;
  background: #ffedd8;
  padding: 0;
  font-size: 0;
}
.fuelux .wizard > .actions .btn {
  line-height: 48px;
  border-width: 0;
  border-radius: 0;
  vertical-align: top;
  padding: 0 14px;
  box-shadow: none;
  font-weight: 400;
  color: #949494;
}
.fuelux .wizard > .actions .btn:focus, .fuelux .wizard > .actions .btn:active {
  box-shadow: none;
  border-width: 0;
}
.fuelux .wizard > .actions .btn:hover {
  background-color: #ffedd8;
}
.fuelux .wizard > .actions .btn:first-child {
  border-right: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions .btn .icon {
  font-size: 1.308rem;
  line-height: 17px;
  position: relative;
  top: -1px;
  color: #949494;
}
.fuelux .wizard > .actions .btn.btn-previous i {
  margin-right: 5px;
}
.fuelux .wizard > .actions .btn.btn-next i {
  margin-left: 5px;
}
.fuelux .wizard > .steps-container > .steps > li {
  height: 48px;
  background-color: #ffedd8;
}
.fuelux .wizard > .steps-container > .steps > li .chevron {
  border-left-color: #ffd8aa;
}
.fuelux .wizard > .steps-container > .steps > li .chevron:before {
  border-left: 14px solid #ffedd8;
}
.fuelux .wizard > .steps-container > .steps li {
  font-size: 1.154rem;
}
.fuelux .wizard > .steps-container > .steps li:first-child {
  border-radius: 0;
}
.fuelux .wizard > .steps-container > .steps li.active {
  background: #FFF4E7;
  color: #F77E0F;
}
.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
  -moz-transform: scale(0.9999);
  border-left: 14px solid #FFF4E7;
}
.fuelux .wizard > .steps-container > .steps li.complete {
  color: #FFF4E7;
  background: #F77E0F;
}
.fuelux .wizard > .steps-container > .steps li.complete .chevron {
  border-left-color: #d66a07;
}
.fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
  border-left: 14px solid #F77E0F;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover {
  background: #f7861e;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron {
  border-left-color: #e06f07;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
  border-left-color: #f7861e;
}
.fuelux .wizard > .steps-container > .steps li .chevron {
  -moz-transform: scale(0.9999);
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
  color: #FFF4E7;
  background: #F77E0F;
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #F77E0F;
}
.fuelux .wizard > .actions button {
  font-size: 0.9231rem;
}
.fuelux .wizard > .actions button i {
  font-size: 0.8462rem;
  line-height: 17px;
}
.fuelux .wizard > .actions button.btn-prev i {
  margin-right: 3px;
}
.fuelux .wizard > .actions button.btn-next i {
  margin-left: 3px;
}
.fuelux .wizard .step-content {
  padding: 20px 30px;
  clear: both;
  border-top: 1px solid #E2E2E2;
}

@media (max-width: 767px) {
  .wizard-row .fuelux {
    position: static;
  }
}
/*------------------------------------------------------------------
  [Calendar Widget]
*/
.widget-calendar .ui-datepicker {
  position: relative;
  margin: 10px 0 32px;
}
.widget-calendar .ui-datepicker .ui-datepicker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  cursor: default;
  line-height: 24px;
  margin: 0 2.3em;
  text-align: center;
  font-weight: 300;
  font-size: 1.385rem;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: -5px;
  width: 1.8em;
  color: #404040;
  font-size: 1.923rem;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  overflow: hidden;
  display: block;
  text-indent: -99999px;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after, .widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  cursor: pointer;
  content: "";
  font-family: "Material Icons";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  text-indent: 0;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 8px;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 2px;
}
.widget-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "";
  right: 2px;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar {
  width: 100%;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td:first-child, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr th:first-child {
  padding-left: 0;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td:last-child, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr th:last-child {
  padding-right: 0;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar th {
  border: 0;
  padding: 3px;
  text-align: center;
  font-weight: 400;
  color: #404040;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar th span {
  font-size: 1.077rem;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
  border: 0;
  padding: 6px 0;
  text-align: center;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #737373;
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a:hover {
  color: #404040;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active, .widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #ffddb4;
  border-radius: 50%;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
  background-color: #F77E0F;
  color: #FFF4E7;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.has-events a {
  position: relative;
  background-color: #fddbbc;
  border-radius: 50%;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-other-month a {
  color: #cccccc;
}
.widget-calendar .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-other-month a.ui-state-highlight {
  color: #FFF4E7;
}
.widget-calendar .ui-datepicker.ui-datepicker-6rows {
  margin-bottom: 28px;
}
.widget-calendar .ui-datepicker.ui-datepicker-6rows table.ui-datepicker-calendar tr td {
  padding: 3px 0;
}

.widget.widget-map .map-container > div {
  height: 229px;
}

/*------------------------------------------------------------------
  [Tile widgets]
*/
.widget.widget-tile {
  padding: 24px 20px;
  margin-bottom: 25px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.widget.widget-tile .data-info {
  display: table-cell;
  text-align: right;
}
.widget.widget-tile .data-info .value {
  font-size: 1.693rem;
  font-weight: 300;
}
.widget.widget-tile .data-info .indicator {
  font-size: 1.923rem;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}
.widget.widget-tile .data-info .indicator-equal {
  color: #F77E0F;
}
.widget.widget-tile .data-info .indicator-positive {
  color: #34a853;
}
.widget.widget-tile .data-info .indicator-negative {
  color: #ea4335;
}
.widget.widget-tile .data-info .desc {
  font-size: 1.077rem;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.widget-tile .chart {
  width: 85px;
  min-height: 45px;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
}
.widget.widget-tile.widget-tile-wide {
  display: table;
  width: 100%;
}
.widget.widget-tile.widget-tile-wide > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.widget.widget-tile.widget-tile-wide .data-info {
  vertical-align: top;
}
.widget.widget-tile.widget-tile-wide .data-info .title {
  font-size: 1.231rem;
  line-height: 22px;
  margin-bottom: 2px;
}
.widget.widget-tile.widget-tile-wide .data-info .desc {
  color: #e77d00;
  font-size: 0.9231rem;
}
.widget.widget-tile.widget-tile-wide .tile-value {
  text-align: right;
}
.widget.widget-tile.widget-tile-wide .tile-value > span {
  display: block;
  padding-right: 10px;
  font-weight: 300;
  font-size: 2.385rem;
}
.widget.widget-tile.widget-tile-wide .icon {
  float: none;
  line-height: 43px;
  vertical-align: top;
  margin-right: 5px;
}

/*------------------------------------------------------------------
  [User profile widget]
*/
.user-display {
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #FFF4E7;
}
.user-display-bg {
  max-height: 300px;
  overflow: hidden;
}
.user-display-bg img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 575.98px) {
  .user-display-bg img {
    min-height: 130px;
  }
}
.user-display-bottom {
  position: relative;
  padding: 11px 20px;
}
.user-display-avatar {
  position: absolute;
  left: 20px;
  top: -50px;
  border-radius: 50%;
  background-color: #FFF4E7;
}
.user-display-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #FFF4E7;
}
.user-display-info {
  line-height: 20px;
  padding-left: 130px;
}
.user-display-info .name {
  display: block;
  font-size: 1.385rem;
  font-weight: 500;
  line-height: 22px;
}
.user-display-info .nick {
  line-height: 21px;
  color: #5f5f5f;
}
.user-display-details {
  margin-top: 15px;
}
.user-display-details .title {
  text-transform: uppercase;
  font-size: 0.9231rem;
  color: #5f5f5f;
}
.user-display-details .counter {
  font-size: 1.385rem;
}

/*------------------------------------------------------------------
  [User info list widget]
*/
.user-info-list table {
  width: 100%;
  table-layout: fixed;
}
.user-info-list table tr td {
  padding: 12px 0;
}
.user-info-list table tr td.icon {
  width: 33px;
}
.user-info-list table tr td.icon > span {
  font-size: 1.538rem;
  vertical-align: middle;
  margin-bottom: 1px;
}
.user-info-list table tr td.item {
  width: 34%;
}

/*------------------------------------------------------------------
  [User current progress widget]
*/
.user-progress {
  margin-bottom: 15px;
}
.user-progress .title {
  display: block;
  margin-bottom: 10px;
}
.user-progress .value {
  display: block;
  text-align: right;
  font-size: 1.385rem;
  padding-top: 18px;
  overflow-wrap: normal;
}
.user-progress .progress {
  height: 10px;
  border-radius: 5px;
  margin-bottom: 0;
}
.user-progress .progress-bar {
  border-radius: 5px;
}
.user-progress-small {
  margin-bottom: 20px;
}
.user-progress-small .title {
  display: inline-block;
}
.user-progress-small .progress {
  margin-top: 5px;
  height: 5px;
}

/*------------------------------------------------------------------
  [User timeline widget]
*/
.user-timeline {
  padding: 0;
  margin: 5px 0 15px;
  list-style: none;
  position: relative;
}
.user-timeline:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  height: 100%;
  width: 2px;
  background-color: #F77E0F;
}
.user-timeline:after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -2px;
  height: 8px;
  width: 8px;
  background-color: #F77E0F;
  border-radius: 50%;
}
.user-timeline > li {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-bottom: 27px;
}
.user-timeline > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background-color: #FFF4E7;
  border-radius: 50%;
  border: 1px solid #F77E0F;
}
.user-timeline > li.latest:before {
  background-color: #F77E0F;
}
.user-timeline-date {
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 8px;
}
.user-timeline-title {
  font-weight: 500;
}
.user-timeline-compact .user-timeline-date {
  float: right;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 22px;
}
.user-timeline-compact .user-timeline-title {
  font-size: 1.385rem;
  font-weight: 300;
}
.user-timeline-compact .user-timeline-description {
  color: #737373;
  margin-top: 4px;
}
.user-timeline-compact:before {
  background-color: #f6c163;
}
.user-timeline-compact:after {
  background-color: #f6c163;
}
.user-timeline-compact > li {
  padding-bottom: 35px;
}
.user-timeline-compact > li:last-child {
  padding-bottom: 25px;
}
.user-timeline-compact > li:before {
  border: 1px solid #f6c163;
}
.user-timeline-compact > li.latest:before {
  background-color: #f6c163;
}

i.svg {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
i.svg.sm {
  min-height: 20px;
  min-width: 20px;
}
i.svg.md {
  min-height: 40px;
  min-width: 40px;
}
i.svg.lg {
  min-height: 60px;
  min-width: 60px;
}
i.svg.xl {
  min-height: 80px;
  min-width: 80px;
}
i.svg.svg-ico-alert {
  background: url("/assets/svg/alert.svg") center center no-repeat;
}
i.svg.svg-ico-apiaries {
  background: url("/assets/svg/apiaries.svg") center center no-repeat;
}
i.svg.svg-ico-expand {
  background: url("/assets/svg/expand.svg") center center no-repeat;
}
i.svg.svg-ico-floral {
  background: url("/assets/svg/floral.svg") center center no-repeat;
}
i.svg.svg-ico-help {
  background: url("/assets/svg/help.svg") center center no-repeat;
}
i.svg.svg-ico-honeycomb {
  background: url("/assets/svg/honeycomb.svg") center center no-repeat;
}
i.svg.svg-ico-link {
  background: url("/assets/svg/link.svg") center center no-repeat;
}
i.svg.svg-ico-plus {
  background: url("/assets/svg/plus.svg") center center no-repeat;
}
i.svg.svg-ico-setup {
  background: url("/assets/svg/setup.svg") center center no-repeat;
}
i.svg.svg-ico-shop {
  background: url("/assets/svg/shop.svg") center center no-repeat;
}
i.svg.svg-ico-sites {
  background: url("/assets/svg/sites.svg") center center no-repeat;
}
i.svg.svg-ico-file-pdf {
  background: url("/assets/svg/file-pdf.svg") center center no-repeat;
}
i.svg.svg-ico-file-word {
  background: url("/assets/svg/file-word.svg") center center no-repeat;
}
i.svg.svg-ico-pencil {
  background: url("/assets/svg/pencil.svg") center center no-repeat;
}
i.svg.svg-ico-clipboard-list {
  background: url("/assets/svg/clipboard-list.svg") center center no-repeat;
}
i.svg.svg-ico-file-check {
  background: url("/assets/svg/file-check.svg") center center no-repeat;
}
i.svg.svg-ico-account-group {
  background: url("/assets/svg/account-group.svg") center center no-repeat;
}
i.svg.svg-ico-my-apiaries {
  background: url("/assets/svg/my-apiaries.svg") center center no-repeat;
}
i.svg.svg-ico-my-hives {
  background: url("/assets/svg/my-hives.svg") center center no-repeat;
}
i.svg.svg-ico-my-honey-production {
  background: url("/assets/svg/my-honey-production.svg") center center no-repeat;
}
i.svg.svg-ico-my-pallets {
  background: url("/assets/svg/my-pallets.svg") center center no-repeat;
}
i.svg.svg-ico-my-sites {
  background: url("/assets/svg/my-sites.svg") center center no-repeat;
}

body#guest_index,
body#account_login {
  background: url("/assets/img/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body#frontend_home {
  background: url("/assets/img/frontend-home.jpg");
}

#chart,
.d3js-chart {
  width: 100%;
  height: 300px;
  position: relative;
}
#chart .axis path,
#chart .axis line,
.d3js-chart .axis path,
.d3js-chart .axis line {
  fill: none;
  stroke: #e0e0e0;
  shape-rendering: crispEdges;
  stroke-width: 1px;
}
#chart .line,
.d3js-chart .line {
  fill: none;
  stroke: coral;
  stroke-width: 2px;
}
#chart .overlay,
.d3js-chart .overlay {
  fill: none;
  pointer-events: all;
}
#chart .lineHoverText,
.d3js-chart .lineHoverText {
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
#chart .hoverCircle,
.d3js-chart .hoverCircle {
  opacity: 0.75;
}

.honey-production-info-card .total {
  font: Bold 32px/40px Roboto;
}
.honey-production-info-card .variance {
  color: #00CD98;
}
.honey-production-info-card .measures-guide {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}
.honey-production-info-card .alerts-total {
  font-size: 22px;
  font-weight: bold;
  color: red;
}
.honey-production-info-card .child-info {
  padding-bottom: 20px;
}
.honey-production-info-card .hive-count {
  color: grey;
  font-size: 80%;
}

/** svg icons **/
a.link {
  background: url("/assets/svg/link.svg") center center no-repeat;
  display: inline-block;
  min-height: 20px;
  min-width: 20px;
}

.honeycomb {
  background: url("/assets/svg/honeycomb.svg") center center no-repeat;
  display: inline-block;
  min-height: 60px;
  min-width: 60px;
}

.main-content .row + .row {
  padding-top: 1.923rem;
}

/*# sourceMappingURL=app.css.map */
