@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap");
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0370ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f44336;
  --orange: #f8a02a;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0370ff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f44336;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0370ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 78.505952381, 181.5);
  text-decoration: underline;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #ffffff;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(184.44, 214.96, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.94, 200.4897619048, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.94, 200.4897619048, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(251.92, 202.36, 198.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.no-background thead th {
  border-bottom: none !important;
}
.no-background tbody tr {
  background-color: transparent !important;
  border-bottom: 1px solid #EBECEF !important;
}
.no-background tbody tr:last-child {
  border-bottom: none !important;
}

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

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

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f44336 !important;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(250.6155660377, 180.0660377358, 174.8844339623);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 112, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #0370ff;
  border-color: #0370ff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(0, 95.0505952381, 219.75);
  border-color: rgb(0, 89.5357142857, 207);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 112, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #0370ff;
  border-color: #0370ff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 89.5357142857, 207);
  border-color: rgb(0, 84.0208333333, 194.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 112, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(242.0153301887, 33.0801886792, 17.7346698113);
  border-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
  border-color: rgb(222.0955188679, 26.5188679245, 12.1544811321);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

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

.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

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

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

.btn-outline {
  border: 1px solid #888F9E !important;
}

.btn-link {
  font-weight: 400;
  color: #0370ff;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(0, 78.505952381, 181.5);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0370ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

@media all and (max-width: 479px) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 75vw;
  }
  #country-dropdown .dropdown-menu .iti__country {
    white-space: pre-wrap;
  }
}
/* Ipad Mini Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 26vw;
  }
}
/* Ipad Air Landscape */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 26vw;
  }
}
@media (min-width: 1200px) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 23vw;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #0370ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(3, 112, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(181.5, 213.2916666667, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(3, 112, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(3, 112, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(3, 112, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0370ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(181.5, 213.2916666667, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0370ff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(181.5, 213.2916666667, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0370ff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(181.5, 213.2916666667, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs:nth-child(1) {
  border-bottom-left-radius: 0.625rem;
}
.nav-tabs:last-child {
  border-bottom-right-radius: 0.625rem;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom-left-radius: 0;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0370ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #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.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.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: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0370ff;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 78.505952381, 181.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 112, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

.badge-primary {
  color: #ffffff;
  background-color: #0370ff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(0, 89.5357142857, 207);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #ffffff;
  background-color: #f44336;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(1.56, 58.24, 132.6);
  background-color: rgb(204.6, 226.4, 255);
  border-color: rgb(184.44, 214.96, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.94, 200.4897619048, 255);
}
.alert-primary .alert-link {
  color: rgb(0.9669767442, 36.1004651163, 82.1930232558);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(252.8, 217.4, 214.8);
  border-color: rgb(251.92, 202.36, 198.72);
}
.alert-danger hr {
  border-top-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.alert-danger .alert-link {
  color: rgb(85.1216107383, 23.373557047, 18.8383892617);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

.list-group-item-primary {
  color: rgb(1.56, 58.24, 132.6);
  background-color: rgb(184.44, 214.96, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(1.56, 58.24, 132.6);
  background-color: rgb(158.94, 200.4897619048, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(1.56, 58.24, 132.6);
  border-color: rgb(1.56, 58.24, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(251.92, 202.36, 198.72);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(126.88, 34.84, 28.08);
  border-color: rgb(126.88, 34.84, 28.08);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  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, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.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: 0.3rem;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.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: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0370ff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 89.5357142857, 207) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-raduis {
  border-radius: 0.3125rem;
}

.dashed {
  border: 1px solid #c3c7ce;
  border-style: dashed;
  border-color: #afb5be;
  font-size: 1rem;
  line-height: 1.4375rem;
  background-color: #e5e6e9;
}

.border-primary {
  border-color: #0370ff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .form-page .form-content .card .card-head, .cards-list .card .roles-view-tab,
.cards-list .card .roles-view-tab > div {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-between, .form-page .form-content .card .card-head, .cards-list .card .roles-view-tab,
.cards-list .card .roles-view-tab > div {
  justify-content: space-between !important;
}

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

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

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

.align-items-center, .form-page .form-content .card .card-head, .cards-list .card .roles-view-tab,
.cards-list .card .roles-view-tab > div {
  align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: transparent;
}

.flex-container > .card {
  background-color: #FFFFFF;
  width: 100%;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}
.flex-container > .card.card:nth-child(1) {
  margin-left: 0;
}
.flex-container > .card.card:last-child {
  margin-right: 0;
}

.flex-container > .card {
  background-color: #FFFFFF;
  width: 100%;
  margin: 10px;
  text-align: center;
  font-size: 30px; /* Safari */ /* IE 10 */
  flex: 1; /* Standard syntax */
}
.flex-container > .card.card:nth-child(1) {
  margin-left: 0;
}
.flex-container > .card.card:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .flex-container {
    flex-wrap: wrap-reverse;
    display: inline-block !important;
  }
  .flex-container .card:nth-child(1) {
    margin-left: auto !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

.text-primary {
  color: #0370ff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 89.5357142857, 207) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-video-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  margin: auto;
}
.lg-outer .lg-video-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}
@media (min-width: 1921px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1921px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1750px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1540px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 11px;
  }
}

body {
  box-sizing: border-box;
  line-height: 1.7;
  color: #38455d;
  font-family: "Poppins", sans-serif;
  background-color: #f6f7fa;
  font-weight: 500;
  position: relative;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
  background-color: #f8a02a;
  border-radius: 2px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.inside-scroll::-webkit-scrollbar {
  width: 3px;
}

.one-tab-content::-webkit-scrollbar-thumb {
  background-color: #8f151a;
  border-radius: 2px;
}

.inside-scroll::-webkit-scrollbar-track {
  display: none;
}

a,
.btn {
  color: #888f9e;
  transition: all ease 0.2s;
  cursor: pointer;
}

a {
  color: #0370ff;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
  height: 9.375rem;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

p {
  padding: 0rem;
  margin: 0rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

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

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.font-34 {
  font-size: 2.125rem !important;
}

.fontRegular {
  font-weight: 500 !important;
}

.fontMedium {
  font-weight: 600 !important;
}

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

.fontSemiBold {
  font-weight: 700 !important;
}

.fontLight {
  font-weight: lighter !important;
}

.fontBold {
  font-weight: 800 !important;
}

.grey-color {
  color: #888f9e !important;
}

.light-grey-color {
  color: #afb5be !important;
}

.text-color {
  color: #38455d !important;
}

.dark-grey-color {
  color: #606a7d !important;
}

.orange-color {
  color: #f8a02a !important;
}

.light-orange {
  color: #ffaf46 !important;
}

.purple-color {
  color: #ae23e9 !important;
}

.red-color {
  color: #ff0000 !important;
}

.green-color {
  color: #208637 !important;
}

.blue-color {
  color: #0370ff !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.line-through {
  text-decoration: line-through;
}

.padding-left {
  padding-left: 0.8rem !important;
}

.upper-case {
  text-transform: uppercase !important;
}

.red-border {
  border: 1px solid #ff0000 !important;
}

.orange-border {
  border: 1px solid #ffb400 !important;
}

.margin-left-right {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}
@media (max-width: 767px) {
  .margin-left-right {
    margin: auto;
    display: block !important;
  }
  .margin-left-right .d-flex, .margin-left-right .form-page .form-content .card .card-head, .form-page .form-content .card .margin-left-right .card-head, .margin-left-right .cards-list .card .roles-view-tab, .cards-list .card .margin-left-right .roles-view-tab,
  .margin-left-right .cards-list .card .roles-view-tab > div,
  .cards-list .card .margin-left-right .roles-view-tab > div {
    margin-top: 0.9375rem;
  }
}

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

.red-background {
  background-color: #ff0000 !important;
}

.green-background {
  background-color: #208637 !important;
}

.orange {
  color: #e86d3a;
}

.dark {
  color: #38455d !important;
}

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

.loading {
  position: relative;
}
.loading::after {
  content: url("../../images/icons/loading.svg");
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 30px;
  transform: translateY(-50%);
}
.loading-field::after {
  content: url("../../images/icons/loading.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  height: 30px;
  transform: translateY(-50%);
  margin-top: -10px;
}
.loading-field.no-validation:after {
  margin-top: -3px;
}
.loading-btn {
  transition: none !important;
  background: url("../../images/icons/loading.svg") no-repeat center;
}

.name-with-image {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.name-with-image .image-circle {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecef;
}
.name-with-image .image-circle > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.name-with-image .image-circle img,
.name-with-image .image-circle svg {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.name-with-image .image-circle span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
}
.name-with-image .image-circle.no-border {
  border-radius: 0.3125rem;
}
.name-with-image .image-circle.no-bg {
  background: none;
  border-radius: 0;
}
.name-with-image.small .image-circle {
  width: 2.1875rem;
  height: 2.1875rem;
  min-width: 2.1875rem;
}
.name-with-image.thumb .image-circle {
  width: 1.4375rem;
  height: 1.4375rem;
  min-width: 1.4375rem;
}
.name-with-image .name h5 {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin: 0;
  font-weight: 600;
  max-width: 20vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.name-with-image .name h5 span {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  margin-left: 0.375rem;
  color: #333333;
  font-weight: 500;
}
.name-with-image .name h5:nth-child(2) {
  font-weight: 800 !important;
  margin-top: 0.1875rem;
}
.name-with-image .name h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.owner-img .image-circle {
  width: 2.1875rem;
  min-width: 2.1875rem;
  height: 2.1875rem;
}

.badge {
  padding: 0.1875rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.badge-light {
  background-color: #eeeff2;
}

.status-badge {
  border: 1px solid #c3c7ce;
  background-color: #d7dadf;
  color: #606a7d;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding: 0.375rem 0.9375rem;
  border-radius: 3.125rem;
  display: inline-block;
}
.status-badge .circle {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #606a7d;
  margin-right: 0.1875rem;
}
.status-badge.dashed {
  border-style: dashed;
  border-color: #afb5be;
  font-size: 1rem;
  line-height: 1.4375rem;
  background-color: #e5e6e9;
}
.status-badge.green {
  background-color: #def8e2;
  border-color: #d1efd6;
  color: #186429;
}
.status-badge.green .circle {
  background-color: #186429;
}
.status-badge.orange {
  background-color: #fdf3e7;
  border-color: #fce8d0;
  color: #f8a02a;
}
.status-badge.orange .circle {
  background-color: #f8a02a;
}
.status-badge.red {
  background-color: rgba(220, 53, 69, 0.6588235294);
  border-color: rgba(220, 53, 69, 0.6588235294);
  color: #ffffff;
}
.status-badge.red .circle {
  background-color: #f8a02a;
}

.info-data {
  padding: 0.875rem 0;
}
.info-data label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #888f9e;
  margin: 0 0 0.0625rem;
}
.info-data div {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.mat-icon-button .mat-icon {
  font-size: 1.5625rem;
  color: #888f9e;
}
.mat-icon-button .mat-icon:hover {
  color: #e86d3a;
}
.mat-icon-button .delete-icon:hover {
  color: red !important;
}

.error-page .data-empty h3 {
  font-size: 2.8125rem;
  font-weight: 800;
  text-transform: capitalize;
}

.placeholder {
  min-height: 18.75rem;
}

.clickable-link {
  color: #38455d;
}
.clickable-link:hover {
  color: #888f9e;
}

ngb-rating {
  color: #f8a02a;
}
ngb-rating span {
  font-size: 1.25rem;
}
ngb-rating .visually-hidden {
  display: none;
}

.preventSelection {
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}

.linkable {
  color: #38455d;
  text-decoration: none;
}
.linkable:hover {
  color: #e86d3a;
  text-decoration: underline;
  cursor: pointer;
}

table .tag-block {
  width: 25%;
  max-width: 25%;
}

.tag-block {
  width: 100%;
  max-width: 100%;
}
.tag-block .tag {
  display: inline-block;
  background: #feefea;
  color: #e86d3a;
  padding: 0.375rem 0.875rem;
  border-radius: 3.125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.tag-block .yellow-tag {
  display: inline-block;
  background: #fcd9aa;
  color: #382102;
  padding: 0.375rem 0.875rem;
  border-radius: 3.125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.tag-block .mat-button-base.btn-light {
  border-color: #fcded5;
  background-color: #fcded5;
  color: #e86d3a;
  padding: 0.375rem 0.875rem;
}
.tag-block .mat-button-base.btn-light img {
  max-width: 1.25rem;
  max-height: 1.25rem;
}

.inline-radios .list-has-fields .mat-radio-button {
  margin-top: 0 !important;
  align-items: center;
  justify-content: center;
  margin-left: 2.5rem;
}
.inline-radios .list-has-fields .mat-radio-button .mat-radio-label-content {
  font-size: 1rem;
  font-weight: 500;
}

.search-control .form-control:focus {
  box-shadow: none !important;
}

[dir=rtl] .phoneDetails {
  direction: ltr;
  display: inline-flex;
}

.date-no-wrap {
  white-space: nowrap !important;
}

.review-text {
  display: block;
  word-break: break-all;
  width: 35vw;
}

.lg-container {
  direction: ltr;
}

[dir=rtl] .cdk-overlay-connected-position-bounding-box .mat-autocomplete-panel {
  direction: rtl !important;
}
[dir=rtl] .mat-calendar-header {
  direction: rtl;
}
[dir=rtl] .mat-snack-bar-container {
  direction: rtl;
}

.hide-select-clear .ng-select .ng-clear-wrapper {
  display: none;
}

#basic-info .qr-code .img-card {
  max-width: 11.25rem;
  height: 11.25rem;
  position: relative;
}
#basic-info .qr-code .img-card img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#basic-info .qr-code .img-card button {
  position: absolute;
  left: 40%;
  top: 35%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  background-color: #ffffff;
  width: 3.125rem;
  height: 3.125rem;
}
#basic-info .qr-code .img-card button img {
  width: 100%;
}
#basic-info .qr-code .img-card:hover button {
  opacity: 1;
}

.uploadFile::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #f8a02a;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.uploadFile::file-selector-button:hover {
  background: #e86d3a;
}

.swal-height .swal2-html-container {
  max-height: 50vh;
  overflow-y: auto;
}

body .mat-button-base {
  border: 0.125rem solid transparent;
  font-family: inherit;
}
body .mat-button-base:not(.mat-icon-button) {
  padding: 0.625rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: none !important;
  transition: all ease 0.2s;
}
body .mat-button-base:not(.mat-icon-button).btn-small {
  padding: 0.375rem 0.9375rem;
}
body .mat-button-base:not(.mat-icon-button).btn-small .mat-icon {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
}
body .mat-button-base:not(.mat-icon-button) img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-left: -0.375rem;
}
body .mat-button-base:not(.mat-icon-button) img + span {
  margin-left: 0.3125rem;
}
body .mat-button-base.mat-stroked-button {
  border-width: 0.125rem;
}
body .mat-button-base.mat-primary {
  border: 0.125rem solid #f8a02a;
}
body .mat-button-base.mat-primary:not(.mat-stroked-button) {
  background-color: #f8a02a;
  color: #212121;
}
body .mat-button-base.mat-primary:not(.mat-stroked-button):hover {
  background-color: #ff9100;
}
body .mat-button-base.mat-primary.mat-stroked-button {
  color: #f8a02a;
}
body .mat-button-base.mat-primary.mat-stroked-button:hover {
  color: #000000;
  background-color: #ff9100;
}
body .mat-button-base:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
body .mat-button-base.btn-light {
  border-color: #feefea;
  background-color: #feefea;
  color: #e86d3a;
}
body .mat-button-base.btn-light:hover {
  border-color: #e86d3a;
}
body .mat-button-base.btn-light.mat-button-disabled {
  border: 1px solid transparent;
  pointer-events: none;
}
body .mat-button-base.btn-grey {
  color: #38455d;
  border-color: #F6F7FA;
  background-color: #F6F7FA;
}
body .mat-button-base.btn-grey.squared {
  border-radius: 0.25rem;
}
body .mat-button-base.btn-grey.small {
  padding: 0.125rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #888F9E;
}
body .mat-button-base.btn-grey.small mat-icon {
  padding-right: 0.25rem;
  font-size: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}
body .mat-button-base.btn-grey-E {
  border-color: #EBECEF;
  background-color: #EBECEF;
}
body .mat-button-base.btn-warning {
  color: #FF0000;
}
body .mat-button-base.btn-orange {
  background-color: #f89f2a;
  color: #382102;
  border: 1px solid #f89f2a;
}
body .mat-button-base.btn-orange.mat-button-disabled {
  background-color: rgba(248, 159, 42, 0.3411764706);
  border: 1px solid transparent;
  pointer-events: none;
}
body .mat-icon-button {
  border: 0;
  transition: all ease 0.2s;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
}
body .mat-icon-button:not(.generate-code) img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin: auto;
  margin-top: -0.3125rem;
}
body .mat-icon-button:not(:disabled):hover {
  background-color: #E5E6E9;
}
body .mat-icon-button.generate-code {
  margin-top: 0.625rem;
  height: 3.125rem;
  width: 3.125rem;
  background-color: #EEEFF2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
}
body .mat-icon-button.generate-code img {
  width: 1.875rem;
}

.flat-btn {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #888F9E;
  box-shadow: none;
}
.flat-btn mat-icon {
  height: auto;
  width: auto;
  font-size: 1rem;
  color: #AFB5BE;
  margin-left: 0.375rem;
  transition: color ease 0.2s;
}
.flat-btn:hover {
  color: #000000;
}
.flat-btn:hover mat-icon {
  color: #000000;
}

body .mat-dialog-container {
  padding: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}
body .mat-dialog-container .mat-dialog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5625rem;
  margin-bottom: 0;
  font: inherit;
}
body .mat-dialog-container .mat-dialog-title h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
body .mat-dialog-container .mat-dialog-title h2 span {
  display: block;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
}
body .mat-dialog-container .mat-dialog-title .close {
  font-size: 1.875rem;
  line-height: 1;
  opacity: 1;
  color: #38455D;
}
body .mat-dialog-container .mat-dialog-actions {
  margin: 0;
  padding: 0.9375rem 1.5rem;
  justify-content: flex-end;
  box-shadow: 0 -0.0625rem 0.125rem rgba(56, 69, 93, 0.08);
}
body .mat-dialog-container .mat-dialog-actions button {
  text-transform: uppercase;
}
body .mat-dialog-container .modal-subhead {
  padding: 1rem 1rem;
  background-color: #F6F7FA;
}
body .mat-dialog-container .modal-subhead h2 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 600;
}
body .mat-dialog-container .modal-subhead h2 span {
  color: #888F9E;
  font-weight: 500;
}
body .mat-dialog-container .modal-subhead .mat-form-field-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0;
}
body .mat-dialog-container .modal-subhead .input-group-text {
  background-color: #EEEFF2;
  border: 1px solid #EEEFF2;
  color: #AFB5BE;
}
body .mat-dialog-container .modal-subhead .form-control {
  background-color: #EEEFF2;
  border: 1px solid #EEEFF2;
  color: #888F9E;
  height: 2.5rem;
  padding-left: 0;
}
body .mat-dialog-container .modal-subhead .form-control:focus {
  box-shadow: none;
}
body .mat-dialog-container .modal-subhead .mat-form-field-infix {
  padding: auto;
}
body .mat-dialog-container .modal-subhead .material-icons {
  font-size: 30px;
}
body .mat-dialog-container .modal-subhead .image-badge {
  position: absolute;
  top: 11px;
}
body .mat-dialog-container .modal-subhead .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  left: 0;
  z-index: 111;
}
body .mat-dialog-container .modal-subhead .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: 11px;
}
body .mat-dialog-container .modal-subhead .mat-badge-medium .mat-badge-content {
  width: 8px;
  height: 8px;
}
body .mat-dialog-container .modal-subhead .mat-badge-warn .mat-badge-content {
  background: #f8a02a;
}
body .mat-dialog-container .modal-subhead .mat-form-field-underline {
  display: none;
}
body .mat-dialog-container .modal-subhead .mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 4px 4px 0 0;
  padding: 7px;
  height: 40px;
  background-color: transparent;
}
body .mat-dialog-container .modal-subhead .mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-label {
  background-color: transparent !important;
}
body .mat-dialog-container .modal-subhead .form-group {
  margin-bottom: 0;
}
body .mat-dialog-container .modal-subhead .form-group .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
}
body .mat-dialog-container .modal-subhead .radius-box .form-control {
  border-bottom-right-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
body .mat-dialog-container .modal-subhead .radius-box #basic-addon1 {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
body .mat-dialog-container .mat-dialog-content {
  margin: 0;
  padding: 0;
  max-height: 65vh;
  padding: 1.5rem;
}
body .mat-dialog-container .mat-dialog-content .mat-dialog-body .mat-dialog-inner {
  margin-bottom: 2.5rem;
}
body .mat-dialog-container .mat-dialog-content .mat-dialog-body .mat-checkbox {
  cursor: inherit;
}
body .mat-dialog-container .mat-dialog-content .mat-dialog-body .mat-checkbox .mat-checkbox-frame {
  border-color: #AFB5BE !important;
}
body .mat-dialog-container .mat-dialog-content .mat-dialog-body .mat-checkbox .name-with-image .image-circle {
  width: 49px;
  min-width: 49px;
  height: 49px;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
body .mat-dialog-container .mat-dialog-content .mat-dialog-body .mat-checkbox .name-with-image .image-circle img {
  padding: 5%;
}
body .mat-dialog-container .mat-dialog-content .mat-dialog-body .mat-checkbox .mat-checkbox-layout {
  cursor: pointer;
}
body .mat-dialog-container .mat-dialog-content .subtitle-form {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
  padding-bottom: 0rem;
  margin-bottom: 0.9375rem;
}
body .mat-dialog-container .mat-dialog-content .subtitle-form span {
  font-weight: 500;
  font-size: 1rem;
}
body .mat-dialog-container .mat-dialog-content .subhead-form {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0rem;
  margin-bottom: 0.625rem;
}
body .mat-dialog-container .mat-dialog-content .subhead-form span {
  font-weight: 500;
  font-size: 0.875rem;
}
body .mat-dialog-container .mat-dialog-content .label-form {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.25rem;
}
body .mat-dialog-container .mat-dialog-content .label-form .bold {
  font-size: 1.25rem;
  font-weight: 800;
}
body .mat-dialog-container .mat-dialog-content .label-helper {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
  margin-top: 0rem;
  margin-bottom: 3.125rem;
}
body .mat-dialog-container .mat-dialog-content button.larg-btn {
  padding-right: 7.0625rem;
  padding-left: 7.0625rem;
}
body .mat-dialog-container mat-dialog-content.preview {
  background-color: #F6F7FA;
  text-align: center;
  padding: 3.125rem 1.5rem 3.75rem;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .preview-content + .preview-content {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #e9e9e9;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .info {
  margin-bottom: 3.125rem;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .image-container {
  height: 4.375rem;
  border-radius: 0.9375rem;
  margin: auto;
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .image-container > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .image-container img,
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .image-container svg {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .review-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 0;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .description {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  color: #888F9E;
}
body .mat-dialog-container mat-dialog-content.preview .mat-dialog-body .rating-shapes img {
  height: 2.375rem;
}
[dir=rtl] body .mat-dialog-container {
  direction: rtl !important;
}

.swal2-container.sweet-dialog .swal2-popup {
  width: 46.875rem;
}
.swal2-container .swal2-popup {
  width: 34.375rem;
  padding: 3.75rem 3.75rem 2.5rem;
}
.swal2-container .swal2-popup .swal2-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 1.875rem;
}
.swal2-container .swal2-popup .swal2-html-container {
  font-size: 0.875rem;
  line-height: normal !important;
}
.swal2-container .swal2-popup .swal2-icon,
.swal2-container .swal2-popup .swal2-image {
  margin-top: 0;
}
.swal2-container .swal2-popup .swal2-actions {
  margin-top: 3.75rem;
}
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel,
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
  min-width: 7.4375rem;
  color: #382102;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3.125rem;
  font-size: 1rem;
}
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:hover, .swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:not(.swal2-loading),
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover,
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:not(.swal2-loading) {
  background-image: none;
  outline: none;
}
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus,
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus {
  outline: none;
  box-shadow: 0 0 0 3px transparent;
}
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #F89F2A;
}
.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel {
  background-color: #F6F7FA;
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.cdk-overlay-container {
  z-index: 998 !important;
}

.cdk-global-scrollblock {
  top: auto !important;
}

.checkboxes-modal .mat-dialog-body .mat-dialog-inner {
  margin-bottom: 2.5rem;
}
.checkboxes-modal .mat-dialog-body .mat-checkbox {
  border-bottom: 0.0625rem solid #EBECEF;
}

.mat-checkbox.full-label .mat-checkbox-layout {
  width: 100%;
}
.mat-checkbox.full-label .mat-checkbox-label {
  flex-grow: 1;
}

body .mat-tooltip {
  background-color: #606A7D;
}

.small-field .mat-form-field-infix {
  border-top: 0.54375em solid transparent;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  padding-right: 0.9375rem !important;
  padding-left: 0.625rem !important;
}

.ng-placeholder {
  padding-right: 0.9375rem !important;
  padding-left: 0.625rem !important;
}

body .timepicker {
  direction: ltr;
}
body .mat-form-field {
  width: 100%;
}
body .mat-form-field.autocomplete-field .mat-form-field-flex {
  min-width: 21.875rem;
  max-width: 100%;
}
body .mat-form-field.autocomplete-field ng-select.ng-select .ng-select-container.ng-appearance-outline {
  height: 3.2rem;
}
body .mat-form-field.autocomplete-field:not(.ng-select-field) .mat-form-field-flex {
  background-image: url(../../images/icons/arrow-fill-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
}
body .mat-form-field.no-label .mat-form-field-outline {
  top: 0;
}
body .mat-form-field.no-label .mat-form-field-infix {
  border: 0;
}
body .mat-form-field.white-bg .mat-form-field-flex {
  background-color: #FFF;
}
body .rounded-dropdown .mat-form-field-infix {
  width: auto;
  min-width: 180px;
}
body .rounded-dropdown .mat-form-field-outline-start {
  min-width: 28px !important;
}
[dir=rtl] body .rounded-dropdown .mat-form-field-outline-start {
  border-radius: 0 28px 28px 0 !important;
}
[dir=ltr] body .rounded-dropdown .mat-form-field-outline-start {
  border-radius: 28px 0 0 28px !important;
}
[dir=rtl] body .rounded-dropdown .mat-form-field-outline-end {
  border-radius: 28px 0 0 28px !important;
}
[dir=ltr] body .rounded-dropdown .mat-form-field-outline-end {
  border-radius: 0 28px 28px 0 !important;
}
body .no-validation .mat-form-field-wrapper {
  padding: 0;
  margin: 0;
}
body .no-validation .ng-select {
  padding: 0;
}
body .no-validation .ng-select .ng-dropdown-panel.ng-select-bottom {
  top: 100%;
}
body .no-validation .mat-select {
  display: flex;
}
body .no-validation.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: translateY(0);
}
body .rounded img {
  border-radius: 2px;
}
body .mat-form-field-appearance-outline .mat-form-field-suffix {
  top: -0.25em;
  top: 0;
  color: #888F9E;
}
body .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 3.25em;
}
body .mat-form-field,
body .mat-button-toggle,
body .mat-radio-button,
body .mat-checkbox,
body .mat-slide-toggle-content,
body .mat-select,
body .mat-option {
  font-family: "Poppins", sans-serif;
}
body .form-btn-group {
  border: 0;
  border-radius: 0.25rem;
}
body .form-btn-group .mat-button-toggle-appearance-standard {
  min-width: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #F6F7FA;
  color: #747D8E;
}
body .form-btn-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: #ffffff;
  background-color: #e86d3a;
}
body .button-group-custom {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 2.1875rem 0;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3.125rem;
  background-color: #ffffff;
  border: none;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .count {
  background: #EEEFF2;
  color: #888F9E;
  padding: 0.125rem 0.5rem;
  margin-left: 0.75rem;
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard {
  font-size: 1rem;
  font-weight: 600;
  color: #888f9e;
  background-color: #ffffff;
  border-radius: 3.125rem;
  overflow: hidden;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard button {
  outline: none;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: #382102;
  background-color: #f8a02a;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked .badge {
  background-color: #eb9521;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked .count {
  background: #EB9521;
  color: #382102;
  padding: 0.125rem 0.5rem;
  margin-left: 0.75rem;
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
}
body .button-group-custom .mat-button-toggle-group-appearance-standard .badge {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #eeeff2;
  padding: 0;
  font-weight: 600;
  margin-left: 0.3125rem;
}
body mat-radio-button + mat-radio-button {
  margin-left: 2.5rem;
}
body .radio-horizontal-group mat-radio-button {
  display: block;
}
body .radio-horizontal-group mat-radio-button + mat-radio-button {
  margin-top: 0.5rem;
  margin-left: 0;
}
body .radio-horizontal-group mat-radio-button label.mat-radio-label {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 600;
  padding-block: 0.75rem;
}
body .mat-tree {
  border-radius: 0.375rem;
  border: 1px solid #ebecef;
}
body .mat-tree.has-error, body p.mat-tree.custom-error {
  border-color: #f44336;
}
body .mat-tree .mat-checkbox-label {
  font-size: 1rem;
  font-weight: 600;
}
body .mat-tree.tree-view .mat-checkbox {
  cursor: initial;
}
body .mat-tree.tree-view .mat-checkbox-inner-container {
  display: none;
}
body .mat-tree .has-parent {
  margin-left: 24px;
  min-height: auto;
  padding-block: 0.9375rem;
}
body .mat-tree .mat-tree-node {
  min-height: auto;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
body .mat-tree .mat-tree-node.active {
  background-color: #f6f7fa;
}
body .mat-tree .mat-tree-node + .mat-tree-node.parent {
  border-top: 1px solid #eeeff2;
}
body .mat-tree .mat-icon-button {
  color: #888f9e;
}
body .mat-tree .mat-checkbox-frame {
  border-color: #afb5be;
}
body .mat-tree .mat-checkbox-layout {
  margin: 0;
}
body mat-select-trigger > span {
  margin: 0.125rem 0;
  margin-right: 0.625rem;
  padding: 0.25rem 0.625rem;
  border-radius: 3px;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  font-size: 0.75rem;
  color: #333333;
  font-weight: 600;
  display: inline-block;
}
body mat-select-trigger > span.rounded {
  border: 1px solid #e9e9e9;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #EBECEF;
  border-radius: 1.25rem !important;
}
body .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e86d3a;
}
body .mat-primary .mat-pseudo-checkbox-checked, body .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #e86d3a;
}
body .mat-option.img-option {
  padding: 0.5rem 1.5rem;
  line-height: normal;
  height: auto;
}
body .mat-option.img-option .mat-pseudo-checkbox {
  margin: 0;
}
body .mat-option.img-option + .mat-option {
  border-top: 1px solid #EBECEF;
}
body .mat-option.img-option .mat-option-text {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
body .mat-option.img-option .mat-option-text .img-contianer {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-right: 1rem;
  display: flex;
}
body .mat-option.img-option .mat-option-text .img-contianer img {
  width: 100%;
  margin: auto;
}
body .mat-option.img-option .mat-option-text span {
  color: #38455D;
}

.cdk-drag:not(.cdk-drag-disabled) {
  cursor: move;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap {
  border-top-color: currentColor !important;
}

@keyframes anim {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
  100% {
    opacity: 1;
    transform: none;
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
}
.row-view {
  animation: anim 0.5s ease;
  animation-fill-mode: both;
}

table:not(.no-animation) tr {
  transform-origin: top;
  animation: anim 0.2s ease;
}
table:not(.no-animation) tr:nth-child(1) {
  animation: anim 0.2s ease;
}
table:not(.no-animation) tr:nth-child(2) {
  animation: anim 0.4s ease;
}
table:not(.no-animation) tr:nth-child(3) {
  animation: anim 0.6s ease;
}
table:not(.no-animation) tr:nth-child(4) {
  animation: anim 0.8s ease;
}
table:not(.no-animation) tr:nth-child(5) {
  animation: anim 1s ease;
}
table:not(.no-animation) tr:nth-child(6) {
  animation: anim 1.2s ease;
}
table:not(.no-animation) tr:nth-child(7) {
  animation: anim 1.4s ease;
}
table:not(.no-animation) tr:nth-child(8) {
  animation: anim 1.6s ease;
}
table:not(.no-animation) tr:nth-child(9) {
  animation: anim 1.8s ease;
}
table:not(.no-animation) tr:nth-child(10) {
  animation: anim 2s ease;
}
table:not(.no-animation) tr:nth-child(11) {
  animation: anim 2.2s ease;
}
table:not(.no-animation) tr:nth-child(12) {
  animation: anim 2.4s ease;
}
table:not(.no-animation) tr:nth-child(13) {
  animation: anim 2.6s ease;
}
table:not(.no-animation) tr:nth-child(14) {
  animation: anim 2.8s ease;
}
table:not(.no-animation) tr:nth-child(15) {
  animation: anim 3s ease;
}
table:not(.no-animation) tr:nth-child(16) {
  animation: anim 3.2s ease;
}
table:not(.no-animation) tr:nth-child(17) {
  animation: anim 3.4s ease;
}
table:not(.no-animation) tr:nth-child(18) {
  animation: anim 3.6s ease;
}
table:not(.no-animation) tr:nth-child(19) {
  animation: anim 3.8s ease;
}
table:not(.no-animation) tr:nth-child(20) {
  animation: anim 4s ease;
}
table:not(.no-animation) tr:nth-child(21) {
  animation: anim 4.2s ease;
}
table:not(.no-animation) tr:nth-child(22) {
  animation: anim 4.4s ease;
}
table:not(.no-animation) tr:nth-child(23) {
  animation: anim 4.6s ease;
}
table:not(.no-animation) tr:nth-child(24) {
  animation: anim 4.8s ease;
}
table:not(.no-animation) tr:nth-child(25) {
  animation: anim 5s ease;
}
table:not(.no-animation) tr:nth-child(26) {
  animation: anim 5.2s ease;
}
table:not(.no-animation) tr:nth-child(27) {
  animation: anim 5.4s ease;
}
table:not(.no-animation) tr:nth-child(28) {
  animation: anim 5.6s ease;
}
table:not(.no-animation) tr:nth-child(29) {
  animation: anim 5.8s ease;
}
table:not(.no-animation) tr:nth-child(30) {
  animation: anim 6s ease;
}
table:not(.no-animation) tr:nth-child(31) {
  animation: anim 6.2s ease;
}
table:not(.no-animation) tr:nth-child(32) {
  animation: anim 6.4s ease;
}
table:not(.no-animation) tr:nth-child(33) {
  animation: anim 6.6s ease;
}
table:not(.no-animation) tr:nth-child(34) {
  animation: anim 6.8s ease;
}
table:not(.no-animation) tr:nth-child(35) {
  animation: anim 7s ease;
}
table:not(.no-animation) tr:nth-child(36) {
  animation: anim 7.2s ease;
}
table:not(.no-animation) tr:nth-child(37) {
  animation: anim 7.4s ease;
}
table:not(.no-animation) tr:nth-child(38) {
  animation: anim 7.6s ease;
}
table:not(.no-animation) tr:nth-child(39) {
  animation: anim 7.8s ease;
}
table:not(.no-animation) tr:nth-child(40) {
  animation: anim 8s ease;
}

.preloading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  color: #8F151A;
  text-transform: uppercase;
  font-size: 50px;
}

@keyframes dots {
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.d {
  animation: dots 1.5s ease-out infinite;
}

.d-2 {
  animation-delay: 0.5s;
}

.d-3 {
  animation-delay: 1s;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.swing {
  animation: swing ease-in-out 0.2s infinite alternate;
  transform-origin: center -20px;
}

@keyframes slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-down {
  to {
    opacity: 0;
    transform: translateY(-100);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes has-error-anim {
  0% {
    opacity: 0;
    transform: translateY(-30%);
    transition: transform ease 0.4s;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transition: transform ease 0.4s;
  }
}
.files-preview-container .file-item {
  display: flex;
  margin: 0.625rem 0 0;
  border: 1px solid rgba(232, 109, 58, 0.3);
  background-color: #FEF8F8;
  border-radius: 0.375rem;
  overflow: hidden;
}
.files-preview-container .file-item:hover {
  border-color: #e86d3a;
}
.files-preview-container .file-item .file-details {
  display: flex;
  padding: 0.625rem;
  flex: 0 0 calc(100% - 67px);
  max-width: calc(100% - 67px);
}
.files-preview-container .file-item .file-details .file-icon {
  margin-right: 0.625rem;
}
.files-preview-container .file-item .file-details .file-icon svg, .files-preview-container .file-item .file-details .file-icon img {
  height: 2.75rem;
}
.files-preview-container .file-item .file-details > div:not(.file-icon) {
  flex: 0 0 calc(100% - 67px);
  max-width: calc(100% - 67px);
}
.files-preview-container .file-item label:not(.edit-btn) {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: capitalize;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
.files-preview-container .file-item label:not(.edit-btn) .mat-icon {
  color: #959595;
}
.files-preview-container .file-item label:not(.edit-btn):hover .mat-icon {
  color: #f44336;
}
.files-preview-container .file-item span {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999999;
  display: block;
}
.files-preview-container .file-item .thumbnail-container {
  height: 9.375rem;
  overflow: hidden;
}
.files-preview-container .file-item .thumbnail-container img {
  width: 100%;
}
.files-preview-container .file-item .file-btn {
  flex: 0 0 67px;
}
.files-preview-container .file-item .file-btn > * {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.files-preview-container .file-item .file-btn .download svg {
  width: 1.25rem;
}
.files-preview-container .file-item .file-btn .btn-delete {
  display: none;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.files-preview-container .file-item .file-btn .btn-delete:hover svg path {
  fill: #f44336;
}
.files-preview-container .file-item .file-btn label.edit-btn {
  cursor: pointer;
  padding: 0.3125rem;
  margin: 0;
}
.files-preview-container .file-item .file-btn label.edit-btn .mat-icon {
  display: block;
  color: #959595;
  font-size: 1.5625rem;
}
.files-preview-container .file-item .file-btn label.edit-btn:hover .mat-icon {
  color: #f44336;
}
.files-preview-container.active .file-item .file-btn .btn-delete {
  display: flex;
}
.files-preview-container.active .file-item .file-btn .download {
  display: none;
}

.dnd-container {
  position: relative;
  padding: 1.875rem 0.9375rem;
  background-color: #F9F9F9;
  border: 1px dashed #AAAAAA;
  border-radius: 0.125rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.dnd-container input {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dnd-container label {
  cursor: pointer;
  color: #0077CC;
  margin: 0;
  text-decoration: underline;
  font-weight: 700;
}
.dnd-container svg {
  height: 1.5625rem;
}
.dnd-container h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  margin: 0.9375rem 0 0.625rem;
  margin-left: 0.625rem;
}
.dnd-container span {
  font-weight: 600;
  color: #999999;
  margin-right: 0.625rem;
}
.dnd-container .hint {
  margin-top: 0.875rem;
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.fileover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../../images/basic-bg.jpg");
  background-size: cover;
  background-position: center;
}
.main-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(237, 108, 60, 0.8);
}
.main-wrapper .lang-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 11;
}
.main-wrapper .card {
  padding: 2.5rem 1.875rem;
  width: 33.75rem;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  border-radius: 0.625rem;
}
.main-wrapper .card .logo-container {
  text-align: center;
  margin-bottom: 1.875rem;
}
.main-wrapper .card .card-head {
  text-align: center;
  padding-bottom: 2.5rem;
}
.main-wrapper .card .card-head h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #38455D;
  margin: 0 0 0.5rem;
}
.main-wrapper .card .card-head h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #888F9E;
  margin: 0;
}
.main-wrapper .card .mat-button-base {
  padding: 1rem;
  text-transform: uppercase;
}
.main-wrapper .card re-captcha > div {
  margin: auto;
}
.main-wrapper .card .recaptcha-container {
  min-height: 3.75rem;
  background-image: url("../../images/icons/ajax-loader-black.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.main-wrapper .card .card-action {
  margin-top: 2.5rem;
  text-align: center;
}
.main-wrapper .card .card-action span {
  font-size: 0.875rem;
}
.main-wrapper .card .card-action a {
  color: #e86d3a;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}

.app-hub-content .app-sidebar-container {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  width: calc(100% - 23.75rem);
  min-height: 100vh;
  margin-left: 23.75rem;
  position: relative;
  transition: all 0.24s ease-in-out;
}
@media (max-width: 992px) {
  .app-hub-content .app-sidebar-container {
    margin-left: 0;
    width: 100%;
  }
}
.app-hub-content .app-sidebar-container.full-width {
  width: 100%;
  margin-left: 0;
}
.app-hub-content .app-sidebar-container.full-width .app-sidebar-wrap {
  transform: translateX(-100%);
}
.app-hub-content .app-sidebar-container.full-width .app-sidebar-wrap.open {
  transform: translateX(0);
}
.app-hub-content .app-sidebar-container.full-width .menu-toggle {
  transform: rotateY(180deg);
}
.app-hub-content .app-sidebar-container .app-content-wrap {
  width: 100%;
}
.app-hub-content .app-sidebar-container .app-content-wrap .app--body-container {
  padding: 1.875rem 2.1875rem;
}

.head-nav {
  margin-bottom: 3.75rem;
}
.head-nav > .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-nav h2 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0;
  font-weight: 800;
  color: #333333;
}
.head-nav .breadcrumb {
  padding: 0;
  margin: 0.375rem 0 0;
  background: none;
}
.head-nav .breadcrumb .breadcrumb-item {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #888F9E;
  font-weight: 500;
}
.head-nav .breadcrumb .breadcrumb-item a {
  font-weight: 500;
  color: #f8a02a;
}
.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0;
  padding-left: 0.625rem;
}
.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url(../../images/icons/angle-right.svg);
  padding-right: 0.625rem;
  padding-left: 0rem;
}

.app-sidebar-wrap {
  position: fixed;
  left: 0;
  width: 24.375rem;
  top: 0;
  z-index: 110;
  bottom: 0;
  transition: all 0.24s ease-in-out;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .app-sidebar-wrap {
    z-index: 110;
    width: 18.75rem;
    max-width: 100%;
  }
}
.app-sidebar-wrap .sidebar-wrapper {
  position: relative;
  height: 100%;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner {
  position: relative;
  overflow: auto;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer {
  margin-top: auto;
}
@media (max-width: 992px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-inner {
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-header {
  display: flex;
  justify-content: center;
  padding: 1.875rem 0.625rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-header .logo-sm {
  display: none;
  width: 3.0625rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu {
  padding: 0.75rem;
  margin-bottom: 1.875rem;
  overflow-y: scroll;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li {
  position: relative;
  margin-bottom: 0.125rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li:hover > a {
  background-color: #FEEFEA;
  color: #68270c;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li:hover svg, .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li:hover path {
  fill: #68270c;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a {
  padding: 1.5rem 1rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a .item-inner {
  display: flex;
  align-items: center;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a .item-inner .item-content span {
  display: block;
  white-space: normal;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a .item-inner .item-content span.desc {
  font-weight: 500;
  font-size: 0.875rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a {
  color: #38455d;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 1rem;
  border-radius: 0.875rem;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 1301px) and (min-width: 500px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a {
    /* justify-content: center; */
  }
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a svg {
  margin-right: 15px;
  fill: #38455d;
  height: 22px;
  width: 25px;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a svg path {
  fill: #38455d;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav {
  list-style: none;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding-left: 3.25rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a.active, .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a:hover {
  color: #82310F;
  background-color: #FEF9F9;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active > a {
  background-color: #FEEFEA;
  color: #68270c;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active > a svg, .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active > a svg path {
  fill: #68270c;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active .childNav {
  height: auto;
  overflow: visible;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer {
  padding: 1.25rem 1.25rem;
}
@media (max-width: 1301px) and (min-width: 500px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer {
    padding: 1.25rem 0.9375rem;
  }
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer p {
  font-size: 0.875rem;
  text-align: center;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer p b {
  font-weight: 600;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: w-resize;
}
@media (max-width: 992px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-overlay.open {
    display: block;
  }
}

.app-mian-header {
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
  width: 100%;
  box-shadow: 0.125rem 0rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem 2.1875rem;
  z-index: 100;
}
.app-mian-header .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  z-index: 10000;
}
.app-mian-header .header-inner .menu-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0.75rem;
}
.app-mian-header .header-inner .menu-toggle img {
  transition: all ease 0.2s;
}
.app-mian-header .header-inner .logo-mobile {
  display: none;
}
@media (max-width: 500px) {
  .app-mian-header .header-inner .logo-mobile {
    display: initial;
    margin-right: auto;
    height: 40px;
    overflow: hidden;
  }
  .app-mian-header .header-inner .logo-mobile img {
    height: 100%;
  }
}
.app-mian-header .header-inner .header-actions {
  display: flex;
  align-items: center;
}
.app-mian-header .header-inner .header-actions .btn-lang {
  color: #aaaaaa;
  font-size: 0.875rem;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.app-mian-header .header-inner .header-actions .btn-lang img {
  margin-right: 0.3125rem;
}
.app-mian-header .header-inner .header-part-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 500px) {
  .app-mian-header .header-inner .header-part-right {
    width: auto;
    flex-wrap: nowrap;
  }
}
.app-mian-header .header-inner .header-part-right .elementor-widget-container {
  margin: 0;
  margin-right: 1.875rem;
}
.app-mian-header .header-inner .header-part-right .elementor-widget-container:first-child {
  margin-right: 1.875rem;
}
.app-mian-header .header-inner .header-part-right .elementor-widget-container:last-child {
  margin-right: 0rem;
}

.message_user_item {
  display: flex !important;
  align-items: center;
  padding: 1.125rem 0.625rem;
  justify-content: space-between;
  border-left: none !important;
  /* border-bottom: 1px solid $grey-c; */
}
.message_user_item .inner_message_item {
  display: flex;
  align-items: center;
}
.message_user_item .inner_message_item .img-circle {
  margin-right: 1.25rem;
}
.message_user_item .inner_message_item .img-circle .image {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.message_user_item .inner_message_item .img-circle .image span {
  font-size: 1rem;
  line-height: 1.75rem;
}
.message_user_item .inner_message_item .img-circle .image img {
  width: 100%;
  height: 100%;
}
.message_user_item .inner_message_item .name {
  border: none !important;
  margin-right: 0.9375rem;
}
.message_user_item .inner_message_item .name h5 {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #333333;
  margin-bottom: 0.25rem;
}
.message_user_item .inner_message_item .name span {
  font-weight: 600;
  font-size: 0.875rem;
  color: #333333;
  word-break: break-all;
}
.message_user_item .inner_message_item .name span.flag {
  color: #f8a02a;
  margin-left: 0.3125rem;
  font-size: 1rem;
}
.message_user_item .date_time {
  font-weight: 600;
  font-size: 0.75rem;
  color: #666666;
  white-space: nowrap;
}

.notification-btn {
  position: relative;
}
.notification-btn > span {
  position: relative;
  display: block;
  cursor: pointer;
}
.notification-btn .notification-count {
  background-color: #f8a02a;
  border: 1.5px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  left: 7px;
  color: #ffffff;
  min-width: 1.5rem;
  padding: 0 3px;
  height: 1.25rem;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 500px) {
  .notification-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 501px) {
  .notification-btn svg path {
    fill: #808080;
  }
  .notification-btn .notification-count {
    border-color: #ffffff;
  }
}
@media (max-width: 500px) {
  .notification-btn.dropdown-container .dropdown-inner-menu {
    position: fixed;
    min-width: auto;
    top: 9.375rem;
    width: 96%;
    right: 2%;
    left: auto;
    margin-top: 0;
  }
  .notification-btn.dropdown-container .dropdown-inner-menu:before {
    display: none;
  }
  .notification-btn.dropdown-container.active .dropdown-inner-menu {
    top: 6.25rem;
  }
}
.notification-btn .notification-panel {
  width: 31.25rem;
  max-width: 95vw;
  right: -0.625rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
}
.notification-btn .notification-panel .notification-header {
  display: flex;
  padding: 0.625rem 0.9375rem;
  background-color: #eeeeee;
}
.notification-btn .notification-panel .notification-header h3 {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin: 0;
}
.notification-btn .notification-panel .notifications-wrapper {
  height: 31.25rem;
}
.notification-btn .notification-panel .notification-list {
  max-height: 31.25rem;
  overflow: auto;
}
.notification-btn .notification-panel .notification-list div {
  border-left: 2px solid transparent;
}
.notification-btn .notification-panel .notification-list div.new {
  background-color: rgba(248, 160, 42, 0.7);
}
.notification-btn .notification-panel .notification-list div a {
  display: block;
  padding: 1.25rem 0.9375rem;
  color: inherit;
}
.notification-btn .notification-panel .notification-list div + div {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.notification-btn .notification-panel .notification-list div:hover {
  background-color: #f5f5f5;
}
.notification-btn .notification-panel .notification-list div .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.notification-btn .notification-panel .notification-list div .date {
  font-size: 0.8125rem;
}

.userAccount {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 2.5rem;
}
.userAccount.dropdown-container .dropdown-inner-menu {
  right: 0.9375rem;
}
@media (min-width: 768px) {
  .userAccount.dropdown-container .dropdown-inner-menu {
    right: auto;
    left: -3px;
  }
}
@media (max-width: 1200px) {
  .userAccount {
    margin-left: 1.25rem;
  }
}
.userAccount .profile-image {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: relative;
  border: 1px solid #E9E9E9;
  background-color: #F6F6F6;
}
.userAccount .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
}
.userAccount .profile-image span {
  color: #f8a02a;
  margin: auto;
  font-size: 0.875rem;
  border-radius: 50%;
  font-weight: 700;
}
.userAccount .user-name {
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 0.875rem;
  line-height: 1.4375rem;
  display: none;
}
.userAccount .user-name > span {
  max-width: 12.5rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .userAccount .user-name {
    display: initial;
  }
}

.nav-tabs {
  overflow: hidden;
  flex-wrap: nowrap;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  position: sticky;
  top: 5rem !important;
  z-index: 11;
  overflow-x: hidden;
  justify-content: start;
  top: 5.625rem;
  background-color: #FEF6F4;
  box-shadow: 0 0.25rem 0.5rem rgba(232, 109, 58, 0.1);
  border: 0;
}
.nav-tabs .nav-link {
  white-space: nowrap;
  background-color: #FEF6F4;
  padding: 12px 25px 12px 25px;
  color: #38455d;
}
.nav-tabs .nav-link.active {
  color: #68270C;
  background-color: #FCDED4;
  border-color: transparent;
  padding: 12px 25px 12px 25px;
}
@media (max-width: 1200px) {
  .nav-tabs {
    overflow-x: scroll;
  }
}

.scrollable-cards {
  background-color: transparent;
  box-shadow: none;
  z-index: 1;
}
.scrollable-cards .nav-item {
  margin-right: 0.9375rem;
}
.scrollable-cards .nav-item .card {
  width: 8.75rem;
  height: 10rem;
  box-shadow: none !important;
  padding: 0.9375rem;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scrollable-cards .nav-item .card svg {
  display: block;
  margin: auto;
}
.scrollable-cards .nav-item .card .img-container {
  height: 2.5rem;
  display: flex;
  margin-bottom: 0.9375rem;
}
.scrollable-cards .nav-item .card .img-container img {
  margin: auto 0 0;
  max-height: 100%;
  max-width: 100%;
}

.page-loader {
  height: 100vh;
  display: flex;
  justify-content: center;
}

.page-progress {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.dropdown-container {
  position: relative;
}
.dropdown-container .dropdown-toggler {
  cursor: pointer;
}
.dropdown-container .dropdown-toggler:not(.not-after)::after {
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
  background-image: url(../../images/icons/arrow-down.svg);
  background-size: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown-container .dropdown-inner-menu {
  position: absolute;
  top: 100%;
  right: -5px;
  min-width: 13.4375rem;
  min-width: 100%;
  border-radius: 0.625rem;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  margin-top: 0.9375rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
  z-index: 100;
}
.dropdown-container .dropdown-inner-menu::before {
  position: absolute;
  top: -0.625rem;
  right: 0.625rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #eeeeee;
}
@media (max-width: 767px) {
  .dropdown-container .dropdown-inner-menu {
    min-width: 13.4375rem;
    right: 0;
    left: auto;
  }
}
.dropdown-container.active .dropdown-inner-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.dropdown-container.active .dropdown-toggler {
  cursor: pointer;
}
.dropdown-container.active .dropdown-toggler:not(.not-after)::after {
  transform: rotate(-180deg);
}

.pagination-container {
  position: relative;
  margin-top: 1.875rem;
}
.pagination-container .mat-paginator-container {
  min-height: auto;
}
.pagination-container .mat-paginator {
  background-color: #EEEFF2;
  border-radius: 0.5rem;
  padding: 1rem 1.375rem;
}
.pagination-container .mat-paginator .mat-paginator-page-size {
  margin-left: 2.5rem;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-label {
  margin-right: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #777777;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
  font-size: 0.5rem;
}
.pagination-container .mat-paginator .mat-paginator-page-size-select.mat-form-field-appearance-outline {
  margin: 0;
}
.pagination-container .mat-paginator .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-outline {
  display: none;
}
.pagination-container .mat-paginator .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-form-field-flex {
  border-bottom: 1px solid #D7DADF;
}
.pagination-container .mat-paginator .mat-paginator-page-size-select.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: none;
}

.page-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.4375rem;
  justify-content: space-between;
}
.page-filters .sort-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #666666;
}
.page-filters .sort-item .count-page {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #38455d;
  white-space: nowrap;
  margin-right: 1.5625rem;
}
.page-filters .sort-item .count-page span {
  font-weight: 700;
}
.page-filters .sort-item label {
  margin: 0;
  font-size: 0.875rem;
  margin-right: 0.5625rem;
  font-weight: 500;
  white-space: nowrap;
  color: #888f9e;
}
.page-filters .sort-item .form-control {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #888f9e;
}
.page-filters .sort-item .form-control.white-bg {
  background-color: #ffffff;
  border-color: #dddddd;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #666666;
  font-weight: 600;
}
.page-filters .sort-item .form-control,
.page-filters .sort-item .dropdown-custom,
.page-filters .filters-container .form-control,
.page-filters .filters-container .dropdown-custom {
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border-radius: 3.125rem;
  font-weight: 600;
  border: 0.0625rem solid #AFB5BE;
  height: 3.0625rem;
}
.page-filters .sort-item .form-control.active svg,
.page-filters .sort-item .dropdown-custom.active svg,
.page-filters .filters-container .form-control.active svg,
.page-filters .filters-container .dropdown-custom.active svg {
  transform: rotate(180deg);
}
.page-filters .create-item {
  margin-left: 1.5625rem;
}
.page-filters .dropdown-custom {
  display: flex;
  align-items: center;
  margin-left: 0.9375rem;
}
.page-filters .dropdown-custom span {
  margin-left: 0.125rem;
  margin-right: 0.5rem;
}
.page-filters .filters-container {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  flex-wrap: wrap;
}
.page-filters .filters-container .mat-raised-button .material-icons {
  font-size: 18px;
  width: 1.5625rem;
  height: 1.375rem;
}
.page-filters .filter-section {
  padding: 1.25rem 2.125rem;
  padding-top: 2.5rem;
  background-color: #ffffff;
  flex: 100% 0 0;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  margin-top: 1.25rem;
}
.page-filters .filter-section .title {
  font-size: 1rem;
  line-height: 1.5625rem;
  margin: 0 0 1.875rem;
  font-weight: 600;
}
.page-filters .filter-section .group-title {
  color: #666666;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  margin: 0 0 0.9375rem;
}
.page-filters .filter-section .no-validation {
  display: block;
}
.page-filters .filter-section .clear-date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.3em;
}
.page-filters .filter-section mat-slide-toggle .mat-slide-toggle-label {
  justify-content: unset;
}
.page-filters .filter-section .mat-tree {
  height: 10.625rem;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: auto;
}
.page-filters .optional-field {
  padding-right: 5rem;
}
.page-filters .search-input {
  display: flex;
  margin: 0 0.3125rem;
}
.page-filters .search-input button {
  color: #808080;
}
.page-filters .search-input .mat-form-field {
  max-height: 2.8em;
}
.page-filters .search-input .mat-form-field .mat-icon {
  cursor: pointer;
}
.page-filters .btn-container {
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #ebebeb;
}
.page-filters .btn-container button + button {
  margin-left: 1.25rem;
}

.dataLoading,
.data-empty {
  padding: 50px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.dataLoading img,
.data-empty img {
  margin-bottom: 1.875rem;
}
.dataLoading h3,
.data-empty h3 {
  margin: 0 0 1.25rem;
  text-align: center;
  font-weight: normal;
  font-size: 1.5625rem;
}
.dataLoading p,
.data-empty p {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 0 1.25rem;
  font-weight: 600;
  color: #666666;
}
.dataLoading a,
.data-empty a {
  color: #0370ff;
  margin-top: 0.3125rem;
  font-weight: 700;
  font-size: 0.9375rem;
}
.dataLoading ng-lottie,
.data-empty ng-lottie {
  width: 50rem;
  max-width: 100%;
  height: 50vh;
}
.error-page .dataLoading img,
.error-page .data-empty img {
  width: 50rem;
  max-width: 100%;
  height: 50vh;
}

.small-empty .data-empty ng-lottie {
  height: 20vh;
}
.small-empty .data-empty h3 {
  font-size: 1.25rem;
}

.cards-list div[class*=col] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.875rem;
}
.cards-list.vouchers .card .card-head {
  margin: -1.5rem -1.5rem 0;
  padding: 1.5rem;
  background-color: #EEEFF2;
  border-bottom: 0;
}
.cards-list.vouchers .card .card-head .card-title h4 {
  margin-bottom: 0.75rem;
}
.cards-list.vouchers .card .card-head .card-title a {
  color: #38455d;
}
.cards-list.vouchers .card .card-head .card-title a:hover {
  color: #f8a02a;
}
.cards-list.vouchers .card .card-head .card-title > div {
  margin: 0;
}
.cards-list.vouchers .card .status-badge {
  color: #38455d;
}
.cards-list.vouchers .card .status-badge.active {
  background-color: #def8e2;
}
.cards-list.vouchers .card .redeeming {
  cursor: pointer;
}
.cards-list.vouchers .card .redeeming:hover {
  color: #e86d3a;
}
.cards-list .card {
  min-height: 100%;
  padding: 1.5rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.3125rem 1.25rem rgba(56, 69, 93, 0.1);
}
.cards-list .card .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D7DADF;
}
.cards-list .card .card-head.has-photo {
  align-items: flex-start;
}
.cards-list .card .card-title {
  margin: 0;
}
.cards-list .card .card-title h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 700;
}
.cards-list .card .card-title > div {
  height: 2.25rem;
  margin-bottom: 1rem;
}
.cards-list .card .card-title > div * {
  max-width: 100%;
  max-height: 100%;
}
.cards-list .card .card-content {
  padding-top: 1.5rem;
}
.cards-list .card .card-actions {
  display: flex;
  flex-wrap: nowrap;
}
.cards-list .card .card-actions button {
  opacity: 0;
}
.cards-list .card:hover .card-actions button {
  opacity: 1;
}
.cards-list .card .content-list li {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.cards-list .card .content-list li + li {
  margin-top: 0.75rem;
}
.cards-list .card .content-list li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #888F9E;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cards-list .card .content-list b {
  font-weight: 700;
}
.cards-list .card .content-list ul {
  padding-left: 0.875rem;
}
.cards-list .card .content-list ul li::before {
  border-radius: 0;
}
.cards-list .card .card-footer {
  background: none;
  padding: 0;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #D7DADF;
}
.cards-list .card .roles-view-tab {
  padding: 0.625rem;
  background-color: #F6F7FA;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}
.cards-list .card .roles-view-tab img,
.cards-list .card .roles-view-tab > div img {
  margin-right: 0.5rem;
  max-height: 1.375rem;
}
.cards-list .card .roles-view-tab h5,
.cards-list .card .roles-view-tab > div h5 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 600;
}
.cards-list .card-head-no-border {
  padding: 0;
}
.cards-list .card-head-no-border .card-head {
  border-bottom: none;
  padding: 1.5625rem;
}
.cards-list .card-head-no-border .card-head .card-title .badge {
  padding: 0.4375rem 0.8125rem;
  font-size: 0.75rem;
  background-color: #EEEFF2 !important;
  color: #38455D;
  border-radius: 3.125rem;
}
.cards-list .card-head-no-border .card-content {
  padding-top: 0;
}
.cards-list .card-head-no-border .card-content .head-details {
  padding: 0.875rem 0.75rem;
  height: -moz-max-content;
  height: max-content;
  background-color: #FEEFEA;
}
.cards-list .card-head-no-border .card-content .head-details h5 {
  font-size: 0.875rem;
}
.cards-list .card-head-no-border .card-content .head-sub-details {
  background-color: #fff8f8;
  padding: 0.5rem 1.5rem;
}
.cards-list .card-head-no-border .card-content .head-sub-details p {
  font-size: 0.75rem;
}
.cards-list .card-head-no-border .card-content .head-sub-details p:first-child {
  font-size: 0.625rem;
  font-weight: 600;
  color: #888F9E;
}
.cards-list .card-head-no-border .card-content .content-list {
  padding: 0.75rem 1.5625rem;
}
.cards-list .card-head-no-border .card-content .content-list .owner-img .image-circle {
  width: 1.5625rem;
  min-width: 1.5625rem;
  height: 1.5625rem;
}
.cards-list .card-head-no-border .card-content .content-list .owner-img .name h5 {
  font-size: 0.875rem;
}
.cards-list .card-head-no-border .card-content .description {
  margin: 1rem 1.4375rem;
}
.cards-list .card-head-no-border .card-content .images-list {
  display: inline-flex;
  align-items: center;
  margin: 1.4375rem;
}
.cards-list .card-head-no-border .card-content .images-list .img-block {
  width: 3.9375rem;
  max-width: 3.9375rem;
  height: 3.9375rem;
  position: relative;
  border-radius: 0.625rem;
  margin-right: 0.625rem;
}
.cards-list .card-head-no-border .card-content .images-list .img-block:last-child {
  margin-right: 0;
}
.cards-list .card-head-no-border .card-content .images-list .img-block img {
  width: 3.9375rem;
  max-width: 3.9375rem;
  height: 3.9375rem;
  border-radius: 0.625rem;
}
.cards-list .card-head-no-border .card-content .images-list .img-block .overlay {
  position: absolute;
  background-color: rgba(6, 7, 9, 0.431372549);
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  color: #FFFFFF;
  font-size: 0.875rem;
  border-radius: 0.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-list .card-head-no-border .card-footer {
  margin-top: 0;
  background-color: #FEF9F9;
  padding: 0.875rem !important;
  border-top: none;
}
.cards-list .card-head-no-border .card-footer .name-with-image .image-circle {
  background-color: #FFFFFF;
}
.cards-list .card-head-no-border.with-shadow .image-circle {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

#cancellation .grey-list-items .list-item {
  background-color: transparent;
  padding-top: 0 !important;
  padding-bottom: 0;
}
#cancellation .grey-list-items .list-item p {
  color: #888F9E;
}
#cancellation .grey-list-items .list-item .btn-actions {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  #cancellation .grey-list-items .list-item .btn-actions > * {
    opacity: 0;
    transition: opacity linear 0.2s;
  }
}
#cancellation .grey-list-items .list-item:hover, #cancellation .grey-list-items .list-item:active, #cancellation .grey-list-items .list-item:focus, #cancellation .grey-list-items .list-item.active {
  background-color: #EEEFF2;
}
#cancellation .grey-list-items .list-item:hover .btn-actions > *, #cancellation .grey-list-items .list-item:active .btn-actions > *, #cancellation .grey-list-items .list-item:focus .btn-actions > *, #cancellation .grey-list-items .list-item.active .btn-actions > * {
  opacity: 1;
}
#cancellation .grey-list-items .list-item + .list-item {
  margin-top: 0;
}

.checkboxes-modal-empty .data-empty ng-lottie {
  height: 20vh;
}

.form-page .sticky-head {
  position: sticky;
  top: 5rem;
  z-index: 11;
  background-color: #f6f7fa;
  padding: 0.625rem 0;
}
.form-page .outside-title .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.form-page .outside-title .title span {
  font-size: 1rem;
  color: #38455d;
}
.form-page .outside-title .btn-grey {
  background-color: transparent;
  border-color: transparent;
}
.form-page .outside-title .btn-light {
  font-size: 0.875rem;
  padding: 0.225rem 1.1625rem;
  height: -moz-max-content;
  height: max-content;
}
.form-page .outside-title .mat-form-field-wrapper {
  padding-bottom: 0;
}
.form-page .outside-title .mat-form-field-wrapper .mat-error {
  margin-top: 1.0625rem;
}
.form-page .form-content {
  width: 60.625rem;
  max-width: 100%;
  margin: auto;
}
.form-page .form-content .cancel {
  background-color: #ebecef;
  float: left;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.form-page .form-content .continue {
  background-color: #f89f2a;
  float: right;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.form-page .form-content .counter-cards .card {
  padding: 1.25rem;
}
.form-page .form-content .counter-cards .bold-number {
  font-size: 3.125rem;
  color: #f8a02a;
}
.form-page .form-content .counter-cards .content {
  margin: 0;
  display: flex;
  text-align: justify;
}
.form-page .form-content .counter-cards .content p {
  font-weight: 500;
  line-height: 4.0625rem;
}
.form-page .form-content .counter-cards svg {
  width: 100%;
}
.form-page .form-content .counter-cards img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
}
.form-page .form-content .reservation-cards,
.form-page .form-content .amenities-cards,
.form-page .form-content .gallery-cards,
.form-page .form-content .payment-cards {
  padding-bottom: 2.5rem;
}
.form-page .form-content .reservation-cards .card,
.form-page .form-content .amenities-cards .card,
.form-page .form-content .gallery-cards .card,
.form-page .form-content .payment-cards .card {
  padding: 1.875rem 0.9375rem;
  background-color: #feefea;
  box-shadow: none;
}
.form-page .form-content .reservation-cards .card svg,
.form-page .form-content .amenities-cards .card svg,
.form-page .form-content .gallery-cards .card svg,
.form-page .form-content .payment-cards .card svg {
  max-width: 2.8125rem;
  max-height: 2.8125rem;
}
.form-page .form-content .reservation-cards .card:nth-child(1),
.form-page .form-content .amenities-cards .card:nth-child(1),
.form-page .form-content .gallery-cards .card:nth-child(1),
.form-page .form-content .payment-cards .card:nth-child(1) {
  margin-left: 1.25rem;
}
.form-page .form-content .reservation-cards .card:last-child,
.form-page .form-content .amenities-cards .card:last-child,
.form-page .form-content .gallery-cards .card:last-child,
.form-page .form-content .payment-cards .card:last-child {
  margin-right: 1.25rem;
}
@media (max-width: 992px) {
  .form-page .form-content .reservation-cards .card,
  .form-page .form-content .amenities-cards .card,
  .form-page .form-content .gallery-cards .card,
  .form-page .form-content .payment-cards .card {
    display: block;
    margin: auto;
    width: 85%;
    justify-content: center;
    align-items: center;
  }
  .form-page .form-content .reservation-cards .card:last-child,
  .form-page .form-content .amenities-cards .card:last-child,
  .form-page .form-content .gallery-cards .card:last-child,
  .form-page .form-content .payment-cards .card:last-child {
    margin-right: auto;
  }
}
.form-page .form-content .reservation-cards .lightgallery,
.form-page .form-content .amenities-cards .lightgallery,
.form-page .form-content .gallery-cards .lightgallery,
.form-page .form-content .payment-cards .lightgallery {
  padding: 0.625rem 1.25rem;
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item,
.form-page .form-content .amenities-cards .lightgallery .gallery-item,
.form-page .form-content .gallery-cards .lightgallery .gallery-item,
.form-page .form-content .payment-cards .lightgallery .gallery-item {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
  text-align: center;
  height: 11.25rem;
  border-radius: 0.9375rem;
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item + .gallery-item,
.form-page .form-content .amenities-cards .lightgallery .gallery-item + .gallery-item,
.form-page .form-content .gallery-cards .lightgallery .gallery-item + .gallery-item,
.form-page .form-content .payment-cards .lightgallery .gallery-item + .gallery-item {
  margin-left: 1.25rem;
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item .view-btn,
.form-page .form-content .amenities-cards .lightgallery .gallery-item .view-btn,
.form-page .form-content .gallery-cards .lightgallery .gallery-item .view-btn,
.form-page .form-content .payment-cards .lightgallery .gallery-item .view-btn {
  height: 100%;
  display: flex;
  display: block;
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item .view-btn > *,
.form-page .form-content .amenities-cards .lightgallery .gallery-item .view-btn > *,
.form-page .form-content .gallery-cards .lightgallery .gallery-item .view-btn > *,
.form-page .form-content .payment-cards .lightgallery .gallery-item .view-btn > * {
  margin: auto;
  height: 100%;
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item .video-container,
.form-page .form-content .amenities-cards .lightgallery .gallery-item .video-container,
.form-page .form-content .gallery-cards .lightgallery .gallery-item .video-container,
.form-page .form-content .payment-cards .lightgallery .gallery-item .video-container {
  background-color: rgba(0, 0, 0, 0.2);
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item .video-container:after,
.form-page .form-content .amenities-cards .lightgallery .gallery-item .video-container:after,
.form-page .form-content .gallery-cards .lightgallery .gallery-item .video-container:after,
.form-page .form-content .payment-cards .lightgallery .gallery-item .video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../images/icons/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item .actions,
.form-page .form-content .amenities-cards .lightgallery .gallery-item .actions,
.form-page .form-content .gallery-cards .lightgallery .gallery-item .actions,
.form-page .form-content .payment-cards .lightgallery .gallery-item .actions {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform ease 0.2s;
}
.form-page .form-content .reservation-cards .lightgallery .gallery-item:hover .actions,
.form-page .form-content .amenities-cards .lightgallery .gallery-item:hover .actions,
.form-page .form-content .gallery-cards .lightgallery .gallery-item:hover .actions,
.form-page .form-content .payment-cards .lightgallery .gallery-item:hover .actions {
  transform: translateY(0);
}
.form-page .form-content .reservation-cards .bordered,
.form-page .form-content .amenities-cards .bordered,
.form-page .form-content .gallery-cards .bordered,
.form-page .form-content .payment-cards .bordered {
  border: dashed #D7DADF;
  border-width: thin;
  border-radius: 0.625rem;
  margin: 2.5rem 1.1875rem;
  padding: 0.9375rem 1.25rem;
}
.form-page .form-content .reservation-cards .bordered .block,
.form-page .form-content .amenities-cards .bordered .block,
.form-page .form-content .gallery-cards .bordered .block,
.form-page .form-content .payment-cards .bordered .block {
  width: 25%;
}
@media (max-width: 992px) {
  .form-page .form-content .reservation-cards .bordered,
  .form-page .form-content .amenities-cards .bordered,
  .form-page .form-content .gallery-cards .bordered,
  .form-page .form-content .payment-cards .bordered {
    display: flex !important;
    margin: 2.5rem 2.8125rem;
  }
}
.form-page .form-content .tabs-arrow .mat-icon {
  vertical-align: text-bottom;
  color: #e86d3a;
  position: relative;
  right: 0;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .form-page .form-content .tabs-arrow .mat-icon {
  transform: translateY(-50%) rotate(180deg);
}
.form-page .form-content .tabs-arrow .card p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-page .form-content .tabs-arrow .card .arrow-back {
  background-color: #feefea;
  height: 100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 50px;
  margin-left: auto;
  display: block;
}
.form-page .form-content .basic-info svg {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.form-page .form-content .basic-info .right-details {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
}
.form-page .form-content .basic-info .right-details p {
  color: #888f9e;
}
.form-page .form-content .basic-info .right-details a {
  color: #38455d;
}
.form-page .form-content .basic-info .right-details a:hover {
  color: #f89f2a;
}
.form-page .form-content .profile-details {
  background: linear-gradient(180deg, #f89f2a 6.25rem, #FFFFFF 0%);
}
.form-page .form-content .profile-details .card-head .user-block {
  position: relative;
  top: -30px;
}
.form-page .form-content .profile-details .card-head .user-block .upload-container {
  display: block;
  margin: auto;
}
.form-page .form-content .profile-details .card-head .user-block .image-uploader .upload-container .image-preview.photo {
  width: 100px;
  height: 100px;
  max-height: 100px;
  background-image: none;
}
.form-page .form-content .profile-details .card-head .user-block::after {
  content: " ";
  display: block;
  margin: auto;
  text-align: center;
  border: 0.1px solid #EBECEF;
  width: 50px;
  height: 2px;
  background: #EBECEF;
  border-radius: 15px;
  margin-top: 0.625rem;
}
.form-page .form-content-full {
  width: auto;
}
.form-page .form-content-full .card.card-with-no-padding {
  margin-top: 1.875rem;
}
.form-page .form-content-full .card-warning {
  position: absolute;
  top: 0.625rem;
  top: 0.3125rem;
  background-color: #feecd4;
  font-size: 18px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #eb9521;
  width: 2.6875rem;
  height: 2.6875rem;
}
.form-page .form-content-full .card-success {
  position: absolute;
  top: 0.625rem;
  top: 0.3125rem;
  background-color: #DEF8E2;
  font-size: 18px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #186429;
  width: 2.6875rem;
  height: 2.6875rem;
}
.form-page .form-content-full .card-head-content {
  position: relative;
  left: 3.4375rem;
}
.form-page .form-content-full .card-head-content p {
  font-size: 1rem;
}
.form-page .form-content-full .form-group {
  margin-bottom: 0;
}
.form-page .form-content-full .card-details {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #feefea;
  box-shadow: 0 0.1875rem 0.625rem rgba(254, 239, 234, 0.1) !important;
  padding: 1.875rem 1.25rem 0 1.25rem;
}
.form-page .form-content-full .card-details .card-content {
  padding: 0 !important;
}
.form-page .form-content-full .card-details .badge-success {
  color: #186429;
  background-color: #d1efd6;
  padding: 0.4375rem 1.875rem;
  border-radius: 50px;
}
.form-page .form-content-full .card-details .badge-success b {
  font-size: 1.5625rem;
}
.form-page .form-content-full .card-details .badge-success span {
  position: relative;
  top: -3px !important;
  left: 3px;
}
.form-page .form-content-full .card-details .badge-danger {
  color: #f89f2a;
  background-color: #fcded4;
  padding: 0.4375rem 1.875rem;
  border-radius: 50px;
}
.form-page .form-content-full .card-details .badge-danger b {
  font-size: 1.5625rem;
}
.form-page .form-content-full .card-details .badge-danger span {
  position: relative;
  top: -3px !important;
  left: 3px;
}
.form-page .form-content-full .card-details .card-details-image {
  padding: 0;
  margin: auto;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 1.25rem;
}
.form-page .form-content-full .card-details .card-details-image img {
  width: 100%;
  display: block;
  margin: 0 0 1.875rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.625rem;
}
.form-page .form-content-full .card-details .card-details-image:before {
  content: "";
  padding: 50%;
  display: block;
}
.form-page .form-content-full .card-details .card-details-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form-page .form-content-full .card-details .image-uploader .upload-container .image-preview.photo {
  background-image: none;
  width: 8.75rem;
  height: 8.75rem;
  max-height: 8.75rem;
}
.form-page .form-content-full .card-details .card-details-info {
  display: block;
  margin: auto 0;
}
.form-page .form-content-full .card-details .card-details-info .date-created {
  margin-top: 1rem;
}
.form-page .form-content-full .card-details .card-details-sub-title {
  color: #e86d3a;
}
.form-page .form-content-full .card-details .button-actions .btn-with-icon {
  padding: 5px;
  background-color: #fcded4;
  border-radius: 50%;
}
.form-page .form-content-full .card-details .button-actions .btn-with-icon .mat-icon {
  font-size: 20px;
  display: block;
  margin: auto;
  color: #38455d;
  height: auto;
  width: auto;
}
.form-page .form-content-full .card-details .button-actions .btn-light {
  background-color: #f89f2a;
  color: #382102;
  border: 1px solid #f89f2a;
}
.form-page .form-content-full .card-details .button-actions .btn-danger {
  background-color: #FF0000;
  color: #FFECEC;
  border: 1px solid #FF0000;
}
.form-page .form-content-full .card-details .button-actions .btn-green {
  background-color: #208637;
  color: #FFFFFF;
  border: 1px solid #208637;
}
.form-page .form-content-full .card-details .button-actions .btn-orange {
  background-color: #f89f2a;
  color: #382102;
  border: 1px solid #f89f2a;
}
.form-page .form-content-full .card-details .types-box {
  position: absolute;
  right: 0;
  top: 8.4375rem;
  background: #FCDED4;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.625rem;
}
.form-page .form-content-full .card-details .types-box .type {
  margin-right: 1.875rem;
}
.form-page .form-content-full .card-details .types-box .type:last-child {
  margin-right: auto !important;
}
.form-page .form-content-full .card-details .types-box .type .no {
  color: #82310F;
}
.form-page .form-content-full .card-details.guest-profile {
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .form-page .form-content-full .card-details.guest-profile {
    padding-bottom: 3.125rem;
  }
  .form-page .form-content-full .card-details.guest-profile .types-box {
    position: relative;
    top: 80%;
    flex-wrap: wrap;
  }
}
.form-page .form-content-full .card-details.guest-profile .with-bordered-color {
  margin-bottom: 10px;
}
.form-page .form-content-full .card-details.guest-profile .button-actions {
  float: right;
}
.form-page .form-content-full .guest-info {
  padding: 0.9375rem 1.25rem;
  position: unset;
}
.form-page .form-content-full .guest-info .nav-item {
  width: 100%;
  margin-right: 6.25rem;
}
.form-page .form-content-full .guest-info .nav-item .title {
  color: #888F9E;
}
[dir=rtl] .form-page .form-content-full .guest-info .nav-item .phoneDetails {
  direction: ltr;
}
.form-page .fields-group + .fields-group {
  margin-top: 1.875rem;
}
.form-page .form-content .card {
  border: 0;
  border-radius: 0.625rem;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
}
.form-page .form-content .card + .card {
  margin-top: 1rem;
}
.form-page .form-content .card.cdk-drag {
  padding-top: 0.9375rem;
  background-image: url(../../images/icons/draggable-dots-ic-vr.svg);
  background-position: top 0.1875rem center;
  background-repeat: no-repeat;
}
.form-page .form-content .card .card-head {
  padding: 1rem 1.5rem;
}
.form-page .form-content .card .card-head .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.0175rem;
}
.form-page .form-content .card .card-head .title .mat-hint {
  margin-left: 0.3125rem;
  font-size: 1rem;
}
.form-page .form-content .card .card-content {
  padding: 1rem 1.5rem 1.25rem;
}
.form-page .form-content .card .card-content .warning-hint {
  margin: 0 -1.5rem;
}
.form-page .form-content .card .points {
  padding: 0;
}
.form-page .form-content .card .point-card {
  border-radius: 0.625rem;
}
.form-page .form-content .card .mat-hint {
  font-size: 0.75rem;
  margin-left: 0;
}
.form-page .form-content .card .arabic-title {
  text-align: right;
}
.form-page .form-content .card .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  padding-right: 0.9375rem !important;
  padding-left: 0.625rem !important;
}
.form-page .form-content .card.point-card {
  box-shadow: none;
}
.form-page .has-side {
  display: flex;
  justify-content: center;
}
.form-page .has-side .form-content {
  width: 52.8125rem;
  margin: 0;
  margin-right: 1.875rem;
}
.form-page .has-side .form-summary {
  width: 21.5625rem;
}
.form-page .has-side .form-summary > div {
  position: sticky;
  top: 6.25rem;
}
.form-page .has-side .form-summary .card {
  background-color: #eeeff2;
  box-shadow: none;
}
.form-page .has-side .form-summary .card .card-head {
  border: 0;
  background-color: #ebecef;
}
@media (max-width: 767px) {
  .form-page .has-side {
    display: block;
  }
  .form-page .has-side .form-summary {
    margin-top: 10%;
    width: 100%;
  }
}

.channels .list-item {
  padding: 0.75rem;
  border-radius: 0.3125rem;
  border: 1px solid #d7dadf;
}
.channels .list-item .title {
  color: #747d8e;
}
.channels .list-item p {
  color: #888f9e;
}
.channels .info {
  margin-top: 2.5rem;
}
.channels .toggle-list .form-group {
  margin-bottom: 0 !important;
}
.channels .toggle-list .form-group .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}

.custom-dropdown-menu li {
  padding: 2px;
}
.custom-dropdown-menu li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.custom-dropdown-menu li a {
  display: flex;
  padding: 0.9375rem;
  color: #666666;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 600;
  text-decoration: none;
}
.custom-dropdown-menu li a svg {
  margin-right: 0.75rem;
}
.custom-dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #f8a02a;
}
.custom-dropdown-menu li a:hover svg path {
  fill: #ffffff;
}
.custom-dropdown-menu::before {
  position: absolute;
  top: -0.625rem;
  left: 0.9375rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #ffffff;
}
@media (max-width: 767px) {
  .custom-dropdown-menu {
    min-width: 13.4375rem;
    right: 0;
    left: auto;
  }
  .custom-dropdown-menu::before {
    right: 8px;
    left: auto;
  }
}

.group-title {
  color: #747d8e;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.blue-title {
  color: #38455d;
  margin-bottom: 0;
}

.form-section-title {
  position: relative;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  padding-left: 0.9375rem;
}
.form-section-title:before {
  content: "";
  width: 0.1875rem;
  height: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d7dadf;
  border-radius: 0.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fields-group + .fields-group {
  margin-top: 3.125rem;
}
.fields-group .sub-title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 0.9375rem;
  position: relative;
}
.fields-group .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
  height: 100%;
  background-color: #d7dadf;
  border-radius: 0.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.image-uploader:not(.full-width) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.image-uploader.full-width .upload-container {
  margin: 0 0 0.625rem;
}
.image-uploader.full-width .upload-container > label {
  display: block;
  margin: 0;
}
.image-uploader.full-width .upload-container > label .image-preview {
  width: 100%;
  height: 17.5rem;
  max-height: none;
  background-color: #F6F7FA;
  border: 1px solid #EBECEF;
  border-radius: 0.625rem;
}
.image-uploader.full-width .upload-btn {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0.3125rem 0 0;
  font-weight: 700;
  color: #f8a02a;
  cursor: pointer;
  text-transform: uppercase;
}
.image-uploader > div label {
  font-size: 1rem;
  line-height: 1.4375rem;
  margin: 0 0 0.1875rem;
  font-weight: 700;
  position: relative;
}
.image-uploader > div p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
.image-uploader > div p span {
  color: #888f9e;
}

.upload-container {
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-right: 1.0625rem;
}
.upload-container > label {
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.upload-container .image-preview {
  display: flex;
  width: 5rem;
  height: 5rem;
  max-height: 5rem;
  background-color: #f6f7fa;
  overflow: hidden;
  border: 0.125rem solid #ebecef;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/icons/picture-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.375rem;
}
.upload-container .image-preview.photo {
  width: 6.25rem;
  height: 6.25rem;
  max-height: 6.25rem;
  background-image: url(../../images/icons/camera.svg);
  background-size: 1.53125rem;
  border-radius: 50%;
  border-color: #eeeff2;
}
.upload-container .image-preview.camera-fill {
  background-image: url(../../images/icons/camera-fill.svg);
  background-size: 3.125rem;
}
.upload-container .image-preview.has-value {
  background-image: none;
}
.upload-container .image-preview img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.upload-container .image-preview > div {
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-container .image-preview > div svg {
  max-width: 100%;
  max-height: 100%;
}
.upload-container .image-preview.no-border {
  border-radius: 0.625rem;
}
.upload-container .image-preview.banner {
  width: 26.25rem;
  height: 9.375rem;
  max-height: 9.375rem;
  background-image: url(../../images/icons/camera.svg);
  background-size: 1.53125rem;
  border-radius: 0.625rem;
  border-color: #eeeff2;
}
.upload-container .image-preview.grey-bg {
  background-color: #E5E6E9;
  border-color: #E5E6E9;
}
.upload-container input[type=file] {
  opacity: 1;
  visibility: hidden;
  display: none;
}

.has-error, p.custom-error {
  font-size: 75%;
  margin: 0.5rem 0;
  color: #f44336 !important;
}

p.custom-error {
  position: absolute;
  line-height: normal;
  margin-top: 0;
  animation: has-error-anim 0.4s ease;
  animation-fill-mode: both;
}
p.custom-error.active {
  animation: has-error-anim 0.4s ease;
  animation-fill-mode: both;
  padding: 0 1em;
}

.search-control {
  background-color: #eeeff2;
  border-color: #eeeff2;
  border: 1px solid #eeeff2;
  border-radius: 0.5625rem;
  overflow: hidden;
}
.search-control .form-control {
  height: 3.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.search-control .form-control,
.search-control .input-group-text {
  background-color: transparent;
  border: 0;
}
.search-control .form-control img,
.search-control .input-group-text img {
  height: 1.375rem;
}
.search-control .input-group-text {
  opacity: 0.5;
}

ngx-intl-tel-input {
  direction: ltr;
}
ngx-intl-tel-input .iti.iti--allow-dropdown {
  display: block;
  margin: 0.25em 0;
}
ngx-intl-tel-input .iti input.form-control[type=tel] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
ngx-intl-tel-input .iti input#country-search-box {
  padding: 10px;
}
ngx-intl-tel-input .iti input#country-search-box:focus {
  outline: none;
}
ngx-intl-tel-input .iti__country {
  padding: 10px;
  display: flex;
  align-items: center;
}
ngx-intl-tel-input .iti__country .dropdown-toggle {
  background: #ccc !important;
}
ngx-intl-tel-input.field-invalid .iti input[type=tel], ngx-intl-tel-input.ng-invalid.ng-touched .iti input[type=tel] {
  border: 2px solid #f44336;
  caret-color: #f44336;
}

.info-hint {
  font-size: 1rem;
}

.period {
  height: 3.625rem;
}

.info {
  font-size: 0.75rem;
  color: #888f9e;
  line-height: 1.125rem;
  padding-left: 1.25rem;
  font-weight: 500;
  background-image: url(../../images/icons/info.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem;
  background-position: top 0.125rem left;
}
.info .mat-slide-toggle {
  transform: scale(0.7);
  height: 0;
  margin-left: 3.125rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.warning-hint {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #704204;
  background-color: #fef8f1;
  padding: 0.5rem 1.5rem;
}

.no-icon {
  background: none;
  padding-left: 0;
}
.no-icon span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.no-icon span .name-with-image {
  display: inline-flex;
}
.no-icon span .name-with-image .image-circle {
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
}

.chips-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.chips-selected li {
  margin: 0.0625rem 0;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  background-color: #eeeff2;
  border-radius: 1.25rem;
}
.chips-selected li .remove {
  text-align: center;
  margin-left: 0.375rem;
  border-radius: 50%;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #eeeff2;
  background-color: #c3c7ce;
  cursor: pointer;
}
.chips-selected li .remove:hover {
  background-color: #aeafb0;
}

.list-has-fields .field-small {
  display: flex;
  margin: -0.9375rem 0 0;
}
.list-has-fields .field-small .mat-form-field {
  width: 3.75rem;
}

.grey-list-items .list-item {
  padding: 0.75rem 0.9375rem;
  background-color: #f6f7fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grey-list-items .list-item + .list-item {
  margin-top: 0.625rem;
}
.grey-list-items .list-item b {
  line-height: 1.4375rem;
  font-weight: 600;
}
.grey-list-items.rounded .list-item {
  border-radius: 0.625rem;
}
.grey-list-items .enablePoints {
  padding: 1.5625rem;
  border-radius: 0.25rem;
  border: 1px solid #d7dadf;
  background-color: #EEEFF2;
}
.grey-list-items .enablePoints .info {
  background: none;
  padding-left: 0;
  padding-top: 0.3125rem;
}
.grey-list-items.has-summary .list-item {
  padding-right: 8.75rem;
  position: relative;
}
.grey-list-items.has-summary .list-item .gray-summary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.grey-list-items .gray-summary {
  padding: 1.125rem 0.9375rem;
  background-color: #eeeff2;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0.625rem;
  margin-left: 0;
}

.card-with-no-padding .grey-list-items .list-item {
  background-color: transparent;
}

.field-align {
  margin-bottom: -1.54375em;
  margin-bottom: -1em;
}
.field-align.mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
}

.gray-bg-text {
  background-color: #EEEFF2;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
}

.unit-field {
  width: 11.25rem;
}
.unit-field * {
  border-color: #cccccc;
  height: 2.75rem;
  color: #333333;
}
.unit-field .input-group-text {
  background-color: #eeeff2;
  min-width: 6.25rem;
}
.unit-field .form-control {
  border-right-color: #fff;
}

.fix-position {
  margin-top: -1em !important;
}

.grey-slide-toggle {
  padding: 1.125rem;
  border-radius: 0.625rem;
  color: #747d8e;
  font-size: 1rem;
  font-weight: 600;
  background-color: #f6f7fa;
}
.grey-slide-toggle.bordered {
  padding: 0.75rem;
  border: 1px solid #d7dadf;
}

.flex-mat-slide-toggle, .toggle-list mat-slide-toggle, .toggle-list > mat-slide-toggle, .grey-slide-toggle .mat-slide-toggle {
  display: block;
}
.flex-mat-slide-toggle .mat-slide-toggle-label, .toggle-list mat-slide-toggle .mat-slide-toggle-label, .grey-slide-toggle .mat-slide-toggle .mat-slide-toggle-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #747d8e;
}

.toggle-list > mat-slide-toggle {
  margin-top: 1.875rem;
}

.rating-type {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.rating-type img {
  margin-right: 0.5rem;
  vertical-align: middle;
  height: 1.1875rem;
}
.rating-type .form-group {
  margin-bottom: 0;
}
.rating-type .form-group .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
}

select.form-control {
  background: url("../../images/icons/arrow-down.svg") no-repeat center right 0.9375rem;
  background-size: 0.5625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.1875rem;
}

.line .verticalLine {
  border-left: 0.25rem solid #d7dadf;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  padding-left: 0.75rem;
}
.line .info {
  display: inline-block;
}
.line .grey-list-items .list-item {
  border-radius: 0.625rem;
}
.line .multiple-lists {
  background-color: #f6f7fa;
  border-radius: 0.625rem;
}
.line .multiple-lists .list-item {
  background-color: transparent;
}
.line .multiple-lists .sub-list-item {
  border-radius: 0.625rem;
  border: 0.15625rem dashed;
  border-color: rgba(195, 199, 206, 0.3098039216);
  margin: 0.75rem;
}
.line .multiple-lists .sub-list-item p {
  font-size: 0.875rem;
}
.line .multiple-lists .sub-list-item hr {
  margin: 0;
}
.line .multiple-lists .sub-list-item .inner-list p {
  font-size: 0.75rem;
}

.no-margin .mat-form-field,
.no-margin .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0;
}

.btn-with-icon {
  background-color: #f8a02a;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.btn-with-icon .mat-icon {
  font-size: 1.4375rem;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: auto;
  color: white;
}

.btn-with-icon-transparent {
  background-color: #feecd4;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.btn-with-icon-transparent .mat-icon {
  font-size: 1.4375rem;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: auto;
  color: #e86d3a;
}

body .circle-selection-list {
  padding: 0;
}
body .circle-selection-list.inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .circle-selection-list .mat-list-option {
  width: auto;
  height: auto;
  border: 1px solid #d7dadf;
  border-radius: 3.125rem;
  overflow: hidden;
}
body .circle-selection-list .mat-list-option[aria-selected=true] {
  border: 1px solid transparent;
  background-color: #feefea;
  color: #e86d3a;
}
body .circle-selection-list .mat-list-option.mat-list-item-disabled {
  background-color: #fcded4;
}
body .circle-selection-list .mat-list-option .mat-list-item-content {
  padding: 0.3125rem 0.625rem;
  padding-right: 0.75rem;
  padding-left: 0.625rem;
}
body .circle-selection-list .mat-list-option .mat-list-item-content .mat-pseudo-checkbox {
  border-radius: 50%;
  background: rgba(136, 143, 158, 0.2588235294);
  border: transparent;
}
body .circle-selection-list .mat-list-option .mat-list-item-content .mat-pseudo-checkbox-checked {
  background-color: #e45815;
  color: #feefea;
}
body .circle-selection-list .mat-list-option .mat-list-item-content .mat-pseudo-checkbox-checked::after {
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-width: 1px;
}
body .circle-selection-list .mat-list-option .mat-list-item-content .mat-list-text {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  padding-left: 0.3125rem !important;
}

.circle-checkboxes {
  display: grid;
}
.circle-checkboxes .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.circle-checkboxes .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #e45815;
}
.circle-checkboxes .mat-checkbox-disabled .mat-checkbox-label {
  color: #e86d3a;
}
.circle-checkboxes .mat-checkbox-disabled .mat-checkbox-layout {
  background-color: #feefea;
}
.circle-checkboxes .mat-checkbox {
  border-bottom: none !important;
}
.circle-checkboxes .mat-checkbox-layout {
  border: 1px solid #d7dadf;
  padding: 0.125rem 0.625rem;
  padding-right: 0.75rem;
  padding-left: 0.625rem;
  border-radius: 3.125rem;
}
.circle-checkboxes .mat-checkbox-layout .mat-checkbox-frame {
  border-radius: 50%;
  background: rgba(136, 143, 158, 0.2588235294);
  border: transparent;
}
.circle-checkboxes .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  border-radius: 50% !important;
}
.circle-checkboxes .mat-checkbox-checked .mat-checkbox-layout {
  border: 1px solid transparent;
  background-color: #feefea;
  color: #e86d3a;
}
.circle-checkboxes .mat-checkbox-checkmark {
  width: 75%;
  margin: auto;
}

.mat-form-field-label {
  color: #444444 !important;
  background: white !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
[dir=rtl] .mat-form-field-label {
  line-height: 1.2;
}

.grey-arrow {
  padding: 0.375rem 0.75rem 0;
}
.grey-arrow .mat-icon {
  color: #c3c7ce;
}

.input-without-border {
  float: right;
  margin-left: auto;
}
.input-without-border .unit-field .input-group-text {
  min-width: 3.125rem !important;
}

.ng-select-field.mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding: 0;
}
.ng-select-field.mat-form-field-appearance-outline .mat-form-field-flex,
.ng-select-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0;
  margin: 0;
  border: 0;
}
.ng-select-field.mat-form-field-appearance-outline .mat-form-field-outline,
.ng-select-field.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  display: none;
}

.ng-submitted ng-select.ng-select.ng-invalid .ng-select-container.ng-appearance-outline:after, ng-select.ng-select.ng-invalid.ng-touched .ng-select-container.ng-appearance-outline:after {
  border-color: #f44336;
  border-width: 2px;
}
ng-select.ng-select.ng-select-opened .ng-placeholder, ng-select.ng-select.ng-select-focused .ng-placeholder,
ng-select.ng-select .ng-has-value .ng-placeholder {
  transform: translateY(-1.68125em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
}
ng-select.ng-select.ng-select-disabled {
  background-image: none !important;
}
ng-select.ng-select .ng-select-container {
  overflow: visible;
}
ng-select.ng-select .ng-select-container.ng-appearance-outline {
  height: 3.75rem;
  min-height: auto;
}
ng-select.ng-select .ng-select-container.ng-appearance-outline:after {
  height: calc(100% - 0.3em);
  height: 100%;
  background-image: none !important;
}
ng-select.ng-select .ng-select-container .ng-value-container {
  height: 90%;
}
ng-select.ng-select .ng-select-container .ng-value-container .ng-value {
  display: flex;
  align-items: center;
}
ng-select.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #444444;
  padding: 0 0.35em;
}
ng-select.ng-select .ng-select-container .ng-value-container .ng-input {
  padding: 0 0.75em;
  bottom: 45%;
  transform: translateY(50%);
}
ng-select.ng-select .ng-clear-wrapper {
  line-height: 1;
  bottom: 12px;
}
ng-select.ng-select .ng-spinner-loader {
  top: 0;
  bottom: 0;
  margin: auto;
}

.formControl-dropdown .position-absolute {
  display: none;
  width: 100%;
  top: 100%;
}
.formControl-dropdown.active .position-absolute {
  display: block;
  z-index: 1;
}
.formControl-dropdown .form-control:focus {
  box-shadow: none;
}

body .mat-form-field.mat-search .mat-form-field-suffix {
  bottom: 0;
  margin: auto;
}
body .mat-form-field.mat-search .mat-button-base .mat-button-wrapper {
  font-size: 1.25rem;
}
body .mat-form-field.mat-search .mat-button-base .mat-button-wrapper .mat-icon {
  color: #666666;
}

.multi-select-filter .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  transform: translateY(20%);
}
.multi-select-filter .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #eeeff2;
  color: #38455d;
}
.multi-select-filter .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: rgb(56, 69, 93);
}
.multi-select-filter .ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline {
  height: auto;
  min-height: 3.75rem;
}

.toggle-list > * {
  margin-top: 1.875rem;
}
.table-container {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
}
.table-container table {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (max-width: 550px) {
  .table-container {
    margin-top: 1.25rem;
  }
}
.table-container .table-responsive {
  margin-bottom: 0.9375rem;
  overflow: visible;
}
@media (max-width: 1120px) {
  .table-container .table-responsive {
    overflow-x: auto;
  }
}
.table-container .text-custom {
  color: #666666;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  font-weight: 500;
  white-space: nowrap;
}
.table-container .text-custom.activityTime {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}

.table .link {
  cursor: pointer;
}
.table .link:hover {
  color: #e86d3a;
  text-decoration: underline;
}
.table-primary {
  width: 100%;
  font-weight: 500;
  background-color: transparent;
  border-collapse: collapse;
}
.table-primary th,
.table-primary td {
  border: none;
}
.table-primary thead th {
  color: #888f9e;
  padding: 0;
  font-weight: inherit;
  padding: 0.9375rem 1.25rem;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  border-bottom: 1px solid #ebecef;
}
.table-primary tbody thead tr {
  background-color: #ffffff !important;
}
.table-primary .tbody-header.active {
  background-color: #fefaf9;
}
.table-primary .tbody-header.active + tr > td {
  background-color: #fefaf9;
}
.table-primary tbody tr:nth-child(even) {
  background-color: #f6f7fa;
}
.table-primary tbody tr td {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.9375rem 1.25rem;
  transition: all 200ms;
}
.table-primary tbody tr td > b {
  font-weight: 700;
}
.table-primary tbody tr .btn-actions {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .table-primary tbody tr .btn-actions > * {
    opacity: 0;
    transition: opacity linear 0.2s;
  }
}
.table-primary tbody tr .btn-actions .material-icons.deactivate,
.table-primary tbody tr .btn-actions .material-icons.activate {
  font-size: 1.5625rem;
}
.table-primary tbody tr .btn-actions .material-icons.deactivate {
  color: #888f9e;
}
.table-primary tbody tr .btn-actions .material-icons.activate {
  color: #f8a02a;
}
.table-primary tbody tr:hover, .table-primary tbody tr:active, .table-primary tbody tr:focus, .table-primary tbody tr.active {
  background-color: #eeeff2;
}
.table-primary tbody tr:hover .btn-actions > *, .table-primary tbody tr:active .btn-actions > *, .table-primary tbody tr:focus .btn-actions > *, .table-primary tbody tr.active .btn-actions > * {
  opacity: 1;
}
.table-white {
  border-collapse: separate;
  border-spacing: 0 0.625rem;
}
.table-white thead th {
  border: 0 !important;
}
.table-white tbody tr {
  background-color: #ffffff !important;
  transition: all 200ms;
}
.table-white tbody tr td:last-child {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.table-white tbody tr td:first-child {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.table-white tbody tr:hover, .table-white tbody tr:active, .table-white tbody tr:focus {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
}
.table-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.9375rem;
}
.table-list .error {
  color: #f44336;
}
.table-list th {
  font-size: 0.875rem;
  padding: 0 0.75rem;
  color: #888f9e;
  font-weight: 500;
}
.table-list b {
  font-weight: 600;
}
.table-list-rounded {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.625rem;
}
.table-list-rounded th {
  font-size: 0.875rem;
  padding: 0 1.25rem;
  color: #888f9e;
  font-weight: 500;
}
.table-list-rounded tr td {
  background-color: #f6f7fa;
  padding: 0.9375rem 1.25rem;
}
.table-list-rounded tr td:first-child {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.table-list-rounded tr td:last-child {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.table-list-rounded .mat-radio-button label {
  margin-bottom: 0;
}

.drargable-row, tr.cdk-drag-preview, .table-list tr {
  animation: none !important;
}
.drargable-row .drag, tr.cdk-drag-preview .drag, .table-list tr .drag {
  width: 1%;
}
.drargable-row .actions, tr.cdk-drag-preview .actions, .table-list tr .actions {
  width: 1%;
}
.drargable-row .card-actions, tr.cdk-drag-preview .card-actions, .table-list tr .card-actions {
  display: flex;
  align-items: center;
}
.drargable-row.error td, tr.error.cdk-drag-preview td, .table-list tr.error td {
  background-color: rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.drargable-row td, tr.cdk-drag-preview td, .table-list tr td {
  background-color: #f6f7fa;
  padding: 0.625rem 0.75rem;
}
.drargable-row td:first-child, tr.cdk-drag-preview td:first-child, .table-list tr td:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.drargable-row td:nth-last-child(2), tr.cdk-drag-preview td:nth-last-child(2), .table-list tr td:nth-last-child(2) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.drargable-row td:last-child, tr.cdk-drag-preview td:last-child, .table-list tr td:last-child {
  background-color: transparent;
}
.drargable-row td button:disabled, tr.cdk-drag-preview td button:disabled, .table-list tr td button:disabled {
  opacity: 0.2;
}
.drargable-row .name-with-image.squared .image-circle, tr.cdk-drag-preview .name-with-image.squared .image-circle, .table-list tr .name-with-image.squared .image-circle {
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
}
.drargable-row .name-with-image.squared .image-circle > *, tr.cdk-drag-preview .name-with-image.squared .image-circle > *, .table-list tr .name-with-image.squared .image-circle > * {
  margin: auto;
}
.drargable-row .name-with-image.squared h5, tr.cdk-drag-preview .name-with-image.squared h5, .table-list tr .name-with-image.squared h5,
.drargable-row .name-with-image.squared h6,
tr.cdk-drag-preview .name-with-image.squared h6,
.table-list tr .name-with-image.squared h6 {
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 600;
}
.drargable-row .name-with-image.squared h6, tr.cdk-drag-preview .name-with-image.squared h6, .table-list tr .name-with-image.squared h6 {
  margin-top: 0.25rem;
}

.banner-photo-wrapper {
  border-radius: 0.625rem;
  width: 6.875rem;
  height: 3.75rem;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
}
.banner-photo-wrapper img {
  width: 100%;
  margin: auto;
  display: block;
}

tr.cdk-drag-preview {
  background-color: #ffffff;
}
tr.cdk-drag-preview td {
  background-color: #ffffff;
}

.button-inside-table-td .image-circle {
  background-color: #feefea;
}
.button-inside-table-td .image-circle img {
  width: 60%;
}

.td-border-item {
  position: relative;
  border: 1px solid #afb5be;
  padding: 0.375rem 0 0.375rem 0;
  border-radius: 3.125rem;
  background: #f6f7fa;
  cursor: pointer;
  color: #888f9e;
}
.td-border-item span {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .td-border-item span {
  padding-left: 20px;
  padding-right: 10px;
}
.td-border-item .mat-icon {
  position: absolute;
  right: -5%;
  top: 20%;
  font-size: 1.25rem;
  color: #afb5be;
}
[dir=rtl] .td-border-item .mat-icon {
  transform: translateY(-50%) rotate(180deg);
  left: 0%;
  top: 40%;
}

@media (max-width: 767px) {
  .td-border-item {
    padding: 0.375rem;
  }
  .td-border-item .mat-icon {
    display: none;
  }
}
.card-with-no-padding .card-head {
  padding-top: 1.375rem !important;
  padding-bottom: 1.375rem !important;
}
.card-with-no-padding .card-content {
  padding: 0 !important;
}
.card-with-no-padding .card-content hr {
  margin-inline: 1.25rem;
}
.card-with-no-padding .card-content .data-empty {
  padding-bottom: 0;
}
.card-with-no-padding .card-content .data-empty h3 {
  font-size: 1rem;
  color: #888f9e;
}
.card-with-no-padding .card-content .btn-light {
  background-color: #f89f2a;
  color: #382102;
  align-items: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 1.25rem auto 2.5rem auto;
}
.card-with-no-padding .button-group-custom {
  justify-content: left;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group {
  background-color: transparent;
  box-shadow: none;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group .mat-button-toggle {
  margin-left: 0.625rem;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: #e86d3a;
  background-color: #feefea;
  border: 1px solid #feefea !important;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard {
  border: 1px solid #d7dadf;
  color: #38455d;
  margin-bottom: 1px;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid #d7dadf;
  border-right: 1px solid #d7dadf;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard button {
  outline: #d7dadf;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 0.9375rem;
  font-size: 0.9375rem;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content i {
  padding-left: 0.3125rem;
}
[dir=rtl] .card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content span {
  float: right;
}
[dir=rtl] .card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content span.count-number {
  float: none;
}
.card-with-no-padding .table-no-borders .name-with-image .image-circle {
  border-radius: 5px;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}
.card-with-no-padding .border-image .name-with-image .image-circle {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.card-with-no-padding.pagination {
  min-height: 460px;
}

.table-no-borders {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.table-no-borders th,
.table-no-borders td {
  font-size: 0.875rem;
  border-bottom: none !important;
}
.table-no-borders .name-with-image .image-circle {
  width: 1.5625rem;
  min-width: 1.5625rem;
  height: 1.5625rem;
}

.pagination-circles .page-item {
  border-radius: 50%;
  margin-right: 0.625rem;
}
.pagination-circles .page-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #f8a02a;
  border: 1px solid #f8a02a;
  border-radius: 50%;
}
.pagination-circles .page-item.disabled .page-link,
.pagination-circles .page-item:last-child .page-link {
  color: #f8a02a;
  background-color: #feecd4;
  border-color: #feecd4;
  border-radius: 50%;
}

.banner-description {
  max-width: 38vw;
}

.side-sheet {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 998;
  display: none;
}
.side-sheet.active {
  display: block;
}
.side-sheet .overlay {
  position: absolute;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.side-sheet .sheet-container {
  overflow-y: auto;
  margin-left: auto;
  width: 34.375rem;
  max-width: 100%;
  background-color: #ffffff;
  height: 100%;
  right: 0;
  animation: slide-left 0.2s ease;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .side-sheet .sheet-container {
    max-width: none;
    width: 80%;
  }
}
.side-sheet .sheet-container .sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eeeff2;
  padding: 0.9375rem 1rem;
}
.side-sheet .sheet-container .sheet-head .title {
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 600;
  margin: 0;
}
.side-sheet .sheet-container .sheet-content {
  padding: 0 1rem;
  overflow: auto;
}
.side-sheet .sheet-container .sheet-actions {
  padding: 1rem;
  margin-top: 1.5rem;
  box-shadow: 0 -0.0625rem 0.125rem rgba(56, 69, 93, 0.08);
  margin-top: auto;
}
.side-sheet .sheet-container .sheet-actions .big {
  flex: 1;
}
.side-sheet .sheet-container .sheet-actions .small > * {
  margin-left: 0.875rem;
}

.user-details .top-profile {
  padding-bottom: 1rem;
}
.user-details .top-profile .user-profile-image {
  position: relative;
  margin: 0 -1rem;
  padding: 2.5rem 1rem 1rem;
}
.user-details .top-profile .overlay-profile {
  background-color: #f8a02a;
  height: 6.25rem;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.user-details .top-profile .user-avatar {
  position: relative;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  border: 0.125rem solid #ffffff;
  background-color: #f8a02a;
  overflow: hidden;
}
.user-details .top-profile .user-avatar > img,
.user-details .top-profile .user-avatar > span {
  width: 100%;
  min-height: 100%;
}
.user-details .top-profile .user-avatar > span {
  margin: auto;
  font-size: 2.8125rem;
  line-height: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-details .top-profile .user-avatar .icon-upload {
  border: 0.3125rem solid #ffffff;
  border-radius: 50%;
  background-color: #f8a02a;
  /* width: remF(40);
  height: remF(40); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0rem;
  bottom: 0.625rem;
  padding: 0.625rem;
  cursor: pointer;
}
.user-details .top-profile .user-avatar .icon-upload img {
  width: 1rem;
  height: 0.9375rem;
}
.user-details .top-profile .name {
  margin-bottom: 1.5rem;
}
.user-details .top-profile h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin: 0.25rem 0 0;
  text-transform: capitalize;
}
.user-details .top-profile h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #888f9e;
  margin: 0.25rem 0 0;
}
.user-details .top-profile .status-container {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 500;
  border: 1px #afb5be dashed;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-details .top-profile .status-container span {
  color: #888f9e;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.user-details .top-profile .status-container > div > div + div {
  margin-top: 0.9375rem;
}
.user-details .top-profile .status-container .has-account {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #606A7D;
}
.user-details .top-profile .status-container .has-account.green {
  color: #208637;
}
.user-details .top-profile .status-container .has-account .mat-icon {
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.25rem;
}
.user-details .restaurant-info {
  margin: 0 -1rem;
  background-color: #FAFAFA;
  padding: 0.875rem 1rem;
}

.review-details {
  padding: 0 1rem;
}
.review-details .user-details-card {
  margin-top: 1rem;
  background: #F6F7FA;
  border: 1px solid #EBECEF;
  padding: 1rem;
  border-radius: 0.625rem;
}
.review-details .user-details-card hr {
  margin-top: 0.125rem;
  border-top: 1px solid #EBECEF;
}
.review-details .user-details-card .info-with-background {
  margin-top: 1rem;
  background: #E5E6E9;
  width: -moz-max-content;
  width: max-content;
  padding: 0.4375rem 0.75rem;
  border-radius: 0.9375rem;
}
.review-details .reservation {
  border: 1px dashed #AFB5BE;
  padding: 0.9375rem 1rem;
  border-radius: 0.3125rem;
  margin-top: 0.75rem;
}
.review-details .rating {
  margin-top: 2.5rem;
}

.heads {
  margin-top: 1.25rem;
  background-color: #EEEFF2;
  padding: 0.8125rem 1rem;
}

.sheet-top-gray-card {
  margin-top: 1.25rem;
  padding: 1.625rem 1rem;
  background-color: #EEEFF2;
  border-radius: 0.25rem;
}

.rating-list .rate-item {
  padding: 0.625rem 1rem;
}
.rating-list .rate-item .img-card {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #9AA5B1;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating-list .rate-item .img-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rating-list .rate-item .img-card span {
  display: block;
  margin: auto;
  padding: 0;
}
.rating-list .rate-item span {
  padding-top: 1.5rem;
}

.library-list {
  margin-top: 1.875rem;
  padding: 0 1rem;
}
.library-list p {
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
}
.library-list .lightgallery .gallery-item a {
  width: 32.375rem;
  max-width: 32.375rem;
  display: block;
  height: 12.5rem;
  margin-top: 0.875rem !important;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.library-list .lightgallery .gallery-item a img,
.library-list .lightgallery .gallery-item a video {
  width: 32.375rem;
  max-width: 32.375rem;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-sheet .sheet-container .supplier-details .details {
  margin: 1rem;
}
.side-sheet .sheet-container .supplier-details .details .transaction-details .card-item {
  margin-top: 1.25rem;
  background: #F6F7FA;
  padding: 1rem;
  border-radius: 0.625rem;
}
.side-sheet .sheet-container .supplier-details .details .transaction-details .card-item .card-content {
  margin-left: 0.75rem;
}
.side-sheet .sheet-container .supplier-details .details .transaction-details .card-item .item {
  margin-right: 3.75rem;
}
.side-sheet .sheet-container .supplier-details .details .branch-details .card-item {
  margin-top: 1.25rem;
  background: #FAFAFA;
  padding: 1rem;
  border-radius: 0.625rem;
  border: 1px solid #EBECEF;
}
.side-sheet .sheet-container .supplier-details .details .contact-details {
  margin-top: 1.875rem;
}
.side-sheet .sheet-container .supplier-details .details .contact-details .contact-info {
  margin-top: 0.875rem;
  margin-bottom: 1rem;
}
.side-sheet .sheet-container .supplier-details .details .contact-details .img-card {
  background: #F6F7FA;
  padding: 5px;
  border-radius: 50%;
  color: #38455d;
}
.side-sheet .sheet-container .supplier-details .details .order-details .item-lists .list-item {
  padding: 1rem 0;
  border-bottom: 1px solid #EBECEF;
}
.side-sheet .sheet-container .supplier-details .details .order-details .item-lists .list-item .img-card {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  display: flex;
  margin: auto 0;
}
.side-sheet .sheet-container .supplier-details .details .order-details .item-lists .list-item .img-card img {
  width: 100%;
  margin: auto;
}
.side-sheet .sheet-container .supplier-details .details .order-details .item-lists .list-item:last-child {
  border-bottom: none;
}
.side-sheet .sheet-container .supplier-details .sheet-actions .small {
  float: right;
}

.button-with-icon {
  width: 3.125rem !important;
  height: 3.125rem !important;
}

.card-yellow {
  background-color: #FEF8F1;
  border-radius: 0.25rem;
}
.card-yellow .card-head {
  padding: 0.75rem 1.25rem;
  background-color: #FEF3E5;
  border-radius: 0.25rem 0.25rem 0 0;
}
.card-yellow .card-content {
  padding: 1.25rem;
}
.card-yellow .card-content .dropdown-custom {
  background-color: transparent;
  border: 1px solid #FFB400;
  border-radius: 0.625rem;
  color: #FFB400;
}
.card-yellow .card-content .dropdown-custom:focus {
  box-shadow: none;
}
.card-yellow hr {
  border-color: #EBECEF;
}

.app-datepicker {
  padding-bottom: 1.5625rem;
}
.app-datepicker ngb-datepicker.dropdown-menu {
  left: auto !important;
  padding: 5%;
}
.app-datepicker ngb-datepicker.dropdown-menu .form-select {
  border: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .form-select::-moz-selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .form-select:focus, .app-datepicker ngb-datepicker.dropdown-menu .form-select:focus-visible, .app-datepicker ngb-datepicker.dropdown-menu .form-select::selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-day .bg-primary {
  background-color: #e86d3a !important;
  border-radius: 3.125rem;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-day:focus {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-month {
  display: block;
  margin: auto;
}
.app-datepicker ngb-datepicker.dropdown-menu .btn-light {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.app-datepicker ngb-datepicker.dropdown-menu .btn-light:hover {
  color: white;
  background-color: #e86d3a;
  border-color: #dae0e5;
  border-radius: 3.125rem;
}
.app-datepicker ngb-datepicker.dropdown-menu .btn-light:not(:disabled):not(.disabled):active, .app-datepicker ngb-datepicker.dropdown-menu .btn-light:not(:disabled):not(.disabled).active, .show > .app-datepicker ngb-datepicker.dropdown-menu .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #e86d3a;
  border-color: #e86d3a;
  border-radius: 3.125rem;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today {
  border: none;
  background-color: transparent;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today::-moz-selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today:focus, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today:focus-visible, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today::selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn::-moz-selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn:focus, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn:focus-visible, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn::selection {
  border: none;
  outline: none;
}
[dir=rtl] .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn {
  transform: scale(-1);
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .btn-link:hover {
  color: #e86d3a;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-content .ngb-dp-weekday {
  font-style: inherit !important;
}
.app-datepicker .group-container {
  display: flex;
  align-items: center;
  height: 3.75rem;
  margin: 0.25em 0;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: border-color ease 0.2s;
}
.app-datepicker .group-container.disabled {
  background-color: rgba(0, 0, 0, 0.02);
}
.app-datepicker .group-container.disabled .type-change button {
  opacity: 0.4;
}
.app-datepicker .group-container.disabled .control label {
  color: rgba(0, 0, 0, 0.38);
}
.app-datepicker .group-container > input[value]:not([value=""]) + .control input {
  padding-bottom: 0;
  padding-top: 0.9375rem;
}
.app-datepicker .group-container > input[value]:not([value=""]) + .control label {
  transform: translateY(-100%);
  font-size: 0.65625rem;
}
.app-datepicker .group-container .control {
  flex: 1 1 auto;
  position: relative;
  height: 100%;
}
.app-datepicker .group-container .control label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6a6a6a;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  transform: translateY(-50%);
  transition: 0.2s;
}
.app-datepicker .group-container .control input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.4375rem 0.625rem 0.4375rem;
}
.app-datepicker .group-container.field-error {
  border-width: 2px;
  border-color: #f44336;
}
.app-datepicker .group-container.field-error .control label {
  color: #f44336;
}
.app-datepicker .group-container .type-change {
  display: flex;
  align-items: center;
  padding: 0.4375rem;
  border-radius: 6px;
}
.app-datepicker .group-container .type-change button {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  color: #747D8E;
  background-color: transparent;
  border: 2px solid #F6F7FA;
  outline: none;
  border-radius: 6px;
  background-color: #F6F7FA;
  font-weight: 600;
}
.app-datepicker .group-container .type-change button.active {
  color: #ffffff;
  border-color: #e86d3a;
  background-color: #e86d3a;
}
.app-datepicker .group-container .type-change button + button {
  margin-left: 0.125rem;
}
.app-datepicker .btn-primary {
  background-color: #e86d3a;
  border-color: #e86d3a;
  color: #ffffff;
  border-radius: 3.125rem;
}
.app-datepicker .btn-secondary {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
  border-radius: 3.125rem;
}
.app-datepicker .ngb-dp-day, .app-datepicker .ngb-dp-weekday, .app-datepicker .ngb-dp-week-number {
  width: 2.5rem;
}

.stepper-date .app-datepicker {
  padding-bottom: 0;
}
.stepper-date .form-group {
  margin-bottom: 0;
}

.mat-hint {
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

body .stepper-form {
  background-color: transparent;
  margin: -1.875rem -2.1875rem 0;
}
body .stepper-form.remove-header .mat-horizontal-stepper-header-container,
body .stepper-form.remove-header .stepper-line {
  display: none;
}
body .stepper-form *:not(.mat-icon) {
  font-family: "Poppins", sans-serif;
}
body .stepper-form .stepper-line {
  width: 100vw;
  margin: 0;
}
body .stepper-form .mat-horizontal-stepper-header-container {
  margin: auto;
}
body .stepper-form .mat-stepper-horizontal-line {
  display: none;
}
body .stepper-form .mat-horizontal-content-container {
  padding: 0;
  max-width: 100%;
}
body .stepper-form .mat-horizontal-content-container .mat-radio-label-content {
  font-size: 1rem;
  font-weight: 500;
}
body .stepper-form .mat-step-header {
  padding: 0 3.125rem;
}
body .stepper-form .mat-step-header .mat-step-icon:not(.mat-step-icon-selected, .mat-step-icon-state-done) {
  background-color: #e5e6e9;
  color: #38455d;
  font-weight: 600;
}
body .stepper-form .mat-step-header .mat-step-icon.mat-step-icon-state-done, body .stepper-form .mat-step-header .mat-step-icon.mat-step-icon-state-edit {
  background-color: #208637;
  color: #ffffff;
}
body .stepper-form .mat-step-header .mat-step-icon.mat-step-icon-state-done::before, body .stepper-form .mat-step-header .mat-step-icon.mat-step-icon-state-edit::before {
  content: "✓";
  display: inline-block;
  position: absolute;
  left: 27%;
  top: 5%;
}
body .stepper-form .mat-step-header .mat-step-icon.mat-step-icon-state-done .mat-icon, body .stepper-form .mat-step-header .mat-step-icon.mat-step-icon-state-edit .mat-icon {
  font-size: 1rem;
  width: auto;
  height: auto;
  display: none;
}
body .stepper-form .mat-step-header .mat-step-text-label {
  font-size: 1rem;
  color: #38455d;
  font-weight: 700;
}
body .stepper-form .mat-step-header .mat-step-icon-selected {
  background-color: #e86d3a;
  color: #ffffff;
}
body .stepper-form .mat-step-header:hover:not([aria-disabled]) {
  background-color: transparent;
}
body .stepper-form .mat-button-base .mat-button-wrapper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
body .stepper-form .mat-stepper-next {
  background-color: #f89f2a;
  float: right;
}
body .stepper-form .form-page {
  margin: 0 1.875rem;
}
@media (max-width: 767px) {
  body .stepper-form .form-page .form-content {
    width: auto;
  }
}

.pagination-custom-bootstrap nav {
  margin-top: 2.5rem;
}
.pagination-custom-bootstrap nav .pagination {
  justify-content: center;
}
.pagination-custom-bootstrap nav .pagination .page-item {
  padding: 0.3125rem;
}
.pagination-custom-bootstrap nav .pagination .page-item .page-link {
  width: 2.625rem;
  height: 2.625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #f8a02a;
  background-color: #FEECD4;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-custom-bootstrap nav .pagination .page-item .page-link.active, .pagination-custom-bootstrap nav .pagination .page-item .page-link:hover {
  color: #ffffff;
  background-color: #f8a02a;
}
.pagination-custom-bootstrap nav .pagination .page-item .page-link.active span, .pagination-custom-bootstrap nav .pagination .page-item .page-link:hover span {
  color: #ffffff;
}
.pagination-custom-bootstrap nav .pagination .page-item .page-link span {
  font-size: 1.5625rem;
  color: #f8a02a;
}
.pagination-custom-bootstrap nav .pagination .page-item .page-link.disabled, .pagination-custom-bootstrap nav .pagination .page-item .page-link:disabled {
  opacity: 0.5;
}
.floor-planner * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.floor-planner .header {
  padding: 0 1.25rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.1);
}
.floor-planner .header > div {
  margin-left: 0.9375rem;
  padding-left: 1.875rem;
  position: relative;
}
.floor-planner .header > div.has-border:before {
  content: "";
  width: 0.125rem;
  height: 2rem;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.125rem;
}
.floor-planner .header > div h1 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0;
}
.floor-planner .header > div h6 {
  font-size: 1rem;
  line-height: 2rem;
  margin: 0;
}
[dir=rtl] .floor-planner .header > .mat-icon-button {
  transform: rotate(180deg);
}
.floor-planner .wrapper {
  display: flex;
  height: calc(100vh - 5.625rem);
}
.floor-planner .wrapper:not(.active-sidebar) .tools-wrapper {
  display: none;
}
.floor-planner .wrapper:not(.active-sidebar) .design-area-wrapper {
  width: 100%;
}
.floor-planner .wrapper .tools-wrapper {
  width: 29.375rem;
  min-width: 29.375rem;
  background-color: #ffffff;
  box-shadow: 0.125rem 0 0.1875rem rgba(0, 0, 0, 0.1);
}
.floor-planner .wrapper .tools-wrapper .head {
  padding: 0.6875rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.floor-planner .wrapper .tools-wrapper .tools-head {
  padding: 0.3125rem 1.875rem;
  padding-right: 0.9375rem;
  background-color: #F6F7FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor-planner .wrapper .tools-wrapper .tools-head .head {
  padding: 0;
}
[dir=ltr] .floor-planner .wrapper .tools-wrapper .tools-head .rotate-180 {
  transform: rotate(180deg);
}
.floor-planner .wrapper .tools-wrapper .tools-container {
  padding: 0 1.875rem;
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tools-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.46875rem;
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tool {
  width: 33.3333333333%;
  padding: 0 0.46875rem 0.9375rem;
  cursor: pointer;
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tool-shap {
  height: 7.8125rem;
  border-radius: 0.5rem;
  background-color: #F6F7FA;
  padding: 0.8125rem;
  transition: all ease 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tool-shap h6 {
  text-align: center;
  font-size: 1.875rem;
  margin: 0;
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tool-name {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 0.875rem;
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tool:hover .tool-shap {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
.floor-planner .wrapper .tools-wrapper .tools-container .tools-sec .tool:hover .tool-name {
  font-weight: 700;
}
.floor-planner .wrapper .shape {
  position: relative;
  margin: auto;
  border-radius: 0.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor-planner .wrapper .shape.square {
  width: 5.3125rem;
  height: 5.3125rem;
}
.floor-planner .wrapper .shape.rectangle {
  width: 3.75rem;
  height: 5.3125rem;
}
.floor-planner .wrapper .shape.round {
  border-radius: 50%;
  width: 5.3125rem;
  height: 5.3125rem;
}
.floor-planner .wrapper .shape.noTable {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.floor-planner .wrapper .shape.noTable.square {
  width: 6.25rem;
  height: 6.25rem;
}
.floor-planner .wrapper .shape.noTable.rectangle {
  width: 2.8125rem;
  height: 6.25rem;
}
.floor-planner .wrapper .shape.noTable.round {
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
}
.floor-planner .wrapper .shape .chairs > div {
  position: absolute;
}
.floor-planner .wrapper .shape .chairs .chair {
  width: 1.5625rem;
  height: 0.375rem;
  background-color: #D7DADF;
  border-radius: 0.375rem 0.375rem 0.125rem 0.125rem;
}
.floor-planner .wrapper .shape .chairs .top,
.floor-planner .wrapper .shape .chairs .bottom {
  left: 50%;
  transform: translateX(-50%);
}
.floor-planner .wrapper .shape .chairs .top {
  top: -0.6875rem;
}
.floor-planner .wrapper .shape .chairs .bottom {
  bottom: -0.6875rem;
}
.floor-planner .wrapper .shape .chairs .bottom .chair {
  border-radius: 0.125rem 0.125rem 0.375rem 0.375rem;
}
.floor-planner .wrapper .shape .chairs .left,
.floor-planner .wrapper .shape .chairs .right {
  top: 50%;
  transform: translateY(-50%);
}
.floor-planner .wrapper .shape .chairs .left .chair,
.floor-planner .wrapper .shape .chairs .right .chair {
  height: 1.5625rem;
  width: 0.375rem;
}
.floor-planner .wrapper .shape .chairs .left {
  left: -0.6875rem;
}
.floor-planner .wrapper .shape .chairs .left .chair {
  border-radius: 0.375rem 0.125rem 0.125rem 0.375rem;
}
.floor-planner .wrapper .shape .chairs .right {
  right: -0.6875rem;
}
.floor-planner .wrapper .shape .chairs .right .chair {
  border-radius: 0.125rem 0.375rem 0.375rem 0.125rem;
}
.floor-planner .wrapper .design-area-wrapper {
  width: calc(100% - 29.375rem);
  padding: 2.0625rem;
  direction: ltr;
  text-align: left;
}
.floor-planner .wrapper .design-area-wrapper .design-area {
  height: 100%;
  position: relative;
}
.floor-planner .wrapper .design-area-wrapper .design-area .dragable-area-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  border: 0.0625rem solid #CFD3E6;
  display: flex;
}
.floor-planner .wrapper .design-area-wrapper .design-area .dragable-area {
  height: 100%;
  width: 1400px;
  min-width: 1400px;
  height: 820px;
  margin: auto;
  position: relative;
  background-image: url(../../images/icons/Grid.svg);
  background-color: #F5F6FA;
  transform-origin: 0 0;
}
.floor-planner .wrapper .design-area-wrapper .dragable-item {
  position: absolute;
  display: inline-block;
}
.floor-planner .wrapper .design-area-wrapper .dragable-item.active {
  z-index: 999;
}
.floor-planner .wrapper .design-area-wrapper .dragable-item.active .text .form-control {
  display: block !important;
}
.floor-planner .wrapper .design-area-wrapper .dragable-item.active .text h4 {
  display: none;
}
.floor-planner .wrapper .design-area-wrapper .dragable-item:not(.active) .actions,
.floor-planner .wrapper .design-area-wrapper .dragable-item:not(.active) .rotation,
.floor-planner .wrapper .design-area-wrapper .dragable-item:not(.active) .sizing {
  display: none;
}
.floor-planner .wrapper .design-area-wrapper .sizing {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 0.625rem;
}
.floor-planner .wrapper .design-area-wrapper .sizing button {
  margin: 0 !important;
  cursor: se-resize;
}
.floor-planner .wrapper .design-area-wrapper .badge {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  border-radius: 0.125rem;
  padding: 0 0.4375rem;
  background-color: #D7DADF;
  position: relative;
  z-index: 2;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper {
  position: relative;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .rotation {
  position: absolute;
  top: -1.25rem;
  transform: translateY(-100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .rotation .custom-range {
  margin: 0;
  width: 6.25rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .rotation .custom-range::-webkit-slider-thumb {
  background: #f8a02a;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container {
  text-align: center;
  min-width: 12.5rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .shape {
  margin: auto;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .shape .chairs .chair {
  width: 2.25rem;
  height: 0.5rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .shape .chairs .left .chair,
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .shape .chairs .right .chair {
  width: 0.5rem;
  height: 2.25rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .text {
  width: 15.625rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .text .form-control {
  padding: 0.5rem;
  height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: none;
  font-weight: 600;
  width: 100%;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .shape-container .text h4 {
  min-height: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem;
  font-weight: 600;
  color: #888F9E;
  margin: 0;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .actions {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-top: 0.875rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper .actions.semi-actions button:nth-child(2) {
  margin-top: 0;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper button {
  background-color: #ffffff;
  border: 0;
  width: 2.625rem;
  height: 2.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  margin: 0 0.78125rem;
  padding: 0;
  display: flex;
  border-radius: 50%;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper button:nth-child(2), .floor-planner .wrapper .design-area-wrapper .shape-wrapper button:nth-child(3) {
  margin-top: 1.25rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper button img {
  margin: auto;
  max-height: 1.25rem;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper button.orange {
  background-color: #f8a02a;
}
.floor-planner .wrapper .design-area-wrapper .shape-wrapper button.orange:hover {
  background-color: #ff9100;
}
.floor-planner .wrapper .design-area-wrapper .planner-action {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.floor-planner .wrapper .design-area-wrapper .planner-action .mat-button-toggle-group {
  border-radius: 1.875rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
}
.floor-planner .wrapper .design-area-wrapper .planner-action .mat-button-toggle-group .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.floor-planner .wrapper .design-area-wrapper .planner-action .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  min-width: 3.75rem;
  height: 2.5rem;
}
.floor-planner .wrapper .design-area-wrapper .planner-action .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button span {
  line-height: 1;
}
.floor-planner .wrapper .design-area-wrapper .planner-action .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button:disabled {
  opacity: 0.5;
}
.floor-planner .wrapper .design-area-wrapper .planner-action .mat-button-toggle-group .mat-button-toggle img {
  height: 1.125rem;
}

.table-setting.side-sheet .sheet-container .sheet-head {
  padding: 1.25rem 2.0625rem;
}
.table-setting.side-sheet .sheet-container .sheet-content {
  padding: 1.25rem 2.0625rem;
}
.table-setting.side-sheet .sheet-container .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.0625rem 0;
}
.table-setting.side-sheet .sheet-container .counter > label {
  font-size: 1rem;
  font-weight: 600;
}
.table-setting.side-sheet .sheet-container .counter > label span {
  color: #888F9E;
  font-weight: 500;
}
.table-setting.side-sheet .sheet-container .counter > div {
  display: flex;
  align-items: center;
}
.table-setting.side-sheet .sheet-container .counter > div .value {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  min-width: 3.125rem;
  margin: 0 0.9375rem;
  text-align: center;
}
.table-setting.side-sheet .sheet-container .counter > div button {
  height: 2.375rem;
  line-height: 2.1875rem;
}
.table-setting.side-sheet .sheet-container .counter > div button .mat-icon {
  color: #e86d3a;
  font-size: 1.25rem;
}
.table-setting.side-sheet .sheet-container .counter > div button.plus {
  background-color: #FEEFEA;
}
.table-setting.side-sheet .sheet-container .counter > div button.minus {
  border-color: #FCDED4;
}
.table-setting.side-sheet .sheet-container .counter > div button.minus:hover {
  background-color: transparent;
}

.inputValue {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  min-width: 1.875rem;
  margin: 0 0.3125rem;
  text-align: center;
  position: relative;
}
.inputValue input {
  width: 5rem;
}
.inputValue input::-webkit-outer-spin-button,
.inputValue input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputValue .custom-error {
  font-size: 0.75rem;
}

.app-phoneNumber {
  position: relative;
  padding-bottom: 1.5625rem;
}
.app-phoneNumber .input-group {
  border: 1px solid rgba(56, 69, 93, 0.1607843137);
  border-radius: 0.3125rem;
  height: 3.75rem;
  margin: 0.25em 0;
}
.app-phoneNumber .input-group .flag-selected {
  width: 2.5rem;
}
.app-phoneNumber .input-group .flag-selected svg, .app-phoneNumber .input-group .flag-selected img {
  width: 70%;
  height: -moz-max-content;
  height: max-content;
}
.app-phoneNumber .input-group .flag-list svg, .app-phoneNumber .input-group .flag-list img {
  width: 1.5625rem;
  height: -moz-max-content;
  height: max-content;
}
.app-phoneNumber .input-group .ng-select .ng-select-container,
.app-phoneNumber .input-group .ng-select.ng-select-single .ng-select-container {
  min-width: 8.125rem;
  height: 100%;
  min-height: auto;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.app-phoneNumber .input-group .ng-select .ng-select-container .ng-value-container .ng-input,
.app-phoneNumber .input-group .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0.625rem;
  padding: 0;
  transform: none;
  bottom: auto;
}
.app-phoneNumber .input-group .ng-select .ng-select-container .ng-value-container .ng-input > input,
.app-phoneNumber .input-group .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input > input {
  padding-top: 0.3125rem;
}
.app-phoneNumber .input-group .ng-dropdown-panel.ng-select-top,
.app-phoneNumber .input-group .ng-dropdown-panel.ng-select-bottom {
  min-width: 22.1875rem;
  top: 100%;
  margin-top: 2px;
}
.app-phoneNumber .input-group .ng-clear-wrapper {
  display: none;
}
.app-phoneNumber .input-group .input-group-prepend {
  background: #F6F6F6;
  width: 8.75rem;
  padding-left: 0.9375rem;
}
.app-phoneNumber .input-group .form-control {
  height: 100%;
  border-top-right-radius: 0.3125rem !important;
  border-bottom-right-radius: 0.3125rem !important;
  border: none;
}
.app-phoneNumber .input-group .form-control:focus {
  box-shadow: none;
}
.app-phoneNumber .input-group .ng-select {
  position: initial;
  padding-bottom: 0;
  width: 100%;
}
.app-phoneNumber .input-group .ng-select .ng-select-container .ng-value-container {
  padding: 2px 0 0;
  height: auto;
}
.app-phoneNumber .input-group .ng-select .ng-select-container:after {
  display: none;
}
.app-phoneNumber .input-group .ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: auto;
  bottom: 0.1875rem;
  right: 1.25rem;
}
.app-phoneNumber .input-group .ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: rgba(0, 0, 0, 0.54) !important;
}
.app-phoneNumber .input-group .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background: #fff;
}
.app-phoneNumber .input-group .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: #f8a02a;
}
.app-phoneNumber .field-error {
  border-width: 2px;
  border-color: #f44336;
}
.app-phoneNumber .field-error .control label {
  color: #f44336;
}

.top-rates {
  background-color: #EEEFF2;
  padding: 0.75rem 1.5625rem;
  border-radius: 0.625rem;
}
.top-rates .star-rating-top {
  margin-right: 4rem;
}
.top-rates .star-rating-top span {
  width: 17px !important;
  font-size: 1.25rem;
}
.top-rates .star-rating-top span .star {
  font-size: 1.25rem;
}
.top-rates .star-rating span {
  width: 20px !important;
  font-size: 1.5625rem;
}
.top-rates .rate-block {
  flex-wrap: wrap;
  justify-content: end;
  flex-grow: 1;
  max-height: 11.5625rem;
  overflow: auto;
}
.top-rates .rate-block::-webkit-scrollbar {
  width: 2px !important;
}
.top-rates .rate {
  margin-left: 5rem;
  width: 9.375rem;
  /* max-width: 12%; */
  display: flex;
  flex-direction: column;
}
.top-rates .rate .yellow {
  color: #F8A02A !important;
}
.top-rates .rate p {
  margin-bottom: auto;
}
.top-rates .rate:last-child {
  margin-right: 0;
}
.top-rates .rate .star {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-right: 0.1rem;
  color: #D7DADF;
  font-weight: 400;
}
.top-rates .rate .filled {
  color: #F8A02A;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .top-rates .rate p {
    font-size: 0.875rem !important;
  }
}

.no-background tbody tr:hover,
.no-background tbody tr:nth-child(even) {
  background-color: transparent;
}
.no-background .star {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-right: 0.1rem;
  color: #EBECEF;
}
.no-background .filled {
  color: #F8A02A;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.card-content .top-rates {
  background-color: #F6F7FA;
  border-radius: 0;
}

.star {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-right: 0.1rem;
  color: #EBECEF;
}

.filled {
  color: #F8A02A;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.line-rating {
  overflow: hidden;
  margin-bottom: auto;
}
.line-rating span {
  width: 18px !important;
}
.line-rating i {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 0;
}
.line-rating span:nth-child(2) i:nth-child(1) {
  position: relative;
  top: 24px;
  display: inline-block;
}
.line-rating span:nth-child(4) i:nth-child(1) {
  position: relative;
  top: 20px;
  display: inline-block;
}
.line-rating span:nth-child(6) i:nth-child(1) {
  position: relative;
  top: 16px;
  display: inline-block;
}
.line-rating span:nth-child(8) i:nth-child(1) {
  position: relative;
  top: 12px;
  display: inline-block;
}
.line-rating span:nth-child(10) i:nth-child(1) {
  position: relative;
  top: 8px;
  display: inline-block;
}
.line-rating .yellow {
  border-left: 16px solid #F8A02A;
}
.line-rating .line {
  border-left: 16px solid #d3d3d3;
}
@media (max-width: 992px) {
  .line-rating span:nth-child(2) i:nth-child(1) {
    top: 20px;
  }
  .line-rating span:nth-child(4) i:nth-child(1) {
    top: 16px;
  }
  .line-rating span:nth-child(6) i:nth-child(1) {
    top: 12px;
  }
  .line-rating span:nth-child(8) i:nth-child(1) {
    top: 8px;
  }
  .line-rating span:nth-child(10) i:nth-child(1) {
    top: 4px;
  }
}

.rate-section {
  background-color: #F6F7FA;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0.5rem;
}

.button-group-custom .tabs-bordered .mat-button-toggle-group .mat-button-toggle {
  margin-left: 0.3125rem;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  padding: 0.25rem 1rem;
  line-height: 1.5625rem;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
  background-color: transparent;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard {
  margin-right: 0.625rem;
  border: 1px solid #D7DADF !important;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  background-color: #FEEFEA;
  border: 1px solid #FEEFEA !important;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked span {
  color: #E86D3A;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked i {
  color: #E86D3A;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content {
  padding: 0.125rem 0.625rem;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content span {
  color: #38455D;
}
.button-group-custom .tabs-bordered .mat-button-toggle-group-appearance-standard .mat-button-toggle-label-content i {
  font-size: 1.25rem;
  display: initial;
  color: #EBECEF;
}

.tooltipTpl {
  background: #606A7D;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 16.875rem;
  width: 16.875rem;
  border-radius: 0.625rem;
  color: #FFFFFF;
  padding: 0.625rem;
}
.tooltipTpl img {
  width: 1.875rem;
  max-width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}

.fields-group .mat-accordion .mat-expansion-panel {
  margin-top: 1rem;
  background-color: #F6F7FA;
  box-shadow: none !important;
  border: 1px solid #D7DADF;
  border-radius: 0.3125rem !important;
}
.fields-group .mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0 0.75rem;
}
.fields-group .mat-accordion .mat-expansion-panel-header.mat-expanded {
  margin-bottom: 0;
}
.fields-group .mat-accordion .mat-expansion-panel.mat-expanded.mat-expansion-panel-spacing {
  background-color: #fff7f7;
  box-shadow: none;
  border: 1px solid #F5E6E6;
}
.fields-group .mat-accordion .mat-expansion-panel.mat-expanded.mat-expansion-panel-spacing .mat-expansion-panel-header-title .item-title,
.fields-group .mat-accordion .mat-expansion-panel.mat-expanded.mat-expansion-panel-spacing .mat-expansion-panel-header-title .dots {
  display: none;
}
.fields-group .mat-accordion .mat-expansion-indicator::after {
  height: 20px;
  width: 20px;
  background-image: url("/assets/images/icons/expand-ic.svg") !important;
  background-size: cover;
  border: none;
  border-width: 0 !important;
  rotate: 0deg !important;
  transform: rotate(0) !important;
}
.fields-group .mat-accordion .mat-expanded .mat-expansion-indicator::after {
  height: 20px;
  width: 20px;
  background-image: url("/assets/images/icons/collapse-ic.svg") !important;
  background-size: cover;
  border: none;
  border-width: 0 !important;
  rotate: 0deg !important;
  transform: rotate(0) !important;
}
.fields-group .mat-accordion .mat-expansion-panel-body {
  padding: 0.75rem;
}
.fields-group .mat-accordion .mat-expansion-panel-body .ng-select.ng-select .ng-select-container.ng-appearance-outline {
  background-color: #FFFFFF;
  color: #333333;
}
.fields-group .mat-accordion .mat-expansion-panel-body .mat-form-field-appearance-outline .mat-form-field-outline {
  background-color: #ffffff;
}
.fields-group .mat-accordion .mat-action-row {
  border-top-style: none;
}

.ordersItems .orderImg {
  position: relative;
  z-index: 1;
  margin-left: -5px;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 25px;
  height: 25px;
}
.ordersItems .orderImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ordersItems .orderImg.count {
  background: #f07549;
  border-radius: 50%;
  padding: 3px;
  color: #fff;
  font-size: 0.75rem;
}

.card-container {
  margin-bottom: 1.875rem;
}
.card-container.placholder {
  min-height: 34.375rem;
}

.top-numbers select {
  padding: 0.3125rem 0.9375rem;
  padding-right: 3.125rem;
  border: 1px solid #AFB5BE;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #38455D;
  cursor: pointer;
  background: url("../../images/icons/dropdown-arrow.svg") no-repeat center right 0.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 11.875rem;
}

.d-card {
  padding: 1.875rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  height: 100%;
}
.d-card .d-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.d-card .d-card-head .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #38455D;
}
.d-card .d-card-head select {
  padding: 0.625rem 0.8125rem;
  padding-right: 2.5rem;
  border: 1px solid #E5E6E9;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #888F9E;
  cursor: pointer;
  background: url("../../images/icons/dropdown-arrow.svg") no-repeat center right 0.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 9.375rem;
}
.d-card .d-card-head .filters {
  text-align: right;
}
.d-card .d-card-head .filters * {
  margin-block: 0.3125rem;
  margin-left: 0.625rem;
}
.d-card.d-number {
  padding: 0;
  display: flex;
  position: relative;
  background-image: url("../../images/icons/dashboard/number-cards-ltr.svg");
  background-position: right -33px top -33px;
  background-size: 160px;
  background-repeat: no-repeat;
}
.d-card.d-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  height: calc(100% - 2.5rem);
  width: 0.25rem;
  background-color: #FCD9AA;
  border-radius: 0.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.d-card.d-number .details {
  padding: 2.1875rem 1.25rem;
  padding-left: 1.875rem;
  flex-grow: 1;
}
.d-card.d-number .details .label {
  font-size: 0.875rem;
  color: #888F9E;
  margin-bottom: 0.25rem;
}
.d-card.d-number .details .number {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.d-card.d-number .icon {
  min-height: 8.75rem;
  margin-left: auto;
  display: flex;
}
.d-card.d-number .icon img {
  margin: auto;
  margin-top: 2.9375rem;
  margin-left: auto;
  margin-right: 1.5625rem;
  max-width: 2.1875rem;
}
.d-card.table-card {
  padding: 0;
}
.d-card.table-card .d-card-head {
  padding: 1.875rem;
  margin-bottom: 0;
}
.d-card.table-card .table-container {
  box-shadow: none;
  background-color: transparent;
}
.d-card.table-card .d-chart-content {
  margin-top: 0;
}
.d-card.table-card .d-chart-content .table-content {
  height: 31.25rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.d-card.table-card i {
  color: #F8A02A;
  font-size: 15px;
}
.d-card.table-card .name-with-image .name h5 {
  overflow: visible;
  max-width: none;
}

.d-chart-content {
  margin-top: 1.875rem;
}
.d-chart-content .chart-container {
  padding-bottom: 3.125rem;
}

.ngx-charts-outer .ngx-charts {
  direction: ltr;
}
.ngx-charts-outer .ngx-charts .axis .tick text {
  font-size: 0.625rem !important;
  fill: #888F9E;
  font-weight: 500;
}
.ngx-charts-outer .ngx-charts .gridline-path-vertical {
  display: none;
}
.ngx-charts-outer .ngx-charts [ngx-charts-axis-label] text {
  fill: #616E7C;
  font-size: 0.875rem;
  opacity: 0.5;
}
.ngx-charts-outer .gridline-pat {
  stroke: #E4E7EB;
}
.ngx-charts-outer .chart-legend .legend-wrap {
  width: auto;
}
.ngx-charts-outer .chart-legend .legend-labels {
  float: none;
  background: #F6F7F7;
  padding: 0.25rem 0.3125rem;
  text-align: inherit;
}
.ngx-charts-outer .chart-legend .legend-label {
  font-size: 0.75rem;
  color: #616E7C;
  margin: 0;
  padding: 0.25rem 0.4375rem;
}
.ngx-charts-outer .chart-legend .legend-label-text {
  font-size: 0.75rem;
  font-weight: 500;
}
.ngx-charts-outer .chart-legend .legend-label-color {
  margin: 0;
  margin-right: 0.5rem;
}
.ngx-charts-outer .chart-legend ngx-charts-legend-entry > span {
  display: flex;
}

.ngx-charts-tooltip-content.type-tooltip {
  background-color: rgba(96, 106, 125, 0.9) !important;
  border-radius: 0.25rem;
  padding: 0 !important;
  text-align: left !important;
}
.ngx-charts-tooltip-content.type-tooltip .tooltip-content {
  padding: 0.625rem;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip {
  color: #ffffff;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip .tip-title {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip ul li {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip ul li img {
  width: 1.125rem;
  margin-right: 0.25rem;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip ul li .name {
  margin-right: auto;
  min-width: 4.8125rem;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip ul li .value {
  margin-left: 0.9375rem;
  font-weight: 600;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip ul li .perc {
  font-size: 0.625rem;
  margin-left: 0.25rem;
}
.ngx-charts-tooltip-content.type-tooltip .chart-tooltip ul li + li {
  margin-top: 0.375rem;
}
.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top {
  border-top: 7px solid rgba(96, 106, 125, 0.9) !important;
}
.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom {
  border-bottom: 7px solid rgba(96, 106, 125, 0.9) !important;
}/*# sourceMappingURL=style.css.map */