@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

/*** RTL websites ***/

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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: right;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
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-right: 0;
  list-style: none;
}

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

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

.list-inline-item:not(:last-child) {
  margin-left: 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: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: 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-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

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

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-right: 8.333333%;
}

.offset-2 {
  margin-right: 16.666667%;
}

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

.offset-4 {
  margin-right: 33.333333%;
}

.offset-5 {
  margin-right: 41.666667%;
}

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

.offset-7 {
  margin-right: 58.333333%;
}

.offset-8 {
  margin-right: 66.666667%;
}

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

.offset-10 {
  margin-right: 83.333333%;
}

.offset-11 {
  margin-right: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.333333%;
  }

  .offset-sm-2 {
    margin-right: 16.666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.333333%;
  }

  .offset-sm-5 {
    margin-right: 41.666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.333333%;
  }

  .offset-sm-8 {
    margin-right: 66.666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.333333%;
  }

  .offset-sm-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.333333%;
  }

  .offset-md-2 {
    margin-right: 16.666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.333333%;
  }

  .offset-md-5 {
    margin-right: 41.666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.333333%;
  }

  .offset-md-8 {
    margin-right: 66.666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.333333%;
  }

  .offset-md-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.333333%;
  }

  .offset-lg-2 {
    margin-right: 16.666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.333333%;
  }

  .offset-lg-5 {
    margin-right: 41.666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.333333%;
  }

  .offset-lg-8 {
    margin-right: 66.666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.333333%;
  }

  .offset-lg-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.333333%;
  }

  .offset-xl-2 {
    margin-right: 16.666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.333333%;
  }

  .offset-xl-5 {
    margin-right: 41.666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.333333%;
  }

  .offset-xl-8 {
    margin-right: 66.666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.333333%;
  }

  .offset-xl-11 {
    margin-right: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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


.alarm-box:after {
  display: none !important;
}
.notification-item {
  padding: 20px 10px !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 14px;
}
.notification-item.unread {
  background: #efefef;
}
.notify-date {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
}
.notification-item:last-of-type {
  border-bottom: 0 !important;
}
.notification-menu {
  padding: 0 !important;
  overflow-x: auto !important;
  max-height: 300px !important;
  height: auto;
  position: relative !important;
}
.all-notification-btn {
  display: block;
  text-align: center;
  position: fixed;
  background: #efecf4;
  padding: 15px 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  z-index: 9999;

}

.product-photo {
  width: 70px;
  height: 70px;
}

.notification-row {
  display: block !important;
}
.notifications-footer a{
  display: block !important;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
body {
  font-size: 14px;

}

.product-status {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  white-space: nowrap;
  background: #ffc4c4;
  color: #ff263b;
}
.product-status.active {
  background: #befdcc;
  color: #28a745;
}

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

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

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

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

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

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

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

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

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

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

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

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

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

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

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

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

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

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  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: #fff;
  background-color: #212529;
  border-color: #32383e;
}

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

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-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: #fff;
}

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

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

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

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.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-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 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[multiple],
select.form-control[size] {
  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-left: -5px;
  margin-right: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-right: -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-right: 0;
  margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0.3125rem;
  margin-right: 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: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-left: 2.25rem;
  background-repeat: no-repeat;
  background-position: center left calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-left: 2.25rem;
  background-position: top calc(2.25rem / 4) left calc(2.25rem / 4);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-left: 3.4375rem;
  background: url("data:image/svg+xml,%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 left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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: #dc3545;
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-left: 2.25rem;
  background-repeat: no-repeat;
  background-position: center left calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-left: 2.25rem;
  background-position: top calc(2.25rem / 4) left calc(2.25rem / 4);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-left: 3.4375rem;
  background: url("data:image/svg+xml,%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 left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

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

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

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

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-right: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 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;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 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 {
  color: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  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: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  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: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.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(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

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

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  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: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.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(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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: #d39e00;
  border-color: #c69500;
}

.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(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

.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(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  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: #fff;
  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;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  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: #fff;
  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;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  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: #fff;
  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;
  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: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-group-sm > .btn,
.btn-sm {
  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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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;
  }
}

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

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

.dropdown-toggle:empty::after {
  margin-right: 0;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  left: 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:first-child {
  border-top-right-radius: calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-right: -1px;
}

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

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

.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-right: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-left: 0;
}

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

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

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

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

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

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

.input-group-append {
  margin-right: -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=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}

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

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-left: 1.75rem;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.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;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
  right: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  right: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(-0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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 left 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-left: 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.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}

.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: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  left: 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-right: inherit;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 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: #007bff;
  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: #b3d7ff;
}

.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: #007bff;
  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: #b3d7ff;
}

.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-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #007bff;
  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: #b3d7ff;
}

.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-left: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

.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-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 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:focus,
.navbar-toggler:hover {
  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-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 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:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.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,%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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-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-right: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  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(.25rem - 1px) calc(.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(.25rem - 1px) calc(.25rem - 1px);
}

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

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

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

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

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

.card-img-bottom {
  width: 100%;
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.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-left: -15px;
    margin-right: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 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-right: 0;
    border-right: 0;
  }

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

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

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

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

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

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

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

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

  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-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-footer,
  .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-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card {
  overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion .card:last-of-type {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.accordion .card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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(0, 123, 255, 0.25);
}

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

.page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-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-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-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;
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

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

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

.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-left: 0;
  padding-right: 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-left: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

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

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@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: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  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-right: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  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: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem auto -1rem -1rem;
}

.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;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-left: 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,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  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-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

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

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  right: 0;
}

.carousel-control-next {
  left: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(-360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !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: #dc3545 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

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

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.ml-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

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

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

.mr-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.ml-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

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

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

.mr-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.ml-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

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

.mr-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.ml-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

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

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

.mr-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.ml-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

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

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

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

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

.ml-auto,
.mx-auto {
  margin-right: 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-left: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-right: 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-left: 0.25rem !important;
  }

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

  .ml-sm-1,
  .mx-sm-1 {
    margin-right: 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-left: 0.5rem !important;
  }

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-right: 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-left: 1rem !important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-right: 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-left: 1.5rem !important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-right: 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-left: 3rem !important;
  }

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-right: 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-left: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-right: 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-left: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-right: 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-left: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-right: 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-left: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-right: 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-left: 1.5rem !important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-right: 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-left: 3rem !important;
  }

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

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

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

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

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

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

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

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

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

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

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

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

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

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

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

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

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-right: -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-left: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-right: 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-left: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-right: 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-left: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-right: 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-left: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-right: 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-left: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-right: 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-left: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-right: 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-left: 3rem !important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-right: 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-left: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-right: 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-left: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-right: 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-left: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-right: 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-left: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-right: 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-left: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-right: 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-left: 3rem !important;
  }

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

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

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

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

  .mr-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .ml-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

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

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

  .mr-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .ml-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

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

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

  .mr-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .ml-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

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

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

  .mr-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .ml-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

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

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

  .mr-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

  .ml-md-n5,
  .mx-md-n5 {
    margin-right: -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-left: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-right: 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-left: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-right: 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-left: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-right: 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-left: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-right: 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-left: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-right: 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-left: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-right: 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-left: 3rem !important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-right: 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-left: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-right: 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-left: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-right: 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-left: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-right: 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-left: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-right: 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-left: 1.5rem !important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-right: 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-left: 3rem !important;
  }

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

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

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

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

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

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

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

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

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

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

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

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

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

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

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

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

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-right: -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-left: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-right: 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-left: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-right: 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-left: 0.25rem !important;
  }

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

  .ml-xl-1,
  .mx-xl-1 {
    margin-right: 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-left: 0.5rem !important;
  }

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-right: 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-left: 1rem !important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-right: 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-left: 1.5rem !important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-right: 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-left: 3rem !important;
  }

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-right: 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-left: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-right: 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-left: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-right: 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-left: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-right: 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-left: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-right: 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-left: 1.5rem !important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-right: 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-left: 3rem !important;
  }

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

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

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

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

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

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

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

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

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

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

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

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

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

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

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

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

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-right: -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-left: auto !important;
  }

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

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

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

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::-webkit-input-placeholder, .custome-input-text::-webkit-input-placeholder {
  font-family: "Nunito", "Poppins", "Tajawal", sans-serif;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::-moz-placeholder, .custome-input-text::-moz-placeholder {
  font-family: "Nunito", "Poppins", "Tajawal", sans-serif;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control:-ms-input-placeholder, .custome-input-text:-ms-input-placeholder {
  font-family: "Nunito", "Poppins", "Tajawal", sans-serif;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::-ms-input-placeholder, .custome-input-text::-ms-input-placeholder {
  font-family: "Nunito", "Poppins", "Tajawal", sans-serif;
}

.dashboard-friends > .dashboard-header .circle span,
.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control,
.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation ul .message p,
.customer-dashboard .customer-dashboard-content-page .chat-box .chat-header .title,
.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .date,
.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-date .circle span,
.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-content .message,
.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-content .sender-name,
.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input,
.customer-dashboard .dashboard-header .circle span,
.order-details .cafe-cart .checkout-btn,
.traking-modal .modal-content .modal-body .content-box .traking-btn-content .traking-btn,
.search-result .result .sort li p,
.cafe-page .cafe-cart .checkout-btn,
.address-modal .modal-content .map-content .content-box .address-btn-group .address-btn,
.address-modal .modal-content .map-content .content-box .form-group .form-control::placeholder,
.address-modal .modal-content .map-content .content-box .form-group .form-control,
.address-modal .modal-content .address-content ul li .address-btn,
.payment-modal .modal-content .modal-body .form-content .form-group .add-payment,
.register-login .register-box .register-form .form-group .form-input .form-holder,
.register-login,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .checkout-btn,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cafe-name-add .add-item,
.chat-bot .send-message .form-control,
.chat-bot .cafe-cart .checkout-btn,
.chat-bot .chat-conversation .messages-container > ul .message p,
.customer-dashboard-asidemenu .customer-menu li .customer-menu-item,
.custome-input-text::placeholder,
.custome-input-text,
.select-box-group .custome-select-input > .selectize-input input,
.search-for-friend-box .search-input,
.search-box .search-input {
  font-family: "Nunito", "Poppins", "Tajawal", sans-serif;
}

.how-to-use .title,
.download .info .unique,
.header .overlay h1 span,
.main-title .title_paragh {
  font-family: "Great Vibes", "Poppins", "dastnevis", "Tajawal", sans-serif;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::-webkit-input-placeholder {
  font-family: "Poppins", "Tajawal", sans-serif;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::-moz-placeholder {
  font-family: "Poppins", "Tajawal", sans-serif;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input:-ms-input-placeholder {
  font-family: "Poppins", "Tajawal", sans-serif;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::-ms-input-placeholder {
  font-family: "Poppins", "Tajawal", sans-serif;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input,
.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::placeholder,
.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input {
  font-family: "Poppins", "Tajawal", sans-serif;
}

.swal2-container.swal2-shown {
  z-index: 999999999999;
}

.mr-30 {
  margin-left: 30px;
}

.feedback-popUp .modal-content .modal-header .close > img,
.traking-modal .modal-content .modal-header .close > img,
.order .feedback-modal .modal-content .modal-header .close > img,
.categories-modal .modal-content .modal-header .close > img,
.cafes-offer .modal-content .modal-header .close > img,
.address-modal .modal-content .modal-header .close > img,
.payment-modal .modal-content .modal-header .close > img,
.register-login .close > img,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .num,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count li,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count,
.chat-bot .toggle-btn img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.main-btn,
.contact-us .contact .contact-form button {
  display: inline-block;
  padding: 11px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #6F6DFF;
  border: 0;
}

.location-map {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #33A753;
  border: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
}

.location-map:hover {
  color: #fff;
  background: #2a9046;
}

@media (max-width: 575px) {
  .location-map {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
}

a:hover,
a:focus {
  text-decoration: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

body {
  font-family: "Poppins", "Tajawal", sans-serif;
}

.modal {
  z-index: 9999999999;
}

.modal-backdrop {
  z-index: 999999999;
}

.customerdashboard-body {
  overflow: hidden;
}

.hidden-scroll {
  overflow: hidden;
  padding-ltr: 17px;
}

@media (max-width: 991px) {
  .hidden-scroll {
    overflow: auto;
  }
}

.hidden-scroll .fixed-top {
  padding-ltr: 17px;
}

.main-title {
  text-align: center;
}

.main-title .title_paragh {
  font-size: 30px;
  color: #d78542;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .main-title .title_paragh {
    font-size: 20px;
  }
}

.main-title .title_heading {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .main-title .title_heading {
    font-size: 35px;
  }
}

.btn-ecove {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
}

.btn-black {
  background: #141110;
  color: #fff;
}

.search-box {
  position: relative;
  max-width: 325px;
  width: 100%;
}

.search-box .search-input {
  background: #F7F8FF;
  border: none;
  border-radius: 32px;
  padding: 20px 30px;
  width: 100%;
  font-size: 16px;
  color: #9190D6;
  font-weight: bold;
}

.search-box .search-input::-webkit-input-placeholder {
  color: #9190D6;
}

.search-box .search-input::-moz-placeholder {
  color: #9190D6;
}

.search-box .search-input:-ms-input-placeholder {
  color: #9190D6;
}

.search-box .search-input::-ms-input-placeholder {
  color: #9190D6;
}

.search-box .search-input::placeholder {
  color: #9190D6;
}

.search-box .search-input:focus {
  outline: none;
}

.search-box .search-submit-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  width: 64px;
  border-radius: 50%;
}

.search-box .search-submit-btn i {
  color: #6F6DFF;
  font-size: 20px;
}

.search-for-friend-box {
  position: relative;
  width: 100%;
}

.search-for-friend-box .search-input {
  background: #FFF;
  border: none;
  border-radius: 32px;
  padding: 20px 30px;
  padding-right: 55px;
  width: 100%;
  font-size: 16px;
  color: #454D57;
  font-weight: bold;
  -o-box-shadow: 0 15px 20px rgba(69, 77, 87, 0.1);
  box-shadow: 0 15px 20px rgba(69, 77, 87, 0.1);
}

.search-for-friend-box .search-input::-webkit-input-placeholder {
  color: #9190D6;
}

.search-for-friend-box .search-input::-moz-placeholder {
  color: #9190D6;
}

.search-for-friend-box .search-input:-ms-input-placeholder {
  color: #9190D6;
}

.search-for-friend-box .search-input::-ms-input-placeholder {
  color: #9190D6;
}

.search-for-friend-box .search-input::placeholder {
  color: #9190D6;
}

.search-for-friend-box .search-input:focus {
  outline: none;
}

.search-for-friend-box .search-icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: none;
  border: none;
  border-radius: 50%;
}

.search-for-friend-box .search-icon-box i {
  color: #6F6DFF;
}

.mixin-cafe-info-box {
  background: #fff;
  border-radius: 20px;
  -o-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box {
    padding: 15px;
  }
}

.mixin-cafe-info-box .mixin-cafe-photo {
  float: right;
  width: 95px;
  background: #EBEBF9;
  border-radius: 15px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-photo {
    width: 65px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info {
  float: right;
  width: calc(100% - 95px);
  padding-right: 20px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info {
    padding-right: 10px;
    width: calc(100% - 65px);
  }
}

.mixin-cafe-info-box .mixin-cafe-info .mixin_cafe-name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #3E3E40;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .mixin_cafe-name {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .mixin_cafe-location {
  font-size: 14px;
  display: inline-block;
  color: #646464;
  margin-bottom: 7px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .mixin_cafe-location {
    font-size: 12px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views {
  overflow: hidden;
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .views {
  float: right;
  padding-right: 5px;
  line-height: 1;
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .views span {
  font-size: 13px;
  color: #888E9B;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .views span {
    font-size: 12px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate {
  overflow: hidden;
  margin-bottom: 10px;
  float: right;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate {
    margin-top: 0;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate li {
  float: right;
  line-height: 0;
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate li i {
  font-size: 14px;
  color: #FFB115;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate li i {
    font-size: 12px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate li span {
  font-size: 13px;
  color: #888E9B;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .cafe-rate-views .mixin_cafe-rate li span {
    font-size: 12px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .details,
.mixin-cafe-info-box .mixin-cafe-info .time-details {
  color: #383838;
  font-size: 13px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .details,
  .mixin-cafe-info-box .mixin-cafe-info .time-details {
    font-size: 12px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .details {
  margin-bottom: 5px;
}

.mixin-cafe-info-box .mixin-cafe-info ul {
  overflow: hidden;
  margin-bottom: 0;
}

.mixin-cafe-info-box .mixin-cafe-info .time-details {
  float: right;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .time-details {
    padding-right: 13px;
  }
}

.mixin-cafe-info-box .mixin-cafe-info .time-details:first-child {
  padding-right: 0;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .mixin-cafe-info .details > li {
    padding-right: 0;
  }
}

.mixin-cafe-info-box .price {
  float: left;
  width: 60px;
  margin-bottom: 0;
  font-size: 12px;
  color: #3E3E40;
}

.mixin-cafe-info-box .cart {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 15px;
  border-radius: 18px 0 0 18px;
  background: #6F6DFF;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .mixin-cafe-info-box .cart {
    display: none;
  }
}

.mixin-cafe-info-box .open-btn {
  position: absolute;
  background: #CEFFDB;
  border-radius: 34px 0 0 34px;
  padding: 8px 19px;
  font-size: 13px;
  font-weight: bold;
  color: #33A753;
  left: 0;
  top: 30px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .open-btn {
    font-size: 11px;
    padding: 5px 10px;
    top: 20px;
  }
}

.mixin-cafe-info-box .close-btn {
  position: absolute;
  background: rgba(255, 21, 21, 0.1);
  border-radius: 34px 0 0 34px;
  padding: 8px 19px;
  font-size: 13px;
  font-weight: bold;
  color: #FF1515;
  left: 0;
  top: 30px;
}

@media (max-width: 575px) {
  .mixin-cafe-info-box .close-btn {
    font-size: 11px;
    padding: 5px 10px;
    top: 20px;
  }
}

.mixin-cafe-item-box {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: relative;
}

@media (max-width: 575px) {
  .mixin-cafe-item-box {
    padding: 15px;
  }
}

.mixin-cafe-item-box .mixin-cafe-photo {
  float: right;
  width: 70px;
  background: #EBEBF9;
  border-radius: 15px;
}

@media (max-width: 575px) {
  .mixin-cafe-item-box .mixin-cafe-photo {
    width: 65px;
  }
}

.mixin-cafe-item-box .mixin-cafe-info {
  float: right;
  width: calc(100% - 70px);
  padding-right: 15px;
}

@media (max-width: 575px) {
  .mixin-cafe-item-box .mixin-cafe-info {
    padding-right: 10px;
    width: calc(100% - 65px);
  }
}

.mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-name {
  margin-top: 7px !important;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #3E3E40;
}

@media (max-width: 575px) {
  .mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-name {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-location {
  font-size: 12px;
  color: #888E9B;
  margin-bottom: 9px;
}

@media (max-width: 575px) {
  .mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-location {
    font-size: 12px;
  }
}

.mixin-cafe-item-box .mixin-cafe-info mixin-cafe-rate-reviews {
  overflow: hidden;
}

.mixin-cafe-item-box .mixin-cafe-info .review {
  float: right;
  padding-right: 10px;
  font-size: 11px;
  color: #888E9B;
}

.mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-rate {
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
}

.mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-rate li {
  float: right;
  line-height: 0;
}

.mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-rate li i {
  font-size: 11px;
  color: #FFB115;
}

@media (max-width: 575px) {
  .mixin-cafe-item-box .mixin-cafe-info .mixin_cafe-rate li i {
    font-size: 10px;
  }
}

.mixin-cafe-item-box .price {
  margin-bottom: 0;
  font-size: 12px;
  color: #3E3E40;
  font-weight: 500;
  position: absolute;
  top: 24px;
  left: 15px;
}

.mixin-cafe-item-box .cart {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 15px;
  border-radius: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #6F6DFF;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.client-review {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 15px 20px;
}

.client-review .client-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.client-review .client-rate-view {
  overflow: hidden;
  margin-bottom: 13px;
}

.client-review .client-rate-view .views {
  float: right;
  padding-right: 13px;
  line-height: 0.45;
}

.client-review .client-rate-view .views span {
  font-size: 12px;
  color: #383838;
}

.client-review .client-rate-view .client-rate {
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
}

.client-review .client-rate-view .client-rate li {
  float: right;
  line-height: 0;
}

.client-review .client-rate-view .client-rate li i {
  font-size: 14px;
  color: #FFB115;
}

.client-review .client-rate {
  overflow: hidden;
}

.client-review .client-rate li {
  float: right;
}

.client-review .client-rate li i {
  font-size: 14px;
  color: #FFB115;
}

.client-review .client-opioin {
  font-size: 12px;
  color: #383838;
  margin-bottom: 0;
}

.nav-tabs {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.nav-tabs .nav-item {
  float: none;
  display: inline-block;
  margin: auto;
}

.nav-tabs .nav-item .nav-link {
  padding: 20px 45px;
  font-size: 14px;
  font-weight: 600;
  color: #A1A1A1;
  border: 0;
  border-bottom: 3px solid transparent;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 575px) {
  .nav-tabs .nav-item .nav-link {
    padding: 15px 25px;
    font-size: 12px;
  }
}

.nav-tabs .nav-item .nav-link:hover {
  color: #383838;
}

.nav-tabs .nav-item .active {
  color: #383838;
  border-bottom: 3px solid #6F6DFF;
}

.order-table {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
  max-width: 1066px;
  margin: auto;
}

@media (max-width: 575px) {
  .order-table {
    padding: 10px;
  }
}

.order-table .order-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #EDF2F5;
  position: relative;
}

@media (max-width: 575px) {
  .order-table .order-header {
    padding-bottom: 10px;
  }
}

.order-table .order-header .photo-box {
  background: #EBEBF9;
  border-radius: 15px;
  width: 75px;
  height: 75px;
  line-height: 70px;
  flex: 75px 0 0;
  padding: 2.5px;
}

.order-table .order-header .photo-box img {
  width: auto;
  max-height: 100%;
}

@media (max-width: 575px) {
  .order-table .order-header .photo-box {
    width: 55px;
    height: 55px;
    line-height: 50px;
    flex: 55px 0 0;
  }
}

.order-table .order-header .cafe-order-info {
  padding-right: 20px;
}

.order-table .order-header .cafe-order-info p {
  margin: 0;
}

@media (max-width: 575px) {
  .order-table .order-header .cafe-order-info {
    padding-right: 10px;
  }
}

.order-table .order-header .name {
  margin: 0;
  color: #3E3E40;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .order-table .order-header .name {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

.order-table .order-header .order-number {
  font-size: 16px;
  font-weight: 600;
  color: #A1A1A1;
  white-space: nowrap;
}

.order-table .order-header .order-number span {
  color: #6F6DFF;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 575px) {
  .order-table .order-header .order-number {
    font-size: 13px;
  }
}

.order-table .order-header .price-time {
  padding-right: 10px;
  white-space: nowrap;
  text-align: left;
}

@media (max-width: 991px) {
  .order-table .order-header .price-time {
    white-space: normal;
  }
}

.order-table .order-header .price-time .price,
.order-table .order-header .price-time .time {
  padding: 8px 20px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 575px) {
  .order-table .order-header .price-time .price,
  .order-table .order-header .price-time .time {
    padding: 7px 12px;
    font-size: 12px;
  }
}

.order-table .order-header .price-time .price i,
.order-table .order-header .price-time .time i {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .order-table .order-header .price-time .price i,
  .order-table .order-header .price-time .time i {
    font-size: 12px;
    margin-left: 7px;
  }
}

.order-table .order-header .price-time .price span,
.order-table .order-header .price-time .time span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .order-table .order-header .price-time .price span,
  .order-table .order-header .price-time .time span {
    white-space: nowrap;
  }
}

.order-table .order-header .price-time .price {
  background: rgba(33, 249, 92, 0.14);
  margin-bottom: 5px;
}

.order-table .order-header .price-time .price i,
.order-table .order-header .price-time .price span {
  color: #33A753;
}

.order-table .order-header .price-time .time {
  background: rgba(3, 0, 243, 0.11);
  margin-right: 15px;
}

@media (max-width: 575px) {
  .order-table .order-header .price-time .time {
    margin-right: 7px;
  }
}

.order-table .order-header .price-time .time i,
.order-table .order-header .price-time .time span {
  color: #6F6DFF;
}

.order-table .order-body {
  padding-bottom: 25px;
  position: relative;
  max-width: 570px;
  margin: auto;
  margin-top: 25px;
}

@media (max-width: 575px) {
  .order-table .order-body {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.order-table .order-body .state-box {
  position: relative;
  /*&:after {
    content: '';
    display: inline-block;
    width: 137px;
    height: 4px;
    background: #000;
    @include center('both');
    top: 30%;
    right: 71%
  }*/
}

.order-table .order-body .state-box .icon-box {
  width: 55px;
  height: 55px;
  border: 3px solid #33A753;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 99;
  line-height: 49px;
  font-size: 18px;
  color: #6F6DFF;
}

@media (max-width: 575px) {
  .order-table .order-body .state-box .icon-box {
    width: 40px;
    height: 40px;
    border-width: 2px;
    line-height: 36px;
    font-size: 14px;
  }
}

.order-table .order-body .state-box p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  color: #8893AA;
}

@media (max-width: 575px) {
  .order-table .order-body .state-box p {
    margin-top: 5px;
    font-size: 12px;
  }
}

.order-table .order-body .state-box:first-of-type .icon-box {
  background: #33A753;
}

.order-table .order-body .state-box:first-of-type .icon-box i {
  color: #fff;
}

.order-table .order-body .state-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 4px;
  background: #D8D8D8;
  top: 25.5px;
}

@media (max-width: 575px) {
  .order-table .order-body .state-line {
    top: 19px;
    height: 2px;
  }
}

.order-table .order-body .state-line div {
  background: #33A753;
  height: 4px;
  width: 0;
}

.order-table .order-body .state-line > .prog {
  width: 28%;
}

.order-table .order-body .state-line > .shipped {
  width: 65%;
}

.order-table .order-body .state-line > .delivery {
  width: 100%;
}

.order-table .order-footer {
  text-align: center;
  border-top: 1px solid #EDF2F5;
  padding-top: 25px;
  padding-bottom: 10px;
}

.order-table .order-footer > .order-btn {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  background: #000;
}

.order-table .order-footer > .order-btn:nth-child(2) {
  margin-right: 15px;
}

@media (max-width: 575px) {
  .order-table .order-footer > .order-btn {
    padding: 8px 16px;
  }

  .order-table .order-footer > .order-btn:nth-child(2) {
    margin-right: 10px;
  }
}

.order-table .order-footer > .recevied {
  background: #FF1515;
}

.order-table .order-footer > .shipped {
  background: #6F6DFF;
}

.order-table .order-footer > .delivery {
  background: #33A753;
}

.order-table .prog .state-box:nth-child(2) .icon-box {
  background: #33A753;
}

.order-table .prog .state-box:nth-child(2) .icon-box i {
  color: #fff;
}

.order-table .shipped .state-box:nth-child(2) .icon-box,
.order-table .shipped .state-box:nth-child(3) .icon-box {
  background: #33A753;
}

.order-table .shipped .state-box:nth-child(2) .icon-box i,
.order-table .shipped .state-box:nth-child(3) .icon-box i {
  color: #fff;
}

.order-table .delivery .state-box .icon-box {
  background: #33A753;
}

.order-table .delivery .state-box .icon-box i {
  color: #fff;
}

.modal-backdrop {
  background: #090916;
}

.modal-backdrop .show {
  opacity: 0.44;
}

.change-lang .dropdown-menu {
  min-width: 100%;
  -o-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 10px;
}

.change-lang .dropdown-menu.dashboard-lang {
  left: 30px !important;
  right: auto !important;
  top: 50px !important;
  transform: none !important;
}

.change-lang .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #F7F8FF;
}

.change-lang .dropdown-menu .dropdown-item:hover {
  background: #EDF2F5;
  color: #6F6DFF;
}

.change-lang .dropdown-menu .img-box {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 15px;
}

.change-lang .dropdown-menu .img-box img {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.change-lang .dropdown-item.active,
.change-lang .dropdown-item:active {
  color: inherit;
  background-color: transparent;
}

.select-box-group {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.select-box-group select {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.select-box-group .selectize-control.single .selectize-input.dropdown-active:after {
  transform: translateY(-50%) rotateZ(180deg);
}

.select-box-group .selectize-control {
  line-height: 0;
}

.select-box-group .custome-select-input .selectize-input::after {
  content: "\F107";
  font-family: "Font Awesome 5 Free", sans-serif;
  border: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #9190D6;
  font-size: 20px;
  margin-top: 0 !important;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.select-box-group .custome-select-input > .selectize-input {
  padding: 21px 26px;
  background: #F7F8FF !important;
  border-radius: 32px;
  border: 0;
  box-shadow: none;
}

.select-box-group .custome-select-input > .selectize-input .item {
  color: #9190D6;
  font-size: 14px;
  font-weight: 600;
}

.select-box-group .custome-select-input > .selectize-input input {
  width: 100%;
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
}

.select-box-group .custome-select-input > .selectize-input input::-webkit-input-placeholder {
  color: #9190D6;
}

.select-box-group .custome-select-input > .selectize-input input::-moz-placeholder {
  color: #9190D6;
}

.select-box-group .custome-select-input > .selectize-input input:-ms-input-placeholder {
  color: #9190D6;
}

.select-box-group .custome-select-input > .selectize-input input::-ms-input-placeholder {
  color: #9190D6;
}

.select-box-group .custome-select-input > .selectize-input input::placeholder {
  color: #9190D6;
}

.select-box-group .custome-select-input i {
  display: inline-block;
  color: #6F6DFF;
  font-size: 20px;
}

.custome-input-text {
  max-width: 100%;
  width: 100%;
  padding: 18px 26px;
  background: #F7F8FF;
  border-radius: 32px;
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
  border: 0;
}

.custome-input-text:focus {
  outline: none;
}

.custome-input-text::-webkit-input-placeholder {
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
}

.custome-input-text::-moz-placeholder {
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
}

.custome-input-text:-ms-input-placeholder {
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
}

.custome-input-text::-ms-input-placeholder {
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
}

.custome-input-text::placeholder {
  color: #9190D6;
  font-size: 16px;
  font-weight: bold;
}

.custome-radio-button-group {
  width: 24px;
  position: relative;
  height: 24px;
}

.custome-radio-button-group .form-check-input {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.custome-radio-button-group .custome-radio {
  background: #fff;
  width: 22px;
  height: 22px;
  border: 2px solid #707070;
  border-radius: 50%;
}

.custome-radio-button-group .form-check-input:checked + .custome-radio {
  border-color: #6F6DFF;
  position: relative;
}

.custome-radio-button-group .form-check-input:checked + .custome-radio .check-input {
  width: 8px;
  height: 8px;
  background: #6F6DFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-checkbox-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.custom-checkbox-group .custom-checkbox {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #707070;
  border-radius: 2px;
  position: relative;
}

.custom-checkbox-group .custom-checkbox i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  line-height: 1;
  display: none;
}

.custom-checkbox-group .custom-radio-category {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #707070;
  border-radius: 50%;
  position: relative;
  padding: 7px;
}

.custom-checkbox-group .custom-radio-category i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  line-height: 1;
  display: none;
}

.custom-checkbox-group .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 0;
  visibility: hidden;
}

.custom-checkbox-group .form-check-input:checked + .custom-checkbox {
  background: #33A753;
  border-color: #33A753;
}

.custom-checkbox-group .form-check-input:checked + .custom-checkbox i {
  display: block;
  color: #FFF;
}

.custom-checkbox-group .form-check-input:checked + .custom-radio-category {
  border-color: #33A753;
}

.custom-checkbox-group .form-check-input:checked + .custom-radio-category i {
  display: block;
  color: #33A753;
}

.perfect-scroll {
  position: relative;
}

.ps__rail-x {
  z-index: 999999;
}

.ps__rail-y {
  z-index: 999999;
}

.customer-dashboard-asidemenu {
  position: fixed;
  z-index: 99999999;
  right: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: #FFFFFF;
  border-left: 1px solid #EDF2F5;
  transition: all 0.25s ease-in-out 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard-asidemenu {
    width: 200px;
  }
}

.customer-dashboard-asidemenu .menu-header {
  padding: 6.5px 20px;
  height: 60px;
  border-bottom: 1px solid #EDF2F5;
  position: relative;
}

.customer-dashboard-asidemenu .menu-header > .logo-box {
  width: 45px;
  transition: all 0.25s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.customer-dashboard-asidemenu .menu-header .toggle-customer-dashboard-header {
  display: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ececff;
  border-radius: 50%;
  margin-left: 50px;
  color: #6F6DFF;
  transition: all 0.25s ease-in-out 0s;
}

.customer-dashboard-asidemenu .menu-header .toggle-customer-dashboard-header:hover {
  color: #FFF;
  background: #6F6DFF;
}

@media (max-width: 767px) {
  .customer-dashboard-asidemenu .menu-header .toggle-customer-dashboard-header {
    display: inline-block;
  }
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 31px;
  padding: 14px 19px;
  box-sizing: content-box;
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn > span,
.customer-dashboard-asidemenu .menu-header > .menu-box-btn > span:after,
.customer-dashboard-asidemenu .menu-header > .menu-box-btn > span:before {
  display: block;
  height: 2px;
  border-radius: 40px;
  background: #A1A1A1;
  transition: all 0.25s ease-in-out 0s;
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn > span {
  width: 32px;
  position: relative;
  top: 14px;
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn > span:after {
  content: "";
  width: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn > span:before {
  content: "";
  width: 16px;
  position: absolute;
  left: 0;
  bottom: 8px;
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn:hover > span {
  background: #6F6DFF;
}

.customer-dashboard-asidemenu .menu-header > .menu-box-btn:hover > span:after,
.customer-dashboard-asidemenu .menu-header > .menu-box-btn:hover > span:before {
  width: 100%;
  background: #6F6DFF;
}

.customer-dashboard-asidemenu .customer-box {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #EDF2F5;
}

.customer-dashboard-asidemenu .customer-box .customer-photo {
  width: 75px;
  height: 75px;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  margin-bottom: 15px;
}

.customer-dashboard-asidemenu .customer-box .customer-name {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
}

.customer-dashboard-asidemenu .customer-box .customer-name > a {
  color: #454D57;
}

.customer-dashboard-asidemenu .customer-box .customer-mail {
  margin-bottom: 13px;
  font-size: 12px;
  color: #8B929E;
  text-align: center;
}

.customer-dashboard-asidemenu .customer-box .customer-tools {
  margin: 0;
  white-space: nowrap;
}

.customer-dashboard-asidemenu .customer-box .customer-tools > li {
  display: inline-block;
  margin-left: 26px;
}

.customer-dashboard-asidemenu .customer-box .customer-tools > li:last-child {
  margin-left: 0;
}

.customer-dashboard-asidemenu .customer-box .customer-tools .customer-tool-item {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: rgba(111, 109, 255, 0.12);
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.customer-dashboard-asidemenu .customer-box .customer-tools .customer-tool-item i {
  line-height: 34px;
  font-size: 16px;
  color: #6F6DFF;
}

.customer-dashboard-asidemenu .customer-box .customer-tools .customer-tool-item .noitfy {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FF7777;
  text-align: center;
  position: absolute;
  line-height: 14px;
  bottom: 70%;
  left: -1px;
}

.customer-dashboard-asidemenu .customer-box .customer-tools .customer-tool-item .noitfy > span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.customer-dashboard-asidemenu .customer-menu {
  margin: 0;
  height: calc(100vh - 60px);
  overflow: auto;
  padding: 15px 0;
}

.customer-dashboard-asidemenu .customer-menu li .customer-menu-item {
  padding: 13px 23px;
  font-size: 14px;
  color: #9C9CB1;
  font-weight: 700;
  vertical-align: middle;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  white-space: nowrap;
}

.customer-dashboard-asidemenu .customer-menu li .customer-menu-item span {
  display: inline-block;
  vertical-align: middle;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.customer-dashboard-asidemenu .customer-menu li .customer-menu-item i {
  width: 23px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.customer-dashboard-asidemenu .customer-menu li .customer-menu-item:hover {
  color: #6F6DFF;
}

.customer-dashboard-asidemenu .customer-menu li .active-item {
  color: #6F6DFF;
  position: relative;
  background: rgba(111, 109, 255, 0.13);
}

.customer-dashboard-asidemenu .customer-menu li .active-item:before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background: #6F6DFF;
  border-radius: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 0;
  right: 0;
}

.customer-dashboard-asidemenu .customer-menu li:first-child {
  padding-top: 0;
}

.customer-dashboard-asidemenu .customer-menu li:last-child {
  border-top: 1px solid #DAD6D6;
}

.customer-dashboard-asidemenu .customer-dashboard-asidemenu-mobile-btn {
  display: none !important;
}

@media (max-width: 767px) {
  .customer-dashboard-asidemenu {
    position: fixed;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    border-left: none;
    transition: all 0.25s ease-in-out 0s;
  }

  .customer-dashboard-asidemenu .close-customer-dashboard-aside {
    border-left: 1px solid #EDF2F5;
    transition: all 0.25s ease-in-out 0s;
    position: fixed;
    background: rgba(9, 9, 22, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .customer-dashboard-asidemenu .menu-header {
    position: fixed;
    width: 100%;
    background: #FFF;
  }

  .customer-dashboard-asidemenu .menu-body {
    position: fixed;
    top: 0;
    width: 240px;
    height: 100%;
    background: #FFF;
    z-index: 999999;
    right: -100%;
    transition: all 0.4s ease-in-out 0s;
  }

  .customer-dashboard-asidemenu .customer-box {
    padding: 15px 0;
  }

  .customer-dashboard-asidemenu .customer-box .customer-photo {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .customer-dashboard-asidemenu .customer-menu {
    margin: 0;
    height: calc(100vh - 167px);
    overflow: auto;
    padding: 15px 0;
  }

  .customer-dashboard-asidemenu .customer-dashboard-asidemenu-colapse-btn {
    display: none !important;
  }

  .customer-dashboard-asidemenu .customer-dashboard-asidemenu-mobile-btn {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .open-mobile-customer-dashboard-aside .close-customer-dashboard-aside {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .open-mobile-customer-dashboard-aside .customer-dashboard-asidemenu .menu-body {
    right: 0;
  }

  .show-customer-dashboard-header-active .customer-dashboard-asidemenu .menu-header .toggle-customer-dashboard-header {
    background: #6F6DFF;
    color: #FFF;
  }

  .show-customer-dashboard-header-active .customer-dashboard .dashboard-header {
    top: 60px;
  }
}

@media (min-width: 768px) {
  .customer-dashboard-asidemenu-colapse .customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .photo-box {
    display: block;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .group-sender-name {
    padding-right: 70px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation.received-messages-with-photo .received-messages {
    padding-left: 60px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-content {
    padding-right: 70px;
  }

  .customer-dashboard-asidemenu-colapse .menu-body {
    height: calc(100vh - 60px);
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu {
    width: 70px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .logo-box {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-box {
    text-align: right;
    padding-right: 8px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-photo {
    width: 50px;
    height: 50px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-tools {
    padding-right: 10px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-tools li {
    display: block;
    margin: 0;
    text-align: right;
    margin-bottom: 13px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-tools li:last-child {
    margin-bottom: 0;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-name,
  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .reward-program-info-box {
    display: none;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-menu {
    padding: 0;
    height: auto;
    overflow: visible;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-menu a span {
    display: none;
    position: fixed;
    right: 55px;
    top: 0;
    background: #FFF;
    padding: 13px 0;
    padding-left: 23px;
    -o-box-shadow: -9px 0px 20px rgba(69, 77, 87, 0.2);
    box-shadow: -9px 0px 20px rgba(69, 77, 87, 0.2);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-menu a.active-item span {
    background: #ececff;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-menu a:hover {
    position: relative;
    z-index: 9999;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .customer-menu a:hover span {
    display: inline-block;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .menu-header > .menu-box-btn > span {
    background: #6F6DFF;
  }

  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .menu-header > .menu-box-btn > span:before,
  .customer-dashboard-asidemenu-colapse .customer-dashboard-asidemenu .menu-header > .menu-box-btn > span:after {
    background: #6F6DFF;
    right: 0;
    left: auto;
  }
}

.customer-dashboard-content {
  padding-right: 240px;
  transition: all 0.25s ease-in-out 0s;
  background: #fff;
  background: linear-gradient(-45deg, #fff, #F2F2F2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard-content {
    padding-right: 200px;
  }
}

@media (max-width: 767px) {
  .customer-dashboard-content {
    padding-right: 0;
    padding-top: 60px;
  }
}

.add-to-group-modal .modal-content {
  border-radius: 10px;
  border: 0;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.add-to-group-modal .modal-header {
  display: block;
  padding: 0;
  border-bottom-color: #EDF2F5;
  position: relative;
}

.add-to-group-modal .modal-header .close {
  position: absolute;
  top: 18px;
  left: 25px;
  opacity: 1;
}

.add-to-group-modal .modal-header .close img {
  width: 14px;
}

.add-to-group-modal .modal-header .close:hover {
  opacity: 1;
}

.add-to-group-modal .modal-header .close:focus {
  outline: none;
}

.add-to-group-modal .modal-header .search-group {
  position: relative;
  border-bottom: 1px solid #EDF2F5;
}

.add-to-group-modal .modal-header .search-group:last-child {
  border-bottom: 0;
}

.add-to-group-modal .modal-header .search-group .icon-box {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  text-align: center;
}

.add-to-group-modal .modal-header .search-group .icon-box i {
  font-size: 14px;
  color: #888E9B;
}

.add-to-group-modal .modal-header .search-group input {
  width: 100%;
  padding: 20px 60px;
  border: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #454D57;
}

.add-to-group-modal .modal-header .search-group input:focus {
  outline: none;
}

.add-to-group-modal .modal-header .search-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
}

.add-to-group-modal .modal-header .search-group input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
}

.add-to-group-modal .modal-header .search-group input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
}

.add-to-group-modal .modal-header .search-group input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
}

.add-to-group-modal .modal-header .search-group input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
}

.add-to-group-modal .modal-body {
  padding: 20px 25px;
}

.add-to-group-modal .modal-body .friends-list {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.add-to-group-modal .modal-body .friends-list li {
  margin-bottom: 15px;
  overflow: hidden;
}

.add-to-group-modal .modal-body .friends-list li > * {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.add-to-group-modal .modal-body .friends-list li .form-check-label {
  margin-right: 15px;
}

.add-to-group-modal .modal-body .friends-list li .cafe-info {
  display: inline;
}

.add-to-group-modal .modal-body .friends-list li .cafe-info .photo-box {
  display: inline;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.add-to-group-modal .modal-body .friends-list li .cafe-info .photo-box img {
  width: 55px;
  border-radius: 50%;
}

.add-to-group-modal .modal-body .friends-list li .cafe-info .friend-name {
  display: inline;
  margin: 0;
  font-size: 14px;
  color: #383838;
  font-weight: 500;
  margin-right: 15px;
}

.add-to-group-modal .modal-body .friends-list li .add-btn {
  display: block;
  background: rgba(111, 109, 255, 0.2);
  color: #6F6DFF;
  padding: 10px 25px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 500;
  margin: 7px 0;
}

.add-to-group-modal .modal-body .friends-list li .remove-btn {
  background: rgba(255, 21, 21, 0.11);
  color: #FF1515;
}

.add-to-group-modal .modal-body .friends-list li:last-child {
  margin-bottom: 0;
}

.add-to-group-modal .modal-body .create-btn a.main-btn:hover {
  color: #fff;
}

.add-to-group-modal .modal-body .edit-btn {
  background: #33A753;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 10px 20px;
}

.selectize-dropdown .optgroup-header {
  color: #6f6dff;
  font-weight: bold;
  background: #FFF;
  cursor: default;
  padding-left: 10px;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE !important;
}

.selectize-dropdown {
  border-radius: 2px 2px 10px 10px;
  -o-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-top-right-radius: 10px;
  border: 0;
}

.selectize-dropdown-content {
  max-height: 230px;
}

.chat-bot .toggle-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6F6DFF;
  color: #FFF;
  cursor: pointer;
  -o-box-shadow: 0 5px 25px rgba(50, 47, 255, 0.65);
  box-shadow: 0 5px 25px rgba(50, 47, 255, 0.65);
  transition: all 0.25s ease-in-out 0s;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 9999;
}

.chat-bot .toggle-btn:hover {
  background: #6765e2;
}

.chat-bot .toggle-btn img {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out 0s;
}

.chat-bot .toggle-btn img.chat-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.chat-bot .toggle-btn img.close-icon {
  width: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transform: translate(-50%, -50%) rotateZ(20deg);
}

@media (max-width: 575px) {
  .chat-bot .toggle-btn {
    bottom: 25px;
    left: 25px;
  }
}

.chat-bot .chat-bot-box-container {
  max-width: 375px;
  width: 100%;
  height: calc(100vh - 120px);
  max-height: 600px;
  background: #FFFFFF;
  position: fixed;
  z-index: 9999;
  left: 40px;
  overflow: hidden;
  border-radius: 5px;
  -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  bottom: 100px;
}

@media (max-width: 575px) {
  .chat-bot .chat-bot-box-container {
    bottom: 70px;
    left: 25px;
  }
}

.chat-bot .header-box {
  background: #6F6DFF;
  color: #FFF;
  text-align: center;
  padding: 17px 0;
  border-radius: 5px 5px 0 0;
}

.chat-bot .header-box p {
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

.chat-bot .location-box {
  border-radius: 5px;
  overflow: hidden;
  background: #FFFFFF;
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.chat-bot .location-box .location-info {
  padding: 10px 15px;
}

.chat-bot .location-box p {
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.chat-bot .location-box span {
  color: #A1A1A1;
  font-size: 12px;
}

.chat-bot .chat-conversation {
  padding: 20px;
  overflow: auto;
  height: calc(100% - 108px);
}

.chat-bot .chat-conversation.received-messages-with-photo .received-messages {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .chat-bot .chat-conversation.received-messages-with-photo .received-messages {
    padding-right: 0px;
  }
}

.chat-bot .chat-conversation .messages-container > ul {
  width: 100%;
  margin: 0;
  max-width: 80%;
}

.chat-bot .chat-conversation .messages-container > ul > li {
  margin-bottom: 10px;
}

.chat-bot .chat-conversation .messages-container > ul > li:last-child {
  margin-bottom: 25px;
}

.chat-bot .chat-conversation .messages-container > ul .message {
  border-radius: 22px;
  padding: 8px 18px;
  display: inline-block;
}

.chat-bot .chat-conversation .messages-container > ul .message p {
  margin: 0;
  font-size: 14px;
}

.chat-bot .chat-conversation .messages-container {
  position: relative;
}

.chat-bot .chat-conversation .messages-container .photo-box {
  width: 37px;
  height: 37px;
  margin-left: 15px;
  position: absolute;
  right: 0;
  bottom: 21px;
}

.chat-bot .chat-conversation .messages-container .group-sender-name {
  width: 100%;
  font-size: 13px;
  color: #7E7C7C;
  font-weight: 500;
  margin-bottom: 5px;
  padding-right: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .chat-bot .chat-conversation .messages-container .group-sender-name {
    padding-right: 10px;
  }
}

.chat-bot .chat-conversation .received-messages {
  float: right;
  padding-right: 50px;
}

.chat-bot .chat-conversation .received-messages li {
  position: relative;
}

.chat-bot .chat-conversation .received-messages li .message {
  background: #EAE8ED;
}

.chat-bot .chat-conversation .received-messages li .message p {
  color: #454D57;
}

.chat-bot .chat-conversation .sent-messages {
  float: left;
}

.chat-bot .chat-conversation .sent-messages li {
  overflow: hidden;
}

.chat-bot .chat-conversation .sent-messages .message {
  background: #6F6DFF;
  float: left;
}

.chat-bot .chat-conversation .sent-messages .message p {
  color: #fff;
}

.chat-bot .chatbot-menu-items {
  position: relative;
  margin-bottom: 45px;
}

.chat-bot .chatbot-menu-items .chatbot-menu-items-pagination {
  bottom: -35px;
}

.chat-bot .chat-bot-cart {
  margin-bottom: 30px;
}

.chat-bot .cafe-cart {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .chat-bot .cafe-cart {
    border-radius: 0;
  }
}

.chat-bot .cafe-cart .cart-title {
  background: #fff;
  padding: 20px;
  border-radius: 18px 18px 0 0;
  border-bottom: 0.5px solid #DAD6D6;
}

@media (max-width: 575px) {
  .chat-bot .cafe-cart .cart-title {
    border-radius: 0;
  }
}

.chat-bot .cafe-cart .cart-title .cart {
  margin: 0;
  color: #6F6DFF;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.chat-bot .cafe-cart .cart-title .trash {
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}

.chat-bot .cafe-cart .cart-title .trash i {
  color: #7E7C7C;
  font-size: 16px;
}

.chat-bot .cafe-cart .cafe-name-add {
  padding: 20px 20px 0;
}

.chat-bot .cafe-cart .cafe-name-add .cafe-logo-name {
  display: flex;
  justify-content: flex-start;
}

.chat-bot .cafe-cart .cafe-name-add .cafe-logo-name .img-box {
  width: 40px;
  height: 40px;
  background: #EBEBF9;
  border-radius: 8px;
}

.chat-bot .cafe-cart .cafe-name-add .cafe-logo-name p {
  flex-grow: 1;
  padding-right: 15px;
  color: #3E3E40;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0;
}

.chat-bot .cafe-cart .cart-details {
  margin-bottom: 0;
  padding: 15px 20px 20px;
  border-bottom: 0.5px solid #DAD6D6;
}

.chat-bot .cafe-cart .cart-details > li {
  overflow: hidden;
  margin-bottom: 15px;
}

.chat-bot .cafe-cart .cart-details > li .left-side {
  float: right;
  display: flex;
  justify-content: flex-start;
}

.chat-bot .cafe-cart .cart-details > li .left-side .photo-box {
  width: 64px;
}

@media (max-width: 575px) {
  .chat-bot .cafe-cart .cart-details > li .left-side .photo-box {
    display: none;
  }
}

.chat-bot .cafe-cart .cart-details > li .left-side .info {
  flex-grow: 1;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .chat-bot .cafe-cart .cart-details > li .left-side .info {
    padding-right: 0;
  }
}

.chat-bot .cafe-cart .cart-details > li .left-side .order-name {
  font-size: 16px;
  color: #3E3E40;
  margin-bottom: 5px;
}

.chat-bot .cafe-cart .cart-details > li .left-side .order-price {
  font-size: 12px;
  color: #676769;
  font-weight: bold;
}

.chat-bot .cafe-cart .cart-details > li .left-side .order-price .colored {
  font-weight: 400;
}

.chat-bot .cafe-cart .cart-details > li .right-side {
  float: left;
  margin-top: 3px;
}

.chat-bot .cafe-cart .cart-details > li .right-side a {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #33A753;
  font-weight: 600;
}

.chat-bot .cafe-cart .cart-details > li .right-side .trash {
  padding-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .chat-bot .cafe-cart .cart-details > li .right-side .trash {
    padding-right: 10px;
  }
}

.chat-bot .cafe-cart .cart-details > li .right-side .trash i {
  font-size: 14px;
  color: #6A6A6B;
}

.chat-bot .cafe-cart .cart-details > li:last-child {
  margin-bottom: 0;
}

.chat-bot .cafe-cart .price-details {
  margin-bottom: 0;
  padding: 20px;
}

.chat-bot .cafe-cart .price-details li {
  overflow: hidden;
  margin-bottom: 10px;
}

.chat-bot .cafe-cart .price-details li p {
  float: right;
}

.chat-bot .cafe-cart .price-details li span {
  float: left;
}

.chat-bot .cafe-cart .price-details li .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  margin-bottom: 0;
}

.chat-bot .cafe-cart .price-details li .total {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.chat-bot .cafe-cart .price-details li:last-child {
  margin-bottom: 0;
}

.chat-bot .cafe-cart .checkout-btn {
  background: #6F6DFF;
  border-radius: 8px;
  padding: 10px 30px;
  text-align: center;
  display: block;
  margin: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.chat-bot .chatbot-cafes {
  position: relative;
  margin-bottom: 30px;
}

.chat-bot .chatbot-cafes .chatbot-cafes-pagination {
  bottom: -10px;
}

.chat-bot .chatbot-cafes .swiper-container {
  padding: 0 25px;
  padding-bottom: 36px;
}

.chat-bot .chatbot-cafes .swiper-container .swiper-pagination-bullet {
  background: #7F7F7F;
  opacity: 1;
}

.chat-bot .chatbot-cafes .swiper-container .swiper-pagination-bullet-active {
  background: #6F6DFF;
}

.chat-bot .chatbot-cafes .top-cafe-pagination {
  margin-top: 36px;
}

.chat-bot .chatbot-cafes .img-box {
  margin-left: 15px;
}

.chat-bot .chatbot-cafes .box-colored {
  background: #f0f0f0;
}

.chat-bot .cafe-box {
  display: block;
  border-radius: 15px;
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.chat-bot .cafe-box .cafe-photo {
  height: 125px;
  padding: 15px 0;
  width: 100px;
  margin: auto;
}

@media (max-width: 575px) {
  .chat-bot .cafe-box .cafe-photo {
    width: 75px;
    height: 110px;
  }
}

.chat-bot .cafe-box .cafe-name {
  background: #EDF2F5;
  padding: 10px 0;
}

.chat-bot .cafe-box .cafe-name p {
  margin-bottom: 0;
  color: #6F6DFF;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .chat-bot .cafe-box .cafe-name p {
    font-size: 14px;
  }
}

.chat-bot .cafe-box.menu-box .cafe-name {
  padding: 15px 0;
}

.chat-bot .cafe-box.menu-box .cafe-name p {
  color: #3E3E40;
  margin-bottom: 3px;
}

.chat-bot .cafe-box.menu-box .cafe-name span {
  font-size: 13px;
  color: #646464;
  display: block;
}

.chat-bot .cafe-box.menu-box .cafe-menu-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.chat-bot .cafe-box.menu-box .cafe-menu-list a {
  font-size: 15px;
  color: #6F6DFF;
  font-weight: 600;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EDF2F5;
  transition: all 0.25s ease-in-out 0s;
}

.chat-bot .cafe-box.menu-box .cafe-menu-list a:hover {
  color: #7370ff;
}

.chat-bot .cafe-box .cafe-rate {
  max-width: 52px;
  width: 100%;
  background: #FFB115;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  top: 15px;
}

.chat-bot .cafe-box .cafe-rate i {
  float: right;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.chat-bot .cafe-box .cafe-rate span {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.chat-bot .chat-bot-messages-list {
  position: absolute;
  bottom: 11px;
  right: 15px;
}

.chat-bot .chat-bot-messages-list > a {
  display: block;
  background: #6F6DFF;
  border-radius: 50%;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #FFFFFF;
}

.chat-bot .chat-bot-messages-list .dropdown-menu {
  bottom: 45px !important;
  top: auto !important;
  transform: none !important;
  border: none;
  border-radius: 10px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  overflow: hidden;
}

.chat-bot .chat-bot-messages-list .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  border-bottom: 1px solid #F7F8FF;
  color: #646464;
  font-size: 13px;
  font-weight: 500;
}

.chat-bot .chat-bot-messages-list .dropdown-menu .dropdown-item:last-of-type {
  border-bottom: 0;
}

.chat-bot .chat-bot-messages-list .dropdown-menu .dropdown-item:focus {
  background: #fff;
}

.chat-bot .send-message {
  position: relative;
  z-index: 99;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
}

.chat-bot .send-message .form-control {
  border: none;
  background: #EDF2F5;
  padding: 20px 35px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #454D57;
  height: 60px;
}

.chat-bot .send-message .form-control::-webkit-input-placeholder {
  color: #A1A1A1;
}

.chat-bot .send-message .form-control::-moz-placeholder {
  color: #A1A1A1;
}

.chat-bot .send-message .form-control:-ms-input-placeholder {
  color: #A1A1A1;
}

.chat-bot .send-message .form-control::-ms-input-placeholder {
  color: #A1A1A1;
}

.chat-bot .send-message .form-control::placeholder {
  color: #A1A1A1;
}

.chat-bot .send-message .form-control:focus {
  outline: none;
  box-shadow: none;
}

.chat-bot .send-message .icon-box {
  text-align: center;
  background: #6F6DFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.chat-bot .send-message .icon-box i {
  color: #fff;
  font-size: 20px;
}

.chat-bot .chat-bot-list {
  list-style: none;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 15px;
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.chat-bot .chat-bot-list a {
  font-size: 14px;
  color: #6F6DFF;
  font-weight: 500;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EDF2F5;
  transition: all 0.25s ease-in-out 0s;
}

.chat-bot .chat-bot-list a:hover {
  color: #7370ff;
}

.chat-bot .chat-bot-select-slider {
  margin-bottom: 30px;
}

.chat-bot .chat-bot-select-slider .swiper-slide {
  display: inline-block;
  width: auto;
}

.chat-bot .chat-bot-border-btn {
  display: inline-block;
  border: 1px solid #6F6DFF;
  color: #6F6DFF;
  padding: 9px 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease-in-out 0s;
}

.chat-bot .chat-bot-border-btn:hover {
  background: #6F6DFF;
  color: #FFF;
}

.chat-bot .chat-bot-custom-radio-list {
  margin-bottom: 30px;
}

.chat-bot .chat-bot-custom-radio-list label {
  max-width: 350px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
}

.chat-bot .chat-bot-custom-radio-list label .form-check {
  float: right;
  width: 12px;
  padding-right: 0;
}

.chat-bot .chat-bot-custom-radio-list label .method-name {
  float: right;
  width: calc(80% - 12px);
  padding-right: 30px;
}

.chat-bot .chat-bot-custom-radio-list label .method-name p {
  font-size: 16px;
  margin-bottom: 10px;
}

.chat-bot .chat-bot-custom-radio-list label .method-name span {
  font-size: 12px;
  color: #888E9B;
}

.chat-bot .chat-bot-custom-radio-list label .method-photo {
  float: left;
  padding: 22px 0;
  padding-left: 10px;
}

.chat-bot .chat-bot-custom-radio-list label .method-photo i {
  font-size: 25px;
  color: #6A6A6B;
}

.chat-bot .chat-bot-custom-radio-list label:last-child {
  margin-bottom: 0;
}

.chat-bot .chat-bot-custom-radio-list label:last-child p {
  margin-bottom: 0;
}

.chat-bot .chat-bot-custom-radio-list label:last-child .method-photo {
  padding: 0;
  padding-left: 10px;
  line-height: 1;
}

.chat-bot.active .chat-bot-box-container {
  bottom: 120px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@media (max-width: 575px) {
  .chat-bot.active .chat-bot-box-container {
    bottom: 100px;
    left: 25px;
  }
}

.chat-bot.active .toggle-btn img.chat-icon {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0);
}

.chat-bot.active .toggle-btn img.close-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translate(-50%, -50%) rotateZ(0deg);
}

.cafe-navbar {
  width: 100%;
  top: 0;
}

.cafe-navbar .top-nav {
  background: #6F6DFF;
}

.cafe-navbar .top-nav .lang .dropdown .dropdown-toggle {
  padding: 14.5px 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-right: 1px solid #5A59D3;
  border-left: 1px solid #5A59D3;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cafe-navbar .top-nav .lang .dropdown .dropdown-toggle {
    padding: 14.5px 20px;
  }
}

@media (max-width: 575px) {
  .cafe-navbar .top-nav .lang .dropdown .dropdown-toggle {
    padding: 14.5px 12px;
    font-size: 12px;
    border-right: 0;
    border-left: 0;
  }
}

.cafe-navbar .top-nav .lang .dropdown .dropdown-toggle .lang-icon {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 15px;
}

.cafe-navbar .top-nav .lang .dropdown .dropdown-toggle:after {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 20px;
}

@media (max-width: 575px) {
  .cafe-navbar .top-nav .lang .dropdown .dropdown-toggle:after {
    margin-right: 10px;
  }
}

.cafe-navbar .top-nav .account-setting {
  margin-bottom: 0;
}

.cafe-navbar .top-nav .account-setting li {
  display: inline-block;
}

.cafe-navbar .top-nav .account-setting li a {
  padding: 14.5px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-right: 1px solid #5A59D3;
  border-left: 1px solid #5A59D3;
}

@media (max-width: 767px) {
  .cafe-navbar .top-nav .account-setting li a {
    padding: 14.5px 20px;
  }
}

@media (max-width: 575px) {
  .cafe-navbar .top-nav .account-setting li a {
    padding: 14.5px 10px;
    font-size: 12px;
    border-right: 0;
    border-left: 0;
  }
}

.cafe-navbar .top-nav .account-setting li:last-child a {
  border-right: 0;
}

.cafe-navbar .top-nav .login-setting .login-menu {
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-right: 1px solid #5A59D3;
  border-left: 1px solid #5A59D3;
  vertical-align: middle;
  font-weight: 500;
}

.cafe-navbar .top-nav .login-setting .login-menu > i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.cafe-navbar .top-nav .login-setting .login-menu:after {
  display: none;
}

.cafe-navbar .top-nav .login-setting .dropdown-menu {
  min-width: 100%;
  -o-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 10px;
}

.cafe-navbar .top-nav .login-setting .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
  border-bottom: 1px solid #F7F8FF;
  color: #454D57;
  font-size: 14px;
  font-weight: 600;
}

.cafe-navbar .top-nav .login-setting .dropdown-menu .dropdown-item:hover {
  background: #EDF2F5;
  color: #6F6DFF;
}

.cafe-navbar .top-nav .login-setting .dropdown-menu .dropdown-item:hover i {
  color: #6F6DFF;
}

.cafe-navbar .top-nav .login-setting .dropdown-menu .icon-box {
  margin-left: 10px;
  display: inline-block;
  width: 25px;
  text-align: center;
}

.cafe-navbar .bottom-nav {
  background: #fff;
  -o-box-shadow: 0 15px 25px rgba(111, 109, 255, 0.1);
  box-shadow: 0 15px 25px rgba(111, 109, 255, 0.1);
}

.cafe-navbar .bottom-nav .navbar {
  background: #fff;
  padding: 0;
}

.cafe-navbar .bottom-nav .navbar .navbar-brand {
  padding: 18px 0;
  max-width: 60px;
}

@media (max-width: 991px) {
  .cafe-navbar .bottom-nav .navbar .navbar-brand {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .cafe-navbar .bottom-nav .navbar .chart {
    margin-right: 20px;
    order: 1;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cart-image {
  background-size: cover;
  width: 45px;
  height: 42px;
  position: relative;
  right: 4px;
  bottom: 7px;
}

.cafe-navbar .bottom-nav .navbar .chart .circle {
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFDE00;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10px;
  color: #454D57;
}

.cafe-navbar .bottom-nav .navbar .chart .circle span {
  line-height: 24px;
  font-size: 13px;
  font-weight: 500;
}

.cafe-navbar .bottom-nav .navbar .chart .dropdown-toggle {
  position: relative;
  padding: 29px 0;
}

.cafe-navbar .bottom-nav .navbar .chart .dropdown-toggle:after {
  display: none;
}

.cafe-navbar .bottom-nav .navbar .chart .cart-dropdown {
  background: transparent;
  border: none;
  left: -18px;
  right: auto;
  width: 440px;
  top: 95%;
  -o-box-shadow: 0 -2px 35px rgba(3, 3, 3, 0.11);
  box-shadow: 0 -2px 35px rgba(3, 3, 3, 0.11);
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .cafe-navbar .bottom-nav .navbar .chart .cart-dropdown {
    left: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 575px) {
  .cafe-navbar .bottom-nav .navbar .chart .cart-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 0;
    overflow: auto;
  }

  .cafe-navbar .bottom-nav .navbar .chart .cart-dropdown .cafe-cart {
    min-height: 100%;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cart-dropdown::after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 99%;
  left: 25px;
  border-top: 0;
  height: 0;
  width: 0;
}

@media (max-width: 991px) {
  .cafe-navbar .bottom-nav .navbar .chart .cart-dropdown::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .cafe-navbar .bottom-nav .navbar .chart .cafe-cart {
    border-radius: 0;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title {
  background: #fff;
  padding: 20px;
  border-radius: 18px 18px 0 0;
  border-bottom: 0.5px solid #DAD6D6;
}

@media (max-width: 575px) {
  .cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title {
    border-radius: 0;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title .cart {
  margin: 0;
  color: #6F6DFF;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title .trash {
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title .trash i {
  color: #7E7C7C;
  font-size: 16px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title .closebtn {
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-title .closebtn i {
  color: #7E7C7C;
  font-size: 16px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cafe-name-add {
  padding: 20px 20px 0;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cafe-name-add .cafe-logo-name {
  display: flex;
  justify-content: flex-start;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cafe-name-add .cafe-logo-name .img-box {
  width: 40px;
  height: 40px;
  background: #EBEBF9;
  border-radius: 8px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cafe-name-add .cafe-logo-name p {
  flex-grow: 1;
  padding-right: 15px;
  color: #3E3E40;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cafe-name-add .add-item {
  display: block;
  border: 1px solid #383838;
  padding: 7px 10px;
  color: #383838;
  font-size: 13px;
  font-weight: bold;
  border-radius: 24px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details {
  margin-bottom: 0;
  padding: 15px 20px 20px;
  border-bottom: 0.5px solid #DAD6D6;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li {
  overflow: hidden;
  margin-bottom: 15px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side {
  float: right;
  display: flex;
  justify-content: flex-start;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .photo-box {
  width: 64px;
}

@media (max-width: 575px) {
  .cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .photo-box {
    display: none;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .info {
  flex-grow: 1;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .info {
    padding-right: 0;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .order-name {
  font-size: 16px;
  color: #3E3E40;
  margin-bottom: 5px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .order-price {
  font-size: 12px;
  color: #676769;
  font-weight: bold;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .left-side .order-price .colored {
  font-weight: 400;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side {
  float: left;
  margin-top: 8px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count {
  float: right;
  background: #EDF2F5;
  border-radius: 23px;
  margin-bottom: 0;
  padding: 5px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count li {
  display: inline-block;
  margin: auto;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .num {
  margin: 0 6px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .mins,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .plus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .mins i,
.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .plus i {
  line-height: 27px;
  font-size: 11px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .mins {
  background: #fff;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .mins i {
  color: #383838;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .plus {
  background: #6F6DFF;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .count .plus i {
  color: #fff;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .trash {
  float: right;
  padding-right: 15px;
  margin-top: 6px;
}

@media (max-width: 575px) {
  .cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .trash {
    padding-right: 10px;
  }
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li .right-side .trash i {
  font-size: 14px;
  color: #6A6A6B;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .cart-details > li:last-child {
  margin-bottom: 0;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details {
  margin-bottom: 0;
  padding: 20px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details li {
  overflow: hidden;
  margin-bottom: 10px;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details li p {
  float: right;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details li span {
  float: left;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details li .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  margin-bottom: 0;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details li .total {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .price-details li:last-child {
  margin-bottom: 0;
}

.cafe-navbar .bottom-nav .navbar .chart .cafe-cart .checkout-btn {
  background: #6F6DFF;
  border-radius: 8px;
  padding: 10px 30px;
  text-align: center;
  display: block;
  margin: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .cafe-navbar .bottom-nav .navbar .navbar-nav {
    border-top: 1px solid #EEE;
  }
}

.cafe-navbar .bottom-nav .navbar .navbar-nav > li {
  padding: 0;
}

.cafe-navbar .bottom-nav .navbar .navbar-nav > li > a {
  padding: 38px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #161616;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 991px) {
  .cafe-navbar .bottom-nav .navbar .navbar-nav > li > a {
    padding: 15px;
    line-height: 1;
    border-bottom: 1px solid #EEE;
  }
}

.cafe-navbar .bottom-nav .navbar .navbar-nav > li > a i {
  color: #6F6DFF;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.cafe-navbar .bottom-nav .navbar .navbar-nav > li > a:hover {
  color: #6F6DFF;
}

.cafe-navbar .bottom-nav .navbar .navbar-nav > li:last-child a {
  padding-left: 0;
  padding-bottom: 14px;
}

#login-register .login-option {
  overflow: hidden;
}

#login-register .login-option label {
  font-size: 13px;
  color: #797f83;
  float: right;
}

#login-register .custome-login-checkbox-group {
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#login-register .custome-login-checkbox-group .custome-login-checkbox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #bbbbbb;
}

#login-register .custome-login-checkbox-group .custome-login-checkbox i {
  display: none;
}

#login-register .custome-login-checkbox-group input {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#login-register .custome-login-checkbox-group input:checked + .custome-login-checkbox {
  border: 0;
  text-align: center;
  background: #33A753;
}

#login-register .custome-login-checkbox-group input:checked + .custome-login-checkbox i {
  display: inline-block;
  line-height: 17px;
  color: #fff;
  font-size: 11px;
}

#login-register .modal-dialog {
  max-width: 1000px;
}

@media (max-width: 991px) {
  #login-register .modal-dialog {
    max-width: 550px;
  }
}

#login-register .modal-content {
  border-radius: 22px;
  border: none;
}

#login-register .modal-content .active-register-login {
  display: block;
}

.header {
  background-size: cover;
}

.header .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 110px 0;
}

@media (max-width: 767px) {
  .header .overlay {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .header .overlay .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .header .overlay .row > * {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .header .overlay .custome-select-col {
    width: calc(100% - 90px);
  }
}

.header .overlay h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .header .overlay h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .header .overlay h1 {
    font-size: 37px;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .header .overlay h1 {
    font-size: 30px;
  }

  .header .overlay h1 br {
    display: none;
  }
}

.header .overlay h1 span {
  font-weight: 400;
}

.header .overlay .find-cafe-box {
  background: rgba(6, 7, 8, 0.45);
  border-radius: 5px;
  padding: 20px 30px;
}

@media (max-width: 575px) {
  .header .overlay .find-cafe-box {
    padding: 20px 15px;
  }
}

.header .overlay .find-cafe-box .select-cafe-group {
  position: relative;
}

@media (max-width: 991px) {
  .header .overlay .find-cafe-box .select-cafe-group {
    margin-bottom: 20px;
  }
}

.header .overlay .find-cafe-box .select-cafe-group .icon-box {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 999;
  cursor: pointer;
}

@media (max-width: 575px) {
  .header .overlay .find-cafe-box .select-cafe-group .icon-box {
    right: 15px;
    width: 20px;
    text-align: center;
  }
}

.header .overlay .find-cafe-box .select-cafe-group .icon-box i {
  color: #6F6DFF;
}

.header .overlay .find-cafe-box .select-cafe-group .custome-select-cafe > .selectize-input {
  background: #F8F8FF;
  border-radius: 5px;
  padding: 20px 30px;
  padding-right: 60px;
  display: block;
}

@media (max-width: 575px) {
  .header .overlay .find-cafe-box .select-cafe-group .custome-select-cafe > .selectize-input {
    padding: 17px 15px;
    padding-right: 45px;
  }
}

.header .overlay .find-cafe-box .select-cafe-group .custome-select-cafe > .selectize-input .select-placeholder {
  color: #5B5B65;
  font-size: 14px;
  margin: 0;
  flex-grow: 1;
  padding-right: 21px;
  align-items: center;
  display: flex;
}

.header .overlay .find-cafe-box .select-cafe-group .custome-select-cafe > .selectize-input .dropdown-box > i {
  color: #5B5B65;
  font-size: 14px;
}

.header .overlay .find-cafe-box .select-cafe-group > select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.header .overlay .find-cafe-box .find-cafe-btn {
  background: #6F6DFF;
  padding: 20px 30px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
}

@media (max-width: 575px) {
  .header .overlay .find-cafe-box .find-cafe-btn {
    padding: 16.5px;
  }
}

.best-selling {
  background: #f9f9f9;
  padding: 65px 0;
}

.best-selling .content {
  padding-top: 75px;
}

.best-selling .content .best-order {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 18px 38px 0px rgba(110, 108, 253, 0.15);
}

.best-selling .content .best-order .img-box {
  margin-bottom: 25px;
}

.best-selling .content .best-order .img-box img {
  border-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.best-selling .content .best-order .order-info {
  margin-bottom: 25px;
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .best-selling .content .best-order .order-info {
    padding: 0 20px;
  }
}

.best-selling .content .best-order .order-info .selling_title {
  font-size: 20px;
  color: #3e3e40;
  font-weight: 700;
  margin-bottom: 20px;
}

.best-selling .content .best-order .order-info .selling_details {
  font-size: 14px;
  line-height: 27px;
  color: #7e7c7c;
  margin-bottom: 12px;
}

.best-selling .content .best-order .order-info .price {
  color: #fe443c;
  font-weight: 700;
  font-size: 24px;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e9e9e9;
}

.best-selling .content .best-order .order-info hr {
  margin: 0;
}

.best-selling .content .best-order .restaurent {
  overflow: hidden;
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .best-selling .content .best-order .restaurent {
    padding: 0 20px;
  }
}

.best-selling .content .best-order .restaurent .photo {
  background: #ebebf9;
  width: 55px;
  height: 55px;
  border-radius: 8px;
  float: right;
  width: 55px;
}

.best-selling .content .best-order .restaurent .photo img {
  width: 100%;
}

.best-selling .content .best-order .restaurent .title {
  float: right;
  width: calc(100% - 55px);
  margin-top: 5px;
  padding-right: 20px;
}

.best-selling .content .best-order .restaurent .title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #3e3e40;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .best-selling .content .best-order .restaurent .title {
    padding-right: 15px;
  }

  .best-selling .content .best-order .restaurent .title h3 {
    font-size: 15px;
  }
}

.best-selling .content .best-order .restaurent .title span {
  font-size: 13px;
  color: #7e7c7c;
}

.best-selling .content .best-order .cart-btn {
  padding: 40px 0;
}

@media (max-width: 1199px) {
  .best-selling .content .best-order .cart-btn {
    padding: 30px 0 40px;
  }
}

.best-selling .content .best-order .cart-btn a {
  display: inline-block;
  color: #FFF !important;
}

.best-selling .content .orders {
  background: #fff;
  border-radius: 12px;
  -o-box-shadow: 0px 18px 38px 0px rgba(110, 108, 253, 0.15);
  box-shadow: 0px 18px 38px 0px rgba(110, 108, 253, 0.15);
  padding: 25px 40px 0;
  position: relative;
}

@media (max-width: 991px) {
  .best-selling .content .orders {
    padding: 25px 20px 0;
  }
}

.best-selling .content .orders .order-box {
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 12px;
  border-bottom: 1px dashed #e9e9e9;
}

.best-selling .content .orders .photo-background {
  position: relative;
  top: 5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  float: right;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 991px) {
  .best-selling .content .orders .photo-background {
    float: none;
    margin: 0 auto 15px;
    position: static;
  }
}

@media (max-width: 1199px) {
  .best-selling .content .orders .photo-background {
    width: 100px;
    height: 100px;
  }
}

.best-selling .content .orders .info {
  float: right;
  width: calc(100% - 120px);
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .best-selling .content .orders .info {
    padding-right: 20px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 991px) {
  .best-selling .content .orders .info {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.best-selling .content .orders .info .info-title {
  overflow: hidden;
  margin-bottom: 5px;
}

.best-selling .content .orders .info .info-title h4 {
  font-size: 20px;
  color: #3e3e40;
  font-weight: 700;
  float: right;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .best-selling .content .orders .info .info-title h4 {
    float: none;
  }
}

.best-selling .content .orders .info .info-title h4:after {
  content: "";
  display: inline-block;
  float: left;
  background: #3e3e40;
  height: 1px;
  width: 50px;
  margin: 0 40px;
  position: relative;
  top: 10px;
}

@media (max-width: 991px) {
  .best-selling .content .orders .info .info-title h4:after {
    content: none;
  }
}

.best-selling .content .orders .info .info-title span {
  display: block;
  font-size: 20px;
  color: #fe443c;
  font-weight: 700;
  float: right;
}

@media (max-width: 991px) {
  .best-selling .content .orders .info .info-title span {
    float: none;
  }
}

.best-selling .content .orders .info p {
  font-size: 14px;
  color: #7e7c7c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .best-selling .content .orders .info p {
    white-space: normal;
    overflow: visible;
  }
}

.best-selling .content .orders .info .info-bottom {
  overflow: hidden;
  margin-top: 30px;
}

.best-selling .content .orders .info .info-bottom .photo {
  background: #ebebf9;
  width: 55px;
  height: 55px;
  border-radius: 8px;
  float: right;
}

@media (max-width: 1199px) {
  .best-selling .content .orders .info .info-bottom .photo {
    width: 50px;
    height: 50px;
  }
}

.best-selling .content .orders .info .info-bottom .photo img {
  width: 100%;
}

.best-selling .content .orders .info .info-bottom .cafe-info-box {
  overflow: hidden;
  float: right;
}

@media (max-width: 991px) {
  .best-selling .content .orders .info .info-bottom .cafe-info-box {
    float: none;
  }
}

.best-selling .content .orders .info .info-bottom .title {
  float: right;
  margin-top: 5px;
  padding-right: 20px;
  text-align: right !important;
}

@media (max-width: 1199px) {
  .best-selling .content .orders .info .info-bottom .title {
    padding-right: 10px;
  }
}

.best-selling .content .orders .info .info-bottom .title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #676769;
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .best-selling .content .orders .info .info-bottom .title h3 {
    font-size: 14px;
  }
}

.best-selling .content .orders .info .info-bottom .title span {
  font-size: 13px;
  color: #7e7c7c;
}

@media (max-width: 1199px) {
  .best-selling .content .orders .info .info-bottom .title span {
    font-size: 12px;
  }
}

.best-selling .content .orders .info .info-bottom .cart-right {
  float: left;
  margin-top: 7px;
}

@media (max-width: 991px) {
  .best-selling .content .orders .info .info-bottom .cart-right {
    float: none;
    margin-top: 17px;
  }
}

.best-selling .content .orders .info .info-bottom .cart-right a {
  display: inline-block;
}

@media (max-width: 1199px) {
  .best-selling .content .orders .info .info-bottom .cart-right a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.best-selling .content .orders .info .info-bottom .cart-right a:hover {
  color: #fff;
}

.best-selling .best-selling-general-pagination {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 18px 38px 0px rgba(110, 108, 253, 0.15);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -25px;
  padding: 10px 30px;
  width: auto;
  white-space: nowrap;
}

.best-selling .best-selling-general-pagination .swiper-pagination-bullet {
  background: #7F7F7F;
  opacity: 1;
  margin: 0 5px;
  box-shadow: none !important;
  outline: none !important;
}

.best-selling .best-selling-general-pagination .swiper-pagination-bullet-active {
  background: #6F6DFF;
}

.best-selling .slick-dots {
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -50px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  box-shadow: 0px 18px 38px 0px rgba(110, 108, 253, 0.15);
  margin-top: 20px;
}

.best-selling .slick-dots li {
  display: inline-block;
  margin-left: 20px;
}

.best-selling .slick-dots li .custom_dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #7f7f7f;
  border-radius: 50%;
}

.best-selling .slick-dots li.slick-active .custom_dot {
  border-color: #6f6dff;
  background: #6f6dff;
}

.best-selling .slick-dots li:last-child {
  margin-left: 0;
}

.download {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .download {
    padding: 50px 0;
  }
}

.download .mobile-photo {
  text-align: center;
}

.download .mobile-photo .img-box {
  width: 468px;
  margin: auto;
}

@media (max-width: 575px) {
  .download .mobile-photo .img-box {
    width: 300px;
  }
}

.download .mobile-photo .img-box img {
  width: 100%;
}

.download .info {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .download .info {
    padding: 0;
    text-align: center;
  }
}

.download .info .unique {
  font-size: 30px;
  color: #d78542;
  margin-bottom: 15px;
}

.download .info .title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  line-height: 1.4em;
}

@media (max-width: 575px) {
  .download .info .title {
    font-size: 30px;
  }
}

.download .info .title span {
  color: #fe443c;
}

.download .info .store_app {
  padding-top: 55px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .download .info .store_app {
    padding-top: 20px;
  }
}

.download .info .store_app a {
  float: right;
}

@media (max-width: 991px) {
  .download .info .store_app a {
    float: none;
  }
}

.download .info .store_app a .img-box {
  width: 169px;
  margin: auto;
  display: inline-block;
}

@media (max-width: 575px) {
  .download .info .store_app a .img-box {
    width: 135px;
  }
}

.download .info .store_app a .img-box img {
  width: 100%;
}

.download .info .store_app a:last-child {
  padding-right: 30px;
  width: calc(100% - 187px);
}

.how-to-use {
  padding-top: 60px;
  text-align: center;
}

.how-to-use .title {
  font-size: 30px;
  color: #d78542;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .how-to-use .title {
    font-size: 23px;
  }
}

.how-to-use ul {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .how-to-use ul {
    text-align: center;
  }
}

.how-to-use ul li {
  display: inline-block;
  padding-left: 65px;
  text-align: center;
}

@media (max-width: 767px) {
  .how-to-use ul li {
    display: block;
    padding-left: 0;
  }
}

.how-to-use ul li img {
  margin-bottom: 22px;
}

.how-to-use ul li p {
  font-size: 14px;
  font-style: italic;
  color: #686868;
}

.how-to-use ul li:last-child {
  padding-left: 0;
}

@media (max-width: 575px) {
  .how-to-use ul li {
    display: block;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .how-to-use ul li:last-child {
    padding-left: 0;
  }
}

.how-to-use .line {
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .how-to-use .line img {
    display: none;
  }
}

.top-cafe {
  padding: 75px 0;
}

@media (max-width: 575px) {
  .top-cafe {
    padding: 40px 0;
  }
}

.top-cafe .main-title {
  margin-bottom: 60px;
}

.top-cafe .top-cafes-logo {
  position: relative;
}

.top-cafe .top-cafes-logo .swiper-container {
  padding: 0 25px;
  padding-bottom: 36px;
}

.top-cafe .top-cafes-logo .swiper-container .swiper-pagination-bullet {
  background: #7F7F7F;
  opacity: 1;
}

.top-cafe .top-cafes-logo .swiper-container .swiper-pagination-bullet-active {
  background: #6F6DFF;
}

.top-cafe .top-cafes-logo .top-cafe-pagination {
  margin-top: 36px;
}

.top-cafe .top-cafes-logo .top-cafe-slider-prev,
.top-cafe .top-cafes-logo .top-cafe-slider-next {
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 37%;
  transform: rotate(180deg);
  top: 20%;
}

.top-cafe .top-cafes-logo .top-cafe-slider-prev.swiper-button-disabled,
.top-cafe .top-cafes-logo .top-cafe-slider-next.swiper-button-disabled {
  display: none;
}

@media (max-width: 575px) {
  .top-cafe .top-cafes-logo .top-cafe-slider-prev,
  .top-cafe .top-cafes-logo .top-cafe-slider-next {
    display: none;
  }
}

.top-cafe .top-cafes-logo .top-cafe-slider-prev:focus,
.top-cafe .top-cafes-logo .top-cafe-slider-next:focus {
  outline: none;
}

.top-cafe .top-cafes-logo .top-cafe-slider-prev > i,
.top-cafe .top-cafes-logo .top-cafe-slider-next > i {
  color: #595972;
  font-size: 25px;
}

.top-cafe .top-cafes-logo .top-cafe-slider-next {
  left: -24px;
}

.top-cafe .top-cafes-logo .top-cafe-slider-prev {
  right: -24px;
}

.top-cafe .top-cafes-logo .img-box {
  margin-left: 15px;
}

.top-cafe .top-cafes-logo .box-colored {
  background: #f0f0f0;
}

.top-cafe .cafe-box {
  display: block;
  border-radius: 15px;
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.top-cafe .cafe-box .cafe-photo {
  height: 125px;
  padding: 15px 0;
  width: 100px;
  margin: auto;
}

@media (max-width: 575px) {
  .top-cafe .cafe-box .cafe-photo {
    width: 75px;
    height: 110px;
  }
}

.top-cafe .cafe-box .cafe-photo img {
  width: 100%;
}

.top-cafe .cafe-box .cafe-name {
  background: #EDF2F5;
  padding: 10px 0;
}

.top-cafe .cafe-box .cafe-name p {
  margin-bottom: 0;
  color: #6F6DFF;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .top-cafe .cafe-box .cafe-name p {
    font-size: 14px;
  }
}

.top-cafe .cafe-box .cafe-rate {
  max-width: 52px;
  width: 100%;
  background: #FFB115;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  top: 15px;
}

.top-cafe .cafe-box .cafe-rate i {
  float: right;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.top-cafe .cafe-box .cafe-rate span {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.kayo-footer {
  color: #dad6d6;
  background-size: cover;
}

.kayo-footer .overlay {
  padding-top: 70px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.kayo-footer .footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 70px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .kayo-footer .footer-title:last-of-type {
    margin-top: 15px;
  }
}

.kayo-footer .bio img {
  margin-bottom: 15px;
  width: 145px;
}

.kayo-footer .bio p {
  font-size: 14px;
  line-height: 28px;
  color: #dad6d6;
}

.kayo-footer .bio .social-links {
  margin-top: 25px;
  margin-bottom: 0;
}

.kayo-footer .bio .social-links li {
  margin-left: 15px;
}

.kayo-footer .bio .social-links li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
}

.kayo-footer .bio .social-links li a i {
  line-height: 35px;
  font-size: 12px;
}

.kayo-footer .links-list {
  overflow: hidden;
}

.kayo-footer .footer-links {
  float: right;
  width: 50%;
}

@media (max-width: -1) {
  .kayo-footer .footer-links {
    float: none;
    width: 100%;
  }
}

.kayo-footer .footer-links:last-child {
  padding-right: 45px;
}

@media (max-width: 991px) {
  .kayo-footer .footer-links:last-child {
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  .kayo-footer .footer-links:last-child {
    padding-right: 0;
  }
}

.kayo-footer .footer-links li {
  margin-bottom: 25px;
}

.kayo-footer .footer-links a {
  font-size: 14px;
  color: #dad6d6;
  display: block;
  text-decoration: none;
}

.kayo-footer .footer-links a i {
  display: inline-block;
  margin-left: 15px;
  color: #bbb;
  transform: rotate(180deg);
}

.kayo-footer .footer-links a span {
  transition: all 0.25s ease-in-out 0s;
  position: relative;
  left: 0;
}

.kayo-footer .contact-details .contact-list {
  margin-bottom: 20px;
}

.kayo-footer .contact-details .contact-list li {
  overflow: hidden;
  margin-bottom: 25px;
}

.kayo-footer .contact-details .contact-list .icon-box {
  width: 25px;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #6f6dff;
}

.kayo-footer .contact-details .contact-list p {
  margin: 0;
  width: calc(100% - 35px);
  float: right;
  color: #dad6d6;
  padding-right: 15px;
}

.kayo-footer .bottom-footer {
  padding: 40px 0;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
}

.kayo-footer .bottom-footer p {
  margin: 0;
  font-size: 14px;
  color: #dad6d6;
}

@media (max-width: 991px) {
  .kayo-footer .social-links li {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .kayo-footer .bio {
    text-align: center;
  }

  .kayo-footer .social-links li {
    margin-left: 10px;
  }

  .kayo-footer .footer-title {
    margin-top: 40px;
  }
}

.register-login {
  background: #f8fafb;
  padding: 50px 70px;
  border-radius: 22px;
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  .register-login {
    padding: 30px 40px;
  }
}

@media (max-width: 575px) {
  .register-login {
    padding: 30px 20px;
  }
}

.register-login .office-img .img-box {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .register-login .register-box {
    padding-right: 0;
  }
}

.register-login .register-box .img-box {
  margin-bottom: 35px;
}

.register-login .register-box .register-title {
  font-size: 36px;
  font-weight: bold;
  color: #414141;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .register-login .register-box .register-title {
    font-size: 23px;
  }
}

@media (max-width: 575px) {
  .register-login .register-box .register-title {
    font-size: 18px;
  }
}

.register-login .register-box p {
  font-size: 16px;
  line-height: 26px;
  color: #797f83;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .register-login .register-box p {
    font-size: 14px;
    line-height: 21px;
  }
}

.register-login .register-box .register-form {
  box-shadow: 0px 24px 53.69px 5.31px rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 9px;
  margin-top: 25px;
  /*.active {
    background: #edf2f5;
    border-radius: 9px 9px 0 0;
  }*/
}

.register-login .register-box .register-form .form-group {
  border-bottom: 1px solid #edf2f5;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.register-login .register-box .register-form .form-group .icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  display: inline-block;
  right: 30px;
}

.register-login .register-box .register-form .form-group .icon-box i {
  color: #8893aa;
  font-size: 16px;
}

.register-login .register-box .register-form .form-group .form-input {
  width: 100%;
  position: relative;
}

.register-login .register-box .register-form .form-group .form-input.focusActive .form-holder {
  font-size: 11px;
  top: 20px;
}

.register-login .register-box .register-form .form-group .form-input .form-control {
  border: none;
  border-radius: 0;
  padding: 30px 35px 20px;
  padding-right: 68px;
  position: relative;
  background: none;
  z-index: 90;
  height: auto;
}

.register-login .register-box .register-form .form-group .form-input .form-control:focus {
  box-shadow: none;
}

.register-login .register-box .register-form .form-group .form-input .form-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 68px;
  font-weight: 600;
  font-size: 14px;
  color: #888e9b;
  transition: all 0.25s ease-in-out 0s;
}

.register-login .register-box .register {
  margin-bottom: 30px;
}

.register-login .register-box .my-btn {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08);
  border: 0;
}

@media (max-width: 575px) {
  .register-login .register-box .my-btn {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.register-login .register-box .register-btn {
  background: #d78542;
  color: #fff;
  margin-left: 15px;
  margin-bottom: 5px;
}

.register-login .register-box .login-btn {
  background: #f8fafb;
  color: #5c2f2b;
  font-weight: 600;
}

.register-login .register-box .social-links {
  margin-top: 25px;
}

.register-login .register-box .social-links p {
  font-size: 13px;
  color: #888e9b;
}

.register-login .register-box .social-links ul {
  margin-top: 5px;
}

.register-login .register-box .social-links ul li {
  float: right;
  margin-left: 20px;
  line-height: 0;
}

.register-login .register-box .social-links ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  position: relative;
}

.register-login .register-box .social-links ul li a i {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
}

.register-login .register-box .social-links ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.register-login .register-box .social-links ul li .google {
  background: #fff;
}

.register-login .register-box .social-links ul li .facebook {
  background: #3b5998;
}

.register-login .register-box .social-links ul li .twitter {
  background: #55acee;
}

.register-login .register-box .login-option {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
}

.register-login .register-box .login-option a {
  font-size: 13px;
  color: #797f83;
}

.register-login .register-box .login-option .remaber {
  float: right;
}

.register-login .register-box .login-option .remaber .icon-box {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  background: #33a753;
  margin-left: 14px;
  display: inline-block;
}

.register-login .register-box .login-option .remaber .icon-box i {
  line-height: 17px;
  color: #fff;
  font-size: 11px;
}

.register-login .register-box .login-option .forget {
  float: left;
}

.register-login .close {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 1;
}

.register-login .close:hover {
  opacity: 1;
}

.register-login .close > img {
  float: left;
  width: 21px;
}

.resend-code {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

.resend-code i {
  margin-left: 12px;
}

.resend-code span {
  margin-left: 5px;
  font-weight: bold;
}

.resend-code .send-after {
  margin-left: 0;
  color: #777;
}

.cafes {
  padding: 70px 0;
  overflow: hidden;
}

.cafes .title {
  margin-bottom: 20px;
}

.cafes .search-box {
  float: left;
  margin-bottom: 20px;
}

.cafes .cafes-links .cafe-box {
  display: block;
  border-radius: 15px;
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.cafes .cafes-links .cafe-box .cafe-photo {
  height: 125px;
  line-height: 95px;
  padding: 15px;
}

.cafes .cafes-links .cafe-box .cafe-photo img {
  width: auto;
  max-height: 100%;
}

.cafes .cafes-links .cafe-box .cafe-name {
  background: #EDF2F5;
  padding: 10px 0;
}

.cafes .cafes-links .cafe-box .cafe-name p {
  margin-bottom: 0;
  color: #6F6DFF;
  font-size: 16px;
  font-weight: bold;
}

.cafes .cafes-links .cafe-box .cafe-rate {
  max-width: 52px;
  width: 100%;
  background: #FFB115;
  padding: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0;
}

.cafes .cafes-links .cafe-box .cafe-rate i {
  float: right;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.cafes .cafes-links .cafe-box .cafe-rate span {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.cafes .cafes-links .cafe-box .mixin-cafe-info-box {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  top: -130%;
  left: 0;
  width: 550px;
}

.cafes .cafes-links .cafe-box .mixin-cafe-info-box:after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 25px;
  border-bottom: 0;
}

.cafes .cafes-links .cafe-box:hover .mixin-cafe-info-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: -112%;
}

@media (min-width: 1200px) {
  .cafes .cafes-links .cafes-row > *:nth-child(6n+1) .cafe-box .mixin-cafe-info-box,
  .cafes .cafes-links .cafes-row > *:nth-child(6n+2) .cafe-box .mixin-cafe-info-box {
    right: 0;
    left: auto;
  }

  .cafes .cafes-links .cafes-row > *:nth-child(6n+1) .cafe-box .mixin-cafe-info-box:after,
  .cafes .cafes-links .cafes-row > *:nth-child(6n+2) .cafe-box .mixin-cafe-info-box:after {
    right: 25px;
    left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cafes .cafes-links .cafes-row > *:nth-child(4n+1) .cafe-box .mixin-cafe-info-box,
  .cafes .cafes-links .cafes-row > *:nth-child(4n+2) .cafe-box .mixin-cafe-info-box {
    right: 0;
    left: auto;
  }

  .cafes .cafes-links .cafes-row > *:nth-child(4n+1) .cafe-box .mixin-cafe-info-box:after,
  .cafes .cafes-links .cafes-row > *:nth-child(4n+2) .cafe-box .mixin-cafe-info-box:after {
    right: 25px;
    left: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cafes .cafes-links .cafes-row > *:nth-child(3n+1) .cafe-box .mixin-cafe-info-box {
    right: 0;
    left: auto;
  }

  .cafes .cafes-links .cafes-row > *:nth-child(3n+1) .cafe-box .mixin-cafe-info-box:after {
    right: 25px;
    left: auto;
  }

  .cafes .cafes-links .cafes-row > *:nth-child(3n+2) .cafe-box .mixin-cafe-info-box {
    left: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .cafes .cafes-links .cafes-row > *:nth-child(3n+2) .cafe-box .mixin-cafe-info-box:after {
    left: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cafes .cafes-links .cafes-row > *:nth-child(2n+1) .cafe-box .mixin-cafe-info-box {
    right: 0;
    left: auto;
  }

  .cafes .cafes-links .cafes-row > *:nth-child(2n+1) .cafe-box .mixin-cafe-info-box:after {
    right: 25px;
    left: auto;
  }

  .cafes .cafes-links .cafes-row > * .cafe-box .mixin-cafe-info-box {
    width: 510px;
  }
}

@media (max-width: 575px) {
  .cafes .cafes-links .cafes-row > * .cafe-box .mixin-cafe-info-box {
    display: none;
  }
}

.checkout {
  background: #F7F8FF;
  padding-top: 40px;
  padding-bottom: 70px;
}

.checkout .order-payment {
  margin-bottom: 20px;
}

.checkout .title {
  overflow: hidden;
  margin-bottom: 20px;
}

.checkout .title .payment-title {
  float: right;
  color: #6F6DFF;
  font-size: 24px;
  font-weight: 600;
  padding-left: 30px;
}

.checkout .title a {
  display: inline-block;
  float: right;
  color: #33A753;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
}

.checkout .options {
  position: relative;
}

.checkout .order-payment .deliver-type {
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 65px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-right: 15px;
  padding-left: 25px;
}

.checkout .order-payment .deliver-type .form-check-label {
  padding: 20px 20px 10px;
  padding-right: 5px;
  padding-left: 10px;
  cursor: pointer;
}

.checkout .order-payment .deliver-type .form-check-label .delivery-name {
  font-size: 13px;
  font-weight: 500;
  color: #383838;
  padding-right: 13px;
  float: right;
  width: calc(100% - 21px);
}

.checkout .order-payment .deliver-type .form-check {
  padding-right: 0;
}

.checkout .order-payment .deliver-type .form-check .custome-radio-button-group {
  width: 21px;
  position: relative;
  height: 21px;
  float: right;
}

.checkout .order-payment .deliver-type .form-check .custome-radio-button-group .form-check-input {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.checkout .order-payment .deliver-type .form-check .custome-radio-button-group .custome-radio {
  background: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #707070;
  border-radius: 50%;
}

.checkout .order-payment .deliver-type .form-check .custome-radio-button-group .form-check-input:checked + .custome-radio {
  border-color: #6F6DFF;
  position: relative;
}

.checkout .order-payment .deliver-type .form-check .custome-radio-button-group .form-check-input:checked + .custome-radio .check-input {
  width: 8px;
  height: 8px;
  background: #6F6DFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkout .order-payment .time-box {
  background: #fff;
  border-radius: 0 10px 10px 10px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 30px;
  margin-bottom: 20px;
}

.checkout .order-payment .time-box p {
  font-size: 14px;
  font-weight: 600;
}

.checkout .order-payment .payment-methods {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 30px;
}

.checkout .order-payment .payment-methods > .title {
  margin-bottom: 25px;
}

.checkout .order-payment .payment-methods > .title .payment-title {
  font-size: 18px;
  padding-left: 0;
}

.checkout .order-payment .payment-methods > .title a {
  margin-top: 0;
  float: left;
}

.checkout .order-payment .payment-boxs li {
  margin-bottom: 15px;
}

.checkout .order-payment .payment-boxs li > label {
  max-width: 350px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
}

.checkout .order-payment .payment-boxs li > label .form-check {
  float: right;
  width: 12px;
  padding-right: 0;
}

.checkout .order-payment .payment-boxs li > label .method-name {
  float: right;
  width: calc(80% - 12px);
  padding-right: 30px;
}

.checkout .order-payment .payment-boxs li > label .method-name p {
  font-size: 16px;
  margin-bottom: 10px;
}

.checkout .order-payment .payment-boxs li > label .method-name span {
  font-size: 12px;
  color: #888E9B;
}

.checkout .order-payment .payment-boxs li > label .method-photo {
  float: left;
  padding: 22px 0;
  padding-left: 10px;
}

.checkout .order-payment .payment-boxs li > label .method-photo i {
  font-size: 25px;
  color: #6A6A6B;
}

.checkout .order-payment .payment-boxs li > label:last-child {
  margin-bottom: 0;
}

.checkout .order-payment .payment-boxs li > label:last-child p {
  margin-bottom: 0;
}

.checkout .order-payment .payment-boxs li > label:last-child .method-photo {
  padding: 0;
  padding-left: 10px;
  line-height: 1;
}

.checkout .order-summary {
  background: #fff;
  border-radius: 18px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.checkout .order-summary .summary-title {
  font-size: 18px;
  color: #6F6DFF;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 20px;
  padding-bottom: 0;
}

.checkout .order-summary .orders-type > li {
  padding: 20px;
  border-top: 0.5px solid #DAD6D6;
}

.checkout .order-summary .orders-type > li .cafe-name {
  overflow: hidden;
  margin-bottom: 15px;
}

.checkout .order-summary .orders-type > li .cafe-name .img-box {
  width: 43px;
  height: 43px;
  background: #EBEBF9;
  border-radius: 10px;
  padding: 1.25px;
  line-height: 40px;
  flex: 43px 0 0;
  float: right;
}

.checkout .order-summary .orders-type > li .cafe-name .img-box img {
  width: auto;
  max-height: 100%;
}

.checkout .order-summary .orders-type > li .cafe-name > p {
  float: right;
  width: calc(100% - (43px + 108px));
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #3E3E40;
  margin-top: 10px;
  margin-bottom: 9px;
}

.checkout .order-summary .orders-type > li .cafe-name a {
  float: left;
  display: inline-block;
  border: 1px solid #383838;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #383838;
  margin-top: 3px;
}

.checkout .order-summary .orders-type > li .order- li {
  overflow: hidden;
  margin-bottom: 15px;
}

.checkout .order-summary .orders-type > li .order- li:last-child {
  margin-bottom: 0;
}

.checkout .order-summary .orders-type > li .order- li .order-photo {
  width: 64px;
  border-radius: 8px;
  float: right;
}

.checkout .order-summary .orders-type > li .order- li .order-info {
  width: calc(100% - 64px);
  float: right;
  padding-right: 15px;
  margin-top: 6px;
}

.checkout .order-summary .orders-type > li .order- li .order-info p {
  margin-bottom: 5px;
  color: #3E3E40;
  font-size: 16px;
}

.checkout .order-summary .orders-type > li .order- li .order-info span {
  font-size: 12px;
  color: #8E93A0;
}

.checkout .order-summary .orders-type > li .order- li .order-info span .colored {
  font-weight: bold;
  color: #676769;
}

.checkout .order-summary .voucher-code {
  padding: 25px 20px;
  border-top: 0.5px solid #DAD6D6;
}

.checkout .order-summary .voucher-code p {
  font-size: 13px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 10px;
}

.checkout .order-summary .order-price {
  padding: 25px 20px;
  border-top: 0.5px solid #DAD6D6;
}

.checkout .order-summary .order-price .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  font-weight: 600;
  margin-bottom: 10px;
}

.checkout .order-summary .order-price .price-info {
  overflow: hidden;
}

.checkout .order-summary .order-price .price-info p {
  font-size: 14px;
}

.checkout .order-summary .order-price .price-info .cafe-name {
  color: #7E7C7C;
  margin-bottom: 8px;
}

.checkout .order-summary .order-price .price-info .cafe-name:last-of-type {
  margin-bottom: 0;
}

.checkout .order-summary .order-price .price-info .total {
  color: #383838;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.checkout .order-summary .order-price .price-info .left-side {
  float: right;
}

.checkout .order-summary .order-price .price-info .right-side {
  float: left;
}

.checkout .order-summary .order-price .place-order {
  margin-top: 20px;
  background: #6F6DFF;
  padding: 12px 5px;
  border-radius: 8px;
  font-family: "Nunito", "sans-serif";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}

.checkout .order-summary .order-price .price-details {
  margin-bottom: 0;
}

.checkout .order-summary .order-price .price-details li {
  overflow: hidden;
  margin-bottom: 10px;
}

.checkout .order-summary .order-price .price-details li p {
  float: right;
}

.checkout .order-summary .order-price .price-details li span {
  float: left;
}

.checkout .order-summary .order-price .price-details li .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  margin-bottom: 0;
}

.checkout .order-summary .order-price .price-details li .total {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.checkout .order-summary .order-price .price-details li:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}

.checkout .pick-up-option {
  display: none;
}

.checkout .delivery-option {
  border-radius: 0 10px 10px 10px !important;
  margin-bottom: 20px;
  display: none;
}

.checkout .delivery-option label > .method-photo i {
  font-size: 14px !important;
}

.checkout .show-option {
  display: block;
}

.payment-modal .modal-dialog {
  max-width: 735px;
}

.payment-modal .modal-content {
  border-radius: 22px;
  border: 1px solid #707070;
  color: #fff;
}

.payment-modal .modal-content .modal-header {
  border-bottom: 0;
  padding: 30px;
  border-bottom: 1px solid rgba(145, 144, 214, 0.1);
}

.payment-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

.payment-modal .modal-content .modal-header .close {
  opacity: 1;
}

.payment-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.payment-modal .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

.payment-modal .modal-content .modal-body {
  padding: 30px 40px;
}

@media (max-width: 575px) {
  .payment-modal .modal-content .modal-body .row > * {
    margin-bottom: 15px;
  }

  .payment-modal .modal-content .modal-body .form-group {
    margin-bottom: 0 !important;
  }

  .payment-modal .modal-content .modal-body .form-group > .select-box-group {
    margin-bottom: 15px;
  }
}

.payment-modal .modal-content .modal-body .payment-type {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}

.payment-modal .modal-content .modal-body .payment-type li {
  width: calc((100% / 3) - 30px);
  float: right;
  margin-right: 30px;
}

.payment-modal .modal-content .modal-body .payment-type .cutome-payment-group {
  position: relative;
  max-width: 173px;
  height: 110px;
  width: 100%;
}

.payment-modal .modal-content .modal-body .payment-type .cutome-payment-group .custome-photo-radio {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 110px;
  border: 2px solid #EDF2F5;
  border-radius: 10px;
}

.payment-modal .modal-content .modal-body .payment-type .cutome-payment-group .custome-photo-radio > img {
  padding: 10px 20px;
}

.payment-modal .modal-content .modal-body .payment-type .cutome-payment-group .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.payment-modal .modal-content .modal-body .payment-type .cutome-payment-group .form-check-input:checked + .custome-photo-radio {
  border-color: #6F6DFF;
}

.payment-modal .modal-content .modal-body .form-content .visa-master-form {
  display: none;
}

.payment-modal .modal-content .modal-body .form-content .knet-form {
  display: none;
}

.payment-modal .modal-content .modal-body .form-content .knet-form .bank-group {
  max-width: 100%;
}

.payment-modal .modal-content .modal-body .form-content .knet-form .card-number-grow {
  max-width: 432px;
}

.payment-modal .modal-content .modal-body .form-content .knet-form .card-number {
  max-width: 208px;
}

.payment-modal .modal-content .modal-body .form-content .show-payment-form {
  display: block;
}

.payment-modal .modal-content .modal-body .form-content .form-group {
  margin-bottom: 15px;
}

.payment-modal .modal-content .modal-body .form-content .form-group .add-payment {
  max-width: 279px;
  width: 100%;
  padding: 21px 42px;
  text-align: center;
  background: #6F6DFF;
  border-radius: 32px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.payment-modal .modal-content .modal-body .form-content > .form-group:last-of-type {
  margin-bottom: 0;
}

.payment-modal .modal-content .modal-body .form-content .thrid-input {
  margin-bottom: 25px;
}

.payment-modal .modal-content .modal-body .form-content .thrid-input .custome-select-input,
.payment-modal .modal-content .modal-body .form-content .thrid-input .custome-input-text {
  max-width: 100%;
  margin-left: 15px;
}

.payment-modal .modal-content .modal-body .form-content .thrid-input .select-box-group:last-of-type .custome-select-input {
  margin-left: 0;
}

.address-modal .modal-dialog {
  max-width: 735px;
}

.address-modal .modal-content {
  border-radius: 22px;
  border: 1px solid #707070;
  color: #fff;
  display: none;
}

.address-modal .modal-content .modal-header {
  border-bottom: 0;
  padding: 30px;
  border-bottom: 1px solid rgba(145, 144, 214, 0.11);
}

.address-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

.address-modal .modal-content .modal-header .address-filed {
  font-size: 14px;
  font-weight: 600;
  color: #33A753;
  padding-right: 30px;
  padding-top: 6px;
}

.address-modal .modal-content .modal-header .close {
  opacity: 1;
}

.address-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.address-modal .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

.address-modal .modal-content .address-content {
  padding: 25px 40px;
}

.address-modal .modal-content .address-content ul {
  margin: 0;
}

.address-modal .modal-content .address-content ul li {
  margin-bottom: 15px;
}

.address-modal .modal-content .address-content ul li:last-child {
  margin-bottom: 0;
}

.address-modal .modal-content .address-content ul li textarea {
  max-width: 100%;
  height: 120px;
  resize: none;
}

.address-modal .modal-content .address-content ul li .address-btn {
  display: inline-block;
  background: #fff;
  border: 2px solid #6F6DFF;
  padding: 14px 26px;
  color: #6F6DFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.25s ease-in-out 0s;
  max-width: 279px;
  width: 100%;
  text-align: center;
}

.address-modal .modal-content .address-content ul li .address-btn:hover {
  background: #6F6DFF;
  color: #fff;
}

.address-modal .modal-content .address-content ul li .confirm-location {
  background: #6F6DFF;
  color: #fff;
  padding: 14px 50px;
}

.address-modal .modal-content .address-content ul li .confirm-location:hover {
  background: #6260e6;
  border-color: #6260e6;
}

.address-modal .modal-content .map-content {
  padding: 0;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}

.address-modal .modal-content .map-content .content-box {
  position: relative;
}

.address-modal .modal-content .map-content .content-box .form-group {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 25px;
  max-width: 667px;
  width: 100%;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control {
  padding: 20px 25px;
  padding-right: 55px;
  border-radius: 12px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  font-size: 14px;
  color: #888E9B;
  height: auto;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control:focus {
  box-shadow: none;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #888E9B;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: #888E9B;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #888E9B;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #888E9B;
}

.address-modal .modal-content .map-content .content-box .form-group .form-control::placeholder {
  font-size: 14px;
  color: #888E9B;
}

.address-modal .modal-content .map-content .content-box .form-group .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  right: 25px;
  color: #888E9B;
  font-size: 14px;
}

.address-modal .modal-content .map-content .content-box .address-btn-group {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 45px;
}

.address-modal .modal-content .map-content .content-box .address-btn-group .address-btn {
  display: inline-block;
  background: #fff;
  border: 2px solid #6F6DFF;
  padding: 14px 26px;
  color: #6F6DFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.25s ease-in-out 0s;
}

.address-modal .modal-content .map-content .content-box .address-btn-group .address-btn:hover {
  background: #6F6DFF;
  color: #fff;
}

.address-modal .modal-content .map-content .content-box .address-btn-group .confirm-location {
  background: #6F6DFF;
  color: #fff;
  padding: 14px 50px;
}

.address-modal .modal-content .map-content .content-box .address-btn-group .confirm-location:hover {
  background: #6260e6;
  border-color: #6260e6;
}

.address-modal .show-add-address-modal-content {
  display: block;
}

.additions-modal .modal-content .modal-header {
  padding: 17px 25px !important;
  border-bottom: 1px solid #DDD !important;
}

.additions-modal .modal-content .modal-header .modal-title {
  font-size: 18px !important;
}

.additions-modal .modal-content .modal-body {
  padding: 20px 20px 40px !important;
}

.additions-modal .count {
  float: none;
}

.additions-modal .item-details {
  margin-bottom: 20px;
}

.additions-modal .item-details p {
  font-weight: 600;
  margin: 0;
}

.additions-modal .item-details p.price {
  font-size: 14px;
  padding-right: 20px;
}

.additions-modal .item-details p.price span {
  margin-right: 10px;
  font-weight: 400;
}

.additions-modal .additions-group {
  margin-bottom: 20px;
}

.additions-modal .card-header {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.additions-modal .card-header:hover h5 > .btn-link {
  color: #6F6DFF;
  text-decoration: none;
}

.additions-modal .card-header:hover:focus h5 > .btn-link {
  text-decoration: none;
}

.additions-modal .card-header h5 button {
  font-size: 14px;
  font-weight: bold;
  color: #6F6DFF;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none !important;
}

.additions-modal .card-header i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #888E9B;
  font-size: 14px;
  left: 20px;
}

.additions-modal .additions-options-body {
  padding: 0 15px;
}

.additions-modal .additions-options-body .filter-search {
  padding-top: 15px;
}

.additions-modal .additions-options-body label {
  padding: 0;
}

.additions-modal .collapsed h5 > button {
  color: #3E3E40;
}

.additions-modal .collapsed i {
  transform: rotate(180deg);
  top: 40%;
}

.count {
  float: right;
  background: #EDF2F5;
  border-radius: 23px;
  margin-bottom: 0;
  padding: 5px;
  overflow: hidden;
}

.count .num {
  margin: 0 9px;
  display: inline-block;
}

.count .mins,
.count .plus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.count .mins i,
.count .plus i {
  line-height: 27px;
  font-size: 11px;
}

.count .mins {
  background: #fff;
  float: right;
}

.count .mins i {
  color: #383838;
}

.count .plus {
  background: #6F6DFF;
  float: left;
}

.count .plus i {
  color: #fff;
}

.cafe-page {
  background: #F7F8FF;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cafe-page .cafe-background {
  background-size: cover;
  border-radius: 15px;
  -o-box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.2);
  position: relative;
}

.cafe-page .cafe-background .cafe-cover img {
  max-width: 1110px;
  max-height: 350px;
  width: 100%;
  opacity: 0;
}

.cafe-page .cafe-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.cafe-page .cafe-background .overlay .cafe-name {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 9px 14px #000;
}

@media (max-width: 767px) {
  .cafe-page .cafe-background {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cafe-page .over-cover-cafe {
    padding: 0 60px;
  }
}

.cafe-page .over-cover-cafe > .mixin-cafe-info-box {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cafe-page .over-cover-cafe > .mixin-cafe-info-box {
    top: -60px;
    margin-bottom: -30px;
  }
}

.cafe-page .cafe-cart {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  overflow: hidden;
}

.cafe-page .cafe-cart .cart-title {
  background: #6F6DFF;
  overflow: hidden;
  padding: 20px;
  border-radius: 18px 18px 0 0;
}

.cafe-page .cafe-cart .cart-title .cart {
  margin: 0;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.cafe-page .cafe-cart .cart-title .trash {
  display: inline-block;
  float: left;
}

.cafe-page .cafe-cart .cart-title .trash i {
  color: #fff;
  font-size: 16px;
}

.cafe-page .cafe-cart .cart-details {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 0.5px solid #DAD6D6;
}

.cafe-page .cafe-cart .cart-details > li {
  overflow: hidden;
  margin-bottom: 15px;
}

.cafe-page .cafe-cart .cart-details > li .left-side {
  float: right;
}

.cafe-page .cafe-cart .cart-details > li .left-side .order-name {
  font-size: 14px;
  color: #3E3E40;
  margin-bottom: 5px;
}

.cafe-page .cafe-cart .cart-details > li .left-side .order-price {
  font-size: 12px;
  color: #3E3E40;
  font-weight: bold;
}

.cafe-page .cafe-cart .cart-details > li .right-side {
  float: left;
  overflow: hidden;
  margin-top: 10px;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count {
  float: right;
  background: #EDF2F5;
  border-radius: 23px;
  margin-bottom: 0;
  padding: 5px;
  overflow: hidden;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .num {
  margin: 0 9px;
  display: inline-block;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .mins,
.cafe-page .cafe-cart .cart-details > li .right-side .count .plus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .mins i,
.cafe-page .cafe-cart .cart-details > li .right-side .count .plus i {
  line-height: 27px;
  font-size: 11px;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .mins {
  background: #fff;
  float: right;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .mins i {
  color: #383838;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .plus {
  background: #6F6DFF;
  float: left;
}

.cafe-page .cafe-cart .cart-details > li .right-side .count .plus i {
  color: #fff;
}

.cafe-page .cafe-cart .cart-details > li .right-side .trash {
  float: right;
  padding-right: 15px;
  margin-top: 6px;
}

.cafe-page .cafe-cart .cart-details > li .right-side .trash i {
  font-size: 14px;
  color: #6A6A6B;
}

.cafe-page .cafe-cart .cart-details > li:last-child {
  margin-bottom: 0;
}

.cafe-page .cafe-cart .price-details {
  margin-bottom: 0;
  padding: 20px;
}

.cafe-page .cafe-cart .price-details li {
  overflow: hidden;
  margin-bottom: 10px;
}

.cafe-page .cafe-cart .price-details li p {
  float: right;
}

.cafe-page .cafe-cart .price-details li span {
  float: left;
}

.cafe-page .cafe-cart .price-details li .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  margin-bottom: 0;
}

.cafe-page .cafe-cart .price-details li .total {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.cafe-page .cafe-cart .price-details li:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}

.cafe-page .cafe-cart .checkout-btn {
  background: #6F6DFF;
  border-radius: 8px;
  padding: 10px 30px;
  text-align: center;
  display: block;
  margin: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cafe-page .tab-content .cafe-info {
  margin-bottom: 35px;
  margin-top: 30px;
  background: #fff;
  padding: 15px 25px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.cafe-page .tab-content .cafe-info li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #DAD6D6;
  overflow: hidden;
}

.cafe-page .tab-content .cafe-info li .left-side {
  float: right;
  width: 50%;
}

.cafe-page .tab-content .cafe-info li .right-side {
  float: right;
  width: 50%;
}

.cafe-page .tab-content .cafe-info li p {
  font-size: 14px;
  color: #646464;
  margin-bottom: 0;
}

.cafe-page .tab-content .cafe-info li span {
  font-size: 14px;
  color: #383838;
}

.cafe-page .tab-content .cafe-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cafe-page .tab-content .cafe-review {
  padding: 30px 0;
}

.cafe-page .tab-content .cafe-review .review-summary {
  margin-bottom: 20px;
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
  display: flex;
}

@media (max-width: 575px) {
  .cafe-page .tab-content .cafe-review .review-summary {
    padding: 20px 5px;
  }
}

.cafe-page .tab-content .cafe-review .review-summary li {
  display: block;
  width: 25%;
  vertical-align: text-top;
}

.cafe-page .tab-content .cafe-review .review-summary li .progress-container {
  margin-bottom: 5px;
}

.cafe-page .tab-content .cafe-review .review-summary li p {
  color: #707070;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cafe-page .tab-content .cafe-review .review-summary li p {
    font-size: 11px;
  }
}

.cafe-page .tab-content .cafe-review .review-summary li:last-child {
  margin-left: 0;
}

.cafe-page .tab-content .cafe-review .review-type {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 10px;
  margin-right: 25px;
}

.cafe-page .tab-content .cafe-review .review-type:last-of-type {
  margin-bottom: 0;
  margin-top: 20px;
}

.cafe-page .tab-content .cafe-review .clients {
  margin-bottom: 0;
  margin-top: 10px;
}

.cafe-page .tab-content .cafe-review .clients > li {
  margin-bottom: 10px;
}

.cafe-page .tab-content .cafe-review .clients > li:last-child {
  margin-bottom: 0;
}

.cafe-page .tab-content .cafe-menu {
  padding: 30px 0;
}

.cafe-page .tab-content .cafe-menu .menu-item {
  width: 205px;
  float: right;
}

@media (max-width: 767px) {
  .cafe-page .tab-content .cafe-menu .menu-item {
    width: 100%;
    float: none;
  }

  .cafe-page .tab-content .cafe-menu .menu-item .search-box {
    max-width: 100%;
  }

  .cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input {
    padding: 19px 33px;
  }
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box {
  margin-bottom: 10px;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input {
  background: #fff;
  border-radius: 10px;
  padding: 19px 20px;
  padding-left: 43px;
  font-size: 14px;
  font-weight: 500;
  color: #454D57;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #9190D6;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #9190D6;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #9190D6;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #9190D6;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #9190D6;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box .search-submit-btn {
  width: 50px;
  transform: rotate(180deg);
  top: 0;
}

.cafe-page .tab-content .cafe-menu .menu-item .search-box i {
  font-size: 13px;
}

.cafe-page .tab-content .cafe-menu .menu-item .menu-list {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 15px 0;
}

.cafe-page .tab-content .cafe-menu .menu-item .menu-list p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #383838;
  padding: 0 20px;
}

.cafe-page .tab-content .cafe-menu .menu-item .menu-list .items {
  margin-bottom: 0;
}

.cafe-page .tab-content .cafe-menu .menu-item .menu-list .items li a {
  font-size: 14px;
  color: #676769;
  padding: 7px 20px;
  display: inline-block;
  border-right: 3px solid transparent;
  transition: all 0.25s ease-in-out 0s;
}

.cafe-page .tab-content .cafe-menu .menu-item .menu-list .items li a:hover,
.cafe-page .tab-content .cafe-menu .menu-item .menu-list .items li a.active {
  border-right: 3px solid #6F6DFF;
}

.cafe-page .tab-content .cafe-menu .menu-item .menu-list .items li:last-child a {
  padding-bottom: 0;
}

.cafe-page .tab-content .cafe-menu .menu-collapse {
  float: right;
  width: calc(100% - 205px);
  padding-right: 20px;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box {
  margin-bottom: 20px;
  max-width: 100%;
  display: none;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #454D57;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #6F6DFF;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #6F6DFF;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #6F6DFF;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #6F6DFF;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #6F6DFF;
}

.cafe-page .tab-content .cafe-menu .menu-collapse > .search-box .search-submit-btn > i {
  font-size: 13px;
}

@media (max-width: 767px) {
  .cafe-page .tab-content .cafe-menu .menu-collapse {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .cafe-page .tab-content .cafe-menu .menu-collapse > .search-box {
    display: block;
  }
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-header {
  background: #fff;
  border: none;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-header:hover h5 > .btn-link {
  color: #6F6DFF;
  text-decoration: none;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-header:hover:focus h5 > .btn-link {
  text-decoration: none;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-header h5 button {
  font-size: 14px;
  font-weight: bold;
  color: #6F6DFF;
  transition: all 0.25s ease-in-out 0s;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-header i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #888E9B;
  font-size: 14px;
  left: 20px;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .collapsed h5 > button {
  color: #3E3E40;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .collapsed i {
  transform: rotate(180deg);
  top: 40%;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-body {
  padding: 0;
  padding-top: 10px;
  margin-bottom: 0;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-body > li {
  margin-bottom: 10px;
}

.cafe-page .tab-content .cafe-menu .menu-collapse .card .card-body > li:last-child {
  margin-bottom: 0;
}

.cafes-offer .nav-tabs {
  margin: auto;
  margin-bottom: 50px;
  display: inline-block;
  padding: 0 35px;
}

.cafes-offer .modal-dialog {
  max-width: 596px;
}

.cafes-offer .modal-content {
  border-radius: 22px;
  border: none;
}

.cafes-offer .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding: 30px;
  border-radius: 22px 22px 0 0;
}

@media (max-width: 575px) {
  .cafes-offer .modal-content .modal-header {
    padding: 20px;
  }
}

.cafes-offer .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

@media (max-width: 575px) {
  .cafes-offer .modal-content .modal-header .modal-title {
    font-size: 16px;
  }
}

.cafes-offer .modal-content .modal-header .close {
  opacity: 1;
  margin-top: -0.75rem;
}

.cafes-offer .modal-content .modal-header .close:hover {
  opacity: 1;
}

.cafes-offer .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

@media (max-width: 575px) {
  .cafes-offer .modal-content .modal-header .close > img {
    width: 15px;
  }
}

.cafes-offer .modal-content .modal-body {
  background: #F8FAFB;
  border-radius: 0 0 22px 22px;
  padding: 30px 40px;
}

@media (max-width: 575px) {
  .cafes-offer .modal-content .modal-body {
    padding: 30px 10px;
  }
}

.cafes-offer .modal-content .modal-body .select-area {
  margin-bottom: 25px;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select {
  position: relative;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .selectize-control.single .selectize-input.dropdown-active:after {
  transform: translateY(-50%) rotateZ(180deg);
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input {
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  overflow: hidden;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: #8B929E;
  border: 0;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8B929E;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8B929E;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8B929E;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8B929E;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8B929E;
}

.cafes-offer .modal-content .modal-body .select-area .custome-popup-select .popup-select .selectize-input::after {
  content: "\F107";
  font-family: "Font Awesome 5 Free", sans-serif;
  border: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 14px;
  color: #8B929E;
  margin-top: 0 !important;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.cafes-offer .modal-content .modal-body a.main-btn:hover {
  color: #fff;
}

.cafes-offer .modal-content .modal-body .cafe-offer-container {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.cafes-offer .modal-content .modal-body .cafe-offer-container > li {
  margin-bottom: 20px;
}

.cafes-offer .modal-content .modal-body .cafe-offer-container > li:last-child {
  margin-bottom: 0;
}

.search-result {
  background: #F7F8FF;
  padding-top: 40px;
  padding-bottom: 70px;
}

.search-result .title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.search-result .title a {
  float: right !important;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .search-result .title a {
    float: left !important;
    padding-right: 0;
  }
}

.search-result .title .search-title {
  float: right;
  color: #6F6DFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .search-result .title .search-title {
    font-size: 20px;
  }
}

.search-result .title a {
  display: inline-block;
  float: left;
  color: #33A753;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
}

@media (max-width: 575px) {
  .search-result .title a {
    font-size: 12px;
  }
}

.search-result .search-fliter-box {
  border-bottom: 1px solid #DAD6D6;
}

.search-result .search-fliter-box .search-filter-btn {
  padding: 15px 0;
  cursor: pointer;
  display: inline-block;
  width: 33%;
  text-align: center;
  border-left: 0.5px solid #DAD6D6;
}

.search-result .search-fliter-box .search-filter-btn > i {
  font-size: 18px;
  color: #6F6DFF;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .search-result .search-fliter-box .search-filter-btn > i {
    font-size: 14px;
  }
}

.search-result .search-fliter-box .search-filter-btn > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3E3E40;
  font-weight: 600;
  padding-right: 10px;
}

@media (max-width: 575px) {
  .search-result .search-fliter-box .search-filter-btn > span {
    font-size: 13px;
    padding-right: 5px;
  }
}

.search-result .search-fliter-box .search-filter-btn:last-child {
  border-left: none;
}

.search-result .search-box-container {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 15px;
}

.search-result .search-box-container .search-input {
  padding: 20px 25px;
}

.search-result .search-box-container .search-submit-btn i {
  transform: rotate(0deg);
}

@media (max-width: 991px) {
  .search-result .search-box-container {
    margin-bottom: 30px;
  }

  .search-result .search-box-container .search-box {
    max-width: 100%;
  }
}

.search-result .filter-search p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #383838;
}

.search-result .filter-search li > label {
  display: block;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDF2F5;
  overflow: hidden;
}

.search-result .filter-search li .form-check-label {
  float: right;
}

.search-result .filter-search li .form-check-label label {
  font-size: 14px;
  color: #646464;
  cursor: pointer;
}

.search-result .filter-search li .form-check-label .checkbox-label {
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.search-result .filter-search li .fliter-num {
  float: left;
  color: #646464;
  font-size: 14px;
}

.search-result .result {
  margin-bottom: 30px;
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

@media (max-width: 991px) {
  .search-result .result {
    margin-top: 0;
  }
}

.search-result .result .sort {
  padding: 4px 20px;
  position: relative;
  padding-right: 80px;
}

@media (max-width: 991px) {
  .search-result .result .sort {
    text-align: center;
    padding: 0;
  }
}

.search-result .result .sort .sort-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: #FFF;
  font-size: 14px;
  padding: 20px 15px;
  padding-bottom: 22px;
  padding-left: 80px;
  border-top-right-radius: 10px;
}

.search-result .result .sort .sort-label span,
.search-result .result .sort .sort-label i {
  position: relative;
  z-index: 3;
}

.search-result .result .sort .sort-label span {
  font-weight: 600;
  margin-right: 5px;
}

.search-result .result .sort .sort-label:after,
.search-result .result .sort .sort-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 130%;
  width: 117%;
  top: -36%;
  right: -46%;
  background: #6F6DFF;
  border-radius: 50%;
  border-bottom-left-radius: 100%;
}

.search-result .result .sort .sort-label:before {
  top: -30%;
  right: -39%;
  background: rgba(111, 109, 255, 0.4);
}

@media (max-width: 991px) {
  .search-result .result .sort .sort-label {
    display: none;
  }
}

.search-result .result .sort li {
  display: inline-block;
  margin: auto;
}

.search-result .result .sort li path {
  transition: all 0.25s ease-in-out 0s;
}

.search-result .result .sort li:hover .photo-box {
  background: #6F6DFF;
}

.search-result .result .sort li:hover path {
  fill: #FFF;
}

@media (max-width: 767px) {
  .search-result .result .sort li {
    text-align: center;
  }
}

.search-result .result .sort li .photo-box {
  width: 40px;
  height: 40px;
  border: 0.5px solid #6F6DFF;
  border-radius: 50%;
  padding: 7px;
  margin: auto;
  margin-bottom: 5px;
  transition: all 0.25s ease-in-out 0s;
}

.search-result .result .sort li p {
  margin-bottom: 0;
  color: #6F6DFF;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .search-result .result .sort li p {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  .search-result .result .show-sort-box {
    display: none;
  }
}

.search-result .cafe-boxs {
  margin-bottom: 0;
}

.search-result .cafe-boxs > li {
  margin-bottom: 20px;
  position: relative;
}

.search-result .cafe-boxs > li .cafe-page-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 20px;
  z-index: 999;
  background: transparent;
  display: none;
}

@media (max-width: 991px) {
  .search-result .cafe-boxs > li .cafe-page-link {
    display: block;
  }
}

.search-result .cafe-boxs > li:last-child {
  margin-bottom: 0;
}

.search-result .cafe-boxs .cart {
  bottom: 30px;
}

.show-all {
  font-size: 14px;
  font-weight: 600;
  color: #6F6DFF;
  display: inline-block;
}

.sort-radio-btn {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
}

@media (max-width: 1199px) {
  .sort-radio-btn {
    padding: 10px 12px;
  }
}

@media (max-width: 575px) {
  .sort-radio-btn {
    padding: 10px 4px;
  }
}

.sort-radio-btn .form-check-input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
}

.sort-radio-btn .form-check-input:checked + .photo-box {
  background: #6F6DFF;
}

.sort-radio-btn .form-check-input:checked + .photo-box path {
  fill: #FFF;
}

.search-result-side-menu-block {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.search-result-side-menu-block.filter-by {
  padding-bottom: 5px;
}

.search-result-side-menu-block.filter-by ul {
  margin-bottom: 0;
}

.search-result-side-menu-block.filter-by ul li:last-child label {
  border-bottom: 0;
}

.search-result-side-menu-block .form-check {
  padding-right: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.search-result-side-menu-block:last-child {
  margin-bottom: 0;
}

.search-result-side-menu-block .close-box {
  display: none;
}

@media (max-width: 991px) {
  .search-result-side-menu-block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  .search-result-side-menu-block .close-box {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: pointer;
  }

  .search-result-side-menu-block.show-popup {
    display: block;
  }
}

.cafe-details-side-menu {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 999999;
  overflow: auto;
}

@media (max-width: 991px) {
  .cafe-details-side-menu {
    display: none;
  }
}

.cafe-details-side-menu .close-cafe-side-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(9, 9, 22, 0.45);
  transition: all 0.45s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cafe-details-side-menu .close-cafe-side-menu-btn {
  display: inline-block;
  text-align: center;
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background: #FFF;
  -o-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  top: 35px;
  right: 35px;
  position: fixed;
  transition: all 0.25s ease-in-out 0s;
  color: #6F6DFF;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.45s ease-out 0s;
  transform: scale(0.2);
  opacity: 0;
  filter: alpha(opacity=0);
}

.cafe-details-side-menu .close-cafe-side-menu-btn:hover {
  background: #6F6DFF;
  color: #FFF;
}

@media (max-width: 1199px) {
  .cafe-details-side-menu .close-cafe-side-menu-btn {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    top: 10px;
    font-size: 20px;
    z-index: 999;
    right: 5px;
  }
}

.cafe-details-side-menu .cafe-content-container {
  position: relative;
  overflow: hidden;
}

.cafe-details-side-menu .cafe-details-content {
  width: calc(100% - 245px);
  background: #F7F8FF;
  position: relative;
  top: 0;
  right: 100%;
  transition: all 0.45s ease-out 0s;
}

.cafe-details-side-menu .cafe-details-content .cafe-side-menu-container {
  width: 940px;
  margin-right: 35px;
}

@media (max-width: 1199px) {
  .cafe-details-side-menu .cafe-details-content .cafe-side-menu-container {
    width: 860px;
  }
}

@media (max-width: 1199px) {
  .cafe-details-side-menu .cafe-details-content {
    width: calc(100% - 60px);
  }
}

.cafe-details-side-menu .cafe-details-content .cafe-details-navbar {
  background: #fff;
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.cafe-details-side-menu .cafe-details-content .cafe-details-navbar .nav-item {
  padding: 24px 0;
  color: #6F6DFF;
  display: block;
}

.cafe-details-side-menu .cafe-details-content .cafe-details-navbar .nav-item span {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

.cafe-details-side-menu .cafe-details-content .cafe-details-navbar .nav-item i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.cafe-details-side-menu .cafe-details-content .cafe-details-navbar .nav-item i.fa-angle-left {
  transform: rotate(180deg);
}

.cafe-details-side-menu .cafe-details-content .cafe-side-block {
  padding-right: 15px;
  padding-left: 15px;
}

.cafe-details-side-menu.show-cafe-details-side-menu {
  visibility: visible;
}

.cafe-details-side-menu.show-cafe-details-side-menu .close-cafe-side-menu-btn {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.cafe-details-side-menu.show-cafe-details-side-menu .close-cafe-side-menu {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cafe-details-side-menu.show-cafe-details-side-menu .cafe-details-content {
  right: 245px;
}

@media (max-width: 1199px) {
  .cafe-details-side-menu.show-cafe-details-side-menu .cafe-details-content {
    right: 60px;
  }
}

.categories-modal .modal-dialog {
  max-width: 820px;
}

.categories-modal .modal-content {
  border-radius: 22px;
  border: none;
}

.categories-modal .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding: 30px;
  border-radius: 22px 22px 0 0;
}

@media (max-width: 575px) {
  .categories-modal .modal-content .modal-header {
    padding: 20px;
  }
}

.categories-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

@media (max-width: 575px) {
  .categories-modal .modal-content .modal-header .modal-title {
    font-size: 16px;
  }
}

.categories-modal .modal-content .modal-header .close {
  opacity: 1;
  margin-top: -0.75rem;
}

.categories-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.categories-modal .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

@media (max-width: 575px) {
  .categories-modal .modal-content .modal-header .close > img {
    width: 15px;
  }
}

.categories-modal .modal-content .modal-body {
  background: #F8FAFB;
  border-radius: 0 0 22px 22px;
  padding: 30px 40px;
}

@media (max-width: 575px) {
  .categories-modal .modal-content .modal-body {
    padding: 30px 10px;
  }
}

.categories-modal .modal-content .modal-body .form-check-label {
  position: relative;
}

.categories-modal .modal-content .modal-body .form-check-label .custom-checkbox-group {
  position: absolute;
  top: 5px;
}

.categories-modal .modal-content .modal-body .form-check-label .checkbox-label {
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.order {
  background: #F7F8FF;
}

.order .main-title {
  margin-bottom: 30px;
}

.order .nav-tabs {
  max-width: 580px;
  margin: auto;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 35px;
}

.order .orders {
  margin-bottom: 0;
}

.order .orders li {
  margin-bottom: 20px;
}

.order .orders li:last-child {
  margin-bottom: 0;
}

.order .feedback-modal .modal-dialog {
  max-width: 596px;
}

.order .feedback-modal .modal-content {
  border-radius: 22px;
  border: none;
}

.order .feedback-modal .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding: 30px;
  border-radius: 22px 22px 0 0;
}

.order .feedback-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

.order .feedback-modal .modal-content .modal-header .modal-title span {
  color: #33A753;
}

.order .feedback-modal .modal-content .modal-header .close {
  opacity: 1;
}

.order .feedback-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.order .feedback-modal .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

.order .feedback-modal .modal-content .modal-body {
  padding: 25px 30px;
  background: #F8FAFB;
  border-radius: 0 0 22px 22px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content {
  margin-bottom: 0;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li {
  margin-bottom: 20px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li:last-child {
  margin-bottom: 0;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li > div {
  padding: 13px 20px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 15px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .rate {
  margin-bottom: 0;
  font-size: 13px;
  color: #888E9B;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .rating-box {
  margin: 0;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .rating-box > li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDF2F5;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .rating-box > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .stars {
  margin: 0;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .stars > li {
  display: inline-block;
  cursor: pointer;
}

.order .feedback-modal .modal-content .modal-body .feedback-content > li .stars > li i {
  font-size: 18px;
  color: #FFB115;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .feedback-box .feedback_header {
  padding-top: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EDF2F5;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-image {
  flex: 0 0 58px;
  border-radius: 10px;
  background: #EBEBF9;
  height: 58px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-name {
  padding-right: 20px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-name .name {
  margin-bottom: 5px;
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-name .date {
  margin-bottom: 0;
  font-size: 13px;
  color: #888E9B;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .feedback-box .feedback_header .id {
  font-size: 13px;
  color: #3E3E40;
  font-weight: 600;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer {
  border-bottom: 1px solid #EDF2F5;
  padding-top: 9px;
  padding-bottom: 19px;
  position: relative;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer .img-box {
  flex: 0 0 28px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer .header-title {
  padding-right: 10px;
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer .optial {
  font-size: 12px;
  color: #8893AA;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group {
  margin-top: 14px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea {
  border: 0;
  resize: none;
  color: #888E9B;
  font-size: 13px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea:focus {
  box-shadow: none;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::-webkit-input-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::-moz-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea:-ms-input-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::-ms-input-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.order .feedback-modal .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::placeholder {
  color: #888E9B;
  font-size: 13px;
}

.order .feedback-modal .modal-content .modal-body .delivery-btn {
  margin-top: 34px;
  display: inline-block;
  padding: 10px 29px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  background: #33A753;
}

.traking-modal .modal-dialog {
  max-width: 735px;
}

.traking-modal .modal-content {
  border-radius: 22px;
  border: none;
}

.traking-modal .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding: 30px;
  border-radius: 22px 22px 0 0;
}

.traking-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

.traking-modal .modal-content .modal-header .close {
  opacity: 1;
}

.traking-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.traking-modal .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

.traking-modal .modal-content .modal-body {
  padding: 0;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}

.traking-modal .modal-content .modal-body .content-box {
  position: relative;
}

.traking-modal .modal-content .modal-body .content-box .traking-btn-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 40px;
  max-width: 302px;
  width: 100%;
}

.traking-modal .modal-content .modal-body .content-box .traking-btn-content .traking-btn {
  display: inline-block;
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  width: 100%;
  text-align: center;
  background: #141110;
  padding: 14px 26px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.25s ease-in-out 0s;
}

.traking-modal .modal-content .modal-body .content-box .traking-btn-content .traking-btn:hover {
  background: #6F6DFF;
  color: #fff;
}

.order-details {
  background-color: #F7F8FF;
}

.order-details .main-title {
  margin-bottom: 50px;
}

.order-details .order-table {
  margin-bottom: 30px;
}

.order-details .cafe-cart {
  background: #fff;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  overflow: hidden;
}

.order-details .cafe-cart .cart-title {
  background: #6F6DFF;
  overflow: hidden;
  padding: 20px;
  border-radius: 18px 18px 0 0;
}

.order-details .cafe-cart .cart-title .cart {
  margin: 0;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.order-details .cafe-cart .cart-title .trash {
  display: inline-block;
  float: left;
}

.order-details .cafe-cart .cart-title .trash i {
  color: #fff;
  font-size: 16px;
}

.order-details .cafe-cart .cart-details {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 0.5px solid #DAD6D6;
}

.order-details .cafe-cart .cart-details > li {
  overflow: hidden;
  margin-bottom: 15px;
}

.order-details .cafe-cart .cart-details > li .left-side {
  float: right;
}

.order-details .cafe-cart .cart-details > li .left-side .order-name {
  font-size: 14px;
  color: #3E3E40;
  margin-bottom: 5px;
}

.order-details .cafe-cart .cart-details > li .left-side .order-price {
  font-size: 12px;
  color: #3E3E40;
  font-weight: bold;
}

.order-details .cafe-cart .cart-details > li .right-side {
  float: left;
  overflow: hidden;
  margin-top: 10px;
}

.order-details .cafe-cart .cart-details > li .right-side .count {
  float: right;
  min-width: 94px;
  background: #EDF2F5;
  border-radius: 23px;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.order-details .cafe-cart .cart-details > li .right-side .count.onlyNumber {
  min-width: auto;
  width: 37px;
  text-align: center;
  display: inline-block;
}

.order-details .cafe-cart .cart-details > li .right-side .count.onlyNumber .num {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.order-details .cafe-cart .cart-details > li .right-side .count li {
  display: inline-block;
  margin: 0;
}

.order-details .cafe-cart .cart-details > li .right-side .count .num {
  display: inline-block;
  font-size: 13px;
  line-height: 27px;
  padding: 0 5px;
}

.order-details .cafe-cart .cart-details > li .right-side .count .mins,
.order-details .cafe-cart .cart-details > li .right-side .count .plus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.order-details .cafe-cart .cart-details > li .right-side .count .mins i,
.order-details .cafe-cart .cart-details > li .right-side .count .plus i {
  line-height: 27px;
  font-size: 11px;
}

.order-details .cafe-cart .cart-details > li .right-side .count .mins {
  background: #fff;
}

.order-details .cafe-cart .cart-details > li .right-side .count .mins i {
  color: #383838;
}

.order-details .cafe-cart .cart-details > li .right-side .count .plus {
  background: #6F6DFF;
}

.order-details .cafe-cart .cart-details > li .right-side .count .plus i {
  color: #fff;
}

.order-details .cafe-cart .cart-details > li .right-side .trash {
  float: right;
  width: calc(100% - 94px);
  padding-right: 15px;
  margin-top: 6px;
}

.order-details .cafe-cart .cart-details > li .right-side .trash i {
  font-size: 14px;
  color: #6A6A6B;
}

.order-details .cafe-cart .cart-details > li:last-child {
  margin-bottom: 0;
}

.order-details .cafe-cart .price-details {
  margin-bottom: 0;
  padding: 20px;
}

.order-details .cafe-cart .price-details li {
  overflow: hidden;
  margin-bottom: 10px;
}

.order-details .cafe-cart .price-details li p {
  float: right;
}

.order-details .cafe-cart .price-details li span {
  float: left;
}

.order-details .cafe-cart .price-details li .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  margin-bottom: 0;
}

.order-details .cafe-cart .price-details li .total {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.order-details .cafe-cart .price-details li:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}

.order-details .cafe-cart .checkout-btn {
  background: #6F6DFF;
  border-radius: 8px;
  padding: 10px 70px;
  display: inline-block;
  margin: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.order-details .order-info {
  background: #fff;
  padding: 15px 25px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 30px;
}

.order-details .order-info .table {
  margin-bottom: 0;
}

.order-details .order-info .table th {
  padding-right: 0;
  white-space: nowrap;
}

.order-details .order-info .table td,
.order-details .order-info .table th {
  border-top-color: #DAD6D6;
}

.order-details .order-info .table tr:first-child td,
.order-details .order-info .table tr:first-child th {
  border-top: 0;
}

.order-details .order-info tr p {
  margin-bottom: 0;
}

.order-details .order-info tr th {
  font-size: 14px;
  color: #383838;
  font-weight: bold;
}

.order-details .order-info tr td {
  font-size: 13px;
  color: #888E9B;
}

.order-details .order-info tr .colored {
  color: #6F6DFF;
  display: inline-block;
  line-height: 24px;
  font-weight: 600;
}

.order-details .order-info tr .colored p {
  font-weight: 400;
  color: #888E9B;
  margin-bottom: 17px;
}

.order-details .order-info tr .completePayment {
  background: rgba(111, 109, 255, 0.1);
  color: #6F6DFF;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  transition: all 0.25s ease-in-out 0s;
  margin-right: 10px;
}

.order-details .order-info tr .completePayment:hover {
  background: #6F6DFF;
  color: #FFF;
}

.order-details .checkout-menu-btn {
  padding: 0 20px;
}

.order-details .checkout-menu-btn .checkout-btn {
  padding: 10px 5px;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.feedback-popUp .modal-dialog {
  max-width: 596px;
}

.feedback-popUp .modal-content {
  border-radius: 22px;
  border: none;
}

.feedback-popUp .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding: 30px;
  border-radius: 22px 22px 0 0;
}

.feedback-popUp .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 21px;
  color: #6F6DFF;
  margin: 0;
}

.feedback-popUp .modal-content .modal-header .modal-title span {
  color: #33A753;
}

.feedback-popUp .modal-content .modal-header .close {
  opacity: 1;
}

.feedback-popUp .modal-content .modal-header .close:hover {
  opacity: 1;
}

.feedback-popUp .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

.feedback-popUp .modal-content .modal-body {
  padding: 25px 30px;
  background: #F8FAFB;
  border-radius: 0 0 22px 22px;
}

.feedback-popUp .modal-content .modal-body .feedback-content {
  margin-bottom: 0;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li {
  margin-bottom: 20px;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li:last-child {
  margin-bottom: 0;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li > div {
  padding: 13px 20px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 15px;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .rate {
  margin-bottom: 0;
  font-size: 13px;
  color: #888E9B;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .rating-box {
  margin: 0;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .rating-box > li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDF2F5;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .rating-box > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .stars {
  margin: 0;
  font-size: 0;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .stars > li {
  display: inline-block;
  cursor: pointer;
  padding: 0 2px;
}

.feedback-popUp .modal-content .modal-body .feedback-content > li .stars > li i {
  font-size: 18px;
  color: #FFB115;
}

.feedback-popUp .modal-content .modal-body .feedback-content .feedback-box .feedback_header {
  padding-top: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EDF2F5;
}

.feedback-popUp .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-image {
  flex: 0 0 58px;
  border-radius: 10px;
  background: #EBEBF9;
  height: 58px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-name {
  padding-right: 20px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-name .name {
  margin-bottom: 5px;
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .feedback-box .feedback_header .cafe-name .date {
  margin-bottom: 0;
  font-size: 13px;
  color: #888E9B;
}

.feedback-popUp .modal-content .modal-body .feedback-content .feedback-box .feedback_header .id {
  font-size: 13px;
  color: #3E3E40;
  font-weight: 600;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer {
  border-bottom: 1px solid #EDF2F5;
  padding-top: 9px;
  padding-bottom: 19px;
  position: relative;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer .img-box {
  flex: 0 0 28px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer .header-title {
  padding-right: 10px;
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .quilty-heaer .optial {
  font-size: 12px;
  color: #8893AA;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group {
  margin-top: 14px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea {
  border: 0;
  resize: none;
  color: #888E9B;
  font-size: 13px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea:focus {
  box-shadow: none;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::-webkit-input-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::-moz-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea:-ms-input-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::-ms-input-placeholder {
  color: #888E9B;
  font-size: 13px;
}

.feedback-popUp .modal-content .modal-body .feedback-content .qulity-feedback .form-group textarea::placeholder {
  color: #888E9B;
  font-size: 13px;
}

.feedback-popUp .modal-content .modal-body .delivery-btn {
  margin-top: 34px;
  display: inline-block;
  padding: 10px 29px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  background: #33A753;
}

.customerdashboard-body {
  overflow: hidden;
}

.customer-dashboard-scroll-60 {
  height: calc(100vh - 60px);
  overflow: auto;
}

.customer-dashboard-scroll-120 {
  height: calc(100vh - 120px);
  overflow: auto;
}

.customer-dashboard {
  height: 100vh;
}

.customer-dashboard .order {
  background: transparent;
  padding-top: 0;
}

.customer-dashboard .order .main-title .title_paragh {
  display: none;
}

.customer-dashboard .order-details {
  background: transparent;
  padding-top: 0;
}

.customer-dashboard .order-details .main-title .title_paragh {
  display: none;
}

.customer-dashboard .dashboard-header {
  padding: 5px 20px;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #EDF2F5;
  align-items: center;
}

.customer-dashboard .dashboard-header .title {
  font-size: 20px;
  color: #454D57;
  margin-bottom: 0;
}

.customer-dashboard .dashboard-header .title span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-weight: 700;
}

.customer-dashboard .dashboard-header .title i {
  display: inline-block;
  vertical-align: middle;
}

.customer-dashboard .dashboard-header .lang-menu {
  display: block;
  padding-top: 5px;
  padding-left: 35px;
}

.customer-dashboard .dashboard-header .lang-menu .img-box {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.customer-dashboard .dashboard-header .lang-menu .img-box > img {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.customer-dashboard .dashboard-header .lang-menu:after {
  display: none;
}

.customer-dashboard .dashboard-header .alarm-box {
  position: relative;
  text-align: center;
}

.customer-dashboard .dashboard-header img {
  display: block;
  position: relative;
  top: 3px;
  width: 22px;
}

.customer-dashboard .dashboard-header .circle {
  text-align: center;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FF1515;
  line-height: 19px;
  margin-top: -10px;
}

.customer-dashboard .dashboard-header .circle span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  display: block;
}

@media (max-width: 767px) {
  .customer-dashboard .dashboard-header {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
  }
}

.customer-dashboard .chat-users-aside {
  position: relative;
}

.customer-dashboard .chat-users-aside .chat-users-aside-options {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -o-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
}

.customer-dashboard .chat-users-aside .chat-users-scroll-box-container {
  position: relative;
}

.customer-dashboard .chat-users-aside .chat-users-scroll-box {
  height: calc(100vh - 120px);
  overflow: auto;
  padding-bottom: 69px !important;
}

.customer-dashboard .customer-dashboard-content-page {
  display: flex;
  justify-content: flex-start;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat {
  width: 350px;
  position: relative;
  flex: 350px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .friends-chat {
    width: 280px;
    flex: 280px 0 0;
  }
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .add-friend-box {
  background: #fff;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  width: 100%;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .add-friend-box .add-friend-btn {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 20px;
  background: #6F6DFF;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .add-friend-box .group-btn {
  padding: 10px 22px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .add-friend-box .group-btn > i {
  padding-left: 10px;
  font-size: 13px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .add-friend-box .find-group-btn {
  background: #33A753;
  margin-left: 10px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box {
  max-width: 100%;
  background: #fff;
  padding-right: 23px;
  border-right: 4px solid #6F6DFF;
  border-left: 1px solid #EDF2F5;
  border-bottom: 1px solid #EDF2F5;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input {
  background: transparent;
  border-radius: 0;
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 400;
  padding: 17.5px 25px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input::-webkit-input-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input::-moz-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input:-ms-input-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input::-ms-input-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-input::placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 0;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .search-box .search-icon-box > i {
  color: #A1A1A1;
  font-size: 14px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message {
  margin-bottom: 0;
  overflow: auto;
  display: none;
  padding: 15px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box {
  display: block;
  padding: 20px 25px;
  padding-left: 35px;
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
  -o-box-shadow: 0 12px 25px rgba(69, 77, 87, 0.11);
  box-shadow: 0 12px 25px rgba(69, 77, 87, 0.11);
}

@media (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box {
    padding: 20px;
    padding-left: 35px;
  }
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .photo-box {
  width: 55px;
  position: absolute;
  height: 55px;
  border-radius: 50%;
  top: 20px;
  right: 25px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .photo-box > img {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .photo-box {
    width: 45px;
    height: 45px;
    right: 20px;
  }
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .photo-box .dot-box {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #33A753;
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 2px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-content {
  padding-right: 70px;
  margin-top: 6px;
  margin-bottom: 5px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-content {
    padding-right: 60px;
    margin-top: 1px;
    margin-bottom: 0;
  }
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-content .sender-name {
  color: #454D57;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-content .message {
  margin: 0;
  color: #8B929E;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-date {
  position: absolute;
  top: 20px;
  left: 15px;
  text-align: left;
}

@media (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-date {
    top: 18px;
  }
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-date .circle {
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  border-radius: 50%;
  background: #6F6DFF;
  text-align: center;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .message-date .circle span {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: block;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .mesaage-box .date {
  margin-bottom: 7px;
  color: #A1A1A1;
  font-size: 12px;
  white-space: nowrap;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .gray-box {
  background: #EDEDED;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .gray-box .photo-box .dot-box {
  border: 1px solid #EDEDED;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .white-box {
  background: #fff;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-message li .white-box .photo-box .dot-box {
  border: 1px solid #fff;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search {
  margin-bottom: 0;
  display: none;
  padding: 15px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search > li {
  margin-bottom: 10px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search > li .friend-box {
  background: #fff;
  -o-box-shadow: 0 12px 25px rgba(69, 77, 87, 0.11);
  box-shadow: 0 12px 25px rgba(69, 77, 87, 0.11);
  padding: 10px;
  padding-left: 20px;
  border-radius: 6px;
  transition: all 0.25s ease-in-out 0s;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search > li .friend-box:hover {
  background: #EDEDED;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search > li .friend-box .friend-photo-box {
  width: 40px;
  border-radius: 50%;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search > li .friend-box .friend-name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 15px;
  color: #454D57;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .friends-search > li .friend-box .active-state {
  width: 7px;
  height: 7px;
  background: #33A753;
  border-radius: 50%;
  margin-top: 15px;
}

.customer-dashboard .customer-dashboard-content-page .friends-chat .show-content-box {
  display: block;
}

.customer-dashboard .customer-dashboard-content-page .chat-box {
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .close-chat-btn {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #ececff;
  color: #6F6DFF;
  cursor: pointer;
  margin-left: 10px;
  display: none;
}

@media (max-width: 767px) {
  .customer-dashboard .customer-dashboard-content-page .chat-box .close-chat-btn {
    display: inline-block;
  }
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-header {
  border-bottom: 1px solid #EDF2F5;
  padding: 11.5px 22px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-header .photo-box {
  width: 36px;
  border-radius: 50%;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-header .photo-box > img {
  border-radius: 50%;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-header .title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #454D57;
  display: flex;
  align-items: center;
  padding-right: 15.6px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-header .chat-menu i {
  font-size: 18px;
  color: #454D57;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation {
  padding: 30px;
  height: calc(100vh - 120px);
  overflow: auto;
  padding-bottom: 79px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation.received-messages-with-photo .received-messages {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation.received-messages-with-photo .received-messages {
    padding-right: 0px;
  }
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation ul {
  margin: 0;
  max-width: 70%;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation ul li {
  margin-bottom: 10px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation ul li:last-child {
  margin-bottom: 15px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation ul .message {
  border-radius: 22px;
  padding: 8px 20px;
  display: inline-block;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation ul .message p {
  margin: 0;
  font-size: 14px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container {
  position: relative;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .photo-box {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-left: 15px;
  position: absolute;
  right: 0;
  bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .photo-box {
    display: none;
  }
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .photo-box > img {
  border-radius: 50%;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .photo-box .dot-box {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #33A753;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 2px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .group-sender-name {
  width: 100%;
  font-size: 13px;
  color: #7E7C7C;
  font-weight: 500;
  margin-bottom: 5px;
  padding-right: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .messages-container .group-sender-name {
    padding-right: 10px;
  }
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .received-messages {
  float: right;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .received-messages li {
  position: relative;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .received-messages li .message {
  background: #EAE8ED;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .received-messages li .message p {
  color: #454D57;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .sent-messages {
  float: left;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .sent-messages .message {
  background: #6F6DFF;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .sent-messages .message p {
  color: #fff;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control {
  border: none;
  background: #EDF2F5;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: bold;
  color: #454D57;
  height: 69px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control::-webkit-input-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control::-moz-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control:-ms-input-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control::-ms-input-placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control::placeholder {
  color: #A1A1A1;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .form-control:focus {
  outline: none;
  box-shadow: none;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .icon-box {
  text-align: center;
  background: #6F6DFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .send-message .icon-box i {
  color: #fff;
  font-size: 20px;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .setting-dropdown .dropdown-menu {
  left: 0;
  right: auto !important;
  transform: none !important;
  top: 15px !important;
  border: none;
  border-radius: 10px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  overflow: hidden;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .setting-dropdown .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  border-bottom: 1px solid #F7F8FF;
  color: #646464;
  font-size: 13px;
  font-weight: 500;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .setting-dropdown .dropdown-menu .dropdown-item:last-of-type {
  border-bottom: 0;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .setting-dropdown .dropdown-menu .dropdown-item:focus {
  background: #fff;
}

@media (max-width: 767px) {
  .customer-dashboard .customer-dashboard-content-page {
    width: 100%;
    display: block;
    position: relative;
  }

  .customer-dashboard .customer-dashboard-content-page .friends-chat {
    width: 100%;
    display: block;
  }

  .customer-dashboard .customer-dashboard-content-page .chat-box {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.25s ease-in-out 0s;
  }

  .customer-dashboard .customer-dashboard-content-page .chat-box.activeShow {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.traking-modal .modal-dialog {
  max-width: 600px;
}

.traking-modal .modal-content {
  border-radius: 22px;
  border: none;
}

.traking-modal .modal-content .modal-header {
  background: #fff;
  border-bottom: 0;
  padding: 20px 25px;
  border-radius: 22px 22px 0 0;
}

.traking-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  color: #6F6DFF;
  margin: 0;
}

.traking-modal .modal-content .modal-header .close {
  opacity: 1;
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.traking-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}

.traking-modal .modal-content .modal-header .close > img {
  float: left;
  width: 21px;
}

.traking-modal .modal-content .modal-body {
  padding: 0;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
  background: #F8FAFB;
}

.traking-modal .modal-content .modal-body .popUp-title {
  font-size: 14px;
}

.traking-modal .modal-content .modal-body .content-box {
  padding: 40px;
  text-align: center;
}

.traking-modal .modal-content .modal-body .content-box .form-control {
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
  font-weight: 600;
  padding: 17px 25px;
  font-size: 14px;
  height: auto;
  border-radius: 10px;
}

.traking-modal .modal-content .modal-body .content-box .form-control::-webkit-input-placeholder {
  color: #8B929E;
}

.traking-modal .modal-content .modal-body .content-box .form-control::-moz-placeholder {
  color: #8B929E;
}

.traking-modal .modal-content .modal-body .content-box .form-control:-ms-input-placeholder {
  color: #8B929E;
}

.traking-modal .modal-content .modal-body .content-box .form-control::-ms-input-placeholder {
  color: #8B929E;
}

.traking-modal .modal-content .modal-body .content-box .form-control::placeholder {
  color: #8B929E;
}

.order-details-box .cafe-items-box {
  background: #fff;
  border: 0.5px solid rgba(111, 109, 255, 0.1);
  border-radius: 18px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 20px;
}

.order-details-box .cafe-items-box:last-of-type {
  margin-bottom: 0;
}

.order-details-box .cafe-items-box .box-title {
  padding: 11px 12px;
  border-bottom: 0.5px solid #DAD6D6;
}

.order-details-box .cafe-items-box .box-title .photo-box {
  flex: 0 0 43px;
  background: #EBEBF9;
  border-radius: 5px;
}

.order-details-box .cafe-items-box .box-title .name {
  margin: 0px;
  color: #3E3E40;
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
}

.order-details-box .cafe-items-box .box-title .add-items-btn {
  flex: 0 0 115px;
  display: block;
  border: 1px solid #383838;
  border-radius: 20px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: bold;
  color: #383838;
}

@media (max-width: 991px) {
  .order-details-box .cafe-items-box:last-of-type {
    margin-bottom: 30px;
  }
}

.order-details-box .box-content {
  padding: 20px;
}

.order-details-box .box-content .table {
  margin-bottom: 0;
}

.order-details-box .box-content .table td {
  border-top: none;
}

.order-details-box .box-content .table .table-header > tr {
  background: #F7F8FF;
  border-radius: 5px;
  padding: 13px 20px;
}

.order-details-box .box-content .table .table-header > tr > th {
  color: #6F6DFF;
  border-top: none;
  border-bottom: none;
  padding: 13px 0;
}

.order-details-box .box-content .table .table-header > tr > th:first-child {
  padding-right: 20px;
}

.order-details-box .box-content .table tbody .items-info {
  overflow: hidden;
}

.order-details-box .box-content .table tbody .items-info .photo-box {
  float: right;
  width: 64px;
  border-radius: 8px;
}

.order-details-box .box-content .table tbody .items-info .photo-box > img {
  border-radius: 8px;
}

.order-details-box .box-content .table tbody .items-info .order-name {
  float: right;
  width: calc(100% - 64px);
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #3E3E40;
  margin: 0;
  font-size: 16px;
  margin-top: 20px;
}

.order-details-box .box-content .table tbody .photo-box {
  flex: 0 0 64px;
  border-radius: 8px;
}

.order-details-box .box-content .table tbody .photo-box > img {
  border-radius: 8px;
}

.order-details-box .box-content .table tbody .order-name {
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #3E3E40;
  margin: 0;
  font-size: 16px;
}

.order-details-box .box-content .table tbody .price {
  margin: 0;
  color: #3E3E40;
  margin-top: 20px;
}

.order-details-box .box-content .table tbody .price > .number {
  font-size: 16px;
  font-weight: 600;
}

.order-details-box .box-content .table tbody .price > .currency {
  font-size: 12px;
  font-weight: bold;
}

.order-details-box .box-content .table tbody .count {
  float: right;
  background: #EDF2F5;
  border-radius: 23px;
  margin-bottom: 0;
  padding: 5px;
  margin-top: 13px;
  overflow: hidden;
}

.order-details-box .box-content .table tbody .count li {
  margin: auto;
}

.order-details-box .box-content .table tbody .count .num {
  margin: 0 9px;
  display: inline-block;
}

.order-details-box .box-content .table tbody .count .mins,
.order-details-box .box-content .table tbody .count .plus {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.order-details-box .box-content .table tbody .count .mins i,
.order-details-box .box-content .table tbody .count .plus i {
  line-height: 27px;
  font-size: 11px;
}

.order-details-box .box-content .table tbody .count .mins {
  background: #fff;
  float: right;
}

.order-details-box .box-content .table tbody .count .mins i {
  color: #383838;
}

.order-details-box .box-content .table tbody .count .plus {
  background: #6F6DFF;
  float: left;
}

.order-details-box .box-content .table tbody .count .plus i {
  color: #fff;
}

.order-details-box .box-content .table tbody .delete-box {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 21, 21, 0.15);
  text-align: center;
  margin-top: 15px;
}

.order-details-box .box-content .table tbody .delete-box > i {
  line-height: 35px;
  font-size: 18px;
  color: #FF1515;
}

.cart-page {
  padding-top: 40px;
  padding-bottom: 70px;
  background: #F7F8FF;
}

.cart-page .title {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 21px;
}

.cart-page .title > a {
  float: right !important;
  padding-right: 30px;
}

.cart-page .title .payment-title {
  float: right;
  color: #6F6DFF;
  font-size: 24px;
  font-weight: 600;
}

.cart-page .title a {
  display: inline-block;
  float: left;
  color: #33A753;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
}

.cart-page .order-summary {
  background: #fff;
  border-radius: 18px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cart-page .order-summary .summary-title {
  font-size: 18px;
  color: #6F6DFF;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 20px;
  padding-bottom: 0;
}

.cart-page .order-summary .voucher-code {
  padding: 25px 20px;
  border-top: 0.5px solid #DAD6D6;
}

.cart-page .order-summary .voucher-code p {
  font-size: 13px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-page .order-summary .order-price {
  padding: 25px 20px;
  border-top: 0.5px solid #DAD6D6;
}

.cart-page .order-summary .order-price .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  font-weight: 600;
  margin-bottom: 10px;
}

.cart-page .order-summary .order-price .price-info {
  overflow: hidden;
}

.cart-page .order-summary .order-price .price-info p {
  font-size: 14px;
}

.cart-page .order-summary .order-price .price-info .cafe-name {
  color: #7E7C7C;
  margin-bottom: 8px;
}

.cart-page .order-summary .order-price .price-info .cafe-name:last-of-type {
  margin-bottom: 0;
}

.cart-page .order-summary .order-price .price-info .total {
  color: #383838;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-page .order-summary .order-price .price-info .left-side {
  float: right;
}

.cart-page .order-summary .order-price .price-info .right-side {
  float: left;
}

.cart-page .order-summary .order-price .place-order {
  margin-top: 20px;
  background: #6F6DFF;
  padding: 15px 35px;
  border-radius: 8px;
  font-family: "Nunito", "sans-serif";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}

.cart-page .order-summary .order-price .price-details {
  margin-bottom: 0;
}

.cart-page .order-summary .order-price .price-details li {
  overflow: hidden;
  margin-bottom: 10px;
}

.cart-page .order-summary .order-price .price-details li p {
  float: right;
}

.cart-page .order-summary .order-price .price-details li span {
  float: left;
}

.cart-page .order-summary .order-price .price-details li .subtotal {
  font-size: 14px;
  color: #7E7C7C;
  margin-bottom: 0;
}

.cart-page .order-summary .order-price .price-details li .total {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0;
}

.cart-page .order-summary .order-price .price-details li:last-child {
  margin-bottom: 0;
  margin-top: 5px;
}

.dashboard-friends {
  background: #EDF2F5;
}

.dashboard-friends > .dashboard-header {
  padding: 16px 20px;
  background: #fff;
  border-bottom: 1px solid #EDF2F5;
  transition: all 0.25s ease-in-out 0s;
}

.dashboard-friends > .dashboard-header .title {
  font-size: 20px;
  color: #454D57;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.dashboard-friends > .dashboard-header .title span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-weight: 700;
}

.dashboard-friends > .dashboard-header .title i {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-friends > .dashboard-header img {
  display: block;
  margin-bottom: 3px;
}

.dashboard-friends > .dashboard-header .circle {
  text-align: center;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #FF1515;
  line-height: 21px;
}

.dashboard-friends > .dashboard-header .circle span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  display: block;
}

.dashboard-friends .search-drop-down-box {
  background: #fff;
  border-right: 4px solid #6F6DFF;
  -o-box-shadow: 0 15px 20px rgba(69, 77, 87, 0.05);
  box-shadow: 0 15px 20px rgba(69, 77, 87, 0.05);
  border-bottom: 1px solid rgba(69, 77, 87, 0.1);
}

@media (max-width: 575px) {
  .dashboard-friends .search-drop-down-box {
    display: block !important;
  }

  .dashboard-friends .search-drop-down-box .search-box {
    display: none;
  }
}

.dashboard-friends .search-drop-down-box > .dropdown-box {
  flex: 0 0 299px;
  border-left: 1px solid #EDF2F5;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-btn {
  padding: 18px 24px;
  color: #454D57;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-btn::after {
  display: none;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-btn span {
  font-size: 16px;
  font-weight: 500;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-btn i {
  font-size: 17px;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-menu {
  width: 102%;
  right: -6px !important;
  top: -2px !important;
  border: none;
  border-radius: 0 0 10px 10px;
  -o-box-shadow: 0 10px 25px rgba(69, 77, 87, 0.1);
  box-shadow: 0 10px 25px rgba(69, 77, 87, 0.1);
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-menu .dropdown-item {
  padding: 23.5px;
  border-top: 1px solid #EDF2F5;
  font-size: 16px;
  color: #454D57;
  font-weight: 500;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-menu .dropdown-item:focus {
  background: #f8f9fa;
  color: #6F6DFF;
}

.dashboard-friends .search-drop-down-box > .dropdown-box .dropdown-menu .dropdown-item i {
  padding-left: 7.5px;
  font-size: 16px;
  color: #6F6DFF;
}

.dashboard-friends .search-drop-down-box > .search-box {
  flex-grow: 1;
  max-width: 100%;
}

.dashboard-friends .search-drop-down-box > .search-box .search-input {
  border-radius: 0;
  background: transparent;
  padding-right: 64px;
  font-size: 16px;
  color: #A1A1A1;
  font-weight: 400;
  padding: 17.5px 50px;
}

.dashboard-friends .search-drop-down-box > .search-box .search-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #A1A1A1;
}

.dashboard-friends .search-drop-down-box > .search-box .search-input::-moz-placeholder {
  font-size: 16px;
  color: #A1A1A1;
}

.dashboard-friends .search-drop-down-box > .search-box .search-input:-ms-input-placeholder {
  font-size: 16px;
  color: #A1A1A1;
}

.dashboard-friends .search-drop-down-box > .search-box .search-input::-ms-input-placeholder {
  font-size: 16px;
  color: #A1A1A1;
}

.dashboard-friends .search-drop-down-box > .search-box .search-input::placeholder {
  font-size: 16px;
  color: #A1A1A1;
}

.dashboard-friends .search-drop-down-box > .search-box .search-icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 0;
}

.dashboard-friends .search-drop-down-box > .search-box .search-icon-box > i {
  color: #A1A1A1;
  font-size: 14px;
}

.dashboard-friends .search-drop-down-box .near-by-search {
  flex: 0 0 calc(100% / 3);
}

.dashboard-friends .search-drop-down-box .location-box {
  border-left: 1px solid #EDF2F5;
}

.dashboard-friends .friends-content {
  padding: 30px 30.5px;
}

.dashboard-friends .friends-content .friend_box {
  background: #fff;
  border-radius: 5px;
  -o-box-shadow: 0 15px 20px rgba(69, 77, 87, 0.1);
  box-shadow: 0 15px 20px rgba(69, 77, 87, 0.1);
  padding: 30px 15px;
  margin-bottom: 30px;
}

.dashboard-friends .friends-content .friend_box .photo-box {
  width: 85px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: inline-block;
}

.dashboard-friends .friends-content .friend_box .photo-box > img {
  border-radius: 50%;
}

.dashboard-friends .friends-content .friend_box .friend-name {
  margin-bottom: 15px;
  color: #454D57;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.dashboard-friends .friends-content .friend_box .location {
  margin-top: -10px;
  margin-bottom: 15px;
}

.dashboard-friends .friends-content .friend_box .location > i {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #6F6DFF;
  margin-left: 10px;
}

.dashboard-friends .friends-content .friend_box .location > span {
  margin-bottom: 13px;
  font-size: 12px;
  color: #8B929E;
  isplay: inline-block;
  vertical-align: middle;
}

.dashboard-friends .friends-content .friend_box .btn-box-container {
  line-height: 0;
}

.dashboard-friends .friends-content .friend_box .meesage-box {
  background: #EDF2F5;
  border-radius: 20px;
  display: inline-block;
  border: 0;
  padding-right: 0;
  padding-left: 0;
  vertical-align: middle;
}

.dashboard-friends .friends-content .friend_box .meesage-box .icon-message-box {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #6F6DFF;
  text-align: center;
  float: right;
}

.dashboard-friends .friends-content .friend_box .meesage-box .icon-message-box > i {
  color: #fff;
  line-height: 37px;
  font-size: 15px;
}

.dashboard-friends .friends-content .friend_box .meesage-box .send-message {
  margin-bottom: 0;
  padding: 10px;
  padding-left: 17px;
  font-size: 12px;
  font-weight: 600;
  color: #6F6DFF;
  float: right;
  width: calc(100% - 37px);
  line-height: 37px;
  padding-top: 0;
  padding-bottom: 0;
}

.dashboard-friends .friends-content .friend_box .request-box {
  overflow: hidden;
  line-height: 1;
}

.dashboard-friends .friends-content .friend_box .request-box a {
  vertical-align: middle;
}

.dashboard-friends .friends-content .friend_box .request-box > .meesage-box {
  margin-left: 8px;
}

.dashboard-friends .friends-content .friend_box .request-box .icon-reject-box {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #FF5050;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  vertical-align: middle;
  border: 0;
}

.dashboard-friends .friends-content .friend_box .request-box .icon-reject-box > i {
  color: #fff;
  line-height: 37px;
  font-size: 15px;
}

.dashboard-profile > .dashboard-profile-content {
  padding: 30px;
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content {
    padding: 10px;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info {
  background-size: cover;
  border-radius: 10px 10px 0 0;
  height: 130px;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info {
    height: 100px;
  }
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info {
    height: auto;
    text-align: center;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay {
  width: 100%;
  height: 100%;
  background: rgba(69, 77, 87, 0.5);
  border-radius: 10px 10px 0 0;
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay {
    position: relative;
    padding: 40px 0;
    background: rgba(69, 77, 87, 0.8);
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-photo {
  width: 149px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  right: 40px;
  z-index: 999;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-photo {
    width: 110px;
    right: 25px;
  }
}

@media (max-width: 991px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-photo {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-photo {
    width: 140px;
    position: static;
    margin: auto;
    margin-bottom: 10px;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-photo > img {
  border-radius: 50%;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .edit-profile-img {
  overflow: hidden;
  cursor: pointer;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .edit-profile-img input {
  display: none;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .edit-profile-img label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .edit-profile-img .img-overlay-btn {
  padding: 10px 0 25px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .edit-profile-img .img-overlay-btn p {
  margin-bottom: 0;
  font-size: 13px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .edit-profile-img:hover .img-overlay-btn {
  background: rgba(0, 0, 0, 0.8);
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-name {
  margin-bottom: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  position: absolute;
  right: 220px;
  bottom: 20px;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-name {
    right: 160px;
  }
}

@media (max-width: 991px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-name {
    right: 145px;
  }
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-name {
    position: static;
    text-align: center;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .setting-dropdown .dropdown-menu {
  left: 0;
  right: auto !important;
  transform: none !important;
  top: 60px !important;
  border: none;
  border-radius: 10px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  overflow: hidden;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .setting-dropdown .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  border-bottom: 1px solid #F7F8FF;
  color: #646464;
  font-size: 13px;
  font-weight: 500;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .setting-dropdown .dropdown-menu .dropdown-item:last-of-type {
  border-bottom: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .setting-dropdown .dropdown-menu .dropdown-item:focus {
  background: #fff;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-links {
  background: #ffff;
  border-radius: 0 0 10px 10px;
  -o-box-shadow: 0 10px 20px rgba(69, 77, 87, 0.16);
  box-shadow: 0 10px 20px rgba(69, 77, 87, 0.16);
  position: relative;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  text-align: right;
  border-bottom: none;
  margin-right: 220px;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab {
    margin-right: 160px;
  }
}

@media (max-width: 991px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab {
    margin-right: 145px;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab > li {
  margin: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab > li .nav-link {
  padding: 30px 0;
  margin-left: 35px;
  font-weight: 500;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab > li .nav-link {
    margin-left: 25px;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab > li > .nav-link.active {
  background: transparent;
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab {
    margin-right: 0px;
    text-align: center;
    display: block;
  }

  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab > li .nav-link {
    margin: 0 9px;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 12px;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting {
  margin: 0;
  position: absolute;
  left: 30px;
  top: 100%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting {
    left: 20px;
  }
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting {
    width: 100%;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transform: translate(-50%, -50%);
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li {
  display: inline-block;
  margin-left: 37px;
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li .setting-item {
  display: block;
  background: #FFF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li .setting-item {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li .setting-item > i {
  color: #6F6DFF;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li:last-child {
  margin-left: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content {
  margin-top: 30px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box {
  margin: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box > li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDF2F5;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box .rate {
  margin-bottom: 0;
  font-size: 13px;
  color: #888E9B;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box .stars {
  margin: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box .stars > li {
  display: inline-block;
  cursor: pointer;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .rating-box .stars > li i {
  font-size: 18px;
  color: #FFB115;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .friends-content {
  padding: 0 !important;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .more-details .qulity-feedback {
  padding: 13px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 15px;
  margin-bottom: 21px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .more-details .qulity-feedback:last-of-type {
  margin-bottom: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .more-details .qulity-feedback .quilty-heaer {
  border-bottom: 1px solid #EDF2F5;
  padding-top: 9px;
  padding-bottom: 19px;
  position: relative;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .more-details .qulity-feedback .quilty-heaer .img-box {
  flex: 0 0 28px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .more-details .qulity-feedback .quilty-heaer .header-title {
  padding-right: 10px;
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .more-details .qulity-feedback .quilty-heaer .optial {
  font-size: 12px;
  color: #8893AA;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review {
  background: #fff;
  border-radius: 10px;
  -o-box-shadow: 0 10px 20px rgba(69, 77, 87, 0.16);
  box-shadow: 0 10px 20px rgba(69, 77, 87, 0.16);
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .full-review {
  display: none;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .more-details-btn .less-details-txt {
  display: none;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review.active-full-review .short-review {
  display: none;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review.active-full-review .full-review {
  display: block;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review.active-full-review .more-details-btn .more-details-txt {
  display: none;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review.active-full-review .more-details-btn .less-details-txt {
  display: inline;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-info {
  margin-bottom: 15px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-info .logo-box {
  background: #EBEBF9;
  border-radius: 8px;
  flex: 0 0 58px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-info .cafe-name {
  padding-right: 15px;
  padding-top: 5px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-info .cafe-name .name {
  margin-bottom: 7px;
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-info .cafe-name .date {
  margin-bottom: 0;
  color: #888E9B;
  font-size: 13px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-rate {
  padding: 5px 6px;
  background: #FFB115;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-rate i {
  font-size: 12px;
  padding-left: 6px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .cafe-rate span {
  font-size: 10px;
  font-weight: 600;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .review-details {
  margin-bottom: 15px;
  font-size: 14px;
  color: #646464;
  line-height: 21px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .more-details-btn {
  display: block;
  color: #6F6DFF;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .more-details-btn span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.dashboard-profile > .dashboard-profile-content > .cover-box .profile-content .profile-cafe-review .more-details-btn i {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.kayo-page-container {
  max-width: 1066px;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info {
    height: 130px;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-photo {
    width: 149px;
    right: 40px;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-info .overlay .profile-name {
    right: 220px;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-links > .profile-tab {
    margin-right: 220px;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li {
    margin-left: 37px;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li:last-child {
    margin-left: 0;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting li .setting-item {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }

  .customer-dashboard-asidemenu-colapse .dashboard-profile > .dashboard-profile-content > .cover-box .profile-setting {
    left: 30px;
  }
}

.about-me-tab .heading {
  margin-bottom: 0;
  padding: 10px;
  padding-left: 20px;
  padding-right: 30px;
  line-height: 40px;
}

.about-me-tab .heading .edit,
.about-me-tab .heading .save {
  background: rgba(111, 109, 255, 0.1);
  border-radius: 19px;
  color: #6F6DFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.about-me-tab .heading .edit a,
.about-me-tab .heading .save a {
  color: #6F6DFF;
  padding: 9px 20px;
  display: block;
}

.about-me-tab .heading .edit a i,
.about-me-tab .heading .save a i {
  margin-left: 10px;
}

.about-me-tab .heading button.save {
  background: #6F6DFF;
  color: #fff;
  padding: 9px 20px;
  display: block;
  border: 0;
}

.about-me-tab .heading button.save i {
  margin-left: 10px;
}

.about-me-tab hr {
  margin: 0;
}

.about-me-tab .fields {
  margin-end-direction: 0;
  margin-start-direction: 0;
  padding: 10px 25px;
}

.about-me-tab .col-sm-6.col-xs-12 {
  padding: 20px 15px 0;
}

.about-me-tab .field {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
}

.about-me-tab .field .icon {
  background: #EDF2F5;
  border-radius: 23px;
  width: 45px;
  height: 45px;
  display: inline-block;
  flex: 45px 0 0;
  text-align: center;
  line-height: 45px;
  margin-left: 15px;
  color: #6F6DFF;
}

.about-me-tab .field .label {
  font-size: 14px;
  flex-grow: 1;
}

.about-me-tab .field input.label {
  border: none;
  outline: none;
}

.about-me-tab .field.gender-field {
  background: none;
}

.about-me-tab .field.gender-field .selectize-control {
  display: block;
  width: 100% !important;
}

.about-me-tab .field.gender-field .gender-item {
  display: flex !important;
  width: 100%;
  align-items: center;
}

.about-me-tab .field.gender-field input[type=select-one] {
  display: none !important;
}

.about-me-tab .field.gender-field .selectize-input {
  border: 0;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  display: block;
}

.about-me-tab .media-links {
  padding: 0 40px 30px;
}

.about-me-tab .media-links .heading {
  padding: 20px 0 0;
}

.about-me-tab .media-links a.add-new {
  display: flex;
  color: #6F6DFF;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border-radius: 0;
  line-height: 44px;
  margin-top: 20px;
}

.about-me-tab .media-links a.add-new .circle {
  background: #6F6DFF;
  color: #fff;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.about-me-tab .media-links .links {
  display: flex;
  flex-wrap: wrap;
}

.about-me-tab .media-links .links a {
  display: inline-block;
  border-radius: 20px;
  background: #EDF2F5;
  display: flex;
  margin-left: 20px;
  margin-top: 20px;
  color: #6F6DFF;
  font-size: 12px;
}

.about-me-tab .media-links .links a span.text {
  flex-grow: 1;
  padding: 10px;
  padding-left: 17px;
  font-weight: 600;
}

.about-me-tab .media-links .links a span.icon {
  background: #6F6DFF;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.about-me-tab .media-links .links .link-item {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.about-me-tab .media-links .links .link-item input.input {
  background: #EDF2F5;
  height: 44px;
  line-height: 20px;
  color: #6F6DFF;
  outline: none;
  border: none;
  border-radius: 22px;
  padding: 12px 20px;
  width: 320px;
  margin-left: 15px;
  font-weight: 500 !important;
  font-size: 14px;
}

.about-me-tab .media-links .links .link-item div.input .selectize-input {
  background: #fff !important;
  border-radius: 50px;
  margin-left: 15px;
  width: 140px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 20px;
  font-size: 14px;
  color: #6F6DFF;
  font-weight: 500;
  border: 0;
}

.about-me-tab .media-links .links .link-item div.input .selectize-input::after {
  content: "\F107";
  font-family: "Font Awesome 5 Free", sans-serif;
  border: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #6F6DFF;
  font-size: 14px;
  margin-top: 0 !important;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.about-me-tab .media-links .links .link-item div.input .selectize-input.dropdown-active:after {
  transform: translateY(-50%) rotateZ(180deg);
}

.about-me-tab .media-links .links .link-item div.input .selectize-input i {
  margin-right: 15px;
}

.about-me-tab .media-links .links .link-item div.input .selectize-input .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.about-me-tab .media-links .links .link-item a.delete {
  color: #FF1515;
  border-radius: 22px;
  background: rgba(255, 21, 21, 0.2);
  width: 44px;
  height: 44px;
  display: inline-block;
  flex: 44px 0 0;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  margin: 0 !important;
  border: 1px solid rgba(111, 109, 255, 0.1);
}

.edit-profile-img {
  width: 149px;
  border-radius: 50%;
  bottom: -50%;
  right: 40px;
  z-index: 999;
  transition: all 0.25s ease-in-out 0s;
  overflow: hidden;
  cursor: pointer;
}

.edit-profile-img > img {
  border-radius: 50%;
}

.edit-profile-img input {
  display: none;
}

.edit-profile-img label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.edit-profile-img .img-overlay-btn {
  padding: 10px 0 25px;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.edit-profile-img .img-overlay-btn p {
  margin-bottom: 0;
  font-size: 13px;
}

.edit-profile-img:hover .img-overlay-btn {
  background: rgba(0, 0, 0, 0.8);
}

.custome_according {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #F7F8FF;
}

.custome_according .main-title {
  margin-bottom: 30px;
}

.custome_according .faq-boxs .faq-box {
  border-radius: 10px;
  background-color: #FCFCFC;
  -o-box-shadow: 0px 10px 20px rgba(69, 77, 87, 0.1);
  box-shadow: 0px 10px 20px rgba(69, 77, 87, 0.1);
  margin-bottom: 30px;
}

.custome_according .faq-boxs .faq-box:last-of-type {
  margin-bottom: 0;
}

.custome_according .faq-boxs .faq-box .accroding-header {
  border-bottom: 1px solid #EDF2F5;
  padding: 20px 25px;
}

.custome_according .faq-boxs .faq-box .faq-box-btn {
  width: 100%;
}

.custome_according .faq-boxs .faq-box .faq-box-btn > span,
.custome_according .faq-boxs .faq-box .faq-box-btn > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #6F6DFF;
}

.custome_according .faq-boxs .faq-box .faq-box-btn span {
  font-weight: 500;
}

.custome_according .faq-boxs .faq-box .faq-box-btn:hover,
.custome_according .faq-boxs .faq-box .faq-box-btn:focus {
  text-decoration: none;
}

.custome_according .faq-boxs .faq-box .collapsed > i,
.custome_according .faq-boxs .faq-box .collapsed > span {
  color: #454D57;
}

.custome_according .faq-boxs .faq-box .collapsed > i {
  transform: rotate(180deg);
}

.custome_according .faq-boxs .faq-box .card-body {
  padding: 0;
  padding-top: 15px;
  color: #7E7C7C;
  font-size: 16px;
  line-height: 27px;
  margin-right: 10px;
  padding: 20px 25px;
}

.customer-dashboard-main-content {
  background: #EDF2F5;
}

.notification-row {
  padding: 15px 20px;
  display: flex;
}

.notification-row.seen-notify {
  background: #F7F8FF;
}

.notification-row .img {
  background: #EBEBF9;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-left: 15px;
  line-height: 60px;
  flex: 65px 0 0;
  padding: 2.5px;
}

.notification-row .img > img {
  max-width: 100%;
  height: auto;
  width: 100%;
  top: 0;
}

.notification-row .info {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

.notification-row .info h3.brand {
  color: #3E3E40;
  font-size: 14px;
  font-weight: bold;
}

.notification-row .info .subline {
  display: flex;
  justify-content: space-between;
}

.notification-row .info .subline .time {
  font-size: 12px;
  font-weight: 300;
  margin-left: 10px;
}

.notification-row .info .subline .title {
  font-size: 14px;
  font-weight: 300;
  color: #383838;
}

#notifications-list-dropdown {
  min-width: 380px;
  padding: 0;
  border: 0;
  -o-box-shadow: 0 0px 35px rgba(3, 3, 3, 0.15);
  box-shadow: 0 0px 35px rgba(3, 3, 3, 0.15);
}

#notifications-list-dropdown .notifications-list-title {
  font-size: 16px;
  font-weight: bold;
  color: #6F6DFF;
  padding: 15px 20px;
  border-bottom: 1px solid #DAD6D6;
}

#notifications-list-dropdown .notifications-list-title .close {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

#notifications-list-dropdown .notifications-footer {
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #DAD6D6;
}

#notifications-list-dropdown .notifications-footer a {
  color: #6F6DFF;
  font-size: 14px;
}

#notifications-list-dropdown .stipped-rows {
  max-height: calc(100vh - 180px);
  overflow: auto;
}

.stipped-rows > div:nth-child(even) {
  background: #F7F8FF;
}

.color-blue-grey {
  color: #8B929E;
}

.bg-fff {
  background: #fff;
}

.shadow-3 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

.shadow-15 {
  box-shadow: 0px 15px 20px 0px rgba(69, 77, 87, 0.1);
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-30 {
  border-radius: 30px;
}

.p-10 {
  padding: 10px;
}

.btn-purple {
  background: #6F6DFF;
  color: #fff !important;
}

.btn-brown {
  background: #E1D8CC;
  color: #7D7D7D !important;
}

.fz-16 {
  font-size: 16px;
}

.fw-b {
  font-weight: bold;
}

.ov-h {
  overflow: hidden;
}

.reward-program-info-box {
  margin-bottom: 30px;
  padding: 15px 20px;
}

.reward-program-info-box .reward-free-credit {
  background: rgba(245, 144, 14, 0.21);
}

.reward-program-info-box .gift-icon-box {
  max-height: 44px;
}

.reward-program-info-box img {
  padding-left: 17px;
  margin: 3px 0;
  width: 55px;
}

.reward-program-info-box .round-30 {
  padding: 12px 30px;
}

.reward-program-info-box .info {
  flex-direction: column;
}

.reward-program-info-box .info h4 {
  font-size: 12px;
  font-weight: bold;
  color: #383838;
  margin-bottom: 7px;
}

.reward-program-info-box .info span {
  font-size: 15px;
  font-weight: bold;
  color: #F5900E;
}

.customer-box .reward-program-info-box {
  margin-bottom: 0;
  padding: 0 20px 20px;
}

.customer-box .reward-program-info-box .reward-free-credit {
  background: rgba(245, 144, 14, 0.21);
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.customer-box .reward-program-info-box img {
  padding-left: 12px;
  margin: 0;
  width: 40px;
}

.customer-box .reward-program-info-box .round-30 {
  padding: 8px 20px;
}

.customer-box .reward-program-info-box .info {
  flex-direction: column;
}

.customer-box .reward-program-info-box .info h4 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #383838;
}

.customer-box .reward-program-info-box .info span {
  font-size: 13px;
  font-weight: bold;
  color: #F5900E;
  text-align: right;
}

.dashboard-rewards-program {
  padding-bottom: 20px;
}

.dashboard-rewards-program .rewards-content {
  padding: 0 20px;
}

.dashboard-rewards-program h1.title_heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}

.dashboard-rewards-program p.color-blue-grey {
  margin-bottom: 40px;
}

.dashboard-rewards-program .reward-free-credit {
  background: rgba(245, 144, 14, 0.21);
}

.dashboard-rewards-program .reward-current-points {
  background: #EBEBEB;
  padding: 12px 30px;
  display: flex;
}

.dashboard-rewards-program .avilable-packages {
  margin-right: -10px;
  margin-left: -10px;
}

.dashboard-rewards-program .avilable-packages .reward-program-package {
  margin-bottom: 20px;
  display: flex;
  font-weight: bold;
}

.dashboard-rewards-program .avilable-packages .reward-program-package .photo-box {
  margin-left: 15px;
  border-radius: 6px;
  flex: 0 0 144px;
}

@media (max-width: 991px) {
  .dashboard-rewards-program .avilable-packages .reward-program-package .photo-box {
    flex: 0 0 85px;
  }
}

.dashboard-rewards-program .avilable-packages .reward-program-package .photo-box img {
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}

.dashboard-rewards-program .avilable-packages .reward-program-package .info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

.dashboard-rewards-program .avilable-packages .reward-program-package .info h4 {
  margin-bottom: 3px;
  font-size: 13px;
  color: #646464;
  font-weight: bold;
}

.dashboard-rewards-program .avilable-packages .reward-program-package .info span {
  font-size: 16px;
  color: #383838;
}

.dashboard-rewards-program .avilable-packages .reward-program-package .info .action {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.dashboard-rewards-program .avilable-packages .reward-program-package .info .action .btn {
  font-size: 12px;
  float: left;
  font-weight: 500;
  width: 100px;
}

.dashboard-rewards-program .avilable-packages .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-dashboard-asidemenu-colapse .rewards-content .avilable-packages .photo-box {
    flex: 0 0 144px;
  }
}

.dashboard-notification-page {
  padding: 30px;
}

@media (max-width: 767px) {
  .dashboard-notification-page {
    padding: 20px;
  }
}

.gift-package.red .price {
  color: #FF4B77;
}

.gift-package.red .border {
  fill: #FF4B77;
}

.gift-package.red .bg {
  fill: #FF8BA7;
}

.gift-package.orange .price {
  color: #F5900E;
}

.gift-package.orange .border {
  fill: #F5900E;
}

.gift-package.orange .bg {
  fill: #FFCE8F;
}

.gift-package.sky .price {
  color: #1E81CE;
}

.gift-package.sky .border {
  fill: #1E81CE;
}

.gift-package.sky .bg {
  fill: #9BC9FF;
}

.gift-package.blue .price {
  color: #3520FF;
}

.gift-package.blue .border {
  fill: #3520FF;
}

.gift-package.blue .bg {
  fill: #9287FF;
}

.gift-package.green .price {
  color: #33A753;
}

.gift-package.green .border {
  fill: #33A753;
}

.gift-package.green .bg {
  fill: #70E590;
}

.gift-package.orange2 .price {
  color: #FF5617;
}

.gift-package.orange2 .border {
  fill: #FF5617;
}

.gift-package.orange2 .bg {
  fill: #FF8A5E;
}

.gift-package {
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 160px;
}

.gift-package a {
  display: block;
}

.gift-package .selected {
  position: absolute;
  top: -9px;
  left: -8px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #33A753;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}

.gift-package .gift-box {
  padding-top: 17px;
  padding-bottom: 20px;
  width: 50%;
}

.gift-package .price {
  display: block;
  background: #EDF2F5;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.gift-package .price .currency {
  display: inline;
  font-size: 12px;
}

.dashboard-buy-gift-page {
  text-align: center;
  padding: 40px 30px;
}

.dashboard-buy-gift-page h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0D0D1F;
  text-transform: uppercase;
}

.dashboard-buy-gift-page > p {
  font-size: 16px;
  font-weight: 300;
  color: #8B929E;
  margin-bottom: 50px;
}

.dashboard-buy-gift-page .cards-packages {
  margin: 0 auto;
  max-width: 540px;
}

.dashboard-buy-gift-page .cards-packages .row {
  margin: 0 -10px;
}

.dashboard-buy-gift-page .cards-packages .row > * {
  padding: 0 10px;
  margin-bottom: 20px;
}

.dashboard-buy-gift-page .cards-packages .row .gift-package {
  max-width: none;
}

.dashboard-buy-gift-page .btn {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 10px;
  min-width: 120px;
  color: #fff;
  border: none;
  padding: 10px 0;
  line-height: 20px;
  font-weight: 500;
}

.dashboard-buy-gift-page .btn-black {
  background: #383838;
}

.dashboard-buy-gift-page .btn-primary {
  background: #6F6DFF;
}

.dashboard-buy-gift-page .btn-green {
  background: #33A753;
}

.dashboard-buy-gift-page .form {
  padding-top: 30px;
  max-width: 770px;
  margin: 0 auto;
}

.dashboard-buy-gift-page.form-page .form .form-control {
  padding: 18px 24px;
  background: #fff;
  height: 55px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 30px;
  border: 0;
}

.dashboard-buy-gift-page.form-page .form .form-control::-webkit-input-placeholder {
  color: #8B929E !important;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-buy-gift-page.form-page .form .form-control:-moz-placeholder {
  color: #8B929E !important;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-buy-gift-page.form-page .form .form-control::-moz-placeholder {
  color: #8B929E !important;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-buy-gift-page.form-page .form .form-control:-ms-input-placeholder {
  color: #8B929E !important;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-buy-gift-page.form-page .form textarea.form-control {
  min-height: 120px;
  height: auto;
  resize: none;
}

.dashboard-buy-gift-page.payment-page .form h3.title {
  font-size: 18px;
  font-weight: 500;
  color: #6F6DFF;
  margin-bottom: 15px;
}

.dashboard-buy-gift-page.payment-page .form .add-label {
  color: #33A753;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice {
  display: flex;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  text-align: right;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio {
  margin-left: 15px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 22px;
  height: 22px;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio input[type=radio]:checked ~ .check {
  border: 2px solid #6F6DFF;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio input[type=radio]:checked ~ .check::before {
  background: #6F6DFF;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio input[type=radio]:checked ~ label {
  color: #6F6DFF;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio .check {
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 15px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .radio .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .info {
  display: flex;
  flex-direction: column;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .info .name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .info .cc-info {
  font-size: 12px;
  font-weight: 300;
  color: #888E9B;
}

.dashboard-buy-gift-page.payment-page .form .payment-choice .icon {
  flex-grow: 1;
  text-align: left;
  color: #6A6A6B;
  font-size: 25px;
  margin-left: 10px;
  line-height: 1;
}

.pending-gifts th,
.pending-gifts td {
  padding: 0.75rem !important;
  border-top: 1px solid #dee2e6 !important;
  display: table-cell !important;
  vertical-align: middle;
}

.pending-gifts .price {
  margin: 0 !important;
}

.contact-us {
  padding: 70px 0;
}

@media (max-width: 575px) {
  .contact-us {
    padding: 50px 0;
  }
}

.contact-us h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #264159;
}

.contact-us .contact-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact-us .contact-details ul {
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .contact-us .contact-details ul {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.contact-us .contact-details ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.contact-us .contact-details ul li .polygon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  flex: 60px 0 0;
}

.contact-us .contact-details ul li .polygon img {
  width: 100%;
}

@media (max-width: 991px) {
  .contact-us .contact-details ul li .polygon {
    float: none;
    width: auto;
    display: block;
    text-align: center;
  }

  .contact-us .contact-details ul li .polygon img {
    width: 60px;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .contact-us .contact-details ul li .polygon {
    float: right;
    width: 60px;
    text-align: right;
  }

  .contact-us .contact-details ul li .polygon img {
    width: 100%;
  }
}

.contact-us .contact-details ul li p {
  flex-grow: 1;
  width: calc(100% - 60px);
  padding-right: 15px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 27px;
  color: #454D57;
  margin: 0;
  font-weight: 500;
}

.contact-us .contact-details ul li:first-child p {
  position: static;
}

.contact-us .contact .contact-form {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .contact-us .contact .contact-form {
    margin-top: 25px;
  }
}

.contact-us .contact .contact-form .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  padding: 0.75rem 1rem;
  font-weight: 500;
  height: auto;
}

.contact-us .contact .contact-form .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #878686;
}

.contact-us .contact .contact-form .form-control::-moz-placeholder {
  font-size: 13px;
  color: #878686;
}

.contact-us .contact .contact-form .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #878686;
}

.contact-us .contact .contact-form .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #878686;
}

.contact-us .contact .contact-form .form-control::placeholder {
  font-size: 13px;
  color: #878686;
}

.contact-us .contact .contact-form .form-control:focus {
  box-shadow: none;
}

.contact-us .contact .contact-form textarea {
  min-height: 180px;
}

body {
  direction: rtl;
}

.ps__rail-y,
.ps__thumb-y {
  right: auto !important;
  left: 0 !important;
}

.mixin-cafe-info-box .open-btn {
  border-radius: 0 34px 34px 0;
}

.mixin-cafe-info-box .close-btn {
  border-radius: 0 34px 34px 0;
}

.customer-dashboard .customer-dashboard-content-page .chat-box .close-chat-btn {
  transform: rotate(180deg);
}

.mixin-cafe-info-box .cart {
  border-radius: 0 16px 16px 0;
}

.cafes-offer .modal-content .modal-body .modal-offer .offer-box .sale-box {
  border-radius: 0 16px 16px 0;
}

.checkout .order-payment .time-box {
  border-radius: 10px 0 10px 10px !important;
}

.checkout .delivery-option {
  border-radius: 10px 0 10px 10px !important;
}

.search-box .search-submit-btn i {
  transform: rotate(180deg);
}

.cafes .search-box .search-submit-btn i {
  transform: rotate(0deg);
}

.customer-dashboard .customer-dashboard-content .customer-dashboard-content-page .friends-chat .search-box .search-submit-btn i {
  transform: rotate(0);
}

.customer-dashboard .customer-dashboard-content-page .chat-box .chat-conversation .left-message li .group-sender-name {
  left: 9%;
}

